Skip to content

Commit

Permalink
track taraxa treasury
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki authored and twothirtyfive committed Dec 11, 2024
1 parent e0d9675 commit 753697b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/treasury/taraxa.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const { sumTokens2, nullAddress } = require('../helper/unwrapLPs')

module.exports = {
tara: {
tvl: async () => ({}),
staking: async (api) => {
return sumTokens2({ api, tokens: [nullAddress], owners: ['0x723304d1357a2334fcf902aa3d232f5139080a1b'] })
}
}
}

0 comments on commit 753697b

Please sign in to comment.