Skip to content

Commit 00e774e

Browse files
shiyasmohdsaihaj
andauthored
fix: update optimism-sepolia EtherscanLikeAPIUrl (#1662)
* fix: update optimism-sepolia EtherscanLikeAPIUrl * Create new-fishes-cry.md --------- Co-authored-by: Saihajpreet Singh <[email protected]>
1 parent 1d98f51 commit 00e774e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/new-fishes-cry.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: update optimism-sepolia EtherscanLikeAPIUrl

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ const getEtherscanLikeAPIUrl = (network: string) => {
224224
case 'scroll-sepolia':
225225
return `https://api-sepolia.scrollscan.dev/api`;
226226
case 'optimism-sepolia':
227-
return `https://sepolia-optimism.etherscan.io/api`;
227+
return `https://api-sepolia-optimistic.etherscan.io/api`;
228228
case 'scroll':
229229
return `https://blockscout.scroll.io/api`;
230230
case 'linea':

0 commit comments

Comments
 (0)