Skip to content

Commit fef2e05

Browse files
authored
updated public rpc (#1746)
* updated public rpc * Create itchy-colts-clap.md
1 parent 1116b79 commit fef2e05

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/itchy-colts-clap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphprotocol/graph-cli": minor
3+
---
4+
5+
updated public rpc

packages/cli/src/command-helpers/abi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ const getPublicRPCEndpoint = (network: string) => {
493493
case 'kaia-testnet':
494494
return 'https://public-en.kairos.node.kaia.io';
495495
case 'unichain-testnet':
496-
return 'http://beta-u-Proxy-9QsHxlNJa4es-1179015898.us-east-2.elb.amazonaws.com:8545';
496+
return 'https://sepolia.unichain.org';
497497
default:
498498
throw new Error(`Unknown network: ${network}`);
499499
}

0 commit comments

Comments
 (0)