Skip to content

Commit 1b7495f

Browse files
Update XRG
Added websocket servers updated to have authority-signed certs. Should be good for the web wallet.
1 parent efcefda commit 1b7495f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

electrums/XRG

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
{
33
"url": "fulcrum.ergon.network:52138",
44
"protocol": "SSL",
5-
"disable_cert_verification": true
5+
"ws_url": "fulcrum.ergon.network:52140",
6+
"contact": [{"email": "licho@ergon.moe"}, {"telegram": "licho92karol"}]
67
},
78
{
89
"url": "blackie.c3-soft.com:52138",
@@ -12,7 +13,8 @@
1213
{
1314
"url": "la.ask.systems:52138",
1415
"protocol": "SSL",
15-
"disable_cert_verification": true
16+
"ws_url": "la.ask.systems:52140",
17+
"contact": [{"telegram": "@fsmv0"}]
1618
},
1719
{
1820
"url": "xrg_ful.googol.cash:52138",

0 commit comments

Comments
 (0)