From 9ff8f28f60eafcaa8a169338926ec48ea4e7c872 Mon Sep 17 00:00:00 2001 From: cipig Date: Tue, 10 Oct 2023 06:29:13 +0000 Subject: [PATCH] add PINK and BBK electrums --- electrums/BBK | 4 ++++ electrums/PINK | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/electrums/BBK b/electrums/BBK index 81b4b4089..03552c2ef 100644 --- a/electrums/BBK +++ b/electrums/BBK @@ -2,5 +2,9 @@ { "url": "bbk-one.ewm-cx.net:50001", "protocol": "TCP" + }, + { + "url": "bbk-two.ewm-cx.net:50001", + "protocol": "TCP" } ] diff --git a/electrums/PINK b/electrums/PINK index a9e8f9a73..a35634cce 100644 --- a/electrums/PINK +++ b/electrums/PINK @@ -2,5 +2,9 @@ { "url": "pink-one.ewm-cx.net:50001", "protocol": "TCP" + }, + { + "url": "pink-two.ewm-cx.net:50001", + "protocol": "TCP" } ]