From c38eba68af7b1f595e8d0ea4da6164273aab2bf6 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sun, 30 Jun 2024 14:23:56 +0200 Subject: [PATCH] Update api.json --- api.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.json b/api.json index 11bbd92..79fed98 100644 --- a/api.json +++ b/api.json @@ -4,7 +4,7 @@ "name": "main", "pplns": 9000, "network": "classic", - "coin-name": "ETC", + "coin-name": "etc", "algo": "etchash", "proxy": { "enabled": true, @@ -103,7 +103,7 @@ }, "exchange": { "enabled": true, - "url": "https://api.coinpaprika.com/v1/ticker/etc-ethereum-classic", + "url": "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=ethereum-classic", "timeout": "50s", "refreshInterval": "900s" },