Skip to content

Commit

Permalink
fix: v3.1 config engine address (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite authored Aug 3, 2024
1 parent 5c04ac3 commit e11b22f
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions scripts/configs/pools/arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const arbitrumProtoV3: PoolConfig = {
FREEZING_STEWARD: '0xe59470B3BE3293534603487E00A44C72f2CD466d',
DEBT_SWAP_ADAPTER: '0x9E8e9D6b0D24216F59043db68BDda1620892f549',
L2_ENCODER: '0x9abADECD08572e0eA5aF4d47A9C7984a5AA503dC',
CONFIG_ENGINE: '0xc5de989E0D1BF605d19478Fdd32Aa827a10b464f',
CONFIG_ENGINE: '0xEB442296880a3FC7C00FFe695c40B09d970fb936',
POOL_ADDRESSES_PROVIDER_REGISTRY: '0x770ef9f4fe897e59daCc474EF11238303F9552b6',
RATES_FACTORY: '0xcC47c4Fe1F7f29ff31A8b62197023aC8553C7896',
REPAY_WITH_COLLATERAL_ADAPTER: '0x28201C152DC5B69A86FA54FCfd21bcA4C0eff3BA',
Expand All @@ -31,7 +31,7 @@ export const arbitrumSepoliaProtoV3: PoolConfig = {
POOL_ADDRESSES_PROVIDER: '0xB25a5D144626a0D488e52AE717A051a2E9997076',
additionalAddresses: {
L2_ENCODER: '0x2E45e7dCD1e94d8edf1605FfF4602912FDC662bC',
CONFIG_ENGINE: '0xEB442296880a3FC7C00FFe695c40B09d970fb936',
CONFIG_ENGINE: '0x0a275C06556EeB3c7Ff2b0f0cfD462A7645772EF',
POOL_ADDRESSES_PROVIDER_REGISTRY: '0xbB7492Cce831eE6F349960a6E2da8eadC4b50cA3',
UI_INCENTIVE_DATA_PROVIDER: '0xB90fa850a4af6D30feA8b41989eaAecDcA8fd414',
UI_POOL_DATA_PROVIDER: '0x97Cf44bF6a9A3D2B4F32b05C480dBEdC018F72A9',
Expand Down
4 changes: 2 additions & 2 deletions scripts/configs/pools/optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const optimismProtoV3: PoolConfig = {
FREEZING_STEWARD: '0x3829943c53F2d00e20B58475aF19716724bF90Ba',
DEBT_SWAP_ADAPTER: '0xcFaE0D8c5707FCc6478D6a65fFA31efADeF8b8EC',
L2_ENCODER: '0x9abADECD08572e0eA5aF4d47A9C7984a5AA503dC',
CONFIG_ENGINE: '0x893411580e590D62dDBca8a703d61Cc4A8c7b2b9',
CONFIG_ENGINE: '0x619643b346E3389062527cdb60C8720415B39860',
POOL_ADDRESSES_PROVIDER_REGISTRY: '0x770ef9f4fe897e59daCc474EF11238303F9552b6',
REPAY_WITH_COLLATERAL_ADAPTER: '0xa12734e64417f61f8442E7D5132EdBFdbDDeF0fa',
STATIC_A_TOKEN_FACTORY: '0x22D76094730fA377184100EFB8CEfC673B89B372',
Expand All @@ -29,7 +29,7 @@ export const optimismSepoliaProtoV3: PoolConfig = {
POOL_ADDRESSES_PROVIDER: '0x36616cf17557639614c1cdDb356b1B83fc0B2132',
additionalAddresses: {
L2_ENCODER: '0xBeC519531F0E78BcDdB295242fA4EC5251B38574',
CONFIG_ENGINE: '0x619643b346E3389062527cdb60C8720415B39860',
CONFIG_ENGINE: '0x1D0f881Ce1a646E2f27Dec3c57Fa056cB838BCC2',
POOL_ADDRESSES_PROVIDER_REGISTRY: '0x1236010CECea55998384e795B59815D871f5f94d',
RATES_FACTORY: '0x83E0E6095a318446b313f7D27e0c33Ed1e9c0213',
UI_INCENTIVE_DATA_PROVIDER: '0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9',
Expand Down
4 changes: 2 additions & 2 deletions src/AaveV3Arbitrum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ library AaveV3Arbitrum {
// https://arbiscan.io/address/0x9abADECD08572e0eA5aF4d47A9C7984a5AA503dC
address internal constant L2_ENCODER = 0x9abADECD08572e0eA5aF4d47A9C7984a5AA503dC;

// https://arbiscan.io/address/0xc5de989E0D1BF605d19478Fdd32Aa827a10b464f
address internal constant CONFIG_ENGINE = 0xc5de989E0D1BF605d19478Fdd32Aa827a10b464f;
// https://arbiscan.io/address/0xEB442296880a3FC7C00FFe695c40B09d970fb936
address internal constant CONFIG_ENGINE = 0xEB442296880a3FC7C00FFe695c40B09d970fb936;

// https://arbiscan.io/address/0x770ef9f4fe897e59daCc474EF11238303F9552b6
address internal constant POOL_ADDRESSES_PROVIDER_REGISTRY =
Expand Down
4 changes: 2 additions & 2 deletions src/AaveV3ArbitrumSepolia.sol
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ library AaveV3ArbitrumSepolia {
// https://sepolia.arbiscan.io/address/0x2E45e7dCD1e94d8edf1605FfF4602912FDC662bC
address internal constant L2_ENCODER = 0x2E45e7dCD1e94d8edf1605FfF4602912FDC662bC;

// https://sepolia.arbiscan.io/address/0xEB442296880a3FC7C00FFe695c40B09d970fb936
address internal constant CONFIG_ENGINE = 0xEB442296880a3FC7C00FFe695c40B09d970fb936;
// https://sepolia.arbiscan.io/address/0x0a275C06556EeB3c7Ff2b0f0cfD462A7645772EF
address internal constant CONFIG_ENGINE = 0x0a275C06556EeB3c7Ff2b0f0cfD462A7645772EF;

// https://sepolia.arbiscan.io/address/0xbB7492Cce831eE6F349960a6E2da8eadC4b50cA3
address internal constant POOL_ADDRESSES_PROVIDER_REGISTRY =
Expand Down
4 changes: 2 additions & 2 deletions src/AaveV3Optimism.sol
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ library AaveV3Optimism {
// https://optimistic.etherscan.io/address/0x9abADECD08572e0eA5aF4d47A9C7984a5AA503dC
address internal constant L2_ENCODER = 0x9abADECD08572e0eA5aF4d47A9C7984a5AA503dC;

// https://optimistic.etherscan.io/address/0x893411580e590D62dDBca8a703d61Cc4A8c7b2b9
address internal constant CONFIG_ENGINE = 0x893411580e590D62dDBca8a703d61Cc4A8c7b2b9;
// https://optimistic.etherscan.io/address/0x619643b346E3389062527cdb60C8720415B39860
address internal constant CONFIG_ENGINE = 0x619643b346E3389062527cdb60C8720415B39860;

// https://optimistic.etherscan.io/address/0x770ef9f4fe897e59daCc474EF11238303F9552b6
address internal constant POOL_ADDRESSES_PROVIDER_REGISTRY =
Expand Down
4 changes: 2 additions & 2 deletions src/AaveV3OptimismSepolia.sol
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ library AaveV3OptimismSepolia {
// https://optimism-sepolia.blockscout.com/address/0xBeC519531F0E78BcDdB295242fA4EC5251B38574
address internal constant L2_ENCODER = 0xBeC519531F0E78BcDdB295242fA4EC5251B38574;

// https://optimism-sepolia.blockscout.com/address/0x619643b346E3389062527cdb60C8720415B39860
address internal constant CONFIG_ENGINE = 0x619643b346E3389062527cdb60C8720415B39860;
// https://optimism-sepolia.blockscout.com/address/0x1D0f881Ce1a646E2f27Dec3c57Fa056cB838BCC2
address internal constant CONFIG_ENGINE = 0x1D0f881Ce1a646E2f27Dec3c57Fa056cB838BCC2;

// https://optimism-sepolia.blockscout.com/address/0x1236010CECea55998384e795B59815D871f5f94d
address internal constant POOL_ADDRESSES_PROVIDER_REGISTRY =
Expand Down
4 changes: 2 additions & 2 deletions src/ts/AaveV3Arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export const DEBT_SWAP_ADAPTER = '0x9E8e9D6b0D24216F59043db68BDda1620892f549';
// https://arbiscan.io/address/0x9abADECD08572e0eA5aF4d47A9C7984a5AA503dC
export const L2_ENCODER = '0x9abADECD08572e0eA5aF4d47A9C7984a5AA503dC';

// https://arbiscan.io/address/0xc5de989E0D1BF605d19478Fdd32Aa827a10b464f
export const CONFIG_ENGINE = '0xc5de989E0D1BF605d19478Fdd32Aa827a10b464f';
// https://arbiscan.io/address/0xEB442296880a3FC7C00FFe695c40B09d970fb936
export const CONFIG_ENGINE = '0xEB442296880a3FC7C00FFe695c40B09d970fb936';

// https://arbiscan.io/address/0x770ef9f4fe897e59daCc474EF11238303F9552b6
export const POOL_ADDRESSES_PROVIDER_REGISTRY = '0x770ef9f4fe897e59daCc474EF11238303F9552b6';
Expand Down
4 changes: 2 additions & 2 deletions src/ts/AaveV3ArbitrumSepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export const EMISSION_MANAGER = '0x54E3aa872c3d2A89D1A6495F770f2cCa2C4Fc185';
// https://sepolia.arbiscan.io/address/0x2E45e7dCD1e94d8edf1605FfF4602912FDC662bC
export const L2_ENCODER = '0x2E45e7dCD1e94d8edf1605FfF4602912FDC662bC';

// https://sepolia.arbiscan.io/address/0xEB442296880a3FC7C00FFe695c40B09d970fb936
export const CONFIG_ENGINE = '0xEB442296880a3FC7C00FFe695c40B09d970fb936';
// https://sepolia.arbiscan.io/address/0x0a275C06556EeB3c7Ff2b0f0cfD462A7645772EF
export const CONFIG_ENGINE = '0x0a275C06556EeB3c7Ff2b0f0cfD462A7645772EF';

// https://sepolia.arbiscan.io/address/0xbB7492Cce831eE6F349960a6E2da8eadC4b50cA3
export const POOL_ADDRESSES_PROVIDER_REGISTRY = '0xbB7492Cce831eE6F349960a6E2da8eadC4b50cA3';
Expand Down
4 changes: 2 additions & 2 deletions src/ts/AaveV3Optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export const DEBT_SWAP_ADAPTER = '0xcFaE0D8c5707FCc6478D6a65fFA31efADeF8b8EC';
// https://optimistic.etherscan.io/address/0x9abADECD08572e0eA5aF4d47A9C7984a5AA503dC
export const L2_ENCODER = '0x9abADECD08572e0eA5aF4d47A9C7984a5AA503dC';

// https://optimistic.etherscan.io/address/0x893411580e590D62dDBca8a703d61Cc4A8c7b2b9
export const CONFIG_ENGINE = '0x893411580e590D62dDBca8a703d61Cc4A8c7b2b9';
// https://optimistic.etherscan.io/address/0x619643b346E3389062527cdb60C8720415B39860
export const CONFIG_ENGINE = '0x619643b346E3389062527cdb60C8720415B39860';

// https://optimistic.etherscan.io/address/0x770ef9f4fe897e59daCc474EF11238303F9552b6
export const POOL_ADDRESSES_PROVIDER_REGISTRY = '0x770ef9f4fe897e59daCc474EF11238303F9552b6';
Expand Down
4 changes: 2 additions & 2 deletions src/ts/AaveV3OptimismSepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export const EMISSION_MANAGER = '0xB438D5376ADB4b31D0103E659f1673eAD684BAD9';
// https://optimism-sepolia.blockscout.com/address/0xBeC519531F0E78BcDdB295242fA4EC5251B38574
export const L2_ENCODER = '0xBeC519531F0E78BcDdB295242fA4EC5251B38574';

// https://optimism-sepolia.blockscout.com/address/0x619643b346E3389062527cdb60C8720415B39860
export const CONFIG_ENGINE = '0x619643b346E3389062527cdb60C8720415B39860';
// https://optimism-sepolia.blockscout.com/address/0x1D0f881Ce1a646E2f27Dec3c57Fa056cB838BCC2
export const CONFIG_ENGINE = '0x1D0f881Ce1a646E2f27Dec3c57Fa056cB838BCC2';

// https://optimism-sepolia.blockscout.com/address/0x1236010CECea55998384e795B59815D871f5f94d
export const POOL_ADDRESSES_PROVIDER_REGISTRY = '0x1236010CECea55998384e795B59815D871f5f94d';
Expand Down

0 comments on commit e11b22f

Please sign in to comment.