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