From 7606689b4a5ebd0ceafa84c3e3321a3d03ece81b Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Mon, 25 Mar 2024 20:36:32 -0500 Subject: [PATCH] copy --- src/components/ore_economics.rs | 9 ++------- src/components/what_is_mining.rs | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/components/ore_economics.rs b/src/components/ore_economics.rs index 7c0628f7..4c62f9b2 100644 --- a/src/components/ore_economics.rs +++ b/src/components/ore_economics.rs @@ -26,7 +26,6 @@ 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", @@ -34,11 +33,7 @@ pub fn OreTokenomics(cx: Scope) -> Element { } 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", @@ -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." } } } diff --git a/src/components/what_is_mining.rs b/src/components/what_is_mining.rs index d6d4231e..d2b8041e 100644 --- a/src/components/what_is_mining.rs +++ b/src/components/what_is_mining.rs @@ -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",