Skip to content

Commit

Permalink
ENS enable
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedonovan committed Nov 23, 2021
1 parent 5a80a06 commit 4484f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ASSET_INFO.set('USDC', { showToken: true, isWrappedToken: false, color: '#2775CA
ASSET_INFO.set('WBTC', { showToken: true, isWrappedToken: false, color: '#5A5564', digitFormat: 6 });
ASSET_INFO.set('USDT', { showToken: true, isWrappedToken: false, color: '#50af95', digitFormat: 2 });
ASSET_INFO.set('LINK', { showToken: false, isWrappedToken: false, color: '#2A5ADA', digitFormat: 2 });
ASSET_INFO.set('ENS', { showToken: false, isWrappedToken: false, color: '#000000', digitFormat: 2 });
ASSET_INFO.set('ENS', { showToken: true, isWrappedToken: false, color: '#000000', digitFormat: 2 });
ASSET_INFO.set('WETH', {
displaySymbol: 'ETH',
showToken: true,
Expand Down

0 comments on commit 4484f38

Please sign in to comment.