v0.6.0
New Features
// add single param (defaults to current `outputModule`)
substreams.param("to=swap.defi&symcode=EOS");
// add single param to specified map module
substreams.param("to=swap.defi&symcode=EOS", "map_transfers");
// add params to various map modules
substreams.params({map_transfers: "to=swap.defi&symcode=EOS"});
substreams.start();
Tested with latest eosio.token
substreams
Example: https://github.com/pinax-network/substreams-js/blob/main/examples/eosio.token.ts
What's Changed
- Support substreams with parameters by @Krow10 in #13
New Contributors
- @Krow10 made their first contribution in #13
Full Changelog: v0.5.0...v0.6.0