From a51df66b4b65d64ac4ecc5590bbfb4bc4a2277ad Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:40:26 +0100 Subject: [PATCH] public port --- op-blast-mainnet-pbss.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/op-blast-mainnet-pbss.yml b/op-blast-mainnet-pbss.yml index 1fa3ac6b..ade66ce0 100644 --- a/op-blast-mainnet-pbss.yml +++ b/op-blast-mainnet-pbss.yml @@ -10,6 +10,8 @@ services: - .jwtsecret:/jwtsecret environment: - "GETH_ROLLUP_SEQUENCERHTTP=https://sequencer.blast.io" + - "GETH_PORT=20002" + - "GETH_NAT=extip:${IP}" - "GETH_GCMODE=full" - "GETH_SYNCMODE=snap" - "GETH_STATE_SCHEME=path" @@ -35,6 +37,9 @@ services: - "GETH_OVERRIDE_ECOTONE=1716843599" expose: - 9545 + ports: + - "20002:20002" + - "20002:20002/udp" restart: always stop_grace_period: 30s entrypoint: /bin/sh