From fa885ba4d8ba6768800ad7f451c76fd6caffc280 Mon Sep 17 00:00:00 2001 From: Papa Sougou Wele Date: Wed, 29 Jun 2022 16:19:01 -0400 Subject: [PATCH] fix(tokemak): remove hidden flag from position group (#801) --- src/apps/tokemak/tokemak.definition.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/tokemak/tokemak.definition.ts b/src/apps/tokemak/tokemak.definition.ts index 97b52000c..a7f285d55 100644 --- a/src/apps/tokemak/tokemak.definition.ts +++ b/src/apps/tokemak/tokemak.definition.ts @@ -8,7 +8,7 @@ export const TOKEMAK_DEFINITION = appDefinition({ name: 'Tokemak', description: `Tokemak creates sustainable DeFi liquidity and capital efficient markets through a convenient decentralized market making protocol.`, groups: { - farm: { id: 'farm', type: GroupType.POSITION, label: 'Staking', isHiddenFromExplore: true }, + farm: { id: 'farm', type: GroupType.POSITION, label: 'Staking' }, reactor: { id: 'reactor', type: GroupType.TOKEN, label: 'Reactors' }, }, url: 'https://www.tokemak.xyz/',