We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c516bcd commit e9527a5Copy full SHA for e9527a5
1 file changed
src/protocol/taiko_alethia/TaikoAnchor.sol
@@ -21,7 +21,7 @@ struct BlockHeader {
21
bytes extraData;
22
bytes32 mixedHash;
23
uint64 nonce;
24
- bytes32 baseFeePerGas;
+ uint256 baseFeePerGas;
25
bytes32 withdrawalsRoot;
26
uint64 blobGasUsed;
27
uint64 excessBlobGas;
0 commit comments