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 fbb48ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ignore:
- "core/packages/contracts/test/mocks"
- "core/packages/contracts/src/utils"
# Forge's coverage analysis isn't able handle functions with internal linkage in libraries
# Forge's coverage analysis isn't able to handle functions with internal linkage in libraries
- "core/packages/contracts/src/ScaleCodec.sol"
- "core/packages/contracts/src/SubstrateTypes.sol"
- "parachain/tools"
- "parachain/pallets/ethereum-beacon-client/src/benchmarking"
- "parachain/pallets/ethereum-beacon-client/src/weights.rs"
- "core/packages/contracts/src/DeployScript.sol"
- "core/packages/contracts/script/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 fbb48ce

Please sign in to comment.