Socket
Socket
Sign inDemoInstall

@oasisdex/automation

Package Overview
Dependencies
47
Maintainers
9
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0-alpha.12 to 1.6.0-alpha.13

2

lib/src/types.d.ts

@@ -54,3 +54,3 @@ import { ethers } from 'ethers';

DmaSparkStopLossToDebtV2 = 126,
DmaAaveTrailingStopLossV2 = 10003
DmaAaveTrailingStopLossV2 = 10004
}

@@ -57,0 +57,0 @@ export declare const triggerTypeToCommandContractTypeMap: Record<TriggerType, CommandContractType>;

@@ -59,3 +59,3 @@ "use strict";

TriggerType[TriggerType["DmaSparkStopLossToDebtV2"] = 126] = "DmaSparkStopLossToDebtV2";
TriggerType[TriggerType["DmaAaveTrailingStopLossV2"] = 10003] = "DmaAaveTrailingStopLossV2";
TriggerType[TriggerType["DmaAaveTrailingStopLossV2"] = 10004] = "DmaAaveTrailingStopLossV2";
})(TriggerType = exports.TriggerType || (exports.TriggerType = {}));

@@ -62,0 +62,0 @@ exports.triggerTypeToCommandContractTypeMap = {

{
"name": "@oasisdex/automation",
"packageManager": "yarn@1.22.21",
"version": "1.6.0-alpha.12",
"version": "1.6.0-alpha.13",
"description": "The set of utilities for Oasis automation",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/OasisDEX/common#readme",

@@ -57,3 +57,3 @@ import { ethers } from 'ethers';

DmaSparkStopLossToDebtV2 = 126,
DmaAaveTrailingStopLossV2 = 10003,
DmaAaveTrailingStopLossV2 = 10004,
}

@@ -60,0 +60,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc