aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/classic/app/components/token-list.js2
-rw-r--r--ui/responsive/app/components/token-list.js2
2 files changed, 0 insertions, 4 deletions
diff --git a/ui/classic/app/components/token-list.js b/ui/classic/app/components/token-list.js
index fed7e9f7a..20cfa897e 100644
--- a/ui/classic/app/components/token-list.js
+++ b/ui/classic/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
diff --git a/ui/responsive/app/components/token-list.js b/ui/responsive/app/components/token-list.js
index fed7e9f7a..20cfa897e 100644
--- a/ui/responsive/app/components/token-list.js
+++ b/ui/responsive/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