From 275c4bd4c1690a0be4e8b89fba0ebbb95a6b7fe7 Mon Sep 17 00:00:00 2001 From: realdealshaman Date: Thu, 13 Jun 2024 20:42:28 +0100 Subject: [PATCH] fix syntax --- projects/ethalend/index.js | 1 - projects/prime-protocol/index.js | 1 - projects/synthetix/api.js | 1 - projects/synthetix/apiCache.js | 1 - 4 files changed, 4 deletions(-) diff --git a/projects/ethalend/index.js b/projects/ethalend/index.js index ce4b17865af..d38667239d4 100644 --- a/projects/ethalend/index.js +++ b/projects/ethalend/index.js @@ -1,4 +1,3 @@ -const sdk = require("@defillama/sdk"); const ADDRESSES = require('../helper/coreAssets.json') const abi = require('./abi.json') const { unwrapUniswapLPs } = require('../helper/unwrapLPs') diff --git a/projects/prime-protocol/index.js b/projects/prime-protocol/index.js index a2d45b103b3..07379c2fdd3 100644 --- a/projects/prime-protocol/index.js +++ b/projects/prime-protocol/index.js @@ -1,5 +1,4 @@ const sdk = require("@defillama/sdk"); -const sdk = require('@defillama/sdk'); const { sumTokens2, } = require('../helper/unwrapLPs'); const { cachedGraphQuery } = require('../helper/cache'); diff --git a/projects/synthetix/api.js b/projects/synthetix/api.js index 4912de250c4..ec2936a0873 100644 --- a/projects/synthetix/api.js +++ b/projects/synthetix/api.js @@ -1,6 +1,5 @@ const sdk = require("@defillama/sdk"); const ADDRESSES = require('../helper/coreAssets.json') -const sdk = require('@defillama/sdk'); const BigNumber = require('bignumber.js'); const abi = require('./abi.json'); const { getBlock } = require('../helper/http'); diff --git a/projects/synthetix/apiCache.js b/projects/synthetix/apiCache.js index c9a52f1ef5a..50c94547c18 100644 --- a/projects/synthetix/apiCache.js +++ b/projects/synthetix/apiCache.js @@ -1,6 +1,5 @@ const sdk = require("@defillama/sdk"); const ADDRESSES = require('../helper/coreAssets.json') -const sdk = require('@defillama/sdk'); const BigNumber = require('bignumber.js'); const abi = require('./abi.json'); const { getBlock } = require('../helper/http');