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 5fb677aCopy full SHA for 5fb677a
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