Commit 066d88d8 authored by Mark Harding's avatar Mark Harding

(chore): increase price to 1.25

parent 2d02515a
No related merge requests found
Pipeline #69685922 passed with stages
in 6 minutes and 48 seconds
......@@ -153,7 +153,7 @@ while (true) {
->get();
$eth = round($ethPrice->getNearestPrice(strtotime('1 minute ago')));
$usd = 0.15;
$usd = 1.25;
$rate = round($eth/$usd);
if ($rate % 2 !== 0) {
......
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