diff --git a/indexer/package-lock.json b/indexer/package-lock.json index ba09868e9..95ead0b54 100644 --- a/indexer/package-lock.json +++ b/indexer/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloudmos-indexer", - "version": "1.7.5", + "version": "1.7.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cloudmos-indexer", - "version": "1.7.5", + "version": "1.7.6", "license": "Apache-2.0", "dependencies": { "@akashnetwork/akashjs": "0.5.0", diff --git a/indexer/package.json b/indexer/package.json index f680e3551..136d6bf2d 100644 --- a/indexer/package.json +++ b/indexer/package.json @@ -1,6 +1,6 @@ { "name": "cloudmos-indexer", - "version": "1.7.5", + "version": "1.7.6", "description": "Indexer for any Cosmos based blockchain", "author": "Cloudmos", "license": "Apache-2.0", diff --git a/indexer/src/db/priceHistoryProvider.ts b/indexer/src/db/priceHistoryProvider.ts index ac71330e6..e1f995b10 100644 --- a/indexer/src/db/priceHistoryProvider.ts +++ b/indexer/src/db/priceHistoryProvider.ts @@ -15,7 +15,7 @@ export const syncPriceHistory = async () => { return; } - const endpointUrl = `https://api.coingecko.com/api/v3/coins/${activeChain.coinGeckoId}/market_chart?vs_currency=usd&days=365`; + const endpointUrl = `https://api.coingecko.com/api/v3/coins/${activeChain.coinGeckoId}/market_chart?vs_currency=usd&days=360`; console.log("Fetching latest market data from " + endpointUrl);