diff --git a/optimism-reth-fullnode.yml b/optimism-reth-fullnode.yml index 94103a68..bc6c979d 100644 --- a/optimism-reth-fullnode.yml +++ b/optimism-reth-fullnode.yml @@ -2,7 +2,7 @@ version: '3.1' services: 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: - 9551 - 8545 # RPC / Websocket diff --git a/optimism-reth.yml b/optimism-reth.yml index 76e9ec77..36b2b9d2 100644 --- a/optimism-reth.yml +++ b/optimism-reth.yml @@ -2,7 +2,7 @@ version: '3.1' services: 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: - 9551 - 8545 # RPC / Websocket @@ -64,7 +64,7 @@ services: - "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "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_METRICS_ADDR=0.0.0.0" - "OP_NODE_METRICS_ENABLED=true"