File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
packages/cli/src/command-helpers Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @graphprotocol/graph-cli " : minor
3
+ ---
4
+
5
+ add soneium api and rpc
Original file line number Diff line number Diff line change @@ -318,6 +318,8 @@ const getEtherscanLikeAPIUrl = (network: string) => {
318
318
return 'https://xt4scan.ngd.network/api/ngd/api' ;
319
319
case 'arbitrum-nova' :
320
320
return 'https://api-nova.arbiscan.io/api' ;
321
+ case 'soneium-testnet' :
322
+ return 'https://explorer-testnet.soneium.org/api' ;
321
323
default :
322
324
return `https://api-${ network } .etherscan.io/api` ;
323
325
}
@@ -450,6 +452,8 @@ const getPublicRPCEndpoint = (network: string) => {
450
452
return 'https://neoxt4seed1.ngd.network' ;
451
453
case 'arbitrum-nova' :
452
454
return 'https://nova.arbitrum.io/rpc' ;
455
+ case 'soneium-testnet' :
456
+ return 'https://rpc.minato.soneium.org/' ;
453
457
default :
454
458
throw new Error ( `Unknown network: ${ network } ` ) ;
455
459
}
You can’t perform that action at this time.
0 commit comments