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 e3ec202 commit 1684411Copy full SHA for 1684411
src/ts/AaveV3Ethereum.ts
@@ -1035,8 +1035,8 @@ export const E_MODES = {
1035
'0xdC035D45d973E3EC169d2276DDab16f1e407384F',
1036
'0xC139190F447e929f090Edeb554D95AbB8b18aC1C',
1037
],
1038
- ltv: 8910,
1039
- liquidationThreshold: 9110,
+ ltv: 8940,
+ liquidationThreshold: 9140,
1040
liquidationBonus: 10390,
1041
},
1042
'28': {
@@ -1048,8 +1048,8 @@ export const E_MODES = {
1048
1049
borrowableBitmap: '1073741824',
1050
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
1051
- ltv: 9000,
1052
- liquidationThreshold: 9200,
+ ltv: 9030,
+ liquidationThreshold: 9230,
1053
liquidationBonus: 10290,
1054
1055
} as const;
0 commit comments