Skip to content

Commit

Permalink
Merge pull request #1059 from cipig/electrums
Browse files Browse the repository at this point in the history
update BBK electrums
  • Loading branch information
smk762 authored May 30, 2024
2 parents fc4ffec + cfac2ac commit 9bccb05
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 10 deletions.
4 changes: 2 additions & 2 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -3890,7 +3890,7 @@
"segwit": false,
"mm2": 1,
"mature_confirmations": 75,
"required_confirmations": 7,
"required_confirmations": 4,
"avg_blocktime": 75,
"protocol": {
"type": "UTXO"
Expand Down Expand Up @@ -13170,7 +13170,7 @@
"txfee": 1000,
"dust": 10000,
"mm2": 1,
"required_confirmations": 7,
"required_confirmations": 4,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
Expand Down
45 changes: 37 additions & 8 deletions electrums/BBK
Original file line number Diff line number Diff line change
@@ -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" }
]
}
]

0 comments on commit 9bccb05

Please sign in to comment.