Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Mar 26, 2024
1 parent d61c620 commit 7606689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions src/components/ore_economics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,14 @@ pub fn OreTokenomics(cx: Scope) -> Element {
"(Coming soon...)"
}
p {
// "(In short, 1 new ORE token is mined every 60 seconds on average no matter how many miners are active on the network)"
"Here are the key points:"
li {
class: "ml-2",
"Ore has no maximum supply limit."
}
li {
class: "ml-2",
"Ore supply growth is linear with a target average of 1 ORE/min."
}
li {
class: "ml-2",
"Ore supply growth is strictly bounded to 0 ≤ R ≤ 2 ORE/min."
"Ore supply grows at a linear rate of 1 ORE/min."
}
li {
class: "ml-2",
Expand All @@ -50,7 +45,7 @@ pub fn OreTokenomics(cx: Scope) -> Element {
}
li {
class: "ml-2",
"This will be true for future generations of users as it is today."
"This will be true for all future generations of users as it is today."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/what_is_mining.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub fn WhatIsMining(cx: Scope) -> Element {
}
p {
"This algorithm is what makes Ore unique and unlike any other digital token in the world. "
"It has never been done before in the history of cryptocurrency and is only possible due to the recent breakthroughs of high performance blockchains like "
"It has never been tried before in the history of cryptocurrency and is only possible due to the recent breakthroughs of high performance blockchains like "
a {
class: "font-semibold hover:text-green-500 underline transition-colors",
href: "https://solana.com",
Expand Down

0 comments on commit 7606689

Please sign in to comment.