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

Seed Turbo Fuse pool with Fei #702

Merged
merged 7 commits into from
Apr 16, 2022
Merged

Seed Turbo Fuse pool with Fei #702

merged 7 commits into from
Apr 16, 2022

Conversation

thomas-waite
Copy link
Contributor

Summary

Seeds the Turbo Fuse pool with $10M of Fei. Liquidity provided by the OA multisig timelock, which currently has ~$50M.

@thomas-waite thomas-waite self-assigned this Apr 16, 2022
@thomas-waite thomas-waite requested a review from a team as a code owner April 16, 2022 14:40
// This could include setting up Hardhat to impersonate accounts,
// ensuring contracts have a specific state, etc.
const setup: SetupUpgradeFunc = async (addresses, oldContracts, contracts, logging) => {
console.log(`No actions to complete in setup for fip${fipNumber}`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll need to impersonate and whitelist the PCV deposit to deposit to the turbo pool

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Note to self - whitelist this PCV deposit on the TurboAdmin once it has been deployed

target: 'collateralizationOracle',
values: '0',
method: 'addDeposits(address[])',
arguments: [['{turboFusePCVDeposit}']],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah. You'll need to do a wrapper because the PCV deposit doesn't accurately report FEI

Joeysantoro
Joeysantoro previously approved these changes Apr 16, 2022
Copy link
Contributor

@Joeysantoro Joeysantoro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved assuming tests pass

@thomas-waite thomas-waite merged commit 925d729 into develop Apr 16, 2022
@thomas-waite thomas-waite deleted the feat-seed-turbo branch April 16, 2022 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants