Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
updated doubleCounting boolean
  • Loading branch information
vatsalgupta13 authored Oct 19, 2024
1 parent 28c59ba commit 71df3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/stakeease/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function tvl(api) {
}

module.exports = {
doublecounted: true,
doublecounted: false,
ethereum: {
tvl,
}
Expand Down

0 comments on commit 71df3e6

Please sign in to comment.