Skip to content

Commit 5fb677a

Browse files
committed
update soneiumtestnet blockexplorer url
1 parent 9675000 commit 5fb677a

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/src/command-helpers

1 file changed

+1
-1
lines changed

packages/cli/src/command-helpers/abi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ const getEtherscanLikeAPIUrl = (network: string) => {
321321
case 'arbitrum-nova':
322322
return 'https://arbitrum-nova.abi.pinax.network/api';
323323
case 'soneium-testnet':
324-
return 'https://explorer-testnet.soneium.org/api';
324+
return 'https://soneium-minato.blockscout.com/api';
325325
case 'chiliz':
326326
return 'https://scan.chiliz.com/api';
327327
case 'chiliz-testnet':

0 commit comments

Comments
 (0)