Skip to content

Commit

Permalink
feat: update vault addresses for base
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorvin committed Oct 24, 2024
1 parent e1059c7 commit aedcb46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"startBlock": 14560860
},
"Rebalancer": {
"address": "0xa5A1A5E13B874F0d855327E89E53222808cf531b",
"startBlock": 14560860
"address": "0xcE0275DdAAE25494Cf1e4D9255b2ACB3e689afcd",
"startBlock": 21456240
},
"SimpleOracleStrategy": {
"address": "0xA6A062B512Ab3D930f5f267eff2545774f1b4589",
"startBlock": 14560860
"address": "0xe4fD3f36B832DC67DD758fE1D58FD1194Fa6e854",
"startBlock": 21487180
}
},
"berachain-bartio": {
Expand Down
4 changes: 2 additions & 2 deletions src/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function getRebalancerAddress(): string {
if (chainId == ARBITRUM_SEPOLIA) {
return '0x6A7D783907719B0D2F4a8677AB9C4Dbe8F79B2E5'
} else if (chainId == BASE) {
return '0x57dDD0d3DF50685444442076AC59F9c7Df75D150'
return '0xcE0275DdAAE25494Cf1e4D9255b2ACB3e689afcd'
} else if (chainId == BERA_TESTNET) {
return '0x7d06c636bA86BD1fc2C38B11F1e5701145CABc30'
} else if (chainId == ZKSYNC_ERA) {
Expand All @@ -66,7 +66,7 @@ export function getSimpleOracleStrategyAddress(): string {
if (chainId == ARBITRUM_SEPOLIA) {
return '0x390Bdd66011e45197fB5c1f54D6B956C4BFE6AE5'
} else if (chainId == BASE) {
return '0x57dDD0d3DF50685444442076AC59F9c7Df75D150'
return '0xe4fD3f36B832DC67DD758fE1D58FD1194Fa6e854'
} else if (chainId == BERA_TESTNET) {
return '0x7d06c636bA86BD1fc2C38B11F1e5701145CABc30'
} else if (chainId == ZKSYNC_ERA) {
Expand Down

0 comments on commit aedcb46

Please # to comment.