File tree Expand file tree Collapse file tree 14 files changed +58
-10
lines changed Expand file tree Collapse file tree 14 files changed +58
-10
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export const bnbProtoV3: PoolConfig = {
2222 CLINIC_STEWARD : '0x9e842f55Fdbb8F332D7c7aCe2B67fa5e4CCAAc43' ,
2323 POOL_EXPOSURE_STEWARD : '0x58AfE45eE7D7f2AE9c26827F33A6f319Feb68Df8' ,
2424 STATA_FACTORY : '0x929B8a21a604b93DD7e95d5b9aAa3aDf5bE250ae' ,
25+ EDGE_RISK_ORACLE : '0x239d3Bc5fa247337287cb03f53B8bc63DBBc332D' ,
2526 EDGE_RISK_STEWARD_CAPS : '0x655252250f4A453854040A49E8280951A76f3033' ,
2627 EDGE_INJECTOR_CAPS : '0x54714FAc85b0bf627288CC3a186dE81A42f1D635' ,
2728 } ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export const gnosisProtoV3: PoolConfig = {
2222 DUST_BIN : '0xFf3a13703236A77Da603c7D413cf6F6AfB866D34' ,
2323 CLINIC_STEWARD : '0x0447Be151c126D2d704b1Ce5F5b3ed6b7D50FABA' ,
2424 POOL_EXPOSURE_STEWARD : '0xdA12A8F009258592A9B5618129259992858636dc' ,
25+ EDGE_RISK_ORACLE : '0x7BD97DD6C199532d11Cf5f55E13a120dB6dd0F4F' ,
2526 EDGE_RISK_STEWARD_CAPS : '0x655252250f4A453854040A49E8280951A76f3033' ,
2627 EDGE_INJECTOR_CAPS : '0x394aDC8772DDD076BD3c5C545c4Edd3617C7d5e6' ,
2728 } ,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export const optimismProtoV3: PoolConfig = {
2323 DUST_BIN : '0x9601de16a38B6d2Dd5d5f313EEDb4fcAf9718D6C' ,
2424 CLINIC_STEWARD : '0xD835fb6f9823b4054Ccf30403De76AA8abcd00b8' ,
2525 POOL_EXPOSURE_STEWARD : '0x4684b645386525057526EB85854045914Fe389d6' ,
26+ EDGE_RISK_ORACLE : '0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608' ,
2627 EDGE_RISK_STEWARD_CAPS : '0x14a6801DBEBbd6CBE009c10eCFDA98C1c7B89012' ,
2728 EDGE_INJECTOR_CAPS : '0x54714FAc85b0bf627288CC3a186dE81A42f1D635' ,
2829 } ,
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ export const polygonProtoV3: PoolConfig = {
4242 CLINIC_STEWARD : '0x476b3d5509f600cc377ab86658b623337fc6a717' ,
4343 POOL_EXPOSURE_STEWARD : '0xE5b11ab4D36E58C9171e3DB98Ba17336606Cd6ef' ,
4444 STATA_FACTORY : '0x1504F1d7b6892600ae0d394F9042e696dd9F87Fa' ,
45+ EDGE_RISK_ORACLE : '0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608' ,
4546 EDGE_RISK_STEWARD_CAPS : '0x35B09a414F6003346cA2E2553b3ea91Cd3524af3' ,
4647 EDGE_INJECTOR_CAPS : '0x54714FAc85b0bf627288CC3a186dE81A42f1D635' ,
4748 } ,
Original file line number Diff line number Diff line change @@ -103,6 +103,9 @@ library AaveV3BNB {
103103 // https://bscscan.com/address/0x929B8a21a604b93DD7e95d5b9aAa3aDf5bE250ae
104104 address internal constant STATA_FACTORY = 0x929B8a21a604b93DD7e95d5b9aAa3aDf5bE250ae ;
105105
106+ // https://bscscan.com/address/0x239d3Bc5fa247337287cb03f53B8bc63DBBc332D
107+ address internal constant EDGE_RISK_ORACLE = 0x239d3Bc5fa247337287cb03f53B8bc63DBBc332D ;
108+
106109 // https://bscscan.com/address/0x655252250f4A453854040A49E8280951A76f3033
107110 address internal constant EDGE_RISK_STEWARD_CAPS = 0x655252250f4A453854040A49E8280951A76f3033 ;
108111
Original file line number Diff line number Diff line change @@ -103,6 +103,9 @@ library AaveV3Gnosis {
103103 // https://gnosisscan.io/address/0xdA12A8F009258592A9B5618129259992858636dc
104104 address internal constant POOL_EXPOSURE_STEWARD = 0xdA12A8F009258592A9B5618129259992858636dc ;
105105
106+ // https://gnosisscan.io/address/0x7BD97DD6C199532d11Cf5f55E13a120dB6dd0F4F
107+ address internal constant EDGE_RISK_ORACLE = 0x7BD97DD6C199532d11Cf5f55E13a120dB6dd0F4F ;
108+
106109 // https://gnosisscan.io/address/0x655252250f4A453854040A49E8280951A76f3033
107110 address internal constant EDGE_RISK_STEWARD_CAPS = 0x655252250f4A453854040A49E8280951A76f3033 ;
108111
Original file line number Diff line number Diff line change @@ -109,6 +109,9 @@ library AaveV3Optimism {
109109 // https://optimistic.etherscan.io/address/0x4684b645386525057526EB85854045914Fe389d6
110110 address internal constant POOL_EXPOSURE_STEWARD = 0x4684b645386525057526EB85854045914Fe389d6 ;
111111
112+ // https://optimistic.etherscan.io/address/0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608
113+ address internal constant EDGE_RISK_ORACLE = 0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608 ;
114+
112115 // https://optimistic.etherscan.io/address/0x14a6801DBEBbd6CBE009c10eCFDA98C1c7B89012
113116 address internal constant EDGE_RISK_STEWARD_CAPS = 0x14a6801DBEBbd6CBE009c10eCFDA98C1c7B89012 ;
114117
Original file line number Diff line number Diff line change @@ -103,6 +103,9 @@ library AaveV3Polygon {
103103 // https://polygonscan.com/address/0x1504F1d7b6892600ae0d394F9042e696dd9F87Fa
104104 address internal constant STATA_FACTORY = 0x1504F1d7b6892600ae0d394F9042e696dd9F87Fa ;
105105
106+ // https://polygonscan.com/address/0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608
107+ address internal constant EDGE_RISK_ORACLE = 0x9f6aA2aB14bFF53e4b79A81ce1554F1DFdbb6608 ;
108+
106109 // https://polygonscan.com/address/0x35B09a414F6003346cA2E2553b3ea91Cd3524af3
107110 address internal constant EDGE_RISK_STEWARD_CAPS = 0x35B09a414F6003346cA2E2553b3ea91Cd3524af3 ;
108111
Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ export const POOL_EXPOSURE_STEWARD = '0x58AfE45eE7D7f2AE9c26827F33A6f319Feb68Df8
8989// https://bscscan.com/address/0x929B8a21a604b93DD7e95d5b9aAa3aDf5bE250ae
9090export const STATA_FACTORY = '0x929B8a21a604b93DD7e95d5b9aAa3aDf5bE250ae' ;
9191
92+ // https://bscscan.com/address/0x239d3Bc5fa247337287cb03f53B8bc63DBBc332D
93+ export const EDGE_RISK_ORACLE = '0x239d3Bc5fa247337287cb03f53B8bc63DBBc332D' ;
94+
9295// https://bscscan.com/address/0x655252250f4A453854040A49E8280951A76f3033
9396export const EDGE_RISK_STEWARD_CAPS = '0x655252250f4A453854040A49E8280951A76f3033' ;
9497
Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ export const CLINIC_STEWARD = '0x0447Be151c126D2d704b1Ce5F5b3ed6b7D50FABA';
8989// https://gnosisscan.io/address/0xdA12A8F009258592A9B5618129259992858636dc
9090export const POOL_EXPOSURE_STEWARD = '0xdA12A8F009258592A9B5618129259992858636dc' ;
9191
92+ // https://gnosisscan.io/address/0x7BD97DD6C199532d11Cf5f55E13a120dB6dd0F4F
93+ export const EDGE_RISK_ORACLE = '0x7BD97DD6C199532d11Cf5f55E13a120dB6dd0F4F' ;
94+
9295// https://gnosisscan.io/address/0x655252250f4A453854040A49E8280951A76f3033
9396export const EDGE_RISK_STEWARD_CAPS = '0x655252250f4A453854040A49E8280951A76f3033' ;
9497
You can’t perform that action at this time.
0 commit comments