Skip to content

Commit

Permalink
feat: Increase discord monitor look back
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimo99 committed Dec 19, 2024
1 parent 1d9405c commit 58e12ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/utils/discord_monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function getLastEventTime(

const events = await contract.queryFilter(
filter,
latestBlock - 10000,
latestBlock - 100000,
latestBlock,
);
if (events.length === 0) {
Expand Down

0 comments on commit 58e12ec

Please sign in to comment.