Skip to content

Commit

Permalink
update the default fil price to $5.4 usd. dynamic pricing remains bro…
Browse files Browse the repository at this point in the history
…ken; see #171
  • Loading branch information
gruns committed Mar 10, 2023
1 parent 668ab7c commit dbbb10b
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 = 3
const defaultFilToUsdPrice = 5.4 // updated on 2023-03-10

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

0 comments on commit dbbb10b

Please sign in to comment.