Skip to content

Commit e9527a5

Browse files
committed
base fee
1 parent c516bcd commit e9527a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocol/taiko_alethia/TaikoAnchor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct BlockHeader {
2121
bytes extraData;
2222
bytes32 mixedHash;
2323
uint64 nonce;
24-
bytes32 baseFeePerGas;
24+
uint256 baseFeePerGas;
2525
bytes32 withdrawalsRoot;
2626
uint64 blobGasUsed;
2727
uint64 excessBlobGas;

0 commit comments

Comments
 (0)