Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Ability to disable block tracking

Choose a tag to compare

@pixelmatrix pixelmatrix released this 21 Jun 21:48
· 35 commits to release since this release
  • 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 });