Skip to content
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

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

Callum-G
Copy link

@Callum-G Callum-G commented Dec 6, 2021

No description provided.

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
strategy: rateStrategyVolatileFour,
baseLTVAsCollateral: '5000',
liquidationThreshold: '6000',
liquidationBonus: '8000',
Copy link
Collaborator

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,
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants