From 019bd5ef653f44c0131ed8028d9b1f0571843735 Mon Sep 17 00:00:00 2001 From: TheRealToxicDev Date: Mon, 16 Mar 2026 19:42:44 -0600 Subject: [PATCH] fix: updated plan links --- packages/core/constants/vps/amd.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/core/constants/vps/amd.ts b/packages/core/constants/vps/amd.ts index 52d6ea9..1c20f31 100644 --- a/packages/core/constants/vps/amd.ts +++ b/packages/core/constants/vps/amd.ts @@ -28,7 +28,7 @@ export const AMD_PLANS: VpsPlanSpec[] = [ ramGB: 2, storageGB: 25, bandwidth: { amount: 1, unit: "TB" }, - url: "https://billing.nodebyte.host/store/vps-hosting/scorch", + url: "https://billing.nodebyte.host/store/vps-hosting/2gb-r71700x", }, { id: "4GB-R71700X", @@ -39,7 +39,7 @@ export const AMD_PLANS: VpsPlanSpec[] = [ ramGB: 4, storageGB: 50, bandwidth: { amount: 2, unit: "TB" }, - url: "https://billing.nodebyte.host/store/vps-hosting/flare", + url: "https://billing.nodebyte.host/store/vps-hosting/4gb-r71700x", }, { id: "8GB-R71700X", @@ -51,7 +51,7 @@ export const AMD_PLANS: VpsPlanSpec[] = [ storageGB: 100, bandwidth: null, popular: true, - url: "https://billing.nodebyte.host/store/vps-hosting/torch", + url: "https://billing.nodebyte.host/store/vps-hosting/8gb-r71700x", }, { id: "16GB-R71700X", @@ -62,7 +62,7 @@ export const AMD_PLANS: VpsPlanSpec[] = [ ramGB: 16, storageGB: 200, bandwidth: null, - url: "https://billing.nodebyte.host/store/vps-hosting/pyro", + url: "https://billing.nodebyte.host/store/vps-hosting/16gb-r71700x", }, ]