Indexers v2.0.0 ships with ESM default and expanded chain support
By RepoJournal , from @latent-9's public GitHub activity
Backfilled
Recoordinate released v2.0.0 of sablier-labs/indexers, a breaking change that switches the package to ESM by default and adds support for four new blockchain networks.
The release bumped the sablier peer dependency to ^2.x, a breaking change that forced the version jump [1]. Alongside that, the package was converted to use ESM as its default module system, with a dual CJS/ESM build and exports map supporting both the main entry point and wildcard subpath imports [1]. Four new EVM chains were added: Core DAO, Monad, Denergy, and Sei [1]. The Locku type gained a new boolean field, `depleted`, to track when a stream has been fully withdrawn [1].
One email a day. Unsubscribe in one click.
A short briefing every day latent-9 ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] v2.0.0 ↗ sablier-labs/indexers