Skip to content

Commit 14caef7

Browse files
committed
add getabi support for mumbai network
1 parent 67440ee commit 14caef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ const getEtherscanLikeAPIUrl = (network) => {
262262
case "mainnet": return `https://api.etherscan.io/api`;
263263
case "bsc": return `https://api.bscscan.com/api`;
264264
case "matic": return `https://api.polygonscan.com/api`;
265+
case "mumbai": return `https://api-testnet.polygonscan.com/api`;
265266
default: return `https://api-${network}.etherscan.io/api`;
266267
}
267268
}

0 commit comments

Comments
 (0)