Update contracts/receivers2/aave-v2-receiver/main.sol

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Samyak Jain 2021-04-06 22:12:36 +10:00 committed by GitHub
parent 5812e992fc
commit bcf60701ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;