Skip to content

Commit 32d2584

Browse files
AlexeyAlexey
authored andcommitted
remove custom loaders for bsc and polygon
1 parent 71fcdc5 commit 32d2584

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/commands/init.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,6 @@ module.exports = {
412412
try {
413413
if (network === 'poa-core') {
414414
abi = await loadAbiFromBlockScout(network, fromContract)
415-
} else if(network === 'bsc') {
416-
abi = await loadAbiFromBscscan(network, fromContract)
417-
} else if(network === 'matic') {
418-
abi = await loadAbiFromBscscan(network, fromContract)
419415
} else {
420416
abi = await loadAbiFromEtherscan(network, fromContract)
421417
}

0 commit comments

Comments
 (0)