DEFAULT_DEPLOYMENT_GAS_MULTIPLIER

Documentation for eth_defi.erc_4626.vault_protocol.lagoon.deployment.DEFAULT_DEPLOYMENT_GAS_MULTIPLIER data.

DEFAULT_DEPLOYMENT_GAS_MULTIPLIER = 2.0

Safety multiplier applied to the node eth_estimateGas result for guard setup / deployment broadcasts.

Some L2s — Arbitrum in particular — under-estimate eth_estimateGas for simple guard-configuration calls (e.g. allowReceiver), causing the transaction to revert on-chain with “out of gas” even though the estimate was accepted. A multiplier on the estimate avoids this; the sender is still only charged for gas actually used, so over-provisioning the limit is free.