Skip to content

Commit 3a81a82

Browse files
committed
pumpbtc: mark as doublecounted DefiLlama#12410
1 parent ece82a3 commit 3a81a82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/pumpbtc/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ async function otherTvl(api) {
3232
}
3333

3434
module.exports.isHeavyProtocol = true;
35+
module.exports.doublecounted = true;
3536

3637
['bitcoin', 'ethereum', 'bsc', 'mantle', 'base', 'arbitrum', 'bob'].forEach(chain => {
3738
if (chain == 'bitcoin') {

0 commit comments

Comments
 (0)