Skip to content

Commit

Permalink
feat: add deploy contract addresses to mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotucks committed May 7, 2024
1 parent eef508d commit fb81f04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/automation/src/mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,16 +432,16 @@ export const commandAddressMapping: Record<
},

// TODO: Add addresses once deployed
'0xUpdateMe': {
'0x5800e875cf803aFb5f963faC40623548C27e342a': {
type: CommandContractType.DmaMorphoBlueBasicBuyCommandV2,
},
'0xUpdateMe2': {
'0x1F6D1f30ccc00B5Df9b2f3ACeF26D555b8Efe69E': {
type: CommandContractType.DmaMorphoBlueBasicSellCommandV2,
},
'0xUpdateMe3': {
type: CommandContractType.DmaMorphoBluePartialTakeProfitCommandV2,
},
'0xUpdateMe4': {
'0xdEBd95B6fea8F2c39e0232358608Acfd7E557A5A': {
type: CommandContractType.DmaMorphoBlueStopLossCommandV2,
},
'0xUpdateMe5': {
Expand Down

0 comments on commit fb81f04

Please sign in to comment.