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 ef9275d commit f169671Copy full SHA for f169671
ArbGasInfo.sol
@@ -127,7 +127,7 @@ interface ArbGasInfo {
127
128
/// @notice Get the maximum block gas limit
129
/// @notice Available in ArbOS version 50 and above
130
- function getMaxBlockGasLimit() external view returns (uint256);
+ function getMaxBlockGasLimit() external view returns (uint64);
131
132
/// @notice Get the current gas pricing constraints used by the Multi-Constraint Pricer.
133
/// @notice Each constraint contains:
0 commit comments