MetaMask / metamask-snaps-beta

Fork of MetaMask that supports plugins! Read the Wiki!
https://github.com/MetaMask/metamask-snaps-beta/wiki
MIT License
144 stars 57 forks source link

Ethers account and token tracking #116

Closed rekmarks closed 5 years ago

rekmarks commented 5 years ago

I accidentally removed web3 from the background by replacing it with ethers in the AccountTracker and DetectTokensController. This could be replicated in the main extension.

detect-tokens-test.js fails because of improper mocking of ethers, otherwise it looks kind of good to go?