From 26eb9f430f82eff672901da07924d753e531176d Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 9 Nov 2024 03:08:42 +0100 Subject: [PATCH] update --- optimism-reth-fullnode.yml | 2 +- optimism-reth.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"