Skip to content

Commit af1980c

Browse files
authored
chore(rpcs): update gnosis chain RPC endpoint
1 parent 58dbd28 commit af1980c

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/src/command-helpers

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)