From 004b9d3c62b59103304e8fd4310187a9c49f1aa2 Mon Sep 17 00:00:00 2001 From: robhyrk Date: Fri, 1 Mar 2024 19:55:19 -0500 Subject: [PATCH] fix: market filter --- lib/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;