Skip to content

Commit baf36b4

Browse files
alinobrasil0237h
andauthored
update soneium-testnet blockexplorer url (#1761)
* update soneiumtestnet blockexplorer url * Add changeset --------- Co-authored-by: Etienne Donneger <[email protected]>
1 parent 9675000 commit baf36b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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)