From 603fd705fd2550626912924be7dc1ea46e40fdc9 Mon Sep 17 00:00:00 2001 From: 0xTxbi Date: Wed, 22 Jan 2025 20:59:37 +0100 Subject: [PATCH] update worker --- locksmith/src/worker/jobs/locks.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locksmith/src/worker/jobs/locks.ts b/locksmith/src/worker/jobs/locks.ts index dfe504b6b12..5d931980b0d 100644 --- a/locksmith/src/worker/jobs/locks.ts +++ b/locksmith/src/worker/jobs/locks.ts @@ -53,6 +53,9 @@ async function fetchUnprocessedLocks(network: number, page = 0) { objectId: { [Op.in]: lockIds, }, + network: { + [Op.eq]: network, + }, }, })