Skip to content

Commit

Permalink
Merge pull request #508 from billybonesghost/patch-1
Browse files Browse the repository at this point in the history
Add electrums info
  • Loading branch information
smk762 authored Oct 13, 2022
2 parents f376765 + f7f556d commit 1cce16a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions electrums/ARRR
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"url": "node1.chainkeeper.pro:20032",
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "node1.chainkeeper.pro:30058"
},
{
"url": "node1.chainkeeper.pro:20132",
"protocol": "SSL",
"disable_cert_verification": false,
"ws_url": "node1.chainkeeper.pro:30059"
},
{
"url": "node1.chainkeeper.pro:10132",
"protocol": "TCP"
},
{
"url": "node1.chainkeeper.pro:10032",
"protocol": "TCP"
}
]
1 change: 1 addition & 0 deletions light_wallet_d/ARRR
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["node1.chainkeeper.pro:443"]

0 comments on commit 1cce16a

Please sign in to comment.