Skip to content

Commit

Permalink
update icon and ledger_app.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Jul 29, 2024
1 parent 8895e0c commit 7a7996e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ICON_NANOS = icons/nanos_app_sia.gif
ICON_NANOX = icons/nanox_app_sia.gif
ICON_NANOSP = icons/nanos2_app_sia.gif
ICON_STAX = icons/stax_app_sia.gif
ICON_FLEX = icons/stax_app_sia.gif

# Application allowed derivation curves.
# Possibles curves are: secp256k1, secp256r1, ed25519 and bls12381g1
Expand Down
4 changes: 2 additions & 2 deletions ledger_app.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax"]
devices = ["nanos", "nanox", "nanos+", "stax", "flex"]

[tests]
pytest_directory = "./tests/"
pytest_directory = "./tests/"

0 comments on commit 7a7996e

Please sign in to comment.