-
Notifications
You must be signed in to change notification settings - Fork 40
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
fma: interop portal #255
base: main
Are you sure you want to change the base?
fma: interop portal #255
Conversation
Adds an FMA for interop support in the OptimismPortal contract.
|
||
#### Description | ||
|
||
The process for migrating ETH funds from an old `ETHLockbox` to a new one, coordinated by the |
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.
Update to include original migration
- Clear documentation of the expected state after the migration integrated into the superchain-ops | ||
task that actually executes this migration. | ||
|
||
#### Recovery Path(s) |
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.
Action items, as part of betanet:
- Do a withdrawal and see that it works
- Check lockbox balances make sense
- Check that withdrawal proofs are invalidated
|
||
- Check with partners for reports of failures while proving withdrawals after the switch. | ||
|
||
#### Recovery Path(s) |
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.
Action items:
- Update Viem to auto-switch between proof modes
- Do loud partner comms about this changing
Description
FMA for the interop changes to the OptimismPortal contract.