wait_for_using_big_blocks
Documentation for eth_defi.hyperliquid.block.wait_for_using_big_blocks function.
- wait_for_using_big_blocks(web3, address, enabled, timeout=15.0, poll_interval=1.0)
Wait until the EVM RPC reports the expected large-block flag state.
This is useful on HyperEVM testnet where the exchange API toggle may take a moment to become visible through the
eth_usingBigBlocksRPC method.- Parameters
- Raises
HyperEVMBigBlocksError – If the expected state is not observed before the timeout.
- Return type
None