Skip to content

Commit

Permalink
add morph chain
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdav committed Jan 20, 2025
1 parent c444de7 commit 87027c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/pumpbtc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 87027c2

Please sign in to comment.