Skip to content

Commit

Permalink
op-chain-ops: remove _owner from L2xdm config
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Feb 17, 2023
1 parent f74ba33 commit b35eee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion op-chain-ops/genesis/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ func NewL2StorageConfig(config *DeployConfig, block *types.Block) (state.Storage
}
storage["L2CrossDomainMessenger"] = state.StorageValues{
"_initialized": 1,
"_owner": config.ProxyAdminOwner,
// re-entrency lock
"_status": 1,
"_initializing": false,
Expand Down

0 comments on commit b35eee0

Please sign in to comment.