Socket
Socket
Sign inDemoInstall

@oasisdex/automation

Package Overview
Dependencies
1
Maintainers
11
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0-alpha.8 to 1.5.0

3

lib/src/mapping.js

@@ -144,2 +144,5 @@ "use strict";

},
'0x52a9bC9a904B9eE6A4714eF883cCf14cb7283B0F': {
type: types_1.CommandContractType.AaveStopLossCommandV2,
},
},

@@ -146,0 +149,0 @@ }).map(([network, mapping]) => [

4

lib/src/types.d.ts

@@ -36,4 +36,4 @@ import { ethers } from 'ethers';

MakerAutoTakeProfitToDaiV2 = 106,
AaveStopLossToCollateralV2 = 107,
AaveStopLossToDebtV2 = 108
AaveStopLossToCollateralV2 = 109,
AaveStopLossToDebtV2 = 110
}

@@ -40,0 +40,0 @@ export declare enum TriggerGroupType {

@@ -41,4 +41,6 @@ "use strict";

TriggerType[TriggerType["MakerAutoTakeProfitToDaiV2"] = 106] = "MakerAutoTakeProfitToDaiV2";
TriggerType[TriggerType["AaveStopLossToCollateralV2"] = 107] = "AaveStopLossToCollateralV2";
TriggerType[TriggerType["AaveStopLossToDebtV2"] = 108] = "AaveStopLossToDebtV2";
// AaveStopLossToCollateralV2 = 107,
// AaveStopLossToDebtV2 = 108,
TriggerType[TriggerType["AaveStopLossToCollateralV2"] = 109] = "AaveStopLossToCollateralV2";
TriggerType[TriggerType["AaveStopLossToDebtV2"] = 110] = "AaveStopLossToDebtV2";
})(TriggerType = exports.TriggerType || (exports.TriggerType = {}));

@@ -45,0 +47,0 @@ var TriggerGroupType;

{
"name": "@oasisdex/automation",
"version": "1.5.0-alpha.8",
"version": "1.5.0",
"description": "The set of utilities for Oasis automation",

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

@@ -152,3 +152,5 @@ import {

},
'0x52a9bC9a904B9eE6A4714eF883cCf14cb7283B0F': {
type: CommandContractType.AaveStopLossCommandV2,
},
},

@@ -155,0 +157,0 @@ }).map(([network, mapping]) => [

@@ -39,4 +39,6 @@ import { ethers } from 'ethers';

MakerAutoTakeProfitToDaiV2 = 106,
AaveStopLossToCollateralV2 = 107,
AaveStopLossToDebtV2 = 108,
// AaveStopLossToCollateralV2 = 107,
// AaveStopLossToDebtV2 = 108,
AaveStopLossToCollateralV2 = 109,
AaveStopLossToDebtV2 = 110,
}

@@ -43,0 +45,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc