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 1d98f51 commit 00e774eCopy full SHA for 00e774e
.changeset/new-fishes-cry.md
@@ -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
@@ -224,7 +224,7 @@ const getEtherscanLikeAPIUrl = (network: string) => {
224
case 'scroll-sepolia':
225
return `https://api-sepolia.scrollscan.dev/api`;
226
case 'optimism-sepolia':
227
- return `https://sepolia-optimism.etherscan.io/api`;
+ return `https://api-sepolia-optimistic.etherscan.io/api`;
228
case 'scroll':
229
return `https://blockscout.scroll.io/api`;
230
case 'linea':
0 commit comments