We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3926a9b commit 2461e54Copy full SHA for 2461e54
arbitrum/values/one/arbitrum-nitro.yaml.gotmpl
@@ -7,6 +7,7 @@ nitro:
7
chain: 42161
8
extraArgs:
9
- --ws.addr=0.0.0.0
10
+ - --execution.rpc.gas-cap=10000000000
11
12
restoreSnapshot:
13
enabled: true
arbitrum/values/sepolia/arbitrum-nitro.yaml
@@ -3,6 +3,8 @@ nitro:
3
chain: 421614 # determines Arbitrum network - 421614 Sepolia
4
parentChainUrl: http://your-eth-sepolia-url:8545 ## changeme
5
parentChainBeaconUrl: http://your-eth-consensus-node-url:5052 ## changeme
6
+ extraArgs:
# -- [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for Arbitrum Nitro storage
volumeClaimSpec:
0 commit comments