mempool/frontend/src/app/app.constants.ts

27 lines
490 B
TypeScript

export const mempoolFeeColors = [
'bd7c13',
'bd7718',
'bd7619',
'bd721d',
'be6e21',
'be6b24',
'be6827',
'be652a',
'be622d',
'be5f30',
'be5c33',
'bf543b',
'c0513e',
'c04d42',
'c14a45',
'c2454a',
'c3424d',
'c33f50',
'c3404f',
'c43955',
'c5345a',
];
export const feeLevels = [1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 20, 30, 40, 50, 60, 70, 80, 90, 100, 125, 150, 175, 200,
250, 300, 350, 400, 500, 600, 700, 800, 900, 1000, 1200, 1400, 1600, 1800, 2000];