From a14c53ced8a686bd6c625801a34d704eaeb35297 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 25 Aug 2023 08:06:32 +0200 Subject: [PATCH] lets try to run ws on the same port as http --- fantom/scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fantom/scripts/entrypoint.sh b/fantom/scripts/entrypoint.sh index d277c7a2..766f0acb 100644 --- a/fantom/scripts/entrypoint.sh +++ b/fantom/scripts/entrypoint.sh @@ -32,7 +32,7 @@ opera \ --http.vhosts="*" \ --ws \ --ws.addr=0.0.0.0 \ - --ws.port=18546 \ + --ws.port=18545 \ --ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc \ --ws.origins="*" \ --nousb \