Skip to content

Commit

Permalink
Merge pull request KomodoPlatform#642 from cipig/wss
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang authored Mar 1, 2023
2 parents d509b53 + ca032a7 commit 182df68
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 182df68

Please sign in to comment.