fix: correct RPC endpoints - remove wrong :9944 port

This commit is contained in:
2026-02-04 12:35:42 +03:00
parent cbff238100
commit f886e1935a
3 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -67,9 +67,8 @@ export const PezkuwiProvider: React.FC<PezkuwiProviderProps> = ({
useEffect(() => {
// Hardcoded production fallbacks ensure app works even if env vars are missing
const PRODUCTION_FALLBACKS = [
'wss://rpc.pezkuwichain.io:9944',
'wss://rpc.pezkuwichain.io',
'wss://mainnet.pezkuwichain.io',
'wss://beta.pezkuwichain.io',
];
const FALLBACK_ENDPOINTS = [