This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Ability to disable block tracking
- For apps that don't want the request overhead of block tracking, you can now disable it:
import ProviderEngine from '@bitski/provider-engine';
const provider = new ProviderEngine({ disableBlockTracking: true });