Files
atomic-swap/testerconfig.json
Dmitry Holodov 5698e25239 RPC and WS endpoints share the same port (#187)
Combine our HTTP RPC and Websocket services into a single HTTP server, eliminating the --ws-port flag to swapd and using --swapd-port flag for swapcli.
2022-09-10 14:54:43 -05:00

6 lines
84 B
JSON

[
"ws://localhost:5001/ws",
"ws://localhost:5002/ws",
"ws://localhost:5000/ws"
]