Skip to content

Commit

Permalink
chore: bump automation
Browse files Browse the repository at this point in the history
  • Loading branch information
halaprix committed Jan 31, 2024
1 parent 2b9a8ed commit fa5ea41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/automation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oasisdex/automation",
"packageManager": "[email protected]",
"version": "1.6.0-alpha.6",
"version": "1.6.0-alpha.7",
"description": "The set of utilities for Oasis automation",
"homepage": "https://github.com/OasisDEX/common#readme",
"main": "lib/src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/automation/src/mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const commandTypeJsonMapping: Record<CommandContractType, string[]> = {
'debtToken',
'collateralToken',
'operationName',
'execLtv',
'executionLtv',
'targetLtv',
'minSellPrice',
'deviation',
Expand All @@ -118,7 +118,7 @@ export const commandTypeJsonMapping: Record<CommandContractType, string[]> = {
'debtToken',
'collateralToken',
'operationName',
'execLtv',
'executionLtv',
'targetLtv',
'maxBuyPrice',
'deviation',
Expand All @@ -131,7 +131,7 @@ export const commandTypeJsonMapping: Record<CommandContractType, string[]> = {
'debtToken',
'collateralToken',
'operationName',
'ltv',
'executionLtv',
],
[CommandContractType.DmaSparkStopLossCommandV2]: [
'positionAddress',
Expand Down

0 comments on commit fa5ea41

Please sign in to comment.