Skip to content

Commit

Permalink
fix: update optimism-sepolia EtherscanLikeAPIUrl (#1662)
Browse files Browse the repository at this point in the history
* fix: update optimism-sepolia EtherscanLikeAPIUrl

* Create new-fishes-cry.md

---------

Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com>
  • Loading branch information
Shiyasmohd and saihaj committed May 14, 2024
1 parent 1d98f51 commit 00e774e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/new-fishes-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphprotocol/graph-cli": patch
---

fix: update optimism-sepolia EtherscanLikeAPIUrl
2 changes: 1 addition & 1 deletion packages/cli/src/command-helpers/abi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const getEtherscanLikeAPIUrl = (network: string) => {
case 'scroll-sepolia':
return `https://api-sepolia.scrollscan.dev/api`;
case 'optimism-sepolia':
return `https://sepolia-optimism.etherscan.io/api`;
return `https://api-sepolia-optimistic.etherscan.io/api`;
case 'scroll':
return `https://blockscout.scroll.io/api`;
case 'linea':
Expand Down

0 comments on commit 00e774e

Please sign in to comment.