Skip to content

Commit

Permalink
chore: add spark sl address to automaiton
Browse files Browse the repository at this point in the history
  • Loading branch information
halaprix committed Sep 14, 2023
1 parent 4408b50 commit ff8463f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/automation/src/mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ export const commandAddressMapping: Record<
'0xDC1c84Aac43F21f103e9bD0B091a1B5cc6433554': {
type: CommandContractType.AaveStopLossCommandV2,
},
'0xc49e905346bC68BdfB46ED1E46E0804ffDC4458a': {
type: CommandContractType.SparkStopLossCommandV2,
},
},
}).map(([network, mapping]) => [
network,
Expand Down

0 comments on commit ff8463f

Please sign in to comment.