Skip to content

Commit

Permalink
Merge pull request #1530 from KomodoPlatform/add_coins
Browse files Browse the repository at this point in the history
update NAV electrums
  • Loading branch information
tonymorony authored Dec 26, 2021
2 parents d590f57 + 8f7fb55 commit ac5bfcf
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions assets/config/0.5.4-coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2799,10 +2799,10 @@
"nomics_id": "GRS",
"electrum": [
{
"url": "electrum10.groestlcoin.org:50001"
"url": "electrum11.groestlcoin.org:50001"
},
{
"url": "electrum11.groestlcoin.org:50001"
"url": "electrum12.groestlcoin.org:50001"
},
{
"url": "electrum13.groestlcoin.org:50001"
Expand Down Expand Up @@ -5795,13 +5795,24 @@
"nomics_id": "NAV",
"electrum": [
{
"url": "electrum1.cipig.net:10056"
"url": "electrum.nav.community:40002",
"protocol": "SSL",
"ws_url": "electrum.nav.community:40004"
},
{
"url": "electrum2.cipig.net:10056"
"url": "electrum2.nav.community:40002",
"protocol": "SSL",
"ws_url": "electrum2.nav.community:40004"
},
{
"url": "electrum3.cipig.net:10056"
"url": "electrum3.nav.community:40002",
"protocol": "SSL",
"ws_url": "electrum3.nav.community:40004"
},
{
"url": "electrum4.nav.community:40002",
"protocol": "SSL",
"ws_url": "electrum4.nav.community:40004"
}
],
"explorer_url": [
Expand Down Expand Up @@ -6417,7 +6428,7 @@
"coin": "TKL",
"name": "Tokel",
"coinpaprika_id": "tkl-tokel",
"coingecko_id": "test-coin",
"coingecko_id": "tokel",
"nomics_id": "TKL2",
"electrum": [
{
Expand Down

0 comments on commit ac5bfcf

Please sign in to comment.