Skip to content

Commit

Permalink
chore: docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Sep 26, 2024
1 parent 94f5da7 commit 2506eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/routes/stx-supply.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const StxSupplyRoutes: FastifyPluginAsync<
}),
total_stx_year_2050: Type.String({
description:
'The Stacks cryptocurrency has a predefined future supply that reaches approx 1,818M STX by year 2050',
'String quoted decimal number of total circulating STX supply in year 2050. STX supply grows approx 0.3% annually thereafter in perpetuity.',
}),
unlocked_stx: Type.String({
description:
Expand Down Expand Up @@ -207,7 +207,7 @@ export const StxSupplyRoutes: FastifyPluginAsync<
}),
totalStacksYear2050: Type.String({
description:
'The Stacks cryptocurrency has a predefined future supply that reaches approx 1,818M STX by year 2050',
'String quoted decimal number of total circulating STX supply in year 2050. STX supply grows approx 0.3% annually thereafter in perpetuity.',
}),
totalStacksYear2050Formatted: Type.String({
description:
Expand Down

0 comments on commit 2506eab

Please sign in to comment.