Skip to content

Commit

Permalink
Merge pull request #15 from allora-network/cristian/proto-2264-remove…
Browse files Browse the repository at this point in the history
…-inflation-value-from-explorer

Temporarily remove misleading inflation metric
  • Loading branch information
conache authored Aug 28, 2024
2 parents 1113b92 + c2a01a9 commit 933f306
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/modules/[chain]/indexStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 933f306

Please sign in to comment.