Skip to content

Commit

Permalink
feat: add missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops committed Nov 14, 2023
1 parent 29dead1 commit f44cbe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/arbitrum-nitro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| nitro.config | Nitro configuration parameters | object | `{"chain":42161,"classicURL":null,"defaultArgs":["--node.caching.archive","--core.checkpoint-gas-frequency=156250000"],"extraArgs":[],"httpRPC":{"addr":"0.0.0.0","api":"net,web3,eth,debug","cors":"*","vhosts":"*"},"metrics":{"addr":"0.0.0.0","enabled":true},"parentChainURL":"CHANGE_ME_RPC_URL"}` |
| nitro.config.chain | Chain ID, 42161 for Arbitrum One | int | `42161` |
| nitro.config.classicURL | RPC Url to Arbitrum Classic Archive node if serving classic blocks | string | `nil` |
| nitro.config.defaultArgs | Enabled default arguments on the chart | list | `["--node.caching.archive","--core.checkpoint-gas-frequency=156250000"]` |
| nitro.config.extraArgs | Additional CLI arguments to pass to `nitro` | list | `[]` |
| nitro.config.httpRPC | RPC config parameters | object | `{"addr":"0.0.0.0","api":"net,web3,eth,debug","cors":"*","vhosts":"*"}` |
| nitro.config.httpRPC.addr | Listen address | string | `"0.0.0.0"` |
Expand Down
2 changes: 2 additions & 0 deletions charts/arbitrum-nitro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,11 @@ nitro:
# -- Listen address
addr: 0.0.0.0

# -- Enabled default arguments on the chart
defaultArgs:
- "--node.caching.archive"
- "--core.checkpoint-gas-frequency=156250000"

# -- Additional CLI arguments to pass to `nitro`
extraArgs: []

Expand Down

0 comments on commit f44cbe1

Please sign in to comment.