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 68f504b commit 04bf8d3Copy full SHA for 04bf8d3
.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
@@ -499,7 +499,7 @@ const getPublicRPCEndpoint = (network: string) => {
499
case 'kaia-testnet':
500
return 'https://public-en.kairos.node.kaia.io';
501
case 'unichain-testnet':
502
- return 'http://beta-u-Proxy-9QsHxlNJa4es-1179015898.us-east-2.elb.amazonaws.com:8545';
+ return 'https://sepolia.unichain.org';
503
default:
504
throw new Error(`Unknown network: ${network}`);
505
}
0 commit comments