File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 
packages/cli/src/command-helpers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }  ` ) ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments