Skip to content

Commit

Permalink
fix jellyverse
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki authored and tlatkdgus1 committed Nov 25, 2024
1 parent bc72ba5 commit f624aa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/jellyverse/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const ADDRESSES = require('../helper/coreAssets.json')
const { cachedGraphQuery } = require('../helper/cache')

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

0 comments on commit f624aa2

Please sign in to comment.