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 7ac15ce commit f95f65a
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 @@ -5,7 +5,7 @@ import { getEnvValue } from '../utils';
const contractInfoApiHost = getEnvValue('NEXT_PUBLIC_CONTRACT_INFO_API_HOST');
const dexPoolsEnabled = getEnvValue('NEXT_PUBLIC_DEX_POOLS_ENABLED');

const title = 'Pools';
const title = 'DEX pools';

const config: Feature<{ api: { endpoint: string; basePath: string } }> = (() => {
if (contractInfoApiHost && dexPoolsEnabled) {
Expand Down

0 comments on commit f95f65a

Please sign in to comment.