Skip to content

Commit 0b4cfe9

Browse files
adamazad0237h
andauthored
chore(rpcs): update gnosis chain RPC endpoint (#1764)
* chore(rpcs): update gnosis chain RPC endpoint --------- Co-authored-by: Etienne Donneger <[email protected]>
1 parent d2fda94 commit 0b4cfe9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/nice-penguins-raise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphprotocol/graph-cli": patch
3+
---
4+
5+
chore(rpcs): update gnosis chain RPC endpoint

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ const getPublicRPCEndpoint = (network: string) => {
391391
case 'goerli':
392392
return 'https://rpc.ankr.com/eth_goerli';
393393
case 'gnosis':
394-
return 'https://safe-transaction.gnosis.io';
394+
return 'https://rpc.gnosischain.com';
395395
case 'mainnet':
396396
return 'https://rpc.ankr.com/eth';
397397
case 'matic':

0 commit comments

Comments
 (0)