HYPEREVM_BIG_BLOCK_GAS_LIMIT

Documentation for eth_defi.hyperliquid.block.HYPEREVM_BIG_BLOCK_GAS_LIMIT data.

HYPEREVM_BIG_BLOCK_GAS_LIMIT: int = 30000000

Gas limit for HyperEVM large blocks (30M).

Small blocks have ~2-3M gas; large blocks always have 30M. Used to override eth_getBlock("latest")["gasLimit"] which may return a small block’s limit even when the deployer has big blocks enabled.