mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #1741 from MetaMask/ReEnableTokenList
Reenable Default Token List
This commit is contained in:
commit
8aab5d965b
@ -2,6 +2,9 @@
|
||||
|
||||
## Current Master
|
||||
|
||||
- Re-enable default token list.
|
||||
- Add origin header to dapp-bound requests to allow providers to throttle sites.
|
||||
|
||||
## 3.8.2 2017-7-3
|
||||
|
||||
- No longer show network loading indication on config screen, to allow selecting custom RPCs.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user