Skip to content

Commit 1684411

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ts/AaveV3Ethereum.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,8 +1035,8 @@ export const E_MODES = {
10351035
'0xdC035D45d973E3EC169d2276DDab16f1e407384F',
10361036
'0xC139190F447e929f090Edeb554D95AbB8b18aC1C',
10371037
],
1038-
ltv: 8910,
1039-
liquidationThreshold: 9110,
1038+
ltv: 8940,
1039+
liquidationThreshold: 9140,
10401040
liquidationBonus: 10390,
10411041
},
10421042
'28': {
@@ -1048,8 +1048,8 @@ export const E_MODES = {
10481048
],
10491049
borrowableBitmap: '1073741824',
10501050
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
1051-
ltv: 9000,
1052-
liquidationThreshold: 9200,
1051+
ltv: 9030,
1052+
liquidationThreshold: 9230,
10531053
liquidationBonus: 10290,
10541054
},
10551055
} as const;

0 commit comments

Comments
 (0)