mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Rollback sUSD decimals to 18
This commit is contained in:
parent
f73db4dbd9
commit
de20c0e6ec
|
@ -135,7 +135,7 @@ export const stablecoinStrategySUSD: IReserveParams = {
|
||||||
liquidationBonus: '0',
|
liquidationBonus: '0',
|
||||||
borrowingEnabled: false,
|
borrowingEnabled: false,
|
||||||
stableBorrowRateEnabled: false,
|
stableBorrowRateEnabled: false,
|
||||||
reserveDecimals: '6',
|
reserveDecimals: '18',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const strategySNX: IReserveParams = {
|
export const strategySNX: IReserveParams = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user