Commit 79a57977 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #4094 from ethereum-optimism/fix/ownerless

op-chain-ops: remove setting owner in GovernanceToken
parents 621cb287 df19d2be
......@@ -415,8 +415,6 @@ func NewL2StorageConfig(config *DeployConfig, block *types.Block) (state.Storage
storage["GovernanceToken"] = state.StorageValues{
"_name": "Optimism",
"_symbol": "OP",
// TODO: this should be set to the MintManager
"_owner": common.Address{},
}
storage["ProxyAdmin"] = state.StorageValues{
"_owner": config.ProxyAdminOwner,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment