Unknown pool color #FDD835

This commit is contained in:
nymkappa
2023-02-22 14:06:08 +09:00
parent 00cbb5d0d8
commit 437350aaff
3 changed files with 3 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ export const chartColors = [
];
export const poolsColor = {
'unknown': '#9C9C9C',
'unknown': '#FDD835',
};
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,