Skip to content

Commit e281938

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ts/AaveV3Ethereum.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ export const E_MODES = {
873873
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
874874
ltv: 9200,
875875
liquidationThreshold: 9400,
876-
liquidationBonus: 10230,
876+
liquidationBonus: 10200,
877877
},
878878
'19': {
879879
label: 'PT-USDe Stablecoins September 2025',
@@ -906,8 +906,8 @@ export const E_MODES = {
906906
],
907907
borrowableBitmap: '1073741824',
908908
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
909-
ltv: 9280,
910-
liquidationThreshold: 9480,
909+
ltv: 9310,
910+
liquidationThreshold: 9510,
911911
liquidationBonus: 10220,
912912
},
913913
'21': {

0 commit comments

Comments
 (0)