Updated on 2026-08-14

This commit is contained in:
Tangem 2019-10-03 12:26:38 +03:00
parent d6062e2184
commit fa6b26b22d

View file

@ -2,7 +2,6 @@ package com.tangem.wallet.bch
enum class BitcoinCashNode(val host: String, val port: Int, val proto: String) {
N_001("electrumx.hillsideinternet.com", 50002, "ssl"),
N_002("electron.coinucopia.io", 50002, "ssl"),
N_003("blackie.c3-soft.com", 50002, "ssl"),
N_004("electrum.imaginary.cash", 50002, "ssl"),
N_002("blackie.c3-soft.com", 50002, "ssl"),
N_003("electrum.imaginary.cash", 50002, "ssl"),
}