Commit f7f60be5 authored by Mark Tyneway's avatar Mark Tyneway

op-chain-ops: fix genesis

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