diff --git a/docs/Deployment.md b/docs/Deployment.md index b2c6c68d9..b57280ded 100644 --- a/docs/Deployment.md +++ b/docs/Deployment.md @@ -81,7 +81,7 @@ cast send --rpc-url ${RPC_URL} --private-key ${PK} 0x0000000000ffe8b47b3e2130213 3. Validate deployments were successful by checking that `Seaport` is returned: ``` -cast --to-ascii $(cast call --rpc-url ${RPC_URL} 0x00000000000000ADc04C56Bf30aC9d3c0aAF14dC 'name()') +cast call --rpc-url ${RPC_URL} 0x00000000000000ADc04C56Bf30aC9d3c0aAF14dC 'name()(string)' ``` ## Verifying Seaport and ConduitController @@ -121,4 +121,4 @@ yarn build ``` npx hardhat verify --network verificationNetwork "0x00000000000000ADc04C56Bf30aC9d3c0aAF14dC" "0x00000000F9490004C11Cef243f5400493c00Ad63" -``` \ No newline at end of file +```