Skip to content

Commit e3ec202

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

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
@@ -891,7 +891,7 @@ export const E_MODES = {
891891
],
892892
ltv: 9000,
893893
liquidationThreshold: 9200,
894-
liquidationBonus: 10350,
894+
liquidationBonus: 10320,
895895
},
896896
'18': {
897897
label: 'PT-sUSDe USDe September 2025',
@@ -936,7 +936,7 @@ export const E_MODES = {
936936
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
937937
ltv: 9400,
938938
liquidationThreshold: 9600,
939-
liquidationBonus: 10150,
939+
liquidationBonus: 10120,
940940
},
941941
'21': {
942942
label: 'tETH/Stablecoins',
@@ -990,9 +990,9 @@ export const E_MODES = {
990990
'0xdC035D45d973E3EC169d2276DDab16f1e407384F',
991991
'0xC139190F447e929f090Edeb554D95AbB8b18aC1C',
992992
],
993-
ltv: 8760,
994-
liquidationThreshold: 8960,
995-
liquidationBonus: 10500,
993+
ltv: 8810,
994+
liquidationThreshold: 9010,
995+
liquidationBonus: 10470,
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: 8930,
1007-
liquidationThreshold: 9130,
1008-
liquidationBonus: 10300,
1006+
ltv: 8980,
1007+
liquidationThreshold: 9180,
1008+
liquidationBonus: 10270,
10091009
},
10101010
'26': {
10111011
label: 'weETH/wstETH ETH Correlated',

0 commit comments

Comments
 (0)