Change main live canvas to act like a mempool

This commit is contained in:
Joshua Seigler 2019-04-08 04:34:52 -04:00
parent 5c9a82b87f
commit 66283fcfe2
4 changed files with 116 additions and 85 deletions

View file

@ -7,8 +7,8 @@ export const PSDENOMINATIONS = [
];
export const COLORS = {
private: '000000',
instant: 'ffffff'
black: '#000000',
white: '#ffffff'
};
export const PAINT = {