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