Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mobile emissions post HIP-87 #120

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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