Skip to content

Commit

Permalink
update default buildArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
halo3mic committed Dec 5, 2023
1 parent 2150c87 commit a230df4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions suave/backends/eth_backend_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ func (e *EthBackendServer) BuildEthBlock(ctx context.Context, buildArgs *types.B
GasLimit: 30000000,
Random: head.Root,
Withdrawals: nil,
Extra: []byte(""),
FillPending: false,
}
}

Expand All @@ -67,6 +69,8 @@ func (e *EthBackendServer) BuildEthBlockFromBundles(ctx context.Context, buildAr
GasLimit: 30000000,
Random: head.Root,
Withdrawals: nil,
Extra: []byte(""),
FillPending: false,
}
}

Expand Down

0 comments on commit a230df4

Please sign in to comment.