From 3b99b75052bd9b1043fa9852fdec16b12d2fe191 Mon Sep 17 00:00:00 2001 From: Guantong Date: Tue, 24 Dec 2024 15:28:06 +0800 Subject: [PATCH] no 701 --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.ts b/src/index.ts index bfc1c99..43f19b0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -127,6 +127,9 @@ 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) { + return; + } await SignatureSubmittion.create({ id: `${context.network.chainId}-${event.block.number}-${event.log.transactionIndex}-${event.log.logIndex}`, data: {