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 1116b79 commit fef2e05Copy full SHA for fef2e05
.changeset/itchy-colts-clap.md
@@ -0,0 +1,5 @@
1
+---
2
+"@graphprotocol/graph-cli": minor
3
4
+
5
+updated public rpc
packages/cli/src/command-helpers/abi.ts
@@ -493,7 +493,7 @@ const getPublicRPCEndpoint = (network: string) => {
493
case 'kaia-testnet':
494
return 'https://public-en.kairos.node.kaia.io';
495
case 'unichain-testnet':
496
- return 'http://beta-u-Proxy-9QsHxlNJa4es-1179015898.us-east-2.elb.amazonaws.com:8545';
+ return 'https://sepolia.unichain.org';
497
default:
498
throw new Error(`Unknown network: ${network}`);
499
}
0 commit comments