Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jun 13, 2024
1 parent 9480783 commit 275c4bd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion projects/ethalend/index.js
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
1 change: 0 additions & 1 deletion projects/prime-protocol/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const sdk = require("@defillama/sdk");
const sdk = require('@defillama/sdk');
const { sumTokens2, } = require('../helper/unwrapLPs');
const { cachedGraphQuery } = require('../helper/cache');

Expand Down
1 change: 0 additions & 1 deletion projects/synthetix/api.js
Original file line number Diff line number Diff line change
@@ -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');
Expand Down
1 change: 0 additions & 1 deletion projects/synthetix/apiCache.js
Original file line number Diff line number Diff line change
@@ -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');
Expand Down

0 comments on commit 275c4bd

Please sign in to comment.