Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
correct crypto restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed Jun 20, 2021
1 parent 1a3a21a commit 885b758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ ifeq ($(TARGET_NAME),TARGET_NANOX)
DEFINES += SUBSTRATE_PARSER_FULL
endif
APPNAME = "Edgeware"
APPPATH = "44'/747'"
APPPATH = "44'/523'"

else ifeq ($(COIN),DOT_XL)
# XXL app configuration
DEFINES += APP_STANDARD SUBSTRATE_PARSER_FULL
APPNAME = "Edgeware XL"
APPPATH = "44'/747'"
APPPATH = "44'/523'"

else
define error_message
Expand Down
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=1
# This is the `spec_version` field of `Runtime`
APPVERSION_N=46
# This is the patch version of this release
APPVERSION_P=1
APPVERSION_P=2

0 comments on commit 885b758

Please sign in to comment.