diff --git a/.changeset/violet-panthers-report.md b/.changeset/violet-panthers-report.md new file mode 100644 index 000000000..dc6754eac --- /dev/null +++ b/.changeset/violet-panthers-report.md @@ -0,0 +1,5 @@ +--- +'@graphprotocol/graph-cli': patch +--- + +update soneium-testnet blockexplorer url diff --git a/packages/cli/src/command-helpers/abi.ts b/packages/cli/src/command-helpers/abi.ts index 3bef67bc5..da0719364 100644 --- a/packages/cli/src/command-helpers/abi.ts +++ b/packages/cli/src/command-helpers/abi.ts @@ -321,7 +321,7 @@ const getEtherscanLikeAPIUrl = (network: string) => { case 'arbitrum-nova': return 'https://arbitrum-nova.abi.pinax.network/api'; case 'soneium-testnet': - return 'https://explorer-testnet.soneium.org/api'; + return 'https://soneium-minato.blockscout.com/api'; case 'chiliz': return 'https://scan.chiliz.com/api'; case 'chiliz-testnet':