Skip to content

Commit 51453c2

Browse files
authored
Revert "block explorers and public rpcs for new chains (#1772)" (#1773)
This reverts commit d43b219.
1 parent d43b219 commit 51453c2

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.changeset/swift-bottles-trade.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/src/command-helpers/abi.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,6 @@ const getEtherscanLikeAPIUrl = (network: string) => {
352352
return 'https://unichain-sepolia.blockscout.com/api';
353353
case 'lens-testnet':
354354
return 'https://block-explorer-api.testnet.lens.dev/api';
355-
case 'abstract-testnet':
356-
return 'https://block-explorer-api.testnet.abs.xyz/api';
357-
case 'corn':
358-
return 'https://maizenet-explorer.usecorn.com/api';
359-
case 'corn-testnet':
360-
return 'https://testnet-explorer.usecorn.com/api';
361355
default:
362356
return `https://api-${network}.etherscan.io/api`;
363357
}
@@ -516,12 +510,6 @@ const getPublicRPCEndpoint = (network: string) => {
516510
return 'https://sepolia.unichain.org';
517511
case 'lens-testnet':
518512
return 'https://api.staging.lens.zksync.dev';
519-
case 'abstract-testnet':
520-
return 'https://api.testnet.abs.xyz';
521-
case 'corn':
522-
return 'https://maizenet-rpc.usecorn.com';
523-
case 'corn-testnet':
524-
return 'https://testnet-rpc.usecorn.com';
525513
default:
526514
throw new Error(`Unknown network: ${network}`);
527515
}

0 commit comments

Comments
 (0)