Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TTNguyenDev authored Feb 16, 2024
1 parent b722b2e commit cfeaa53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ forge build --force --optimize --optimizer-runs 20000 --build-info --build-info-
jq .input build-info/*.json > inputs.json;
rm -r build-info;
```

Alternatively, we can use the Verify.ts script to verify contracts."
```
ts-node script/Verify.ts
```

You can find contract arguments on Etherscan
![image](https://github.com/nation3/jurisdiction/assets/42999269/36b465e6-bd92-4f97-a46a-3bffcf032514)

0 comments on commit cfeaa53

Please sign in to comment.