fix: Fixed an error in currency lists due to lack of hyphenation
This commit is contained in:
parent
0f5e473ea7
commit
bfb2018728
1 changed files with 17 additions and 2 deletions
|
@ -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 * * *
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue