Try sandbox node for websocket

This commit is contained in:
aya 2025-08-24 16:05:43 +03:00
parent edecd9d70e
commit a635f266a9

View File

@ -3,7 +3,7 @@
#this script build the canary app and make basic run to connect to well-known peer via TCP . #this script build the canary app and make basic run to connect to well-known peer via TCP .
set -e set -e
PEER_ADDRESS="/ip4/127.0.0.1/tcp/7777/ws/p2p/16Uiu2HAm4ng2DaLPniRoZtMQbLdjYYWnXjrrJkGoXWCoBWAdn1tu" PEER_ADDRESS="/dns4/node-01.do-ams3.waku.sandbox.status.im/tcp/8000/wss/p2p/16Uiu2HAmNaeL4p3WEYzC9mgXBmBWSgWjPHRvatZTXnp8Jgv3iKsb"
PROTOCOL="relay" PROTOCOL="relay"
LOG_DIR="logs" LOG_DIR="logs"
CLUSTER="16" CLUSTER="16"