Skip to content

Commit

Permalink
chore(rpcs): update gnosis chain RPC endpoint (#1764)
Browse files Browse the repository at this point in the history
* chore(rpcs): update gnosis chain RPC endpoint

---------

Co-authored-by: Etienne Donneger <etienne@pinax.network>
  • Loading branch information
adamazad and 0237h authored Nov 12, 2024
1 parent d2fda94 commit 0b4cfe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nice-penguins-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphprotocol/graph-cli": patch
---

chore(rpcs): update gnosis chain RPC endpoint
2 changes: 1 addition & 1 deletion packages/cli/src/command-helpers/abi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ const getPublicRPCEndpoint = (network: string) => {
case 'goerli':
return 'https://rpc.ankr.com/eth_goerli';
case 'gnosis':
return 'https://safe-transaction.gnosis.io';
return 'https://rpc.gnosischain.com';
case 'mainnet':
return 'https://rpc.ankr.com/eth';
case 'matic':
Expand Down

0 comments on commit 0b4cfe9

Please sign in to comment.