MetaMask / eth-token-tracker

A JS module for tracking Ethereum token balances over block changes
ISC License
76 stars 43 forks source link

Remove properties eth,contract,provider from TokenTracker class #121

Closed legobeat closed 2 months ago

legobeat commented 5 months ago

The props eth, contract and provider don't seem to actually be used or needed anywhere (including in metamask-extension). This removes these properties. As they are still part of the public interface, this is a breaking change.

Removed

Blocked by