Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyWyles authored Dec 11, 2024
1 parent 9b189dd commit 6fb4042
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/web/config/feature-flag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ export const BUY_OSMO_TRANSAK = true;
/** Blacklists pools out at the query level. Marks them as non existant. */
export const BlacklistedPoolIds: string[] = ["895"];

/** Cosmwasm Code Ids confirmed to be transmuter pools in current env. */
// @deprecated use packages/server/src/queries/complex/pools/env.ts
/**
* Cosmwasm Code Ids confirmed to be transmuter pools in current env.
* @deprecated use packages/server/src/queries/complex/pools/env.ts
*/
export const TransmuterPoolCodeIds = IS_TESTNET ? ["3084"] : ["148"];

export const RecommendedSwapDenoms = [
Expand Down

0 comments on commit 6fb4042

Please sign in to comment.