Skip to content

Commit ac8ef5b

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ts/AaveV3Ethereum.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,9 +1035,9 @@ export const E_MODES = {
10351035
'0xdC035D45d973E3EC169d2276DDab16f1e407384F',
10361036
'0xC139190F447e929f090Edeb554D95AbB8b18aC1C',
10371037
],
1038-
ltv: 8940,
1039-
liquidationThreshold: 9140,
1040-
liquidationBonus: 10390,
1038+
ltv: 8970,
1039+
liquidationThreshold: 9170,
1040+
liquidationBonus: 10360,
10411041
},
10421042
'28': {
10431043
label: 'PT-USDe USDe Nov 2025',
@@ -1048,9 +1048,9 @@ export const E_MODES = {
10481048
],
10491049
borrowableBitmap: '1073741824',
10501050
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
1051-
ltv: 9030,
1052-
liquidationThreshold: 9230,
1053-
liquidationBonus: 10290,
1051+
ltv: 9060,
1052+
liquidationThreshold: 9260,
1053+
liquidationBonus: 10260,
10541054
},
10551055
} as const;
10561056
export const EXTERNAL_LIBRARIES = {

0 commit comments

Comments
 (0)