We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0802b commit e281938Copy full SHA for e281938
src/ts/AaveV3Ethereum.ts
@@ -873,7 +873,7 @@ export const E_MODES = {
873
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
874
ltv: 9200,
875
liquidationThreshold: 9400,
876
- liquidationBonus: 10230,
+ liquidationBonus: 10200,
877
},
878
'19': {
879
label: 'PT-USDe Stablecoins September 2025',
@@ -906,8 +906,8 @@ export const E_MODES = {
906
],
907
borrowableBitmap: '1073741824',
908
909
- ltv: 9280,
910
- liquidationThreshold: 9480,
+ ltv: 9310,
+ liquidationThreshold: 9510,
911
liquidationBonus: 10220,
912
913
'21': {
0 commit comments