Skip to content

Commit

Permalink
elixir: remove doublecount
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Oct 16, 2024
1 parent 515bb87 commit 1fe6f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/elixir/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const integration = async (api, manager, poolIds, tokens) => {
module.exports = {
ethereum: {
tvl: async (api) => {
const deusdSupply = await api.call({ target: deUSD, abi: "erc20:totalSupply" })
api.add(deUSD, deusdSupply);
// const deusdSupply = await api.call({ target: deUSD, abi: "erc20:totalSupply" })
// api.add(deUSD, deusdSupply);
await api.sumTokens({ owners: [COMMITS, FOUNDATION, FOUNDATION_2], tokens: [ADDRESSES.ethereum.STETH, ADDRESSES.null, ADDRESSES.ethereum.SDAI] })
},
pool2: sumTokensExport({ owner: DEUSD_LP_STAKING, tokens: LP_TOKENS })
Expand Down

0 comments on commit 1fe6f77

Please sign in to comment.