Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oasisdex/automation

Package Overview
Dependencies
Maintainers
9
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oasisdex/automation - npm Package Compare versions

Comparing version 1.5.9-alpha0 to 1.5.9-alpha1

4

lib/src/mapping.d.ts

@@ -17,4 +17,4 @@ import { CommandContractInfo, CommandContractType, ParamDefinition } from './types';

readonly MakerBasicSellCommandV2: readonly ["uint256", "uint16", "uint256", "uint256", "uint256", "uint256", "uint64", "uint32"];
readonly AaveBasicBuyCommandV2: readonly ["address", "uint16", "uint256", "address", "address", "uint256", "uint256", "uint256", "uint64", "uint32"];
readonly AaveBasicSellCommandV2: readonly ["address", "uint16", "uint256", "address", "address", "uint256", "uint256", "uint256", "uint64", "uint32"];
readonly AaveBasicBuyCommandV2: readonly ["address", "uint16", "uint256", "address", "address", "bytes32", "uint256", "uint256", "uint256", "uint64", "uint32"];
readonly AaveBasicSellCommandV2: readonly ["address", "uint16", "uint256", "address", "address", "bytes32", "uint256", "uint256", "uint256", "uint64", "uint32"];
};

@@ -21,0 +21,0 @@ export declare function getCommandAddresses(network: number): Record<CommandContractType, string[]>;

@@ -102,2 +102,3 @@ "use strict";

'collateralToken',
'opHash',
'execCollRatio',

@@ -115,2 +116,3 @@ 'targetCollRatio',

'collateralToken',
'opHash',
'execCollRatio',

@@ -270,2 +272,3 @@ 'targetCollRatio',

'address',
'bytes32',
'uint256',

@@ -283,2 +286,3 @@ 'uint256',

'address',
'bytes32',
'uint256',

@@ -285,0 +289,0 @@ 'uint256',

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

AaveBasicBuyV2 = 119,
AaceBasicSellV2 = 120
AaveBasicSellV2 = 120
}

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

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

TriggerType[TriggerType["AaveBasicBuyV2"] = 119] = "AaveBasicBuyV2";
TriggerType[TriggerType["AaceBasicSellV2"] = 120] = "AaceBasicSellV2";
TriggerType[TriggerType["AaveBasicSellV2"] = 120] = "AaveBasicSellV2";
})(TriggerType = exports.TriggerType || (exports.TriggerType = {}));

@@ -52,0 +52,0 @@ var TriggerGroupType;

{
"name": "@oasisdex/automation",
"version": "1.5.9-alpha0",
"version": "1.5.9-alpha1",
"description": "The set of utilities for Oasis automation",

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

@@ -105,2 +105,3 @@ import {

'collateralToken',
'opHash',
'execCollRatio',

@@ -118,2 +119,3 @@ 'targetCollRatio',

'collateralToken',
'opHash',
'execCollRatio',

@@ -282,2 +284,3 @@ 'targetCollRatio',

'address', // collateralToken
'bytes32', // opHash
'uint256', // execCollRatio

@@ -295,2 +298,3 @@ 'uint256', // targetCollRatio

'address', // collateralToken
'bytes32', // opHash
'uint256', // execCollRatio

@@ -297,0 +301,0 @@ 'uint256', // targetCollRatio

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

AaveBasicBuyV2 = 119,
AaceBasicSellV2 = 120,
AaveBasicSellV2 = 120,
}

@@ -50,0 +50,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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc