Skip to content

Commit

Permalink
update the fil price from to .5
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Sep 8, 2023
1 parent 2fe5cf2 commit ada8d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TotalEarnings/TotalEarnings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function TotalEarnings({contentId, usdText, filText, perMonthText
// this default, fallback price is used when FIL's price can't be
// dynamically fetched on page load, for whatever reason, and thus should be
// updated periodically here
const defaultFilToUsdPrice = 6 // updated on 2023-03-17
const defaultFilToUsdPrice = 3.5 // updated on 2023-09-07

const inputContent = useContent(contentId + ".input.calculatorInformation" ?? "")
const outputContent = useContent(contentId + ".formula.earningsFormula" ?? "")
Expand Down

0 comments on commit ada8d13

Please sign in to comment.