Commit c9ac7a6e authored by Matthew Slipper's avatar Matthew Slipper Committed by Mark Tyneway

Update op-chain-ops/crossdomain/migrate.go

Co-authored-by: default avatarMaurelian <maurelian@protonmail.ch>
parent 49d413ae
......@@ -117,7 +117,7 @@ func MigrateWithdrawalGasLimit(data []byte, chainID *big.Int) uint64 {
// Goerli has a lower gas limit than other chains.
overhead := uint64(200_000)
if chainID.Cmp(big.NewInt(420)) != 0 {
overhead = 1_00_000
overhead = 1_000_000
}
// Set the outer gas limit. This cannot be zero
......
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