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