Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/configs/pools/bnb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const bnbProtoV3: PoolConfig = {
CLINIC_STEWARD: '0x9e842f55Fdbb8F332D7c7aCe2B67fa5e4CCAAc43',
POOL_EXPOSURE_STEWARD: '0x58AfE45eE7D7f2AE9c26827F33A6f319Feb68Df8',
STATA_FACTORY: '0x929B8a21a604b93DD7e95d5b9aAa3aDf5bE250ae',
EDGE_RISK_ORACLE: '0x239d3Bc5fa247337287cb03f53B8bc63DBBc332D',
EDGE_RISK_STEWARD_CAPS: '0x655252250f4A453854040A49E8280951A76f3033',
EDGE_INJECTOR_CAPS: '0x54714FAc85b0bf627288CC3a186dE81A42f1D635',
},
Expand Down
1 change: 1 addition & 0 deletions scripts/configs/pools/gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const gnosisProtoV3: PoolConfig = {
DUST_BIN: '0xFf3a13703236A77Da603c7D413cf6F6AfB866D34',
CLINIC_STEWARD: '0x0447Be151c126D2d704b1Ce5F5b3ed6b7D50FABA',
POOL_EXPOSURE_STEWARD: '0xdA12A8F009258592A9B5618129259992858636dc',
EDGE_RISK_ORACLE: '0x7BD97DD6C199532d11Cf5f55E13a120dB6dd0F4F',
EDGE_RISK_STEWARD_CAPS: '0x655252250f4A453854040A49E8280951A76f3033',
EDGE_INJECTOR_CAPS: '0x394aDC8772DDD076BD3c5C545c4Edd3617C7d5e6',
},
Expand Down
1 change: 1 addition & 0 deletions scripts/configs/pools/optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const optimismProtoV3: PoolConfig = {
DUST_BIN: '0x9601de16a38B6d2Dd5d5f313EEDb4fcAf9718D6C',
CLINIC_STEWARD: '0xD835fb6f9823b4054Ccf30403De76AA8abcd00b8',
POOL_EXPOSURE_STEWARD: '0x4684b645386525057526EB85854045914Fe389d6',
EDGE_RISK_ORACLE: '0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608',
EDGE_RISK_STEWARD_CAPS: '0x14a6801DBEBbd6CBE009c10eCFDA98C1c7B89012',
EDGE_INJECTOR_CAPS: '0x54714FAc85b0bf627288CC3a186dE81A42f1D635',
},
Expand Down
1 change: 1 addition & 0 deletions scripts/configs/pools/polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const polygonProtoV3: PoolConfig = {
CLINIC_STEWARD: '0x476b3d5509f600cc377ab86658b623337fc6a717',
POOL_EXPOSURE_STEWARD: '0xE5b11ab4D36E58C9171e3DB98Ba17336606Cd6ef',
STATA_FACTORY: '0x1504F1d7b6892600ae0d394F9042e696dd9F87Fa',
EDGE_RISK_ORACLE: '0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608',
EDGE_RISK_STEWARD_CAPS: '0x35B09a414F6003346cA2E2553b3ea91Cd3524af3',
EDGE_INJECTOR_CAPS: '0x54714FAc85b0bf627288CC3a186dE81A42f1D635',
},
Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3BNB.sol
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ library AaveV3BNB {
// https://bscscan.com/address/0x929B8a21a604b93DD7e95d5b9aAa3aDf5bE250ae
address internal constant STATA_FACTORY = 0x929B8a21a604b93DD7e95d5b9aAa3aDf5bE250ae;

// https://bscscan.com/address/0x239d3Bc5fa247337287cb03f53B8bc63DBBc332D
address internal constant EDGE_RISK_ORACLE = 0x239d3Bc5fa247337287cb03f53B8bc63DBBc332D;

// https://bscscan.com/address/0x655252250f4A453854040A49E8280951A76f3033
address internal constant EDGE_RISK_STEWARD_CAPS = 0x655252250f4A453854040A49E8280951A76f3033;

Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Gnosis.sol
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ library AaveV3Gnosis {
// https://gnosisscan.io/address/0xdA12A8F009258592A9B5618129259992858636dc
address internal constant POOL_EXPOSURE_STEWARD = 0xdA12A8F009258592A9B5618129259992858636dc;

// https://gnosisscan.io/address/0x7BD97DD6C199532d11Cf5f55E13a120dB6dd0F4F
address internal constant EDGE_RISK_ORACLE = 0x7BD97DD6C199532d11Cf5f55E13a120dB6dd0F4F;

// https://gnosisscan.io/address/0x655252250f4A453854040A49E8280951A76f3033
address internal constant EDGE_RISK_STEWARD_CAPS = 0x655252250f4A453854040A49E8280951A76f3033;

Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Optimism.sol
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ library AaveV3Optimism {
// https://optimistic.etherscan.io/address/0x4684b645386525057526EB85854045914Fe389d6
address internal constant POOL_EXPOSURE_STEWARD = 0x4684b645386525057526EB85854045914Fe389d6;

// https://optimistic.etherscan.io/address/0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608
address internal constant EDGE_RISK_ORACLE = 0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608;

// https://optimistic.etherscan.io/address/0x14a6801DBEBbd6CBE009c10eCFDA98C1c7B89012
address internal constant EDGE_RISK_STEWARD_CAPS = 0x14a6801DBEBbd6CBE009c10eCFDA98C1c7B89012;

Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Polygon.sol
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ library AaveV3Polygon {
// https://polygonscan.com/address/0x1504F1d7b6892600ae0d394F9042e696dd9F87Fa
address internal constant STATA_FACTORY = 0x1504F1d7b6892600ae0d394F9042e696dd9F87Fa;

// https://polygonscan.com/address/0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608
address internal constant EDGE_RISK_ORACLE = 0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608;

// https://polygonscan.com/address/0x35B09a414F6003346cA2E2553b3ea91Cd3524af3
address internal constant EDGE_RISK_STEWARD_CAPS = 0x35B09a414F6003346cA2E2553b3ea91Cd3524af3;

Expand Down
3 changes: 3 additions & 0 deletions src/ts/AaveV3BNB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export const POOL_EXPOSURE_STEWARD = '0x58AfE45eE7D7f2AE9c26827F33A6f319Feb68Df8
// https://bscscan.com/address/0x929B8a21a604b93DD7e95d5b9aAa3aDf5bE250ae
export const STATA_FACTORY = '0x929B8a21a604b93DD7e95d5b9aAa3aDf5bE250ae';

// https://bscscan.com/address/0x239d3Bc5fa247337287cb03f53B8bc63DBBc332D
export const EDGE_RISK_ORACLE = '0x239d3Bc5fa247337287cb03f53B8bc63DBBc332D';

// https://bscscan.com/address/0x655252250f4A453854040A49E8280951A76f3033
export const EDGE_RISK_STEWARD_CAPS = '0x655252250f4A453854040A49E8280951A76f3033';

Expand Down
3 changes: 3 additions & 0 deletions src/ts/AaveV3Gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export const CLINIC_STEWARD = '0x0447Be151c126D2d704b1Ce5F5b3ed6b7D50FABA';
// https://gnosisscan.io/address/0xdA12A8F009258592A9B5618129259992858636dc
export const POOL_EXPOSURE_STEWARD = '0xdA12A8F009258592A9B5618129259992858636dc';

// https://gnosisscan.io/address/0x7BD97DD6C199532d11Cf5f55E13a120dB6dd0F4F
export const EDGE_RISK_ORACLE = '0x7BD97DD6C199532d11Cf5f55E13a120dB6dd0F4F';

// https://gnosisscan.io/address/0x655252250f4A453854040A49E8280951A76f3033
export const EDGE_RISK_STEWARD_CAPS = '0x655252250f4A453854040A49E8280951A76f3033';

Expand Down
3 changes: 3 additions & 0 deletions src/ts/AaveV3Optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ export const CLINIC_STEWARD = '0xD835fb6f9823b4054Ccf30403De76AA8abcd00b8';
// https://optimistic.etherscan.io/address/0x4684b645386525057526EB85854045914Fe389d6
export const POOL_EXPOSURE_STEWARD = '0x4684b645386525057526EB85854045914Fe389d6';

// https://optimistic.etherscan.io/address/0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608
export const EDGE_RISK_ORACLE = '0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608';

// https://optimistic.etherscan.io/address/0x14a6801DBEBbd6CBE009c10eCFDA98C1c7B89012
export const EDGE_RISK_STEWARD_CAPS = '0x14a6801DBEBbd6CBE009c10eCFDA98C1c7B89012';

Expand Down
3 changes: 3 additions & 0 deletions src/ts/AaveV3Polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export const POOL_EXPOSURE_STEWARD = '0xE5b11ab4D36E58C9171e3DB98Ba17336606Cd6ef
// https://polygonscan.com/address/0x1504F1d7b6892600ae0d394F9042e696dd9F87Fa
export const STATA_FACTORY = '0x1504F1d7b6892600ae0d394F9042e696dd9F87Fa';

// https://polygonscan.com/address/0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608
export const EDGE_RISK_ORACLE = '0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608';

// https://polygonscan.com/address/0x35B09a414F6003346cA2E2553b3ea91Cd3524af3
export const EDGE_RISK_STEWARD_CAPS = '0x35B09a414F6003346cA2E2553b3ea91Cd3524af3';

Expand Down
10 changes: 0 additions & 10 deletions tests/__snapshots__/verification.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,5 @@ exports[`verification > should have all contracts verified except for the known
"value": "0x97deC07366Be72884331BE21704Fd93BF35286f9",
},
},
{
"item": {
"chainId": 43114,
"path": [
"MiscAvalanche",
"REWARD_STEWARD",
],
"value": "0x4C6Cf8b226500d92FCBC498c3EC4C2e1091dAC08",
},
},
]
`;
30 changes: 30 additions & 0 deletions tests/cache/verified.json
Original file line number Diff line number Diff line change
Expand Up @@ -4891,6 +4891,9 @@
},
"0xfD2aaE32247E5015AcB04Aa8220616D6647979aC": {
"name": "RewardsSteward"
},
"0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608": {
"name": "RiskOracle"
}
},
"56": {
Expand Down Expand Up @@ -5832,6 +5835,9 @@
},
"0x6046A62a80a2c19A0De91063602ce90533c62ae1": {
"name": "RewardsSteward"
},
"0x239d3Bc5fa247337287cb03f53B8bc63DBBc332D": {
"name": "RiskOracle"
}
},
"100": {
Expand Down Expand Up @@ -6422,6 +6428,9 @@
},
"0xE513b6304712D1055C88f72f1952FAe49c09f4ce": {
"name": "RewardsSteward"
},
"0x7BD97DD6C199532d11Cf5f55E13a120dB6dd0F4F": {
"name": "RiskOracle"
}
},
"137": {
Expand Down Expand Up @@ -7888,6 +7897,9 @@
},
"0xF18F15362e5fB4277DCE713F170341942F43aC3E": {
"name": "RewardsSteward"
},
"0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608": {
"name": "RiskOracle"
}
},
"146": {
Expand Down Expand Up @@ -10880,6 +10892,18 @@
},
"0xa047fdFb3420A27a5f926735b475fE5a1E968786": {
"name": "TransparentUpgradeableProxy"
},
"0xC4374775489CB9C56003BF2C9b12495fC64F0771": {
"name": "BurnMintERC20"
},
"0xD4eE376C40EdC83832aAaFc18fC0272660F5e90b": {
"name": "InitializableImmutableAdminUpgradeabilityProxy"
},
"0xDA5D1a9b7F515457638c01db13a18Bd3514fC4A6": {
"name": "InitializableImmutableAdminUpgradeabilityProxy"
},
"0x0A3F8218a98337Ef37dCAE4F8a8cfaB0711C64cF": {
"name": "CLRatePriceCapAdapter"
}
},
"42161": {
Expand Down Expand Up @@ -13888,6 +13912,9 @@
},
"0xD9Dee878Eb31303FD58D412cE79439400b340A22": {
"name": "DefaultReserveInterestRateStrategy"
},
"0x4C6Cf8b226500d92FCBC498c3EC4C2e1091dAC08": {
"name": "RewardsSteward"
}
},
"57073": {
Expand Down Expand Up @@ -14495,6 +14522,9 @@
},
"0x55510C6fD37bcb9398260E49e57b63B31a5E9066": {
"name": "GelatoAaveStewardInjectorRates"
},
"0xbC3af484919304E005Ca8b735a0d463b876aeB52": {
"name": "TransparentUpgradeableProxy"
}
},
"60808": {
Expand Down
Loading