Skip to content

Commit

Permalink
Merge pull request #120 from helium/mbthiery/hip-87-emissions-update
Browse files Browse the repository at this point in the history
Update mobile emissions post HIP-87
  • Loading branch information
mbthiery authored Jan 9, 2024
2 parents 9a833ec + 0fd0499 commit ade52a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/stats/components/SubDaoInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down Expand Up @@ -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`,
}}
Expand Down
8 changes: 6 additions & 2 deletions src/app/stats/utils/subNetworkEmissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit ade52a5

Please sign in to comment.