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 71fcdc5 commit 32d2584Copy full SHA for 32d2584
src/commands/init.js
@@ -412,10 +412,6 @@ module.exports = {
412
try {
413
if (network === 'poa-core') {
414
abi = await loadAbiFromBlockScout(network, fromContract)
415
- } else if(network === 'bsc') {
416
- abi = await loadAbiFromBscscan(network, fromContract)
417
- } else if(network === 'matic') {
418
419
} else {
420
abi = await loadAbiFromEtherscan(network, fromContract)
421
}
0 commit comments