From ff58ec94cfffa96db0d170935e2ce84f5fdcdb84 Mon Sep 17 00:00:00 2001 From: mbthiery Date: Thu, 4 Jan 2024 09:57:57 -0500 Subject: [PATCH 1/2] Update mobile emissions post HIP-87 --- src/app/stats/components/SubDaoInfo.tsx | 2 +- src/app/stats/utils/subNetworkEmissions.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/stats/components/SubDaoInfo.tsx b/src/app/stats/components/SubDaoInfo.tsx index 92c9a6f..8f3fff3 100644 --- a/src/app/stats/components/SubDaoInfo.tsx +++ b/src/app/stats/components/SubDaoInfo.tsx @@ -43,7 +43,7 @@ const MOBILE_INFO: SubDaoType = { icon: "mobile", subDaoMint: MOBILE_MINT, maxDescription: - "This is an upper limit that will not be reached and does not consider future MOBILE burn. Reason: Daily emissions are currently only 86% of scheduled emissions, as not all rewardable entities (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 96% of scheduled emissions, as oracles do not currently receive rewards.", activeDetails: " This exclusively includes active gateways (not radios).", maxSupply: MOBILE_MAX_SUPPLY, } diff --git a/src/app/stats/utils/subNetworkEmissions.json b/src/app/stats/utils/subNetworkEmissions.json index 3c52f31..e250905 100644 --- a/src/app/stats/utils/subNetworkEmissions.json +++ b/src/app/stats/utils/subNetworkEmissions.json @@ -14,11 +14,15 @@ }, { "startTime": "2023-08-01T00:00:00Z", + "emissionsPerEpoch": 70684932 + }, + { + "startTime": "2023-08-01T00:00:01Z", "emissionsPerEpoch": 70491803 }, { - "startTime": "2024-08-01T00:00:00Z", - "emissionsPerEpoch": 70684932 + "startTime": "2024-01-09T00:00:01Z", + "emissionsPerEpoch": 78688525 } ], "iot": [ From 0fd049907075463f47843674c2566d6e2acf8cf9 Mon Sep 17 00:00:00 2001 From: mbthiery Date: Mon, 8 Jan 2024 09:39:08 -0500 Subject: [PATCH 2/2] Copy tweak --- src/app/stats/components/SubDaoInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/stats/components/SubDaoInfo.tsx b/src/app/stats/components/SubDaoInfo.tsx index 8f3fff3..c31ddc4 100644 --- a/src/app/stats/components/SubDaoInfo.tsx +++ b/src/app/stats/components/SubDaoInfo.tsx @@ -205,7 +205,7 @@ export const SubDaoInfo = async ({ subDao }: { subDao: SubDao }) => { getLatestSubNetworkEmissions(new Date(), subDao) )} tooltip={{ - description: `Amount of ${title} emitted each day.`, + description: `Max amount of ${title} emitted each day.`, cadence: "Constant", id: `${title} Daily Emissions`, }}