mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 21:47:56 +00:00
fix: correct RPC endpoints - remove wrong :9944 port
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user