Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/nitro/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ maintainers:

type: application

version: 0.7.0
version: 0.7.1

appVersion: "v3.6.0-fc07dd2"
2 changes: 1 addition & 1 deletion charts/nitro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ helm install xai offchainlabs/nitro -f values.yaml
| `configmap.data` | See Configuration Options for the full list of options | |
| `configmap.data.conf.env-prefix` | Environment variable prefix | `NITRO` |
| `configmap.data.http.addr` | Address to bind http service to | `0.0.0.0` |
| `configmap.data.http.api` | List of apis to enable | `["arb","personal","eth","net","web3","txpool","arbdebug"]` |
| `configmap.data.http.api` | List of apis to enable | `["arb","eth","net","web3","txpool","arbdebug"]` |
| `configmap.data.http.corsdomain` | CORS domain | `*` |
| `configmap.data.http.port` | Port to bind http service to | `8547` |
| `configmap.data.http.rpcprefix` | Prefix for rpc calls | `/rpc` |
Expand Down
2 changes: 1 addition & 1 deletion charts/nitro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ configmap:
## @param configmap.data.http.vhosts Vhosts to allow
http:
addr: "0.0.0.0"
api: ["arb", "personal", "eth", "net", "web3", "txpool", "arbdebug"]
api: ["arb", "eth", "net", "web3", "txpool", "arbdebug"]
corsdomain: "*"
port: 8547
rpcprefix: "/rpc"
Expand Down