mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: updated matic reserve config
This commit is contained in:
parent
1c69499f45
commit
2f388c1b49
|
@ -91,6 +91,8 @@ export const strategyMATIC: IReserveParams = {
|
||||||
reserveDecimals: '18',
|
reserveDecimals: '18',
|
||||||
aTokenImpl: eContractid.AToken,
|
aTokenImpl: eContractid.AToken,
|
||||||
reserveFactor: '2000',
|
reserveFactor: '2000',
|
||||||
|
borrowCap: MAX_BORROW_CAP,
|
||||||
|
supplyCap: MAX_SUPPLY_CAP,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const strategyAAVE: IReserveParams = {
|
export const strategyAAVE: IReserveParams = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user