Allow sUSD and REP to be borrowed

This commit is contained in:
David Racero 2020-11-11 16:00:12 +01:00
parent 9fdd9f11da
commit 0ae87413ba

View File

@ -121,7 +121,7 @@ export const strategyREP: IReserveParams = {
baseLTVAsCollateral: '3500',
variableRateSlope1: new BigNumber(0.07).multipliedBy(oneRay).toFixed(),
variableRateSlope2: new BigNumber(3).multipliedBy(oneRay).toFixed(),
borrowingEnabled: false,
borrowingEnabled: true,
};
export const stablecoinStrategySUSD: IReserveParams = {
@ -133,7 +133,7 @@ export const stablecoinStrategySUSD: IReserveParams = {
baseLTVAsCollateral: '-1',
liquidationThreshold: '0',
liquidationBonus: '0',
borrowingEnabled: false,
borrowingEnabled: true,
stableBorrowRateEnabled: false,
reserveDecimals: '18',
};