Skip to content

Commit

Permalink
Merge pull request #13 from dappnode/diego/fix-ws-flag
Browse files Browse the repository at this point in the history
Revert "set ws to true"
  • Loading branch information
dsimog01 authored May 17, 2023
2 parents 6863c08 + d10a777 commit 3224b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exec geth --datadir /sepolia \
--http.addr 0.0.0.0 \
--http.corsdomain "*" \
--http.vhosts "*" \
--ws true \
--ws \
--ws.origins "*" \
--ws.addr 0.0.0.0 \
--authrpc.addr 0.0.0.0 \
Expand Down

0 comments on commit 3224b56

Please sign in to comment.