Skip to content

Commit

Permalink
fix: market filter
Browse files Browse the repository at this point in the history
  • Loading branch information
robhyrk committed Mar 2, 2024
1 parent 8a8e9f3 commit 004b9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 004b9d3

Please sign in to comment.