From 14760ed4cf8d9ace58156ee06cee1ba9479f51a3 Mon Sep 17 00:00:00 2001 From: justanwar <42809091+justanwar@users.noreply.github.com> Date: Thu, 22 Feb 2024 02:00:37 +0800 Subject: [PATCH] Add the rest of wss URLs for Firo's electrumx --- electrums/FIRO | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/electrums/FIRO b/electrums/FIRO index 24e83f3c4..bec314d93 100644 --- a/electrums/FIRO +++ b/electrums/FIRO @@ -40,5 +40,26 @@ { "github": "https://github.com/firoorg/electrumx-firo/issues" } ], "ws_url": "electrumx01.firo.org:50004" + }, + { + "protocol": "WSS", + "contact": [ + { "github": "https://github.com/firoorg/electrumx-firo/issues" } + ], + "ws_url": "electrumx02.firo.org:50004" + }, + { + "protocol": "WSS", + "contact": [ + { "github": "https://github.com/firoorg/electrumx-firo/issues" } + ], + "ws_url": "electrumx03.firo.org:50004" + }, + { + "protocol": "WSS", + "contact": [ + { "github": "https://github.com/firoorg/electrumx-firo/issues" } + ], + "ws_url": "electrumx.firo.org:50004" } ] \ No newline at end of file