From cfeaa5348d8cb00fe49da1d203faaec00d347674 Mon Sep 17 00:00:00 2001 From: Chris Ng <42999269+TTNguyenDev@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:46:15 +0700 Subject: [PATCH] Update README.md --- packages/contracts/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)