File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -149,12 +149,17 @@ yarn hardhat node --tags Arbitration,VeaMock
149149yarn test --network localhost
150150```
151151
152- #### 4. Verify the Source Code for Contracts
152+ #### 4. Verify the Source Code
153153
154154This must be done for each network separately.
155155
156156``` bash
157+ # explorer
157158yarn etherscan-verify --network < arbitrumGoerli| arbitrum| chiado| gnosischain| goerli| mainnet>
159+
160+ # sourcify
161+ yarn sourcify --network < arbitrumGoerli| arbitrum| chiado| gnosischain| goerli| mainnet>
162+
158163```
159164
160165## Ad-hoc procedures
Original file line number Diff line number Diff line change 2626 "simulate" : " hardhat simulate:all" ,
2727 "simulate-local" : " hardhat simulate:all --network localhost" ,
2828 "etherscan-verify" : " hardhat etherscan-verify" ,
29+ "sourcify" : " hardhat sourcify --write-failing-metadata" ,
2930 "size" : " hardhat size-contracts --no-compile" ,
3031 "watch" : " hardhat watch" ,
3132 "docgen" : " hardhat docgen" ,
You can’t perform that action at this time.
0 commit comments