diff --git a/src/cli.ts b/src/cli.ts index 3c13ae9a..895f3b8a 100755 --- a/src/cli.ts +++ b/src/cli.ts @@ -889,14 +889,14 @@ export const main = async (argv: any, version?: string) => { } } - // in case there are new orders or removed order, re evaluate owners limits - if (ordersDidChange) { - await downscaleProtection( - orderbooksOwnersProfileMap, - config.viemClient as any as ViemClient, - options.ownerProfile, - ); - } + // // in case there are new orders or removed order, re evaluate owners limits + // if (ordersDidChange) { + // await downscaleProtection( + // orderbooksOwnersProfileMap, + // config.viemClient as any as ViemClient, + // options.ownerProfile, + // ); + // } } catch { /**/ }