Skip to content

Commit 5c21ee9

Browse files
committed
Fix lint and improve changeset
1 parent e816fce commit 5c21ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/lovely-grapes-relate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@graphprotocol/graph-cli": minor
33
---
44

5-
new chain urls
5+
Add new chain: Lens testnet

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ const getPublicRPCEndpoint = (network: string) => {
499499
case 'unichain-testnet':
500500
return 'https://sepolia.unichain.org';
501501
case 'lens-testnet':
502-
return 'https://api.staging.lens.zksync.dev'
502+
return 'https://api.staging.lens.zksync.dev';
503503
default:
504504
throw new Error(`Unknown network: ${network}`);
505505
}

0 commit comments

Comments
 (0)