From 2d8f241b213ed3f14fe74d98f941364186a27c80 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 6 Feb 2024 06:30:03 +0100 Subject: [PATCH] try --- metis.yml | 3 ++- metis/geth.env | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/metis.yml b/metis.yml index b3a6a6e0..2141ebda 100644 --- a/metis.yml +++ b/metis.yml @@ -61,6 +61,7 @@ services: expose: - 8546 - 8545 + - 8547 networks: - chains @@ -74,7 +75,7 @@ services: environment: PROXY_HOST: metis RPC_PORT: 8545 - WS_PORT: 8545 + WS_PORT: 8547 networks: - chains volumes: diff --git a/metis/geth.env b/metis/geth.env index f0146d17..009bfb94 100644 --- a/metis/geth.env +++ b/metis/geth.env @@ -35,5 +35,5 @@ WS_ADDR=0.0.0.0 WS_API=eth,net,web3 WS_ORIGINS=* WS_ENABLE=true -WS_PORT=8546 +WS_PORT=8547 WS=true \ No newline at end of file