File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed
packages/cli/src/command-helpers Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -352,12 +352,6 @@ const getEtherscanLikeAPIUrl = (network: string) => {
352
352
return 'https://unichain-sepolia.blockscout.com/api' ;
353
353
case 'lens-testnet' :
354
354
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' ;
361
355
default :
362
356
return `https://api-${ network } .etherscan.io/api` ;
363
357
}
@@ -516,12 +510,6 @@ const getPublicRPCEndpoint = (network: string) => {
516
510
return 'https://sepolia.unichain.org' ;
517
511
case 'lens-testnet' :
518
512
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' ;
525
513
default :
526
514
throw new Error ( `Unknown network: ${ network } ` ) ;
527
515
}
You can’t perform that action at this time.
0 commit comments