We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11ba94 commit e89c0bcCopy full SHA for e89c0bc
projects/ekubo/index.js
@@ -1,6 +1,5 @@
1
const { sumTokens } = require('../helper/chain/starknet')
2
const { getConfig } = require('../helper/cache')
3
-const { sumTokensExport } = require('../helper/unwrapLPs')
4
5
const market = '0x00000005dd3d2f4429af886cd1a3b08289dbcea99a294197e9eb43b0e0325b4b'
6
@@ -14,8 +13,5 @@ module.exports = {
14
13
starknet: {
15
tvl
16
},
17
- ethereum:{
18
- tvl: sumTokensExport({owners: ["0x39d8ab62fcaa5b466eb8397187732b6ba455aaa8"]})
19
- },
20
isHeavyProtocol: true,
21
-}
+}
0 commit comments