From ce455aa30159d3bba1164af65fa3f3a3fc28f66c Mon Sep 17 00:00:00 2001 From: manuelbarbas Date: Mon, 16 Oct 2023 11:17:31 +0100 Subject: [PATCH] removed XHTML coingecko selector --- mainnet/collections.json | 2 +- mainnet/jobs.json | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/mainnet/collections.json b/mainnet/collections.json index 499d7c2..e04b94d 100644 --- a/mainnet/collections.json +++ b/mainnet/collections.json @@ -7,7 +7,7 @@ "tolerance": 500000 }, { - "jobIDs": [11, 12, 13, 14, 15, 16], + "jobIDs": [11, 12, 13, 14, 15], "aggregationMethod": 2, "power": 2, "name": "SKLUSD", diff --git a/mainnet/jobs.json b/mainnet/jobs.json index da9309d..11ec16e 100644 --- a/mainnet/jobs.json +++ b/mainnet/jobs.json @@ -95,14 +95,6 @@ "selector": "data.SKL", "url": "https://api.kucoin.com/api/v1/prices?base=USD¤cies=SKL" }, - { - "weight": 1, - "power": 2, - "selectorType": 1, - "name": "sklusd_coingecko", - "selector": "/html/body/div[5]/div[5]/div[1]/div/div[1]/div[3]/div/div[1]/span[1]/span", - "url": "https://www.coingecko.com/en/coins/skale" - }, { "weight": 1, "power": 2,