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 c417b82 commit c758f57Copy full SHA for c758f57
.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
@@ -325,7 +325,7 @@ const getEtherscanLikeAPIUrl = (network: string) => {
325
case 'arbitrum-nova':
326
return 'https://arbitrum-nova.abi.pinax.network/api';
327
case 'soneium-testnet':
328
- return 'https://explorer-testnet.soneium.org/api';
+ return 'https://soneium-minato.blockscout.com/api';
329
case 'chiliz':
330
return 'https://scan.chiliz.com/api';
331
case 'chiliz-testnet':
0 commit comments