Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nagdahimanshu committed Apr 2, 2024
1 parent 5e4c94d commit 6bd1600
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ APPVERSION_M = 1
APPVERSION_N = 0
APPVERSION_P = 0

CURVE_APP_LOAD_PARAMS = <secp256k1> <ed25519>
# CURVE_APP_LOAD_PARAMS = secp256k1 ed25519
PATH_APP_LOAD_PARAMS = "44'/134'"

APP_LOAD_PARAMS = --curve ed25519 --path $(PATH_APP_LOAD_PARAMS) --appFlags 0x200

VARIANT_PARAM = COIN
VARIANT_VALUES = LSK

Expand Down

0 comments on commit 6bd1600

Please sign in to comment.