Skip to content

Commit

Permalink
Merge pull request #307 from LedgerHQ/cev/nbgl_tests_nano
Browse files Browse the repository at this point in the history
Add Nano configs for ap-nbgl-tests
  • Loading branch information
cedelavergne-ledger authored Jan 7, 2025
2 parents f0a97dc + 5b9421c commit 60f53df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# IDE configuration files
*.xml
*.iml
*.iml

# Python
__pycache__/
4 changes: 2 additions & 2 deletions app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@
"path": ["44'/42'"]
},
"demo": {
"appFlags": {"flex": "0x200", "stax": "0x200"},
"appFlags": {"flex": "0x200", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appName": "Ledger Demo",
"curve": ["secp256k1"],
"path": ["44'/1'"]
Expand Down Expand Up @@ -1372,7 +1372,7 @@
"path": ["44'/165'", "44'/198'", "44'/229'"]
},
"nbgl_test": {
"appFlags": {"flex": "0x200", "stax": "0x200"},
"appFlags": {"flex": "0x200", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appName": "NBGL Tests",
"curve": ["secp256k1"],
"path": ["44'/1'"]
Expand Down

0 comments on commit 60f53df

Please sign in to comment.