Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Feb 19, 2024
1 parent 255ebbc commit 0767164
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/jediswap-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ async function tvl() {
const ownerTokens = pools.map(pool => [[t(pool.token0.tokenAddress), t(pool.token1.tokenAddress)], t(pool.poolAddress)])
return sumTokens({ ownerTokens, api })
// await getLogs({ fromBlock: 535428, topic: '0x27dd458d081c22bd6e76f4dddbc87f11e477b7c5823b13f147d45f91ec098ee', target: factory }).catch(console.error)
return {}
}

module.exports = {
Expand Down

0 comments on commit 0767164

Please sign in to comment.