fix: updated matic reserve config

This commit is contained in:
Hadrien Charlanes 2021-05-18 09:40:39 +02:00
parent 95860bc096
commit 3dd51dcc0a

View File

@ -92,6 +92,8 @@ export const strategyMATIC: IReserveParams = {
borrowCap: '0',
supplyCap: '0',
reserveFactor: '2000',
borrowCap: MAX_BORROW_CAP,
supplyCap: MAX_SUPPLY_CAP,
};
export const strategyAAVE: IReserveParams = {