Skip to content

Commit 82bca91

Browse files
authored
fix: zksync sepolia url (#1566)
* fix: zksync sepolia url * fix prettier
1 parent e15e036 commit 82bca91

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

.changeset/short-radios-cross.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/graph-cli': patch
3+
---
4+
5+
fix zksync-era-sepolia etherscan url

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ const getEtherscanLikeAPIUrl = (network: string) => {
199199
return `https://block-explorer-api.mainnet.zksync.io/api`;
200200
case 'zksync-era-testnet':
201201
return `https://block-explorer-api.testnets.zksync.dev/api`;
202+
case 'zksync-era-sepolia':
203+
return 'https://block-explorer-api.sepolia.zksync.dev/api';
202204
case 'polygon-zkevm-testnet':
203205
return `https://testnet-zkevm.polygonscan.com/api`;
204206
case 'polygon-zkevm':

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)