mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
⚡ Change main live canvas to act like a mempool
This commit is contained in:
parent
5c9a82b87f
commit
66283fcfe2
4 changed files with 116 additions and 85 deletions
|
@ -7,8 +7,8 @@ export const PSDENOMINATIONS = [
|
|||
];
|
||||
|
||||
export const COLORS = {
|
||||
private: '000000',
|
||||
instant: 'ffffff'
|
||||
black: '#000000',
|
||||
white: '#ffffff'
|
||||
};
|
||||
|
||||
export const PAINT = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue