Skip to content

Commit

Permalink
track taraxa treasury
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Dec 10, 2024
1 parent 721057b commit a52c1fb
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 a52c1fb

Please sign in to comment.