From 235c9b0bdd133c0dce3aa796e0dcfeae05674276 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 30 May 2020 10:20:29 +0700 Subject: [PATCH] Mempool gradient update, again. --- frontend/src/app/app.constants.ts | 55 ++++++++++++++++--------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/frontend/src/app/app.constants.ts b/frontend/src/app/app.constants.ts index e6b963d11..77baf3bfa 100644 --- a/frontend/src/app/app.constants.ts +++ b/frontend/src/app/app.constants.ts @@ -1,32 +1,33 @@ export const mempoolFeeColors = [ - '007d23', - '0f7d22', - '1e7d21', - '2d7d20', - '407d1e', - '4b7d1d', - '567d1c', - '617d1b', - '6d7d1a', - '7c7d19', - '877d18', - '9a7d16', - 'aa7d15', - 'b97c13', - 'bd7c13', - 'bd7716', - 'bd6e1c', - 'bd6720', - 'bd6223', - 'bd5d26', - 'bd562b', + '557d00', + '5d7d01', + '637d02', + '6d7d04', + '757d05', + '7d7d06', + '867d08', + '8c7d09', + '957d0b', + '9b7d0c', + 'a67d0e', + 'aa7d0f', + 'b27d10', + 'bb7d11', + 'bf7d12', + 'bf7815', + 'bf7319', + 'be6c1e', + 'be6820', + 'bd6125', + 'bd5c28', + 'bc552d', 'bc4f30', - 'bc4835', - 'bc4338', - 'bc3f3a', - 'bb383f', - 'ba3342', - 'ba2e45', + 'bc4a34', + 'bb4339', + 'bb3d3c', + 'bb373f', + 'ba3243', + 'b92b48', 'b9254b', ];