Skip to content

Commit

Permalink
lint fixed in web
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-dubinin committed Dec 12, 2024
1 parent d6710aa commit 65519a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/web/config/feature-flag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { IS_TESTNET } from "./env";
/** 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 65519a9

Please sign in to comment.