Update interval list to include 148m and extend mock API to return sample 148m candle

This commit is contained in:
DiTus
2026-03-18 22:22:04 +01:00
parent 15881b7db8
commit 1b6e307a79
2 changed files with 34 additions and 21 deletions

View File

@ -1,4 +1,4 @@
export const INTERVALS = ['1m', '3m', '5m', '15m', '30m', '37m', '144m', '1h', '2h', '4h', '8h', '12h', '1d', '3d', '1w', '1M'];
export const INTERVALS = ['1m', '3m', '5m', '15m', '30m', '37m', '148m', '1h', '2h', '4h', '8h', '12h', '1d', '3d', '1w', '1M'];
export const COLORS = {
tvBg: '#131722',