update
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
optimism-fullnode: # this is Optimism's geth client
|
optimism-fullnode: # this is Optimism's geth client
|
||||||
image: ghcr.io/paradigmxyz/op-reth:v1.1.0
|
image: ghcr.io/paradigmxyz/op-reth:v1.1.1
|
||||||
expose:
|
expose:
|
||||||
- 9551
|
- 9551
|
||||||
- 8545 # RPC / Websocket
|
- 8545 # RPC / Websocket
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
optimism-archive: # this is Optimism's geth client
|
optimism-archive: # this is Optimism's geth client
|
||||||
image: ghcr.io/paradigmxyz/op-reth:v1.1.0
|
image: ghcr.io/paradigmxyz/op-reth:v1.1.1
|
||||||
expose:
|
expose:
|
||||||
- 9551
|
- 9551
|
||||||
- 8545 # RPC / Websocket
|
- 8545 # RPC / Websocket
|
||||||
@@ -64,7 +64,7 @@ services:
|
|||||||
- "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}"
|
- "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}"
|
||||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||||
- "OP_NODE_L2_ENGINE_RPC=http://optimism-archive:9551"
|
- "OP_NODE_L2_ENGINE_RPC=http://optimism-archive:9551"
|
||||||
- "OP_NODE_L2_ENGINE_KIND=reth"
|
- "OP_NODE_L2_ENGINE_KIND=reth"\
|
||||||
- "OP_NODE_LOG_LEVEL=info"
|
- "OP_NODE_LOG_LEVEL=info"
|
||||||
- "OP_NODE_METRICS_ADDR=0.0.0.0"
|
- "OP_NODE_METRICS_ADDR=0.0.0.0"
|
||||||
- "OP_NODE_METRICS_ENABLED=true"
|
- "OP_NODE_METRICS_ENABLED=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user