Skip to content

Commit

Permalink
update tokenomics on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
dcts committed Nov 9, 2024
1 parent 0697468 commit 7df57ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function getTokenomicsTopicSectionProps(
<IconTitleAndBody
icon="money"
title={t("tokenomics")}
body={t("100k_dextr_minted_every_2")}
body={t("max_supply_14_5_m")}
/>
<IconTitleAndBody
icon="vote"
Expand Down
2 changes: 1 addition & 1 deletion src/app/state/locales/en/landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"earn_rewards_by_trading": "Earn rewards by trading",
"dextr_token": "$DEXTR Token",
"tokenomics": "Tokenomics",
"100k_dextr_minted_every_2": "100'000 $DEXTR minted every 2 weeks. No max supply, but ~26M in 10 years at current rate.",
"max_supply_14_5_m": "Max supply: 14.5M tokens. Currently, 100k DEXTR are minted biweekly, with emissions linearly decreasing until ending in 2032.",
"vote_in_the_dao": "Vote in the DAO",
"1_dextr_equals_1_vote": "1 $DEXTR equals 1 vote in governance decisions.",
"revenue_share_coming_soon": "Revenue share (Coming soon...)",
Expand Down
2 changes: 1 addition & 1 deletion src/app/state/locales/pt/landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"earn_rewards_by_trading": "Ganhe recompensas negociando",
"dextr_token": "Token $DEXTR",
"tokenomics": "Tokenomics",
"100k_dextr_minted_every_2": "100.000 $DEXTR cunhados a cada 2 semanas. Sem limite máximo, mas ~26M em 10 anos na taxa atual.",
"max_supply_14_5_m": "Suprimento máximo: 14,5M tokens. Atualmente, 100k DEXTR são cunhados quinzenalmente, com emissões diminuindo linearmente até cessarem em 2032.",
"vote_in_the_dao": "Vote no DAO",
"1_dextr_equals_1_vote": "1 $DEXTR equivale a 1 voto em decisões de governança.",
"revenue_share_coming_soon": "Participação de receita (Em breve...)",
Expand Down

0 comments on commit 7df57ef

Please sign in to comment.