From ca032a7e5c55ba4974010a9968209ad70df196bf Mon Sep 17 00:00:00 2001 From: cipig Date: Mon, 27 Feb 2023 16:30:48 +0000 Subject: [PATCH] add ws_url for PRUX electrums --- electrums/PRUX | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/electrums/PRUX b/electrums/PRUX index dd19751f7..a3a3aa7b7 100644 --- a/electrums/PRUX +++ b/electrums/PRUX @@ -1,18 +1,40 @@ [ { "url": "txserver.live:50002", - "protocol": "SSL" + "protocol": "SSL", + "ws_url": "txserver.live:30001", + "contact": [ + { + "discord": "PRUX-Coin#1668" + } + ] }, { "url": "txserver.live:50001", - "protocol": "TCP" + "protocol": "TCP", + "contact": [ + { + "discord": "PRUX-Coin#1668" + } + ] }, { "url": "electrumx.live:50012", - "protocol": "SSL" + "protocol": "SSL", + "ws_url": "electrumx.live:30010", + "contact": [ + { + "discord": "PRUX-Coin#1668" + } + ] }, { "url": "electrumx.live:50010", - "protocol": "TCP" + "protocol": "TCP", + "contact": [ + { + "discord": "PRUX-Coin#1668" + } + ] } ]