Skip to content

Commit

Permalink
Update op-chain-ops/crossdomain/migrate.go
Browse files Browse the repository at this point in the history
Co-authored-by: Maurelian <[email protected]>
  • Loading branch information
2 people authored and tynes committed Apr 24, 2023
1 parent 49d413a commit c9ac7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-chain-ops/crossdomain/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9ac7a6

Please sign in to comment.