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

37 lines
610 B
TypeScript
Raw Normal View History

export const mempoolFeeColors = [
'26c200',
'32bc00',
'40b600',
'4cb000',
'5da800',
'60a600',
'67a300',
'749d00',
'7c9900',
'849500',
'958d00',
'9d8900',
'a38600',
'ab8200',
'b18000',
'b77d00',
'c27800',
'c27008',
'c26d0b',
'c26810',
'c26018',
'c25d1b',
'c25a1e',
'c25028',
'c24d2b',
'c24731',
'c23e3b',
'c23b3e',
'c23545',
'c23347',
'c22951',
];
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];