fix: updated matic reserve config

This commit is contained in:
Hadrien Charlanes 2021-05-18 09:40:39 +02:00
parent 1c69499f45
commit 2f388c1b49

View File

@ -91,6 +91,8 @@ export const strategyMATIC: IReserveParams = {
reserveDecimals: '18',
aTokenImpl: eContractid.AToken,
reserveFactor: '2000',
borrowCap: MAX_BORROW_CAP,
supplyCap: MAX_SUPPLY_CAP,
};
export const strategyAAVE: IReserveParams = {