-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ENS Risk Parameters #255
base: master
Are you sure you want to change the base?
Conversation
Add ENS to: Lines 27, 60, 87, 110, 134, 158 Need testnet addresses + Tenderly address.
Add ENS Reserve parameters, line 268
Add ENS to lines 254, 284, 375
Add ENS to lines 102, 103
Update reservesConfigs.ts
Update types.ts
Update commons.ts
markets/aave/reservesConfigs.ts
Outdated
strategy: rateStrategyVolatileFour, | ||
baseLTVAsCollateral: '5000', | ||
liquidationThreshold: '6000', | ||
liquidationBonus: '8000', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Liq bonus should be above 100%. A liq bonus of 108% means the liquidator will receive a 8% bonus. This value should be written with 2 zeros, so 10800
Fixed 'liquidationBonus' per comment from @miguelmtzinf
borrowingEnabled: true, | ||
stableBorrowRateEnabled: false, | ||
reserveDecimals: '18', | ||
aTokenImpl: eContractid.AToken, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, use DelegationAwareAToken
implementation. This will allow the governance to delegate voting power
No description provided.