Slightly increased gradient span and contrast on mempool blocks

This commit is contained in:
softsimon 2020-05-27 17:14:02 +07:00
parent 8167debbe9
commit 559a6dd19a
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -1,25 +1,35 @@
export const mempoolFeeColors = [ export const mempoolFeeColors = [
'bd7c13', 'c27800',
'bd7718', 'c27404',
'bd7619', 'c27008',
'bd721d', 'c26b0d',
'be6e21', 'c26514',
'be6b24', 'c26118',
'be6827', 'c25b1e',
'be652a', 'c25623',
'be622d', 'c25029',
'be5f30', 'c24b2e',
'be5c33', 'c24633',
'bf543b', 'c24336',
'c0513e', 'c24039',
'c04d42', 'c23c3d',
'c14a45', 'c23940',
'c2454a', 'c23643',
'c3424d', 'c23544',
'c33f50', 'c23445',
'c3404f', 'c23346',
'c43955', 'c23346',
'c5345a', 'c23346',
'c23247',
'c23247',
'c2304a',
'c22d4d',
'c22c4e',
'c22b4f',
'c22a50',
'c22a50',
'c22a50',
'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,