Skip to content

Commit

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

0 comments on commit c91a978

Please sign in to comment.