Skip to content

Commit

Permalink
fix duplicated sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Jun 13, 2024
1 parent 247148c commit 9480783
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/ethalend/index.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 abi = require('./abi.json')
const { unwrapUniswapLPs } = require('../helper/unwrapLPs')
const { staking } = require('../helper/staking')
Expand Down

0 comments on commit 9480783

Please sign in to comment.