From 885b7585ac405558705663d385dc6c5a325776cd Mon Sep 17 00:00:00 2001 From: Juan Leni Date: Sun, 20 Jun 2021 19:47:23 +0200 Subject: [PATCH] correct crypto restrictions --- app/Makefile | 4 ++-- app/Makefile.version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Makefile b/app/Makefile index 9f9cca7..7712899 100755 --- a/app/Makefile +++ b/app/Makefile @@ -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 diff --git a/app/Makefile.version b/app/Makefile.version index 3b9e86c..d68b666 100644 --- a/app/Makefile.version +++ b/app/Makefile.version @@ -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