-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: onboard EURC on V3 Base #620
base: main
Are you sure you want to change the base?
Conversation
src/20250219_AaveV3Base_AddEURCToBASEAaveV3/AaveV3Base_AddEURCToBASEAaveV3_20250219.sol
Outdated
Show resolved
Hide resolved
Compiling 317 files with Solc 0.8.22
Solc 0.8.22 finished in 143.97s
Compiler run successful!
|
@Rozengarden can you seed the executor or mock it, so the tests passes so you can add the diff snapshots. |
rateStrategyParams: IAaveV3ConfigEngine.InterestRateInputData({ | ||
optimalUsageRatio: 90_00, | ||
baseVariableBorrowRate: 0, | ||
variableRateSlope1: 12_00, |
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.
@Rozengarden can you double check with risk that the slope1 at 12%
is the latest one, considering we reduced it for other EUR stablecoins around a week back via this proposal
executor was funded, forgot to bump block height 🙏 |
No description provided.