feat(taiko_genesis): update interanl devnet genesis JSON for ontake hardfork (#291)

This commit is contained in:
David 2024-07-29 14:33:13 +08:00 committed by GitHub
parent 83564ba6fc
commit 217c9ec0f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -933,7 +933,7 @@ type generateParams struct {
withdrawals types.Withdrawals // List of withdrawals to include in block.
beaconRoot *common.Hash // The beacon root (cancun field).
noTxs bool // Flag whether an empty block without any transaction is expected
// CHANGE(taiko): The base fee per gas for the next block
// CHANGE(taiko): The base fee per gas for the next block, used by the legacy Taiko blocks.
baseFeePerGas *big.Int
}