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 emissions for subdaos to 100% of theoretical #537

Merged
merged 1 commit into from
Jan 8, 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
16 changes: 8 additions & 8 deletions packages/helium-admin-cli/emissions/iot.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"startTime": "2023-04-18T00:00:00Z",
"emissionsPerEpoch": "165,616,438.356164"
"startTime": "2024-01-08T00:00:01Z",
"emissionsPerEpoch": "88,797,814.207650"
Copy link
Contributor

@abhay abhay Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

88,797,814.207650*366 = 32.5B IOT annualized (leap year).

},
{
"startTime": "2023-08-02T00:00:00Z",
"emissionsPerEpoch": "165,616,438.356164"
"startTime": "2024-08-01T00:00:01Z",
"emissionsPerEpoch": "89,041,095.890411"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

89,041,095.890411*365 = 32.5B IOT annualized.

},
{
"startTime": "2023-08-03T00:00:00Z",
"emissionsPerEpoch": "82,581,967.213115"
"startTime": "2025-08-01T00:00:01Z",
"emissionsPerEpoch": "44,520,547.945206"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

44,520,547.945206*365=16.25B IOT annualized

},
{
"startTime": "2024-08-01T00:00:01Z",
"emissionsPerEpoch": "82,808,219.178082"
"startTime": "2027-08-01T00:00:01Z",
"emissionsPerEpoch": "22,199,453.551913"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

22,199,453.551913*366 = 8.125B IOT annualized (leap year)

}
]
16 changes: 8 additions & 8 deletions packages/helium-admin-cli/emissions/mobile.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"startTime": "2023-04-18T00:00:00Z",
"emissionsPerEpoch": "108,493,150.684932"
"startTime": "2024-01-08T00:00:01Z",
"emissionsPerEpoch": "81,967,213.114754"
Copy link
Contributor

@abhay abhay Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

81,967,213.114754*366 = 30B MOBILE annualized (leap year)

},
{
"startTime": "2023-08-02T00:00:00Z",
"emissionsPerEpoch": "141,369,863.013699"
"startTime": "2024-08-01T00:00:01Z",
"emissionsPerEpoch": "82,191,780.821918"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

82,191,780.821918*365 = 30B MOBILE annualized

},
{
"startTime": "2023-08-03T00:00:00Z",
"emissionsPerEpoch": "70,491,803.278689"
"startTime": "2025-08-01T00:00:01Z",
"emissionsPerEpoch": "41,095,890.410959"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

41,095,890.410959*365 = 15B MOBILE annualized

},
{
"startTime": "2024-08-01T00:00:01Z",
"emissionsPerEpoch": "70,684,931.506849"
"startTime": "2027-08-01T00:00:01Z",
"emissionsPerEpoch": "20,491,803.278689"
Copy link
Contributor

@abhay abhay Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

20,491,803.278689*366 = 7.5B annualized (leap year)

}
]
Loading