diff --git a/utils/coins_config.json b/utils/coins_config.json index d3ab4bf6c..cc4d30cbe 100644 --- a/utils/coins_config.json +++ b/utils/coins_config.json @@ -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", diff --git a/utils/coins_config_ssl.json b/utils/coins_config_ssl.json index c106a52ba..c7a57f797 100644 --- a/utils/coins_config_ssl.json +++ b/utils/coins_config_ssl.json @@ -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", diff --git a/utils/coins_config_tcp.json b/utils/coins_config_tcp.json index a0efc188c..c9f3082d3 100644 --- a/utils/coins_config_tcp.json +++ b/utils/coins_config_tcp.json @@ -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", diff --git a/utils/coins_config_wss.json b/utils/coins_config_wss.json index f4f66a848..8f2e59fe6 100644 --- a/utils/coins_config_wss.json +++ b/utils/coins_config_wss.json @@ -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"