Skip to content

Commit

Permalink
inst change
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofromguy committed Mar 7, 2024
1 parent 7502a68 commit 755bebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/ui/src/components/Analytics/Bean/DeltaB.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const getValue = (season: SnapshotData<SeasonalDeltaBQuery>) =>
const formatValue = (value: number) =>
`${value.toLocaleString('en-us', { maximumFractionDigits: 2 })}`;
const statProps = {
title: 'deltaB',
title: 'Cumulative Instantaneous deltaB',
titleTooltip:
'The cumulative instantaneous shortage of Beans in liquidity pools on the Minting Whitelist at the beginning of every Season. Pre-exploit values include deltaB in pools on the Deposit Whitelist.',
gap: 0.25,
Expand Down
4 changes: 2 additions & 2 deletions projects/ui/src/components/Analytics/Bean/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const SLUGS = [
'mktcap',
'supply',
'crosses',
'delta_b',
'inst_delta_b',
'liquiditysupplyratio'
];

Expand All @@ -39,7 +39,7 @@ const BeanAnalytics: FC<{}> = () => {
<Tab label="Market Cap" />
<Tab label="Supply" />
<Tab label="Crosses" />
<Tab label="deltaB" />
<Tab label="Inst. deltaB" />
<Tab label="L2SR" />
</Tabs>
{/*
Expand Down

0 comments on commit 755bebe

Please sign in to comment.