Skip to content

Commit

Permalink
fix: add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheng-Long committed Dec 11, 2023
1 parent 34d1da7 commit 2036392
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include $(BOLOS_SDK)/Makefile.defines
#########

APP_LOAD_PARAMS = --curve ed25519
APP_LOAD_PARAMS += --appFlags 0x200
APP_LOAD_PARAMS += --appFlags 0x200 # APPLICATION_FLAG_BOLOS_SETTINGS
APP_LOAD_PARAMS += --path "44'/3030'"
APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS)

Expand Down
8 changes: 8 additions & 0 deletions ledger_app.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax"]

[tests]
unit_directory = "./unit-tests/"
pytest_directory = "./tests/"

0 comments on commit 2036392

Please sign in to comment.