Skip to content

Commit

Permalink
chore: deploy optimism and update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aquariuslt committed Jul 15, 2024
1 parent 17ff1db commit 9b4c0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Base.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract BaseScript is Script {
AAVE_WETH_GATEWAY[OPTIMISM_SEPOLIA] = 0x589750BA8aF186cE5B55391B0b7148cAD43a1619;

// Optimism Mainnet
SHARES_FACTORY[OPTIMISM_MAINNET] = 0x3eC4241152E5CEc606E1F0FB45448251221104E7;
SHARES_FACTORY[OPTIMISM_MAINNET] = 0x77F7c566e179D1Ab6B01ADd9d7aEd51e03E47D40;
WETH[OPTIMISM_MAINNET] = 0x4200000000000000000000000000000000000006;
AAVE_POOL[OPTIMISM_MAINNET] = 0x794a61358D6845594F94dc1DB02A252b5b4814aD;
AAVE_WETH_GATEWAY[OPTIMISM_MAINNET] = 0xe9E52021f4e11DEAD8661812A0A6c8627abA2a54;
Expand Down

0 comments on commit 9b4c0ec

Please sign in to comment.