Skip to content

Commit 3119882

Browse files
committed
fix: Disable USDT as collateral
1 parent 9959589 commit 3119882

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

markets/avalanche/reservesConfigs.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export const strategyUSDC: IReserveParams = {
3535

3636
export const strategyUSDT: IReserveParams = {
3737
strategy: rateStrategyStableThree,
38-
baseLTVAsCollateral: '8000',
39-
liquidationThreshold: '8500',
40-
liquidationBonus: '10500',
38+
baseLTVAsCollateral: '0',
39+
liquidationThreshold: '0',
40+
liquidationBonus: '0',
4141
borrowingEnabled: true,
4242
stableBorrowRateEnabled: true,
4343
reserveDecimals: '6',

0 commit comments

Comments
 (0)