remove ws.port flag as the polygon build doesn't support it yet
This commit is contained in:
@@ -30,7 +30,7 @@ exec erigon \
|
|||||||
--bor.heimdall=${HEIMDALLR:-http://heimdallr:1317} \
|
--bor.heimdall=${HEIMDALLR:-http://heimdallr:1317} \
|
||||||
--datadir=${ERIGON_HOME} \
|
--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" \
|
--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
|
--port=27113
|
||||||
--snap.keepblocks=true \
|
--snap.keepblocks=true \
|
||||||
--snapshots="true" \
|
--snapshots="true" \
|
||||||
|
|||||||
Reference in New Issue
Block a user