@oasisdex/automation
Advanced tools
Comparing version 1.5.0-alpha.6 to 1.5.0-alpha.7
@@ -7,3 +7,3 @@ import { CommandContractInfo, CommandContractType, ParamDefinition } from './types'; | ||
readonly SimpleAAVESell: readonly ["address", "uint16", "uint256", "uint256", "address"]; | ||
readonly AutoTakeProfitCommand: readonly ["uint256", "uint16", "uint32"]; | ||
readonly AutoTakeProfitCommand: readonly ["uint256", "uint16", "uint256", "uint32"]; | ||
readonly BasicBuyCommand: readonly ["uint256", "uint16", "uint256", "uint256", "uint256", "bool", "uint64", "uint32"]; | ||
@@ -10,0 +10,0 @@ readonly BasicSellCommand: readonly ["uint256", "uint16", "uint256", "uint256", "uint256", "bool", "uint64", "uint32"]; |
@@ -155,3 +155,3 @@ "use strict"; | ||
], | ||
[types_1.CommandContractType.AutoTakeProfitCommand]: ['uint256', 'uint16', 'uint32'], | ||
[types_1.CommandContractType.AutoTakeProfitCommand]: ['uint256', 'uint16', 'uint256', 'uint32'], | ||
[types_1.CommandContractType.BasicBuyCommand]: [ | ||
@@ -158,0 +158,0 @@ 'uint256', |
{ | ||
"name": "@oasisdex/automation", | ||
"version": "1.5.0-alpha.6", | ||
"version": "1.5.0-alpha.7", | ||
"description": "The set of utilities for Oasis automation", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/OasisDEX/common#readme", |
@@ -167,3 +167,3 @@ import { | ||
], | ||
[CommandContractType.AutoTakeProfitCommand]: ['uint256', 'uint16', 'uint32'], | ||
[CommandContractType.AutoTakeProfitCommand]: ['uint256', 'uint16', 'uint256', 'uint32'], | ||
[CommandContractType.BasicBuyCommand]: [ | ||
@@ -170,0 +170,0 @@ 'uint256', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
103558