mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Allow sUSD and REP to be borrowed
This commit is contained in:
parent
9fdd9f11da
commit
0ae87413ba
|
@ -121,7 +121,7 @@ export const strategyREP: IReserveParams = {
|
||||||
baseLTVAsCollateral: '3500',
|
baseLTVAsCollateral: '3500',
|
||||||
variableRateSlope1: new BigNumber(0.07).multipliedBy(oneRay).toFixed(),
|
variableRateSlope1: new BigNumber(0.07).multipliedBy(oneRay).toFixed(),
|
||||||
variableRateSlope2: new BigNumber(3).multipliedBy(oneRay).toFixed(),
|
variableRateSlope2: new BigNumber(3).multipliedBy(oneRay).toFixed(),
|
||||||
borrowingEnabled: false,
|
borrowingEnabled: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const stablecoinStrategySUSD: IReserveParams = {
|
export const stablecoinStrategySUSD: IReserveParams = {
|
||||||
|
@ -133,7 +133,7 @@ export const stablecoinStrategySUSD: IReserveParams = {
|
||||||
baseLTVAsCollateral: '-1',
|
baseLTVAsCollateral: '-1',
|
||||||
liquidationThreshold: '0',
|
liquidationThreshold: '0',
|
||||||
liquidationBonus: '0',
|
liquidationBonus: '0',
|
||||||
borrowingEnabled: false,
|
borrowingEnabled: true,
|
||||||
stableBorrowRateEnabled: false,
|
stableBorrowRateEnabled: false,
|
||||||
reserveDecimals: '18',
|
reserveDecimals: '18',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user