diff --git a/projects/treasury/taraxa.js b/projects/treasury/taraxa.js new file mode 100644 index 000000000000..e3a8bef5af66 --- /dev/null +++ b/projects/treasury/taraxa.js @@ -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'] }) + } + } +} \ No newline at end of file