Skip to content

Commit 9fe9d91

Browse files
fix(cache): automated cache update - updated addresses (#1067)
Co-authored-by: Cache-bot <noreply@github.com>
1 parent 254b1f0 commit 9fe9d91

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/ts/AaveV3Ethereum.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -989,8 +989,8 @@ export const E_MODES = {
989989
'0xdC035D45d973E3EC169d2276DDab16f1e407384F',
990990
'0xC139190F447e929f090Edeb554D95AbB8b18aC1C',
991991
],
992-
ltv: 8660,
993-
liquidationThreshold: 8860,
992+
ltv: 8710,
993+
liquidationThreshold: 8910,
994994
liquidationBonus: 10500,
995995
},
996996
'25': {
@@ -1002,8 +1002,8 @@ export const E_MODES = {
10021002
],
10031003
borrowableBitmap: '1073741824',
10041004
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
1005-
ltv: 8830,
1006-
liquidationThreshold: 9030,
1005+
ltv: 8880,
1006+
liquidationThreshold: 9080,
10071007
liquidationBonus: 10300,
10081008
},
10091009
'26': {
@@ -1034,8 +1034,8 @@ export const E_MODES = {
10341034
'0xdC035D45d973E3EC169d2276DDab16f1e407384F',
10351035
'0xC139190F447e929f090Edeb554D95AbB8b18aC1C',
10361036
],
1037-
ltv: 8780,
1038-
liquidationThreshold: 8980,
1037+
ltv: 8830,
1038+
liquidationThreshold: 9030,
10391039
liquidationBonus: 10420,
10401040
},
10411041
'28': {
@@ -1047,8 +1047,8 @@ export const E_MODES = {
10471047
],
10481048
borrowableBitmap: '1073741824',
10491049
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
1050-
ltv: 8860,
1051-
liquidationThreshold: 9060,
1050+
ltv: 8910,
1051+
liquidationThreshold: 9110,
10521052
liquidationBonus: 10320,
10531053
},
10541054
} as const;

0 commit comments

Comments
 (0)