From cb6dfcbd0db99aa3c705dc6685ce6dbc6d56f7fe Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 26 Aug 2023 09:51:18 +0200 Subject: [PATCH] support base --- base-archive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-archive.yml b/base-archive.yml index a1ea2524..74ef0c4a 100644 --- a/base-archive.yml +++ b/base-archive.yml @@ -4,8 +4,7 @@ services: base-archive: # this is Optimism's geth client build: ./base expose: - - 8545 # RPC - - 8545 # websocket + - 8545 # RPC / Websocket - 48554 # P2P TCP (currently unused) - 48554/udp # P2P UDP (currently unused) - 6060 # metrics @@ -23,6 +22,7 @@ services: - "OP_GETH_GENESIS_FILE_PATH=mainnet/genesis-l2.json" - "OP_GETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org" - "P2P_PORT=48554" + - "WS_PORT=8545" labels: - "traefik.enable=true" - "traefik.http.middlewares.base-archive-stripprefix.stripprefix.prefixes=/base-archive"