Skip to content

Commit

Permalink
🚀 deploy RewardEscrowV2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Nov 20, 2024
1 parent 59f4b5a commit 1409447
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Note: for contracts with both an implementation and proxy, when interaction with
| StakingRewardsV2 Proxy | [`0x61294940CE7cD1BDA10e349adC5B538B722CeB88`](https://optimistic.etherscan.io/address/0x61294940CE7cD1BDA10e349adC5B538B722CeB88) |
| StakingRewardsV2 Implementation | [`0x276df8bfe424Ab1aaD1EFC138eef3099a8ac8FE1`](https://optimistic.etherscan.io/address/0x276df8bfe424ab1aad1efc138eef3099a8ac8fe1) |
| RewardEscrowV2 Proxy | [`0xb2a20fCdc506a685122847b21E34536359E94C56`](https://optimistic.etherscan.io/address/0xb2a20fCdc506a685122847b21E34536359E94C56) |
| RewardEscrowV2 Implementation | [`0xFBF7D647E94780F2787f8d80DA59DCe74D40C5cc`](https://optimistic.etherscan.io/address/0xfbf7d647e94780f2787f8d80da59dce74d40c5cc) |
| RewardEscrowV2 Implementation | [`0x7Bf712E355A5aFfCD026D0e65ef57Bcd0a7B9986`](https://optimistic.etherscan.io/address/0x7Bf712E355A5aFfCD026D0e65ef57Bcd0a7B9986) |
| EscrowMigrator Proxy | [`0xC9aF789Ae606F69cF8Ed073A04eC92f2354b027d`](https://optimistic.etherscan.io/address/0xC9aF789Ae606F69cF8Ed073A04eC92f2354b027d) |
| EscrowMigrator Implementation | [`0x10B04483d762Bd4F193F35600112ad52391004A7`](https://optimistic.etherscan.io/address/0x10B04483d762Bd4F193F35600112ad52391004A7) |
| MultipleMerkleDistributor | [`0xf486A72E8c8143ACd9F65A104A16990fDb38be14`](https://optimistic.etherscan.io/address/0xf486A72E8c8143ACd9F65A104A16990fDb38be14) |
Expand Down
69 changes: 69 additions & 0 deletions broadcast/Upgrade.s.sol/10/run-1732072435.json

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions broadcast/Upgrade.s.sol/10/run-latest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/Upgrade.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ contract UpgradeStakingRewardsV2 is Script, OptimismParameters {
StakingRewardsV2 stakingRewardsV2Implementation = new StakingRewardsV2(
KWENTA_TOKEN,
USDC_TOKEN,
REWARD_ESCROW_V2,
REWARD_ESCROW_V2_PROXY,
STAKING_REWARDS_NOTIFIER
);

Expand Down

0 comments on commit 1409447

Please sign in to comment.