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