Skip to content

Commit ca9d101

Browse files
enoch-rootsg1nt0ki
andauthored
nirvana v2 adapter (DefiLlama#12811)
Co-authored-by: g1nt0ki <[email protected]>
1 parent 2bece8f commit ca9d101

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects/nirvana-v2/index.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const { sumTokens2 } = require('../helper/solana')
2+
3+
async function tvl(api) {
4+
return sumTokens2({ tokenAccounts: ['FhTJEGXVwj4M6NQ1tPu9jgDZUXWQ9w2hP89ebZHwrJPS'] })
5+
}
6+
7+
module.exports = {
8+
timetravel: false,
9+
solana: {
10+
tvl,
11+
}
12+
}

0 commit comments

Comments
 (0)