Skip to content

Commit

Permalink
no 701
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Dec 24, 2024
1 parent 1217900 commit 3b99b75
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 @@ -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: {
Expand Down

0 comments on commit 3b99b75

Please sign in to comment.