diff --git a/src/app/stats/components/HntInfo.tsx b/src/app/stats/components/HntInfo.tsx index 277b5b9..9960a42 100644 --- a/src/app/stats/components/HntInfo.tsx +++ b/src/app/stats/components/HntInfo.tsx @@ -120,7 +120,7 @@ export const HntInfo = async () => { )}`} tooltip={{ description: - "Maximum supply of HNT derived by summing current supply, remaining emissions, and today's burned HNT (which are re-emitted via net emissions). Accurate within 1643 HNT", + "Maximum supply of HNT derived by summing current supply, remaining emissions, and today's burned HNT (which are re-emitted via net emissions). This is an upper limit that will not be reached and does not consider future HNT burn. Accurate within 1643 HNT.", cadence: `Supply: Live -- HNT burned: 8h (last run ${formatDuneDate( hntBurned.execution_started_at )})`, diff --git a/src/app/stats/components/SubDaoInfo.tsx b/src/app/stats/components/SubDaoInfo.tsx index 6191aed..31d810f 100644 --- a/src/app/stats/components/SubDaoInfo.tsx +++ b/src/app/stats/components/SubDaoInfo.tsx @@ -42,7 +42,7 @@ const MOBILE_INFO: SubDaoType = { subDaoMint: MOBILE_MINT, dailyEmissions: 108493150, maxDescription: - "This is an upper limit that will not be reached. Reason: Daily emissions are currently only 66% of scheduled emissions, as not all rewardable entities (mappers, service providers, and oracles) exist or currently receive rewards.", + "This is an upper limit that will not be reached and does not consider future MOBILE burn. Reason: Daily emissions are currently only 66% of scheduled emissions, as not all rewardable entities (mappers, service providers, and oracles) exist or currently receive rewards.", } const IOT_INFO: SubDaoType = { @@ -54,7 +54,7 @@ const IOT_INFO: SubDaoType = { subDaoMint: IOT_MINT, dailyEmissions: 165616438, maxDescription: - "This is an upper limit that will not be reached. Reason: Daily emissions are currently only 93% of scheduled emissions, as oracles do not currently receive rewards.", + "This is an upper limit that will not be reached and does not consider future IOT burn. Reason: Daily emissions are currently only 93% of scheduled emissions, as oracles do not currently receive rewards.", } export const SubDaoInfo = async ({ subDao }: { subDao: SubDao }) => { diff --git a/src/app/stats/components/Tooltip.tsx b/src/app/stats/components/Tooltip.tsx index 44e81e0..7594186 100644 --- a/src/app/stats/components/Tooltip.tsx +++ b/src/app/stats/components/Tooltip.tsx @@ -19,7 +19,7 @@ export const Tooltip = ({ }: ToolTipProps) => { return (
- +