Commit 102ce847 authored by Mark Harding's avatar Mark Harding

(fix): token rate is 1.25

parent ad554ffc
No related merge requests found
Pipeline #70145557 passed with stages
in 26 minutes and 29 seconds
......@@ -50,7 +50,7 @@ export class BlockchainEthModalComponent implements OnInit {
}
get ethRate(): number {
const tokenUsdRate = 0.15;
const tokenUsdRate = 1.25;
const tokenUsd = 1 / tokenUsdRate;
const usd = this.rate / tokenUsd;
return usd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment