Skip to content

Commit

Permalink
try skip blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Dec 24, 2024
1 parent 3b99b75 commit e47ba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if (process.env['ORMPONDER_ENABLE_SIGNATURE']) {
const { SignatureSubmittion } = context.db;
// filter other channels
if (address.listenSignature.includes(event.args.channel)) {
if(event.args.chainId == 701n) {
if(event.block.number <= 4958491n && event.block.number >= 4958466n) {
return;
}
await SignatureSubmittion.create({
Expand Down

0 comments on commit e47ba2c

Please sign in to comment.