From c2a01a9c60116ba83c2c5766b0524de317f71212 Mon Sep 17 00:00:00 2001 From: conache Date: Wed, 28 Aug 2024 15:59:35 +0300 Subject: [PATCH] Temporarily remove misleading inflation metric --- src/modules/[chain]/indexStore.ts | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/modules/[chain]/indexStore.ts b/src/modules/[chain]/indexStore.ts index 698d8083cb..2113e96cd9 100644 --- a/src/modules/[chain]/indexStore.ts +++ b/src/modules/[chain]/indexStore.ts @@ -190,13 +190,14 @@ export const useIndexModule = defineStore('module-index', { }), change: 0, }, - { - title: 'Inflation', - color: 'success', - icon: 'mdi-chart-multiple', - stats: formatter.formatDecimalToPercent(mintStore.inflation), - change: 0, - }, + // Temporarily remove the misleading inflation metric + // { + // title: 'Inflation', + // color: 'success', + // icon: 'mdi-chart-multiple', + // stats: formatter.formatDecimalToPercent(mintStore.inflation), + // change: 0, + // }, { title: 'Community Pool', color: 'primary',