fix: correct RPC endpoints - remove wrong :9944 port

This commit is contained in:
2026-02-04 12:35:42 +03:00
parent 91e14bf200
commit ca3709e8ef
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -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',
},