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
provider
option forPollingBlockTracker
andSubscribeBlockTracker
has changed (#130)- The
provider
option must be compatible with theSafeEventEmitterProvider
type from@metamask/eth-json-rpc-middleware
. - The new provider type should be mostly equivalent, except that it's now expected to have a
send
method. We don't use thatsend
method in this package though.
- The
Removed
- BREAKING: Remove the
Provider
exported type (#130)- We now use
@metamask/eth-json-rpc-provider
for this instead, so there was no need to re-export it.
- We now use