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