diff --git a/projects/pumpbtc/index.js b/projects/pumpbtc/index.js index cab2120c9c..c9683d3268 100644 --- a/projects/pumpbtc/index.js +++ b/projects/pumpbtc/index.js @@ -34,7 +34,7 @@ async function otherTvl(api) { module.exports.isHeavyProtocol = true; module.exports.doublecounted = true; -['bitcoin', 'ethereum', 'bsc', 'mantle', 'base', 'arbitrum', 'bob'].forEach(chain => { +['bitcoin', 'ethereum', 'bsc', 'mantle', 'base', 'arbitrum', 'bob', 'morph'].forEach(chain => { if (chain == 'bitcoin') { module.exports[chain] = { tvl: bitcoinTvl,