Avoid mutating module export (#8775)
The `eth-contracts-metadata` export was mutated in `token-list.js` to add the token address to the contract metadata, and this was taken advantage of in the token search component. Instead, the address is now added to a copy of the token metadata in the one place it's used. The module export is no longer mutated, and the unused `defaultTokens` variable in `token-list.js` has been removed.feature/default_network_editable
parent
f4c255b7c7
commit
cfadc7592e
Loading…
Reference in new issue