Skip to content

Commit

Permalink
Update antelope-common.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets authored Aug 16, 2024
1 parent 7960750 commit 78df9fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/antelope-common.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const token = process.env.SUBSTREAMS_API_KEY;
const baseUrl = "https://eos.substreams.pinax.network:443";

// User parameters
const manifest = "https://spkg.io/pinax-network/antelope-common-v0.3.0.spkg";
const manifest = "https://spkg.io/pinax-network/antelope-common-v0.4.0.spkg";
const outputModule = "filtered_transactions";
const startBlockNum = -86400*4*2;
const productionMode = true;
Expand Down Expand Up @@ -87,4 +87,4 @@ emitter.on("fatalError", (error) => {

console.log("✅ start");
console.time("🆗 close");
emitter.start();
emitter.start();

0 comments on commit 78df9fd

Please sign in to comment.