Skip to content

Commit c758f57

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

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
@@ -325,7 +325,7 @@ const getEtherscanLikeAPIUrl = (network: string) => {
325325
case 'arbitrum-nova':
326326
return 'https://arbitrum-nova.abi.pinax.network/api';
327327
case 'soneium-testnet':
328-
return 'https://explorer-testnet.soneium.org/api';
328+
return 'https://soneium-minato.blockscout.com/api';
329329
case 'chiliz':
330330
return 'https://scan.chiliz.com/api';
331331
case 'chiliz-testnet':

0 commit comments

Comments
 (0)