Skip to content

Commit

Permalink
fix: remove stupid inclusion of decimals in trigger data
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotucks committed Apr 26, 2024
1 parent 788ca44 commit a68d954
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/automation/src/mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ export const commandTypeJsonMapping: Record<CommandContractType, string[]> = {
'collateralToken',
'operationName',
'id',
'quoteDecimals',
'collateralDecimals',
'executionLtv',
'targetLtv',
'maxBuyPrice',
Expand Down Expand Up @@ -663,8 +661,6 @@ export const defaultCommandTypeMapping: Record<CommandContractType, ParamDefinit
'address', // collateralToken
'bytes32', // operationName
'bytes32', // Id
'uint8', // quoteDecimals
'uint8', // collateralDecimals
'uint256', // execLtv
'uint256', // targetLtv
'uint256', // maxBuyPrice
Expand Down

0 comments on commit a68d954

Please sign in to comment.