aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-07-06 01:30:48 +0800
committerDan Finlay <dan@danfinlay.com>2017-07-06 01:30:48 +0800
commit52a6b9f103fecfd92f860188daf15e1fa943ab5f (patch)
treecdc226e5e2e82f609d8c3de7201395fa3ef9c870 /ui
parentce3d374d800a7213ac5dcc472d058372f3fe813b (diff)
downloadtangerine-wallet-browser-52a6b9f103fecfd92f860188daf15e1fa943ab5f.tar
tangerine-wallet-browser-52a6b9f103fecfd92f860188daf15e1fa943ab5f.tar.gz
tangerine-wallet-browser-52a6b9f103fecfd92f860188daf15e1fa943ab5f.tar.bz2
tangerine-wallet-browser-52a6b9f103fecfd92f860188daf15e1fa943ab5f.tar.lz
tangerine-wallet-browser-52a6b9f103fecfd92f860188daf15e1fa943ab5f.tar.xz
tangerine-wallet-browser-52a6b9f103fecfd92f860188daf15e1fa943ab5f.tar.zst
tangerine-wallet-browser-52a6b9f103fecfd92f860188daf15e1fa943ab5f.zip
Reenable Default Token List
Looks pretty clear to me now that the heavy traffic spike was not this feature, but was the EOS crowdsale. Now that we've mitigated their traffic spike, I think we can safely re-introduce this feature.
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/token-list.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/components/token-list.js b/ui/app/components/token-list.js
index fed7e9f7a..20cfa897e 100644
--- a/ui/app/components/token-list.js
+++ b/ui/app/components/token-list.js
@@ -6,7 +6,6 @@ const TokenCell = require('./token-cell.js')
const normalizeAddress = require('eth-sig-util').normalize
const defaultTokens = []
-/*
const contracts = require('eth-contract-metadata')
for (const address in contracts) {
const contract = contracts[address]
@@ -15,7 +14,6 @@ for (const address in contracts) {
defaultTokens.push(contract)
}
}
-*/
module.exports = TokenList