Skip to content

Commit

Permalink
Update appFlags for Nimiq app version 2.0
Browse files Browse the repository at this point in the history
- Add support for Stax and Flex.
- Make flags for Nano S and Nano S Plus more restrictive.
  • Loading branch information
danimoh committed Oct 28, 2024
1 parent 29e3944 commit 6152a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@
"path": ["44'/60'", "45'", "44'/1'"]
},
"nimiq": {
"appFlags": {"nanos": "0x240", "nanos2": "0x240", "nanox": "0x240"},
"appFlags": {"flex": "0x240", "nanos": "0x40", "nanos2": "0x40", "nanox": "0x240", "stax": "0x240"},
"appName": "Nimiq",
"curve": ["ed25519"],
"path": ["44'/242'"]
Expand Down

0 comments on commit 6152a27

Please sign in to comment.