Skip to content

Commit

Permalink
chore: Updated USDC example to use wait polling
Browse files Browse the repository at this point in the history
  • Loading branch information
robdmoore committed Dec 10, 2023
1 parent 9045829 commit 71f40ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/usdc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ process.on('uncaughtException', (e) => console.error(e))
},
},
],
frequencyInSeconds: 1,
maxRoundsToSync: 100,
waitForBlockWhenAtTip: true,
syncBehaviour: 'skip-sync-newest',
watermarkPersistence: {
get: async () => watermark,
Expand Down

0 comments on commit 71f40ea

Please sign in to comment.