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

Token merger deploy script #414

Closed
wants to merge 26 commits into from
Closed

Token merger deploy script #414

wants to merge 26 commits into from

Conversation

shahthepro
Copy link
Collaborator

If you made a contract change, make sure to complete the checklist below before merging it in master.

Contract change checklist:

  • Code reviewed by 2 reviewers.
  • Copy & paste code review security checklist below this checklist.
  • Unit tests pass
  • Slither tests pass with no warning
  • Echidna tests pass if PR includes changes to OUSD contract (not automated, run manually on local)

@DanielVF DanielVF changed the title Add deploy script Token merger deploy script May 8, 2024
OUSD_BUYBACK_NEW_IMPL_ADDRESS = "0xdd753cb1fc4e8c72c5a40254ac064515301d11e0"
OETH_BUYBACK_NEW_IMPL_ADDRESS = "0x6c952cc410a253e70f3383028c7e0a7f477b921c"

def main():
Copy link
Member

Choose a reason for hiding this comment

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

It would be good to have some sanity checking fork testing on this - these are fairly major changes.

I think we should also mint the new OGN to the migrator during this governance action. We can defer team funds for separate actions. But we still should fork test this migration + team funds + activating the migration and doing a migration.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Have added a script that runs at the end of the deploy 006

@shahthepro shahthepro marked this pull request as ready for review May 10, 2024 19:08
Base automatically changed from DanielVF/reclaimAfter to master May 16, 2024 19:34
@shahthepro
Copy link
Collaborator Author

Closing this, since we already have the Foundry scripts

@shahthepro shahthepro closed this May 17, 2024
@shahthepro shahthepro deleted the shah/deploy-script branch May 23, 2024 17:19
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

2 participants