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: {