fix: Fixed an error in currency lists due to lack of hyphenation

This commit is contained in:
Danil 2025-04-11 11:17:17 +03:00
parent 0f5e473ea7
commit bfb2018728

View file

@ -10,8 +10,23 @@
fiat: true fiat: true
crypto: false crypto: false
} }
fiat: [USD, RUB, EUR, UAH, TRY, KZT, CNY] fiat:
crypto: [ETH, BTC, USDT, TON] [
USD,
RUB,
EUR,
UAH,
TRY,
KZT,
CNY
]
crypto:
[
ETH,
BTC,
USDT,
TON
]
} }
schedule: 30 8 * * * schedule: 30 8 * * *
} }