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

initializable oracles #197

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

dapp-whisperer
Copy link
Contributor

Note: Decided to not pursue this option but leaving up for posterity

Overview

  • To facilitate a smooth atomic launch, we want to initialize the oracles after deployment. This is because the curve pool address only becomes known during that process.
  • we could deploy the oracles fresh during the atomic launch when we know the curve pool address, but want the etherscan situation to work out definitely beforehand

Downsides

  • lose benefits of immutable
  • introduce smart contract risk via the initializer

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.

None yet

1 participant