From faba72c1a8ad7139807e2ef899ecfc3d4f08a026 Mon Sep 17 00:00:00 2001 From: Adam Montgomery <1934358+montasaurus@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:28:46 -0400 Subject: [PATCH] Update Deployment.md --- docs/Deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```