Skip to content

Commit

Permalink
feat: add missing addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotucks committed May 13, 2024
1 parent fb81f04 commit 70bb9e2
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 @@ -438,13 +438,13 @@ export const commandAddressMapping: Record<
'0x1F6D1f30ccc00B5Df9b2f3ACeF26D555b8Efe69E': {
type: CommandContractType.DmaMorphoBlueBasicSellCommandV2,
},
'0xUpdateMe3': {
'0x0DF4F9B2cAb35075677253eA15e424B97ABc7dEb': {
type: CommandContractType.DmaMorphoBluePartialTakeProfitCommandV2,
},
'0xdEBd95B6fea8F2c39e0232358608Acfd7E557A5A': {
type: CommandContractType.DmaMorphoBlueStopLossCommandV2,
},
'0xUpdateMe5': {
'0xCe72966Ea1a8777e0E2Fb60c476C6cA8D59bEfdd': {
type: CommandContractType.DmaMorphoBlueTrailingStopLossCommandV2,
},
},
Expand Down

0 comments on commit 70bb9e2

Please sign in to comment.