From 74512caa56648c1e608197b01f902e0a0207ac29 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 6 Feb 2024 06:34:53 +0100 Subject: [PATCH] revert --- metis.yml | 2 +- metis/geth.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metis.yml b/metis.yml index 2141ebda..744dc853 100644 --- a/metis.yml +++ b/metis.yml @@ -75,7 +75,7 @@ services: environment: PROXY_HOST: metis RPC_PORT: 8545 - WS_PORT: 8547 + WS_PORT: 8546 networks: - chains volumes: diff --git a/metis/geth.env b/metis/geth.env index 009bfb94..f0146d17 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=8547 +WS_PORT=8546 WS=true \ No newline at end of file