Skip to content

Commit

Permalink
feat: add ironfish dkg app, and flex device on ironfish app
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Sep 25, 2024
1 parent e0c7f4e commit 9b45ceb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,17 @@
"path": ["44'/234'"]
},
"IRON": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appFlags": {"flex": "0x200", "nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appName": "Ironfish",
"curve": ["ed25519"],
"path": ["44'/1338'"]
},
"IRON_DKG": {
"appFlags": {"flex": "0x200", "nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appName": "Ironfish DKG",
"curve": ["ed25519"],
"path": ["44'/1338'"]
},
"IoTeX": {
"appFlags": {"nanos": "0x200", "nanos2": "0x200", "nanox": "0x200"},
"appName": "IoTeX",
Expand Down

0 comments on commit 9b45ceb

Please sign in to comment.