change slot diff killswitch threshold

This commit is contained in:
Nour Alharithi
2024-01-22 18:04:30 -08:00
parent 5fd1f7172d
commit 8f8635ab31

View File

@@ -15,7 +15,7 @@ import {
l2WithBNToStrings,
} from '../utils/utils';
const SLOT_DIFF_KILLSWITCH_THRESHOLD = 100;
const SLOT_DIFF_KILLSWITCH_THRESHOLD = 200;
type wsMarketL2Args = {
marketIndex: number;