Skip to content

Commit

Permalink
new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubswierczek committed Dec 21, 2023
1 parent dc6a20b commit 5898a26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "root",
"version": "1.0.0",
"packageManager": "yarn@1.22.21",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.6.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/automation/src/mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ export const commandAddressMapping: Record<
'0x2af43189E85CEA21aa8FA5d61139b771328d8D30': {
type: CommandContractType.SparkStopLossCommandV2,
},
'0x72241841022bc824B0b66e3D27D8937D36dA4FDF': {
type: CommandContractType.AaveBasicBuyCommandV2,
},
'0x31d767f6556CE3fC55d6245C9aEF3575aa64BABf': {
type: CommandContractType.AaveBasicSellCommandV2,
},
},
}).map(([network, mapping]) => [
network,
Expand Down

0 comments on commit 5898a26

Please sign in to comment.