Skip to content

Commit

Permalink
Merge pull request #111 from helium/mbthiery/update-max-supply
Browse files Browse the repository at this point in the history
Update mobile max supply
  • Loading branch information
mbthiery authored Dec 14, 2023
2 parents 9cbd13f + ceffee0 commit 8441443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/stats/utils/emissions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const HNT_MAX_SUPPLY = 223_000_000
export const IOT_MAX_SUPPLY = 200_000_000_000
export const MOBILE_MAX_SUPPLY = 200_000_000_000
export const MOBILE_MAX_SUPPLY = 230_000_000_000

0 comments on commit 8441443

Please sign in to comment.