Skip to content

Commit

Permalink
Follow instruction for etherscan verification
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Jun 13, 2023
1 parent 0841c06 commit ece1514
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ ignore:
- "parachain/tools"
- "parachain/pallets/ethereum-beacon-client/src/benchmarking"
- "parachain/pallets/ethereum-beacon-client/src/weights.rs"
- "core/packages/contracts/src/DeployScript.sol"
4 changes: 2 additions & 2 deletions core/packages/test/scripts/deploy-contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ deploy_contracts()
--verify \
--etherscan-api-key $etherscan_api_key \
-vvv \
src/DeployScript.sol:DeployScript
script/DeployScript.sol:DeployScript
else
forge script \
--rpc-url $eth_endpoint_http \
--broadcast \
-vvv \
src/DeployScript.sol:DeployScript
script/DeployScript.sol:DeployScript
fi
node scripts/generateContractInfo.js "$output_dir/contracts.json"
popd
Expand Down

0 comments on commit ece1514

Please sign in to comment.