Skip to content

Commit 54cd159

Browse files
fix(cache): automated cache update - updated addresses (#1104)
Co-authored-by: Cache-bot <[email protected]>
1 parent a6a11c6 commit 54cd159

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/ts/AaveV3Ethereum.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ export const E_MODES = {
992992
],
993993
ltv: 8950,
994994
liquidationThreshold: 9150,
995-
liquidationBonus: 10470,
995+
liquidationBonus: 10440,
996996
},
997997
'25': {
998998
label: 'PT-sUSDe USDe Nov 2025',
@@ -1003,9 +1003,9 @@ export const E_MODES = {
10031003
],
10041004
borrowableBitmap: '1073741824',
10051005
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
1006-
ltv: 9120,
1007-
liquidationThreshold: 9320,
1008-
liquidationBonus: 10270,
1006+
ltv: 9150,
1007+
liquidationThreshold: 9350,
1008+
liquidationBonus: 10240,
10091009
},
10101010
'26': {
10111011
label: 'weETH/wstETH ETH Correlated',
@@ -1035,8 +1035,8 @@ export const E_MODES = {
10351035
'0xdC035D45d973E3EC169d2276DDab16f1e407384F',
10361036
'0xC139190F447e929f090Edeb554D95AbB8b18aC1C',
10371037
],
1038-
ltv: 9020,
1039-
liquidationThreshold: 9220,
1038+
ltv: 9050,
1039+
liquidationThreshold: 9250,
10401040
liquidationBonus: 10360,
10411041
},
10421042
'28': {
@@ -1048,8 +1048,8 @@ export const E_MODES = {
10481048
],
10491049
borrowableBitmap: '1073741824',
10501050
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
1051-
ltv: 9110,
1052-
liquidationThreshold: 9310,
1051+
ltv: 9140,
1052+
liquidationThreshold: 9340,
10531053
liquidationBonus: 10260,
10541054
},
10551055
} as const;

0 commit comments

Comments
 (0)