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?
I accidentally removed
web3
from the background by replacing it withethers
in theAccountTracker
andDetectTokensController
. This could be replicated in the main extension.detect-tokens-test.js
fails because of improper mocking ofethers
, otherwise it looks kind of good to go?