Skip to content

Commit

Permalink
Bugfix: Start scraping Transfer events from 0xSettler deployment block.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Elizondo committed May 29, 2024
1 parent b4fb4ca commit 792d252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ export const eventScrperProps: EventScraperProps[] = [
table: 'erc20_transfer_events',
topics: [TRANSFER_EVENT_TOPIC_0],
contractAddress: null,
startBlock: FLASHWALLET_DEPLOYMENT_BLOCK,
startBlock: SETTLER_DEPLOYMENT_BLOCK,
parser: parseERC20TransferEvent,
filterFunction: filterNulls,
},
Expand Down

0 comments on commit 792d252

Please sign in to comment.