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

Update immutables #2

Closed
wants to merge 3 commits into from
Closed

Conversation

denis-pingin
Copy link

Updates are performed in alignment with suggested Optimism procedures: https://github.com/ethereum-optimism/superchain-ops/tree/main/tasks/eth/010-1-guardian-upgrade

General update process:

  1. Upgrade proxy to the StorageSetter implementation and call setBytes32(0, 0) to reset the initialized slot.
  2. Upgrade proxy back to the regular implementation and re-initialize with new values.

Methods 1. and 2. are called via delegatecall from SystemOwnerSafe execTransaction to MultiSend multiSend which in turns calls to ProxyAdmin upgradeAndCall method. The inner calldata of upgradeAndCall actually performs 1. and 2.

Copy link

github-actions bot commented Jul 3, 2024

This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Jul 3, 2024
@github-actions github-actions bot closed this Jul 8, 2024
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.

1 participant