Skip to content

Commit

Permalink
fix: clean up MorphoBasicBuy mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotucks committed Apr 29, 2024
1 parent a68d954 commit b680d81
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 @@ -231,7 +231,7 @@ export const commandTypeJsonMapping: Record<CommandContractType, string[]> = {
'debtToken',
'collateralToken',
'operationName',
'id',
'poolId',
'executionLtv',
'targetLtv',
'maxBuyPrice',
Expand Down Expand Up @@ -660,7 +660,7 @@ export const defaultCommandTypeMapping: Record<CommandContractType, ParamDefinit
'address', // debtToken
'address', // collateralToken
'bytes32', // operationName
'bytes32', // Id
'bytes32', // marketId
'uint256', // execLtv
'uint256', // targetLtv
'uint256', // maxBuyPrice
Expand Down

0 comments on commit b680d81

Please sign in to comment.