Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proto/sf/ethereum/type/v2/type.proto
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ message BlockHeader {
// mix_hash,
// nonce,
// base_fee_per_gas (to be included only if London fork is active)
// withdrawals_root (to be included only if Shangai fork is active)
// withdrawals_root (to be included only if Shanghai fork is active)
// blob_gas_used (to be included only if Cancun fork is active)
// excess_blob_gas (to be included only if Cancun fork is active)
// parent_beacon_root (to be included only if Cancun fork is active)
Expand All @@ -254,7 +254,7 @@ message BlockHeader {
// Base fee per gas according to EIP-1559 (e.g. London Fork) rules, only set if London is present/active on the chain.
BigInt base_fee_per_gas = 18;

// Withdrawals root hash according to EIP-4895 (e.g. Shangai Fork) rules, only set if Shangai is present/active on the chain.
// Withdrawals root hash according to EIP-4895 (e.g. Shanghai Fork) rules, only set if Shanghai is present/active on the chain.
//
// Only available in DetailLevel: EXTENDED
bytes withdrawals_root = 19;
Expand Down