Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed May 9, 2023
1 parent 95832b3 commit a1d9c75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/eosio.token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ const authorization = process.env.SUBSTREAMS_API_TOKEN;
console.log(message);
}
});
// add single param (defaults to current `outputModule`)
substreams.param(param);

// add params to various map modules
substreams.params(params);
substreams.start();
})();

0 comments on commit a1d9c75

Please sign in to comment.