Skip to content

Commit c1168bf

Browse files
committed
updated public rpc
1 parent 1116b79 commit c1168bf

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
@@ -493,7 +493,7 @@ const getPublicRPCEndpoint = (network: string) => {
493493
case 'kaia-testnet':
494494
return 'https://public-en.kairos.node.kaia.io';
495495
case 'unichain-testnet':
496-
return 'http://beta-u-Proxy-9QsHxlNJa4es-1179015898.us-east-2.elb.amazonaws.com:8545';
496+
return 'https://sepolia.unichain.org';
497497
default:
498498
throw new Error(`Unknown network: ${network}`);
499499
}

0 commit comments

Comments
 (0)