Skip to content

Commit 04bf8d3

Browse files
alinobrasil0237h
authored andcommitted
updated public rpc (graphprotocol#1746)
* updated public rpc * Create itchy-colts-clap.md
1 parent 68f504b commit 04bf8d3

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
@@ -499,7 +499,7 @@ const getPublicRPCEndpoint = (network: string) => {
499499
case 'kaia-testnet':
500500
return 'https://public-en.kairos.node.kaia.io';
501501
case 'unichain-testnet':
502-
return 'http://beta-u-Proxy-9QsHxlNJa4es-1179015898.us-east-2.elb.amazonaws.com:8545';
502+
return 'https://sepolia.unichain.org';
503503
default:
504504
throw new Error(`Unknown network: ${network}`);
505505
}

0 commit comments

Comments
 (0)