We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67440ee commit 14caef7Copy full SHA for 14caef7
src/commands/init.js
@@ -262,6 +262,7 @@ const getEtherscanLikeAPIUrl = (network) => {
262
case "mainnet": return `https://api.etherscan.io/api`;
263
case "bsc": return `https://api.bscscan.com/api`;
264
case "matic": return `https://api.polygonscan.com/api`;
265
+ case "mumbai": return `https://api-testnet.polygonscan.com/api`;
266
default: return `https://api-${network}.etherscan.io/api`;
267
}
268
0 commit comments