We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e816fce commit 5c21ee9Copy full SHA for 5c21ee9
.changeset/lovely-grapes-relate.md
@@ -2,4 +2,4 @@
2
"@graphprotocol/graph-cli": minor
3
---
4
5
-new chain urls
+Add new chain: Lens testnet
packages/cli/src/command-helpers/abi.ts
@@ -499,7 +499,7 @@ const getPublicRPCEndpoint = (network: string) => {
499
case 'unichain-testnet':
500
return 'https://sepolia.unichain.org';
501
case 'lens-testnet':
502
- return 'https://api.staging.lens.zksync.dev'
+ return 'https://api.staging.lens.zksync.dev';
503
default:
504
throw new Error(`Unknown network: ${network}`);
505
}
0 commit comments