shift one 4h back

This commit is contained in:
Finn 2024-03-14 15:36:12 +00:00
parent a312eccbf9
commit 629dbce433
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const fetchRates = async () => {
const rateData: Record<string, number> = {}
rateData.jlp =
(12 * (jlpPrices[jlpPrices.length - 1].price - jlpPrices[0].price)) /
(12 * (jlpPrices[jlpPrices.length - 2].price - jlpPrices[0].price)) /
jlpPrices[0].price