Gas Configurations
Why Gas Configuration Matters
Chain Specific Gas Configuration
Change via UI
Change via On chain functions
// Setting subscription-level at the time of subscription creation
addClientToWhitelist(maxGasPrice, maxGasLimit);
// Setting per-contract customization at contract addition
addContractToWhitelist(contractAddress, callbackGasPrice, callbackGasLimit);
// Update maximum gas price
updateMaxGasPrice(newMaxGasPrice);
// Update maximum gas limit
updateMaxGasLimit(newMaxGasLimit);
// Update specific contract's gas price
updateCallbackGasPrice(contractAddress, newGasPrice);
// Update specific contract's gas limit
updateCallbackGasLimit(contractAddress, newGasLimit);Minimum Balance
Deposit Balance Alerts
Dev tips for better experience
Last updated
