diff --git a/lib/constants/index.ts b/lib/constants/index.ts index 3607fa0cd..3e6bfc4b5 100644 --- a/lib/constants/index.ts +++ b/lib/constants/index.ts @@ -6,7 +6,7 @@ import { EndpointOption, Environment } from "../types"; // IMPORTANT: this should be false for all other branches other than the wsx branch. export const isWSX = false; -export const wsxID = process.env.NEXT_PUBLIC_VERCEL_ENV === "staging" ? 3 : 3; +export const wsxID = process.env.NEXT_PUBLIC_VERCEL_ENV === "staging" ? 3 : 2; export const wsxAssetIdString = `{"foreignAsset":${wsxID}}`; export const ZTG = 10 ** 10;