Skip to content

Commit

Permalink
add morph chain (#13163)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x authored Jan 20, 2025
2 parents 707d2d2 + 87027c2 commit c2ed9d1
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 c2ed9d1

Please sign in to comment.