remove market check
This commit is contained in:
@@ -145,8 +145,6 @@ export class DLOBSubscriberIO extends DLOBSubscriber {
|
||||
|
||||
if (
|
||||
Math.abs(slot - parseInt(l2Formatted['oracleData']['slot'])) >
|
||||
this.killSwitchSlotDiffThreshold ||
|
||||
Math.abs(slot - l2Formatted['marketSlot']) >
|
||||
this.killSwitchSlotDiffThreshold
|
||||
) {
|
||||
console.log(`Killing process due to slot diffs for market ${marketName}:
|
||||
|
||||
Reference in New Issue
Block a user