diff --git a/_posts/2024-10-14-TCP1P-CTF-2024-Blockchain-Writeup.md b/_posts/2024-10-14-TCP1P-CTF-2024-Blockchain-Writeup.md index 6071d2f5fb..9071abef24 100644 --- a/_posts/2024-10-14-TCP1P-CTF-2024-Blockchain-Writeup.md +++ b/_posts/2024-10-14-TCP1P-CTF-2024-Blockchain-Writeup.md @@ -214,7 +214,7 @@ $ forge inspect ChallengeManager storage-layout --pretty You can retrieve the `masterKey` value using the following script. ```solidity -$ cast storage 0 --rpc-url http://45.32.119.201:44445/79b1e60c-b236-4f69-80ae-c519d16b03a2 +$ cast storage 0 --rpc-url 0x494e4a55494e4a55494e4a5553555045524b45594b45594b45594b45594b4559 ```