launchpad-charts
launchpad-charts copied to clipboard
Set arbitrum-nitro RPC execution gas cap to infinite
Description
The arbitrum-nitro chart should have its RPC execution gas cap set to infinite by default.
Implementation Details
- Add
--execution.gas-cap=0to the default arguments list incharts/arbitrum-nitro/values.yaml(where 0 means infinite) - This should be added to the
config.defaultArgssection which currently only has--execution.caching.archive
Rationale
Setting the execution gas cap to infinite allows for processing transactions with unlimited gas, which is necessary for certain operations on the Arbitrum network.
Related Information
The gas cap setting controls the maximum amount of gas that can be used in eth_call/eth_estimateGas. Setting it to 0 means unlimited.