-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add UBE, GNT, PACT configurators on Alfajores #30
base: main
Are you sure you want to change the base?
Conversation
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.
Need to add a step to the run book where the multisig sends a transaction to the LendingRateOracle.setMarketBorrowRate(asset, rate);
This should be done before the configuration, because it doesn't affect old assets.
Previously this step was performed by the EmergencyAdmin, now the rate oracle ownership is transferred to the big Multisig: https://explorer.celo.org/tx/0x9bc7fb332f1142c592a915fc1b7d7b354cf0dbd361031c8a2f1613d77411e372/internal-transactions
Alfajores: 0x300062ea5B3E26Ff00D7b0628ee11564700Ef61d
Mainnet: 0xaA6e0F0B63287EAC5DDBEefd1f133Fc7F554ee9b
Rate 30000000000000000000000000 (0.03 RAY, e27) is 3% base rate.
Description