Skip to content

Commit

Permalink
Update ledger_app.toml
Browse files Browse the repository at this point in the history
- List Stax and Flex as supported devices.
- List test directories.
  • Loading branch information
danimoh committed Oct 15, 2024
1 parent 415dced commit 5695aef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ledger_app.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# See https://github.com/LedgerHQ/ledgered/blob/master/doc/manifest.md for format of this file

[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+"]
devices = ["nanos", "nanox", "nanos+", "stax", "flex"]

[tests]
# unit_directory = "./unit-tests/" # not currently enabled as the tests are outdated
pytest_directory = "./tests/"

0 comments on commit 5695aef

Please sign in to comment.