Commit 04d8f316 authored by Mark Tyneway's avatar Mark Tyneway

op-chain-ops: correct L2 genesis storage layout config

parent fa8f178b
......@@ -659,7 +659,7 @@ func NewL2StorageConfig(config *DeployConfig, block *types.Block) (state.Storage
storage["L2StandardBridge"] = state.StorageValues{
"_initialized": 2,
"_initializing": false,
"MESSENGER": predeploys.L2CrossDomainMessengerAddr,
"messenger": predeploys.L2CrossDomainMessengerAddr,
}
storage["L1Block"] = state.StorageValues{
"number": block.Number(),
......
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