diff --git a/packages/automation/src/mapping.ts b/packages/automation/src/mapping.ts index 9b1218b..9c01abb 100644 --- a/packages/automation/src/mapping.ts +++ b/packages/automation/src/mapping.ts @@ -166,6 +166,9 @@ export const commandAddressMapping: Record< '0x9F47b484E921619028eF1c6F7fE73F9921B5AC6D': { type: CommandContractType.SparkStopLossCommandV2, }, + '0x2af43189E85CEA21aa8FA5d61139b771328d8D30': { + type: CommandContractType.SparkStopLossCommandV2, + }, }, }).map(([network, mapping]) => [ network, diff --git a/packages/automation/src/types.ts b/packages/automation/src/types.ts index 1d0fd18..ed7a6c9 100644 --- a/packages/automation/src/types.ts +++ b/packages/automation/src/types.ts @@ -45,8 +45,10 @@ export enum TriggerType { AaveStopLossToDebtV2 = 112, // SparkStopLossToCollateralV2 = 113, // SparkStopLossToDebtV2 = 114, - SparkStopLossToCollateralV2 = 115, - SparkStopLossToDebtV2 = 116, + // SparkStopLossToCollateralV2 = 115, + // SparkStopLossToDebtV2 = 116, + SparkStopLossToCollateralV2 = 117, + SparkStopLossToDebtV2 = 118, } export enum TriggerGroupType {