Skip to content

Commit

Permalink
fix: add additional arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Dec 25, 2023
1 parent f9d833c commit 0dc61ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/nodes/[$chainID]/[[...$args]].ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
}
Expand Down

0 comments on commit 0dc61ff

Please sign in to comment.