Skip to content

Commit

Permalink
chore: Update Phala testnet endpoint URL (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leechael authored Feb 7, 2024
1 parent f309fbb commit 397ccf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export const LOCAL = {

const PHALA_TESTNET = {
relay: undefined,
name: 'Phala PoC-5',
rpc: 'wss://poc5.phala.network/ws',
name: 'Phala PoC-6',
rpc: 'wss://poc6.phala.network/ws',
};

// https://docs.astar.network/docs/build/environment/endpoints
Expand Down

0 comments on commit 397ccf4

Please sign in to comment.