Corrected that horrible green color.

This commit is contained in:
softsimon 2020-05-30 09:56:38 +07:00
parent 9ef5c420d9
commit 2c24c2de83
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -1,35 +1,33 @@
export const mempoolFeeColors = [ export const mempoolFeeColors = [
'26c200', '007d23',
'32bc00', '0f7d22',
'40b600', '1e7d21',
'4cb000', '2d7d20',
'5da800', '407d1e',
'60a600', '4b7d1d',
'67a300', '567d1c',
'749d00', '617d1b',
'7c9900', '6d7d1a',
'849500', '7c7d19',
'958d00', '877d18',
'9d8900', '9a7d16',
'a38600', 'aa7d15',
'ab8200', 'b97c13',
'b18000', 'bd7c13',
'b77d00', 'bd7716',
'c27800', 'bd6e1c',
'c27008', 'bd6720',
'c26d0b', 'bd6223',
'c26810', 'bd5d26',
'c26018', 'bd562b',
'c25d1b', 'bc4f30',
'c25a1e', 'bc4835',
'c25028', 'bc4338',
'c24d2b', 'bc3f3a',
'c24731', 'bb383f',
'c23e3b', 'ba3342',
'c23b3e', 'ba2e45',
'c23545', 'b9254b',
'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, 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,