Skip to content

Commit

Permalink
chore: update name
Browse files Browse the repository at this point in the history
  • Loading branch information
halaprix committed Feb 28, 2024
1 parent 2b3aa03 commit b5e4a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/automation/src/mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export const commandTypeJsonMapping: Record<CommandContractType, string[]> = {
'targetLtv',
'excutionPrice',
'deviation',
'closeToCollateral',
'withdrawToDebt',
],
[CommandContractType.DmaAavePartialTakeProfitCommandV2]: [
'positionAddress',
Expand All @@ -220,7 +220,7 @@ export const commandTypeJsonMapping: Record<CommandContractType, string[]> = {
'targetLtv',
'excutionPrice',
'deviation',
'closeToCollateral',
'withdrawToDebt',
],
};
export const commandOffchainDataTypeJsonMapping: Partial<Record<CommandContractType, string[]>> = {
Expand Down

0 comments on commit b5e4a79

Please sign in to comment.