Skip to content

Commit

Permalink
Merge pull request #913 from KomodoPlatform/json-config-update
Browse files Browse the repository at this point in the history
[BOT] Update coins config json
  • Loading branch information
cipig authored Dec 20, 2023
2 parents 4b9c7e2 + 9331ca8 commit f956070
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils/coins_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37058,6 +37058,11 @@
"url": "207.180.252.200:50011",
"protocol": "TCP"
},
{
"url": "zeta-seed-c.zetacoin.tech:50012",
"protocol": "SSL",
"ws_url": "zeta-seed-c.zetacoin.tech:50013"
},
{
"url": "zeta-seed-d.zetacoin.network:50012",
"protocol": "SSL",
Expand Down
5 changes: 5 additions & 0 deletions utils/coins_config_ssl.json
Original file line number Diff line number Diff line change
Expand Up @@ -33357,6 +33357,11 @@
"type": "UTXO"
},
"electrum": [
{
"url": "zeta-seed-c.zetacoin.tech:50012",
"protocol": "SSL",
"ws_url": "zeta-seed-c.zetacoin.tech:50013"
},
{
"url": "zeta-seed-d.zetacoin.network:50012",
"protocol": "SSL",
Expand Down
5 changes: 5 additions & 0 deletions utils/coins_config_tcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -33208,6 +33208,11 @@
"type": "UTXO"
},
"electrum": [
{
"url": "zeta-seed-c.zetacoin.tech:50012",
"protocol": "SSL",
"ws_url": "zeta-seed-c.zetacoin.tech:50013"
},
{
"url": "zeta-seed-d.zetacoin.network:50012",
"protocol": "SSL",
Expand Down
4 changes: 4 additions & 0 deletions utils/coins_config_wss.json
Original file line number Diff line number Diff line change
Expand Up @@ -31847,6 +31847,10 @@
"type": "UTXO"
},
"electrum": [
{
"url": "zeta-seed-c.zetacoin.tech:50013",
"protocol": "WSS"
},
{
"url": "zeta-seed-d.zetacoin.network:50013",
"protocol": "WSS"
Expand Down

0 comments on commit f956070

Please sign in to comment.