• Mark Tyneway's avatar
    op-chain-ops: base fee check · 5ec570fa
    Mark Tyneway authored
    Check that the L2 genesis block base fee per gas
    is not set to `nil`. If it is, it will cause a segfault
    in `op-geth` on startup after the migration.
    
    It is configured with the key: `"l2GenesisBlockBaseFeePerGas"`
    5ec570fa
db_migration.go 7.5 KB