diff --git a/coins b/coins index c8f998465..a5f23288f 100644 --- a/coins +++ b/coins @@ -3890,7 +3890,7 @@ "segwit": false, "mm2": 1, "mature_confirmations": 75, - "required_confirmations": 7, + "required_confirmations": 4, "avg_blocktime": 75, "protocol": { "type": "UTXO" @@ -13170,7 +13170,7 @@ "txfee": 1000, "dust": 10000, "mm2": 1, - "required_confirmations": 7, + "required_confirmations": 4, "avg_blocktime": 60, "protocol": { "type": "UTXO" diff --git a/electrums/BBK b/electrums/BBK index 03552c2ef..6aeda500f 100644 --- a/electrums/BBK +++ b/electrums/BBK @@ -1,10 +1,39 @@ [ - { - "url": "bbk-one.ewm-cx.net:50001", - "protocol": "TCP" - }, - { - "url": "bbk-two.ewm-cx.net:50001", - "protocol": "TCP" - } + { + "url": "bbk-ex-three.ewmci.online:50002", + "ws_url": "bbk-ex-three.ewmci.online:50003", + "protocol": "SSL", + "contact": [ + { "discord": "475820011634819072" } + ] + }, + { + "url": "bbk-ex-three.ewmci.online:50001", + "protocol": "TCP", + "contact": [ + { "discord": "475820011634819072" } + ] + }, + { + "url": "bbk-ex-two.ewmci.online:50002", + "ws_url": "bbk-ex-two.ewmci.online:50003", + "protocol": "SSL", + "contact": [ + { "discord": "475820011634819072" } + ] + }, + { + "url": "bbk-ex-two.ewmci.online:50001", + "protocol": "TCP", + "contact": [ + { "discord": "475820011634819072" } + ] + }, + { + "url": "bbk-one.ewm-cx.net:50001", + "protocol": "TCP", + "contact": [ + { "discord": "475820011634819072" } + ] + } ]