Commit e94ccf3b authored by Joshua Gutow's avatar Joshua Gutow

Set bedrock block in migration

parent 3eace20d
......@@ -200,6 +200,7 @@ func MigrateDB(ldb ethdb.Database, config *DeployConfig, l1Block *types.Block, m
EIP1559Denominator: config.EIP1559Denominator,
EIP1559Elasticity: config.EIP1559Elasticity,
}
cfg.BedrockBlock = bedrockBlock.Number()
rawdb.WriteChainConfig(ldb, genesisHash, cfg)
log.Info(
......
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