disable_big_blocks

Documentation for eth_defi.hyperliquid.block.disable_big_blocks function.

disable_big_blocks(web3, private_key)

Disable large blocks after contract deployment.

Counterpart to enable_big_blocks(). Only call this if that function returned True.

Parameters
  • web3 (web3.main.Web3) – Web3 connection.

  • private_key (str) – Hex-encoded deployer private key.