Skip to content

Commit

Permalink
Update configs/app/features/pools.ts
Browse files Browse the repository at this point in the history
Co-authored-by: tom goriunov <tom@ohhhh.me>
  • Loading branch information
isstuev and tom2drum authored Dec 13, 2024
1 parent f95f65a commit 04d07d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/app/features/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Feature } from './types';
import { getEnvValue } from '../utils';

const contractInfoApiHost = getEnvValue('NEXT_PUBLIC_CONTRACT_INFO_API_HOST');
const dexPoolsEnabled = getEnvValue('NEXT_PUBLIC_DEX_POOLS_ENABLED');
const dexPoolsEnabled = getEnvValue('NEXT_PUBLIC_DEX_POOLS_ENABLED') === 'true';

const title = 'DEX pools';

Expand Down

0 comments on commit 04d07d1

Please sign in to comment.