Skip to content

Commit 7f919f4

Browse files
authored
track dz-sol tvl (#17023)
1 parent 7baf1bd commit 7f919f4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects/dz-sol/index.js

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

0 commit comments

Comments
 (0)