-
Notifications
You must be signed in to change notification settings - Fork 70
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
Test: Sepolia task to transfer owner of ProtocolVersions #554
Comments
I would probably create a general ownership transfer template where the inputs are a the chain, contract name, and the new owner address, where the new owner address is a named string like "Foundation Upgrades Safe" which the template maps to the correct address |
Make sense, we've got this implemented here: #595 |
Doing deputy pause module first, this can come after |
Where can we find the Searching this address 0x8062AbC286f5e7D9428a0Ccb9AbD71e50d93b935 in the addresses.json file in superchain-registry shows no results. Looking in the AddressRegistry contract in superchain ops doesn't show anywhere an address named or close to Should this be another address that is added to the hardcoded Or, should we modify AddressRegistry contract to fetch this onchain from the OPCM? |
The most generic version of the |
0xfd1D2e729aE8eEe2E146c033bf4400fE75284301
is the Sepolia ProtocolVersions owner.ProtocolVersions
: scr -> etherscanProtocolVersions
owner: etherscanOn mainnet, the owner of
ProtocolVersions
is the Foundation Upgrade Safe (FUS) - 0x847B5c174615B1B7fDF770882256e2D3E95b9D92We should create a template in superchain-ops 2.0 that transfers the
ProtocolVersions
owner. Then create a task from this template on sepolia that transfers the owner to the sepolia FUS.The text was updated successfully, but these errors were encountered: