From 92d81faa7a90b81c4602f0a01bde73991dd716f4 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 19 Jan 2024 04:39:52 +0100 Subject: [PATCH] fix node --- base-reth.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/base-reth.yml b/base-reth.yml index cc02ffe5..310e6aa5 100644 --- a/base-reth.yml +++ b/base-reth.yml @@ -50,6 +50,7 @@ services: volumes: - ".jwtsecret:/jwtsecret" environment: + - "OP_NODE_NETWORK=base-mainnet" - "OP_NODE_L1_ETH_RPC=${BASE_ETHEREUM_ENDPOINT}" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_RPC=http://base-reth:8551"