can not use websocket on same port as http

This commit is contained in:
Sebastian
2023-08-24 14:53:10 +02:00
parent 7b7f02cbbb
commit 41f05f4f4f

View File

@@ -7,7 +7,7 @@ services:
volumes: volumes:
- mantle:/root/.ethereum/geth/ - mantle:/root/.ethereum/geth/
environment: environment:
ETH1_HTTP: https://rpc-fi-1.stakesquid.eu/erigon ETH1_HTTP: ${MANTLE_ETHEREUM_ENDPOINT}
SEQUENCER_CLIENT_HTTP: https://rpc.mantle.xyz SEQUENCER_CLIENT_HTTP: https://rpc.mantle.xyz
ROLLUP_STATE_DUMP_PATH: https://mantlenetworkio.github.io/networks/mainnet/genesis.json ROLLUP_STATE_DUMP_PATH: https://mantlenetworkio.github.io/networks/mainnet/genesis.json
ROLLUP_CLIENT_HTTP: https://dtl.mantle.xyz ROLLUP_CLIENT_HTTP: https://dtl.mantle.xyz
@@ -34,7 +34,7 @@ services:
RPC_VHOSTS: '*' RPC_VHOSTS: '*'
WS: 'true' WS: 'true'
WS_ADDR: 0.0.0.0 WS_ADDR: 0.0.0.0
WS_PORT: 8545 WS_PORT: 8546
WS_API: eth,net,rollup,web3,debug WS_API: eth,net,rollup,web3,debug
WS_ORIGINS: '*' WS_ORIGINS: '*'
CHAIN_ID: 5000 CHAIN_ID: 5000