File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/cli/src/command-helpers Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,8 @@ const getEtherscanLikeAPIUrl = (network: string) => {
340340 return 'https://rootstock-testnet.blockscout.com/api' ;
341341 case 'unichain-testnet' :
342342 return 'https://unichain-sepolia.blockscout.com/api' ;
343+ case 'lens-testnet' :
344+ return 'https://block-explorer-api.testnet.lens.dev/api' ;
343345 default :
344346 return `https://api-${ network } .etherscan.io/api` ;
345347 }
@@ -496,6 +498,8 @@ const getPublicRPCEndpoint = (network: string) => {
496498 return 'https://public-en.kairos.node.kaia.io' ;
497499 case 'unichain-testnet' :
498500 return 'https://sepolia.unichain.org' ;
501+ case 'lens-testnet' :
502+ return 'https://api.staging.lens.zksync.dev'
499503 default :
500504 throw new Error ( `Unknown network: ${ network } ` ) ;
501505 }
You can’t perform that action at this time.
0 commit comments