mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
Update contracts/receivers2/aave-v2-receiver/main.sol
Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
parent
5812e992fc
commit
bcf60701ee
|
@ -13,7 +13,7 @@ contract MigrateResolver is Helpers, Events {
|
||||||
|
|
||||||
// This will be used to have debt/collateral ratio always 20% less than liquidation
|
// This will be used to have debt/collateral ratio always 20% less than liquidation
|
||||||
// TODO: Is this number correct for it?
|
// TODO: Is this number correct for it?
|
||||||
uint public safeRatioGap = 20000000000000000; // 20%?
|
uint public safeRatioGap = 200000000000000000; // 20%? 2e17
|
||||||
|
|
||||||
// dsa => position
|
// dsa => position
|
||||||
mapping(uint => AaveData) public positions;
|
mapping(uint => AaveData) public positions;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user