This repository was archived by the owner on Oct 16, 2025. It is now read-only.
7.0.0
Changed
- BREAKING: The type of the
provideroption forPollingBlockTrackerandSubscribeBlockTrackerhas changed (#130)- The
provideroption must be compatible with theSafeEventEmitterProvidertype from@metamask/eth-json-rpc-middleware. - The new provider type should be mostly equivalent, except that it's now expected to have a
sendmethod. We don't use thatsendmethod in this package though.
- The
Removed
- BREAKING: Remove the
Providerexported type (#130)- We now use
@metamask/eth-json-rpc-providerfor this instead, so there was no need to re-export it.
- We now use