Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 49b83e4

Browse files
authored
Merge pull request #949 from keep-network/verify-lprewardstbtcv2saddle-on-etherscan
Verify `LPRewardsTBTCv2Saddle` on Etherscan As part of deployment process of `keep-ecdsa` contracts via execution of `.github/workflows/contracts.yml` workflow we run a script which verifies deployed contracts on Etherscan (`solidity/scripts/etherscan-verify.sh`). We recently added new contracts (`LPRewardsTBTCv2Saddle`, `LPRewardsTBTCv2SaddleV2`) to the set of `keep-ecdsa` contracts that can be deployed and we're now adding it to the `etherscan-verify.sh` script.
2 parents f9372ff + 326d132 commit 49b83e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

solidity/scripts/etherscan-verify.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ npx truffle run verify \
2323
LPRewardsKEEPTBTC \
2424
LPRewardsTBTCETH \
2525
LPRewardsTBTCSaddle \
26+
LPRewardsTBTCv2Saddle \
27+
LPRewardsTBTCv2SaddleV2 \
2628
Migrations \
2729
Position \
2830
StackLib \

0 commit comments

Comments
 (0)