Skip to content

Commit

Permalink
remove some env var from l1-explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Oct 30, 2024
1 parent d84cd7c commit 74ee160
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions charts/l1-explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ Kubernetes: `>=1.22.0-0`
| blockscout-stack.blockscout.env.BLOCK_TRANSFORMER | string | `"clique"` | |
| blockscout-stack.blockscout.env.ECTO_USE_SSL | bool | `false` | |
| blockscout-stack.blockscout.env.ETHEREUM_JSONRPC_HTTP_INSECURE | bool | `true` | |
| blockscout-stack.blockscout.env.ETHEREUM_JSONRPC_HTTP_URL | string | `"http://l2-rpc:8545"` | |
| blockscout-stack.blockscout.env.ETHEREUM_JSONRPC_TRACE_URL | string | `"http://l2-rpc:8545"` | |
| blockscout-stack.blockscout.env.ETHEREUM_JSONRPC_VARIANT | string | `"geth"` | |
| blockscout-stack.blockscout.env.ETHEREUM_JSONRPC_WS_URL | string | `"ws://l2-rpc:8546"` | |
| blockscout-stack.blockscout.env.INDEXER_DISABLE_PENDING_TRANSACTIONS_FETCHER | bool | `true` | |
| blockscout-stack.blockscout.envFrom[0].configMapRef.name | string | `"l1-explorer-env"` | |
| blockscout-stack.blockscout.image.pullPolicy | string | `"IfNotPresent"` | |
Expand Down
3 changes: 0 additions & 3 deletions charts/l1-explorer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ blockscout-stack:
tag: 6.9.0-alpha.1

env:
ETHEREUM_JSONRPC_HTTP_URL: http://l2-rpc:8545
ETHEREUM_JSONRPC_TRACE_URL: http://l2-rpc:8545
ETHEREUM_JSONRPC_VARIANT: geth
ETHEREUM_JSONRPC_WS_URL: ws://l2-rpc:8546
BLOCK_TRANSFORMER: clique
INDEXER_DISABLE_PENDING_TRANSACTIONS_FETCHER: true
ECTO_USE_SSL: false
Expand Down

0 comments on commit 74ee160

Please sign in to comment.