EXECUTION_BUFFER_TESTNET

Documentation for eth_defi.gmx.constants.EXECUTION_BUFFER_TESTNET data.

EXECUTION_BUFFER_TESTNET: float = 5.0

Execution-fee buffer multiplier for testnet (Arbitrum Sepolia).

Testnet gas estimation is less reliable than mainnet, requiring a higher buffer to avoid reverts. The standard DEFAULT_EXECUTION_BUFFER (2.2×) is insufficient — observed reverts on Arbitrum Sepolia. 5× ensures reliable execution; GMX refunds any excess.