Skip to content

Commit

Permalink
add ws_url for PRUX electrums
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Feb 27, 2023
1 parent eb5f25b commit ca032a7
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions electrums/PRUX
Original file line number Diff line number Diff line change
@@ -1,18 +1,40 @@
[
{
"url": "txserver.live:50002",
"protocol": "SSL"
"protocol": "SSL",
"ws_url": "txserver.live:30001",
"contact": [
{
"discord": "PRUX-Coin#1668"
}
]
},
{
"url": "txserver.live:50001",
"protocol": "TCP"
"protocol": "TCP",
"contact": [
{
"discord": "PRUX-Coin#1668"
}
]
},
{
"url": "electrumx.live:50012",
"protocol": "SSL"
"protocol": "SSL",
"ws_url": "electrumx.live:30010",
"contact": [
{
"discord": "PRUX-Coin#1668"
}
]
},
{
"url": "electrumx.live:50010",
"protocol": "TCP"
"protocol": "TCP",
"contact": [
{
"discord": "PRUX-Coin#1668"
}
]
}
]

0 comments on commit ca032a7

Please sign in to comment.