Skip to content

Commit f137c43

Browse files
committed
rename testnets
1 parent f922c8e commit f137c43

File tree

1 file changed

+4
-4
lines changed
  • packages/cli/src/command-helpers

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,11 @@ const getEtherscanLikeAPIUrl = (network: string) => {
346346
return 'https://unichain-sepolia.blockscout.com/api';
347347
case 'lens-testnet':
348348
return 'https://block-explorer-api.testnet.lens.dev/api';
349-
case 'abstract-testnet':
349+
case 'abstract-sepolia':
350350
return 'https://block-explorer-api.testnet.abs.xyz/api';
351351
case 'corn':
352352
return 'https://maizenet-explorer.usecorn.com/api';
353-
case 'corn-testnet':
353+
case 'corn-sepolia':
354354
return 'https://testnet-explorer.usecorn.com/api';
355355
default:
356356
return `https://api-${network}.etherscan.io/api`;
@@ -510,11 +510,11 @@ const getPublicRPCEndpoint = (network: string) => {
510510
return 'https://sepolia.unichain.org';
511511
case 'lens-testnet':
512512
return 'https://api.staging.lens.zksync.dev';
513-
case 'abstract-testnet':
513+
case 'abstract-sepolia':
514514
return 'https://api.testnet.abs.xyz';
515515
case 'corn':
516516
return 'https://maizenet-rpc.usecorn.com';
517-
case 'corn-testnet':
517+
case 'corn-sepolia':
518518
return 'https://testnet-rpc.usecorn.com';
519519
default:
520520
throw new Error(`Unknown network: ${network}`);

0 commit comments

Comments
 (0)