From e47ba2c27a6d2d901d546a3fba2d45ba1cb34fb0 Mon Sep 17 00:00:00 2001 From: Guantong Date: Tue, 24 Dec 2024 15:40:14 +0800 Subject: [PATCH] try skip blocks --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 43f19b0..42cd9f7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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({