Skip to content

Commit 8e8bcad

Browse files
committed
new chain urls
1 parent baf36b4 commit 8e8bcad

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)