diff --git a/src/pages/api/nodes/[$chainID]/[[...$args]].ts b/src/pages/api/nodes/[$chainID]/[[...$args]].ts index 15dd607f..60827caf 100644 --- a/src/pages/api/nodes/[$chainID]/[[...$args]].ts +++ b/src/pages/api/nodes/[$chainID]/[[...$args]].ts @@ -60,7 +60,7 @@ export default async function handler(req: NextRequest) { if (shouldUseL5) { rpcURL = `https://skip-secretnetwork-rpc.lavenderfive.com`; } else if (shouldUsePolkachuBackup) { - rpcURL = `https://${chainID}-skip-rpc.polkachu.com`; + rpcURL = `https://${chainID}-1-skip-rpc.polkachu.com`; } else { rpcURL = `https://${chainID}-skip-rpc.polkachu.com`; }