mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 04:27:56 +00:00
fix: correct RPC endpoints - remove wrong :9944 port
This commit is contained in:
@@ -28,7 +28,7 @@ export const NETWORK_ENDPOINTS: Record<string, NetworkConfig> = {
|
||||
BETA: {
|
||||
name: 'Pezkuwi Beta Testnet',
|
||||
endpoint: 'https://rpc.pezkuwichain.io',
|
||||
wsEndpoint: 'wss://rpc.pezkuwichain.io:9944',
|
||||
wsEndpoint: 'wss://rpc.pezkuwichain.io',
|
||||
type: 'production',
|
||||
description: 'Beta testnet - Currently active for testing',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user