Skip to content

Commit

Permalink
zircuit chain
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Nov 18, 2024
1 parent 02bb750 commit 574ac0c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions projects/zircuit-chain/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
const { sumTokens2 } = require("../helper/unwrapLPs");

module.exports = {
ethereum: {
tvl: (api) =>
sumTokens2({
api,
owners: ['0x17bfAfA932d2e23Bd9B909Fd5B4D2e2a27043fb1', '0x386B76D9cA5F5Fb150B6BFB35CF5379B22B26dd8'],
fetchCoValentTokens: true,
permitFailure: true,
blacklistedTokens: ['0xfd418e42783382e86ae91e445406600ba144d162']
}),
staking: (api) => sumTokens2({
api, owner: '0x386B76D9cA5F5Fb150B6BFB35CF5379B22B26dd8', token: '0xfd418e42783382e86ae91e445406600ba144d162',
})
},
};

0 comments on commit 574ac0c

Please sign in to comment.