diff --git a/config.sample.hjson b/config.sample.hjson index 5a99f57..8fda426 100644 --- a/config.sample.hjson +++ b/config.sample.hjson @@ -10,8 +10,23 @@ fiat: true crypto: false } - fiat: [USD, RUB, EUR, UAH, TRY, KZT, CNY] - crypto: [ETH, BTC, USDT, TON] + fiat: + [ + USD, + RUB, + EUR, + UAH, + TRY, + KZT, + CNY + ] + crypto: + [ + ETH, + BTC, + USDT, + TON + ] } schedule: 30 8 * * * } \ No newline at end of file