Skip to content

Commit 2215910

Browse files
fix(cache): automated cache update - updated addresses (#1135)
Co-authored-by: Cache-bot <[email protected]>
1 parent a318031 commit 2215910

12 files changed

+142
-30
lines changed

safe.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,11 @@ address,name,chainId
848848
0x7bd81B1e0137Fc0fa013b1De2Be81180814C5deb,AaveV3EthereumHorizon ASSETS JAAA V_TOKEN,1
849849
0x87593272C06f4FC49EC2942eBda0972d2F1Ab521,AaveV3EthereumHorizon ASSETS JAAA INTEREST_RATE_STRATEGY,1
850850
0xF77f2537dba4ffD60f77fACdfB2c1706364fA03d,AaveV3EthereumHorizon ASSETS JAAA ORACLE,1
851+
0x2255718832bC9fD3bE1CaF75084F4803DA14FF01,AaveV3EthereumHorizon ASSETS VBILL UNDERLYING,1
852+
0xE1CfD16b8E4B1C86Bb5b7A104cfEFbc7b09326dD,AaveV3EthereumHorizon ASSETS VBILL A_TOKEN,1
853+
0xEAf93Fd541f11D2617C2915D02F7fe67bCa71d4f,AaveV3EthereumHorizon ASSETS VBILL V_TOKEN,1
854+
0x87593272C06f4FC49EC2942eBda0972d2F1Ab521,AaveV3EthereumHorizon ASSETS VBILL INTEREST_RATE_STRATEGY,1
855+
0x5ed77a9D9b7cc80E9d0D7711024AF38C2643C1c4,AaveV3EthereumHorizon ASSETS VBILL ORACLE,1
851856
0x70CC725B8f05e0f230B05C4e91ABc651E121354f,AaveV3EthereumHorizon COLLECTOR,1
852857
0xB2668573828029917ffbD1e76270373511818498,AaveV3EthereumHorizon DEFAULT_A_TOKEN_IMPL,1
853858
0x1D5D386a90CEA8AcEa9fa75389e97CF5F1AE21D3,AaveV3EthereumHorizon DEFAULT_INCENTIVES_CONTROLLER,1
@@ -2184,6 +2189,7 @@ address,name,chainId
21842189
0x56076f960980d453b5B749CB6A1c4D2E4e138B1A,AaveV3Polygon ASSETS USDT0 INTEREST_RATE_STRATEGY,137
21852190
0x01Aba1Fe7D72a3490bEef7CD0C09e1Ba2dD88D83,AaveV3Polygon ASSETS USDT0 ORACLE,137
21862191
0x87A1fdc4C726c459f597282be639a045062c0E46,AaveV3Polygon ASSETS USDT0 STATIC_A_TOKEN,137
2192+
0x2eaD203C5C1C00612B1DdbBb20e4180dA822d6ff,AaveV3Polygon ASSETS USDT0 STATA_TOKEN,137
21872193
0xD6DF932A45C0f255f85145f286eA0b292B21C90B,AaveV3Polygon ASSETS AAVE UNDERLYING,137
21882194
0xf329e36C7bF6E5E86ce2150875a84Ce77f477375,AaveV3Polygon ASSETS AAVE A_TOKEN,137
21892195
0xE80761Ea617F66F96274eA5e8c37f03960ecC679,AaveV3Polygon ASSETS AAVE V_TOKEN,137
@@ -4275,6 +4281,7 @@ address,name,chainId
42754281
0x4CEdfa47F7d0e9036110B850Ce49f4cd47b28a2F,AaveV3Linea ASSETS USDT V_TOKEN,59144
42764282
0xB1532b76D054c9F9E61b25c4d91f69B4133E4671,AaveV3Linea ASSETS USDT INTEREST_RATE_STRATEGY,59144
42774283
0x0DccbA847D677d4dc3c22C9Dc17DC468226d08Ed,AaveV3Linea ASSETS USDT ORACLE,59144
4284+
0x4D11f27b1c4A5d232a200D2256A4E3d9bAACcF05,AaveV3Linea ASSETS USDT STATA_TOKEN,59144
42784285
0xB5beDd42000b71FddE22D3eE8a79Bd49A568fC8F,AaveV3Linea ASSETS wstETH UNDERLYING,59144
42794286
0x58943d20e010d9E34C4511990e232783460d0219,AaveV3Linea ASSETS wstETH A_TOKEN,59144
42804287
0x81C1a619Be23050B3242B41a739e6B6CfDa56687,AaveV3Linea ASSETS wstETH V_TOKEN,59144

src/AaveV3Base.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ library AaveV3BaseEModes {
448448
uint8 internal constant wstETH__WETH = 8;
449449

450450
uint8 internal constant cbETH__WETH = 9;
451+
452+
uint8 internal constant cbBTC__USDC_GHO = 10;
451453
}
452454
library AaveV3BaseExternalLibraries {
453455
// https://basescan.org/address/0x5e84CEe2afb7B37d2AB14722C39A7c1C26F5B0BB

src/AaveV3EthereumHorizon.sol

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,34 @@ library AaveV3EthereumHorizonAssets {
211211
// https://etherscan.io/address/0x87593272C06f4FC49EC2942eBda0972d2F1Ab521
212212
address internal constant JAAA_INTEREST_RATE_STRATEGY =
213213
0x87593272C06f4FC49EC2942eBda0972d2F1Ab521;
214+
215+
// https://etherscan.io/address/0x2255718832bC9fD3bE1CaF75084F4803DA14FF01
216+
address internal constant VBILL_UNDERLYING = 0x2255718832bC9fD3bE1CaF75084F4803DA14FF01;
217+
218+
uint8 internal constant VBILL_DECIMALS = 6;
219+
220+
// https://etherscan.io/address/0xE1CfD16b8E4B1C86Bb5b7A104cfEFbc7b09326dD
221+
address internal constant VBILL_A_TOKEN = 0xE1CfD16b8E4B1C86Bb5b7A104cfEFbc7b09326dD;
222+
223+
// https://etherscan.io/address/0xEAf93Fd541f11D2617C2915D02F7fe67bCa71d4f
224+
address internal constant VBILL_V_TOKEN = 0xEAf93Fd541f11D2617C2915D02F7fe67bCa71d4f;
225+
226+
// https://etherscan.io/address/0x5ed77a9D9b7cc80E9d0D7711024AF38C2643C1c4
227+
address internal constant VBILL_ORACLE = 0x5ed77a9D9b7cc80E9d0D7711024AF38C2643C1c4;
228+
229+
// https://etherscan.io/address/0x87593272C06f4FC49EC2942eBda0972d2F1Ab521
230+
address internal constant VBILL_INTEREST_RATE_STRATEGY =
231+
0x87593272C06f4FC49EC2942eBda0972d2F1Ab521;
214232
}
215233
library AaveV3EthereumHorizonEModes {
216234
uint8 internal constant NONE = 0;
217235

218-
uint8 internal constant __ = 9;
236+
uint8 internal constant VBILL__GHO = 1;
219237

220238
uint8 internal constant USTB__GHO = 2;
221239

240+
uint8 internal constant __ = 9;
241+
222242
uint8 internal constant USCC__GHO = 4;
223243

224244
uint8 internal constant USYC__GHO = 6;

src/AaveV3Linea.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ library AaveV3LineaAssets {
171171
address internal constant USDT_INTEREST_RATE_STRATEGY =
172172
0xB1532b76D054c9F9E61b25c4d91f69B4133E4671;
173173

174+
// https://lineascan.build/address/0x4D11f27b1c4A5d232a200D2256A4E3d9bAACcF05
175+
address internal constant USDT_STATA_TOKEN = 0x4D11f27b1c4A5d232a200D2256A4E3d9bAACcF05;
176+
174177
// https://lineascan.build/address/0xB5beDd42000b71FddE22D3eE8a79Bd49A568fC8F
175178
address internal constant wstETH_UNDERLYING = 0xB5beDd42000b71FddE22D3eE8a79Bd49A568fC8F;
176179

src/AaveV3Polygon.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,9 @@ library AaveV3PolygonAssets {
238238
// https://polygonscan.com/address/0x87A1fdc4C726c459f597282be639a045062c0E46
239239
address internal constant USDT0_STATIC_A_TOKEN = 0x87A1fdc4C726c459f597282be639a045062c0E46;
240240

241+
// https://polygonscan.com/address/0x2eaD203C5C1C00612B1DdbBb20e4180dA822d6ff
242+
address internal constant USDT0_STATA_TOKEN = 0x2eaD203C5C1C00612B1DdbBb20e4180dA822d6ff;
243+
241244
// https://polygonscan.com/address/0xD6DF932A45C0f255f85145f286eA0b292B21C90B
242245
address internal constant AAVE_UNDERLYING = 0xD6DF932A45C0f255f85145f286eA0b292B21C90B;
243246

src/ts/AaveV3Base.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,19 @@ export const E_MODES = {
350350
liquidationThreshold: 9500,
351351
liquidationBonus: 10200,
352352
},
353+
'10': {
354+
label: 'cbBTC / USDC,GHO',
355+
collateralBitmap: '64',
356+
collateralAssets: ['0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf'],
357+
borrowableBitmap: '272',
358+
borrowableAssets: [
359+
'0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
360+
'0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee',
361+
],
362+
ltv: 8000,
363+
liquidationThreshold: 8300,
364+
liquidationBonus: 10400,
365+
},
353366
} as const;
354367
export const EXTERNAL_LIBRARIES = {
355368
FLASHLOAN_LOGIC: '0x5e84CEe2afb7B37d2AB14722C39A7c1C26F5B0BB',

src/ts/AaveV3Ethereum.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ export const E_MODES = {
10011001
],
10021002
ltv: 9000,
10031003
liquidationThreshold: 9200,
1004-
liquidationBonus: 10410,
1004+
liquidationBonus: 10380,
10051005
},
10061006
'25': {
10071007
label: 'PT_sUSDE_25SEP2025,PT_sUSDE_27NOV2025 / USDe',
@@ -1014,7 +1014,7 @@ export const E_MODES = {
10141014
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
10151015
ltv: 9200,
10161016
liquidationThreshold: 9400,
1017-
liquidationBonus: 10210,
1017+
liquidationBonus: 10180,
10181018
},
10191019
'26': {
10201020
label: 'weETH / WETH,wstETH',
@@ -1046,7 +1046,7 @@ export const E_MODES = {
10461046
],
10471047
ltv: 9100,
10481048
liquidationThreshold: 9300,
1049-
liquidationBonus: 10300,
1049+
liquidationBonus: 10270,
10501050
},
10511051
'28': {
10521052
label: 'PT_USDe_25SEP2025,PT_USDe_27NOV2025 / USDe',
@@ -1057,9 +1057,9 @@ export const E_MODES = {
10571057
],
10581058
borrowableBitmap: '1073741824',
10591059
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
1060-
ltv: 9360,
1061-
liquidationThreshold: 9560,
1062-
liquidationBonus: 10200,
1060+
ltv: 9400,
1061+
liquidationThreshold: 9600,
1062+
liquidationBonus: 10170,
10631063
},
10641064
} as const;
10651065
export const EXTERNAL_LIBRARIES = {

src/ts/AaveV3EthereumHorizon.ts

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,25 @@ export const ASSETS = {
130130
INTEREST_RATE_STRATEGY: '0x87593272C06f4FC49EC2942eBda0972d2F1Ab521',
131131
ORACLE: '0xF77f2537dba4ffD60f77fACdfB2c1706364fA03d',
132132
},
133+
VBILL: {
134+
decimals: 6,
135+
id: 8,
136+
UNDERLYING: '0x2255718832bC9fD3bE1CaF75084F4803DA14FF01',
137+
A_TOKEN: '0xE1CfD16b8E4B1C86Bb5b7A104cfEFbc7b09326dD',
138+
V_TOKEN: '0xEAf93Fd541f11D2617C2915D02F7fe67bCa71d4f',
139+
INTEREST_RATE_STRATEGY: '0x87593272C06f4FC49EC2942eBda0972d2F1Ab521',
140+
ORACLE: '0x5ed77a9D9b7cc80E9d0D7711024AF38C2643C1c4',
141+
},
133142
} as const;
134143
export const E_MODES = {
135144
'1': {
136-
label: ' / ',
137-
collateralBitmap: '0',
138-
collateralAssets: [],
139-
borrowableBitmap: '0',
140-
borrowableAssets: [],
141-
ltv: 8300,
142-
liquidationThreshold: 8800,
145+
label: 'VBILL / GHO',
146+
collateralBitmap: '256',
147+
collateralAssets: ['0x2255718832bC9fD3bE1CaF75084F4803DA14FF01'],
148+
borrowableBitmap: '1',
149+
borrowableAssets: ['0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f'],
150+
ltv: 8400,
151+
liquidationThreshold: 8900,
143152
liquidationBonus: 10300,
144153
},
145154
'2': {

src/ts/AaveV3Linea.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export const ASSETS = {
121121
V_TOKEN: '0x4CEdfa47F7d0e9036110B850Ce49f4cd47b28a2F',
122122
INTEREST_RATE_STRATEGY: '0xB1532b76D054c9F9E61b25c4d91f69B4133E4671',
123123
ORACLE: '0x0DccbA847D677d4dc3c22C9Dc17DC468226d08Ed',
124+
STATA_TOKEN: '0x4D11f27b1c4A5d232a200D2256A4E3d9bAACcF05',
124125
},
125126
wstETH: {
126127
decimals: 18,

src/ts/AaveV3Plasma.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -244,19 +244,19 @@ export const E_MODES = {
244244
'0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb',
245245
'0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34',
246246
],
247-
ltv: 8640,
248-
liquidationThreshold: 8840,
249-
liquidationBonus: 10460,
247+
ltv: 8830,
248+
liquidationThreshold: 9030,
249+
liquidationBonus: 10430,
250250
},
251251
'6': {
252252
label: 'PT_USDe_15JAN2026 / USDe',
253253
collateralBitmap: '64',
254254
collateralAssets: ['0x93B544c330F60A2aa05ceD87aEEffB8D38FD8c9a'],
255255
borrowableBitmap: '2',
256256
borrowableAssets: ['0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34'],
257-
ltv: 8720,
258-
liquidationThreshold: 8920,
259-
liquidationBonus: 10360,
257+
ltv: 8910,
258+
liquidationThreshold: 9110,
259+
liquidationBonus: 10330,
260260
},
261261
'7': {
262262
label: 'PT_sUSDE_15JAN2026 / USDT0,USDe',
@@ -267,19 +267,19 @@ export const E_MODES = {
267267
'0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb',
268268
'0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34',
269269
],
270-
ltv: 8490,
271-
liquidationThreshold: 8690,
272-
liquidationBonus: 10600,
270+
ltv: 8680,
271+
liquidationThreshold: 8880,
272+
liquidationBonus: 10540,
273273
},
274274
'8': {
275275
label: 'PT_sUSDE_15JAN2026 / USDe',
276276
collateralBitmap: '128',
277277
collateralAssets: ['0x02FCC4989B4C9D435b7ceD3fE1Ba4CF77BBb5Dd8'],
278278
borrowableBitmap: '2',
279279
borrowableAssets: ['0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34'],
280-
ltv: 8550,
281-
liquidationThreshold: 8750,
282-
liquidationBonus: 10490,
280+
ltv: 8750,
281+
liquidationThreshold: 8950,
282+
liquidationBonus: 10450,
283283
},
284284
'9': {
285285
label: 'wrsETH / WETH,wstETH',

0 commit comments

Comments
 (0)