diff --git a/package-lock.json b/package-lock.json index ac5d561d9b..85c849c00a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -169,9 +169,9 @@ } }, "node_modules/@defillama/sdk": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/@defillama/sdk/-/sdk-4.0.8.tgz", - "integrity": "sha512-IN6Ytw69/fQBmDgMzL9tWBEHnJVdL5LVaG/8+Nsb8rwrmaBkW4VbYJcKOuCTmTanWXinDG2hdogqZ7zx16lbww==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/@defillama/sdk/-/sdk-4.0.10.tgz", + "integrity": "sha512-d+xTcUvuar3WVSmouJdsVGkGjZc44/tW/REQCjSKn0wplB0ugEjGWdZ/LbbxpCbqRiifwkp2IoFrf1DpNVjuyQ==", "dependencies": { "@supercharge/promise-pool": "^2.1.0", "ethers": "^5.4.5", @@ -5466,9 +5466,9 @@ } }, "@defillama/sdk": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/@defillama/sdk/-/sdk-4.0.8.tgz", - "integrity": "sha512-IN6Ytw69/fQBmDgMzL9tWBEHnJVdL5LVaG/8+Nsb8rwrmaBkW4VbYJcKOuCTmTanWXinDG2hdogqZ7zx16lbww==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/@defillama/sdk/-/sdk-4.0.10.tgz", + "integrity": "sha512-d+xTcUvuar3WVSmouJdsVGkGjZc44/tW/REQCjSKn0wplB0ugEjGWdZ/LbbxpCbqRiifwkp2IoFrf1DpNVjuyQ==", "requires": { "@supercharge/promise-pool": "^2.1.0", "ethers": "^5.4.5", diff --git a/projects/api3/index.js b/projects/api3/index.js index 38bd86490f..c94505487d 100644 --- a/projects/api3/index.js +++ b/projects/api3/index.js @@ -3,7 +3,7 @@ const { sumTokens2 } = require('../helper/unwrapLPs') const api3_token = '0x0b38210ea11411557c13457d4da7dc6ea731b88a' const api3_dao_pool = '0x6dd655f10d4b9e242ae186d9050b68f725c76d76' -const api3CirculatingSupply = "cD34bC5B03C954268d27c9Bc165a623c318bD0a8" +const api3CirculatingSupply = "0xcD34bC5B03C954268d27c9Bc165a623c318bD0a8" const stakingTVL = async (timestamp, ethBlock, chainBlocks, { api }) => { const balances = {}