Skip to content

Commit e89c0bc

Browse files
authored
remove dead eth from ekubo
1 parent f11ba94 commit e89c0bc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

projects/ekubo/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const { sumTokens } = require('../helper/chain/starknet')
22
const { getConfig } = require('../helper/cache')
3-
const { sumTokensExport } = require('../helper/unwrapLPs')
43

54
const market = '0x00000005dd3d2f4429af886cd1a3b08289dbcea99a294197e9eb43b0e0325b4b'
65

@@ -14,8 +13,5 @@ module.exports = {
1413
starknet: {
1514
tvl
1615
},
17-
ethereum:{
18-
tvl: sumTokensExport({owners: ["0x39d8ab62fcaa5b466eb8397187732b6ba455aaa8"]})
19-
},
2016
isHeavyProtocol: true,
21-
}
17+
}

0 commit comments

Comments
 (0)