Skip to content

Commit

Permalink
Merge pull request #2339 from zeitgeistpm/currency-fix
Browse files Browse the repository at this point in the history
Fix: update WSX asset id
  • Loading branch information
robhyrk authored Mar 2, 2024
2 parents 8a8e9f3 + 004b9d3 commit b7abe4f
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 b7abe4f

Please sign in to comment.