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 9675000 commit baf36b4Copy full SHA for baf36b4
.changeset/violet-panthers-report.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphprotocol/graph-cli': patch
3
4
+
5
+update soneium-testnet blockexplorer url
packages/cli/src/command-helpers/abi.ts
@@ -321,7 +321,7 @@ const getEtherscanLikeAPIUrl = (network: string) => {
321
case 'arbitrum-nova':
322
return 'https://arbitrum-nova.abi.pinax.network/api';
323
case 'soneium-testnet':
324
- return 'https://explorer-testnet.soneium.org/api';
+ return 'https://soneium-minato.blockscout.com/api';
325
case 'chiliz':
326
return 'https://scan.chiliz.com/api';
327
case 'chiliz-testnet':
0 commit comments