Skip to content

Commit

Permalink
skip 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Dec 24, 2024
1 parent e47ba2c commit 905f0ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ if (process.env['ORMPONDER_ENABLE_SIGNATURE']) {
if(event.block.number <= 4958491n && event.block.number >= 4958466n) {
return;
}
if(event.block.number <= 4961928n && event.block.number >= 4965384n) {
return;
}
await SignatureSubmittion.create({
id: `${context.network.chainId}-${event.block.number}-${event.log.transactionIndex}-${event.log.logIndex}`,
data: {
Expand Down

0 comments on commit 905f0ab

Please sign in to comment.