Skip to content

Commit

Permalink
Merge pull request #1277 from ProjectOpenSea/fix-cast-call
Browse files Browse the repository at this point in the history
Update Deployment.md
  • Loading branch information
montasaurus authored Aug 24, 2023
2 parents a07d085 + faba72c commit 3e9f3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -121,4 +121,4 @@ yarn build

```
npx hardhat verify --network verificationNetwork "0x00000000000000ADc04C56Bf30aC9d3c0aAF14dC" "0x00000000F9490004C11Cef243f5400493c00Ad63"
```
```

0 comments on commit 3e9f3df

Please sign in to comment.