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 d2fda94 commit 0b4cfe9Copy full SHA for 0b4cfe9
.changeset/nice-penguins-raise.md
@@ -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
@@ -391,7 +391,7 @@ const getPublicRPCEndpoint = (network: string) => {
391
case 'goerli':
392
return 'https://rpc.ankr.com/eth_goerli';
393
case 'gnosis':
394
- return 'https://safe-transaction.gnosis.io';
+ return 'https://rpc.gnosischain.com';
395
case 'mainnet':
396
return 'https://rpc.ankr.com/eth';
397
case 'matic':
0 commit comments