launchpad-charts icon indicating copy to clipboard operation
launchpad-charts copied to clipboard

Set arbitrum-nitro RPC execution gas cap to infinite

Open devin-ai-integration[bot] opened this issue 1 year ago • 0 comments

Description

The arbitrum-nitro chart should have its RPC execution gas cap set to infinite by default.

Implementation Details

  • Add --execution.gas-cap=0 to the default arguments list in charts/arbitrum-nitro/values.yaml (where 0 means infinite)
  • This should be added to the config.defaultArgs section 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.