diff --git a/packages/contracts/README.md b/packages/contracts/README.md index 7e220b9..61a512b 100644 --- a/packages/contracts/README.md +++ b/packages/contracts/README.md @@ -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)