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 58dbd28 commit af1980cCopy full SHA for af1980c
packages/cli/src/command-helpers/abi.ts
@@ -387,7 +387,7 @@ const getPublicRPCEndpoint = (network: string) => {
387
case 'goerli':
388
return 'https://rpc.ankr.com/eth_goerli';
389
case 'gnosis':
390
- return 'https://safe-transaction.gnosis.io';
+ return 'https://rpc.gnosischain.com';
391
case 'mainnet':
392
return 'https://rpc.ankr.com/eth';
393
case 'matic':
0 commit comments