Skip to content

Commit 058201e

Browse files
committed
fix jellyverse
1 parent 196c4d0 commit 058201e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/jellyverse/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
const ADDRESSES = require('../helper/coreAssets.json')
12
const { cachedGraphQuery } = require('../helper/cache')
23

34
module.exports = {
@@ -16,5 +17,6 @@ async function tvl(api) {
1617
}`)
1718
const vault = "0xFB43069f6d0473B85686a85F4Ce4Fc1FD8F00875"
1819
tokens = tokens.filter(t => !t.pool).map(t => t.address)
20+
tokens.push(ADDRESSES.sei.WSEI)
1921
return api.sumTokens({ owner: vault, tokens })
2022
}

0 commit comments

Comments
 (0)