From c1c0e54c2108c6431258ced082953d49b69421cd Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 18 Dec 2022 12:16:04 +0100 Subject: [PATCH] remove ws.port flag as the polygon build doesn't support it yet --- polygon/erigon/scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polygon/erigon/scripts/entrypoint.sh b/polygon/erigon/scripts/entrypoint.sh index d5db1a0b..533f8767 100644 --- a/polygon/erigon/scripts/entrypoint.sh +++ b/polygon/erigon/scripts/entrypoint.sh @@ -30,7 +30,7 @@ exec erigon \ --bor.heimdall=${HEIMDALLR:-http://heimdallr:1317} \ --datadir=${ERIGON_HOME} \ --http --http.addr="0.0.0.0" --http.port="8545" --http.compression --http.vhosts="*" --http.corsdomain="*" --http.api="eth,debug,net,trace,web3,erigon,bor" \ - --ws --ws.compression --ws.port="8545" \ + --ws --ws.compression \ --port=27113 --snap.keepblocks=true \ --snapshots="true" \