Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Update Phala testnet endpoint URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Leechael committed Dec 6, 2023
1 parent abf6308 commit 0793832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/useink/src/chains/data/testnet-chaindata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ export const PhalaTestnet: IChain<'phala-testnet'> = {
id: 'phala-testnet',
name: 'Phala Testnet',
account: '*25519',
rpcs: ['wss://poc5.phala.network/ws'],
rpcs: ['wss://poc6.phala.network/ws'],
} as const;

export const PhoenixTestnet: IChain<'phoenix-testnet'> = {
Expand Down

0 comments on commit 0793832

Please sign in to comment.