Skip to content

Commit

Permalink
Merge pull request #1 from LedgerHQ/name
Browse files Browse the repository at this point in the history
Renaming as 'Lisk Tesnet'
  • Loading branch information
lpascal-ledger authored Oct 25, 2023
2 parents 69302e7 + 1a9df68 commit 0f8f4b9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,25 @@ $(info ************ TARGET_NAME = [$(TARGET_NAME)])
include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.app_testing

ifndef COIN
COIN=LSK
# TODO: change the variant name when going to mainnet
COIN=lisk_testnet
endif

include $(CURDIR)/Makefile.version

$(info COIN = [$(COIN)])

ifeq ($(COIN),LSK)
ifeq ($(COIN),lisk_testnet)
# Main app configuration
DEFINES += APP_STANDARD
ifneq ($(TARGET_NAME),TARGET_NANOS)
DEFINES += SUBSTRATE_PARSER_FULL
endif
APPNAME = "Lisk"
APPPATH = "44'/134'" --path "44'/1'"
# TODO: change the app name when going to mainnet
APPNAME = "Lisk Testnet"
# TODO: Uncomment the main path when going to mainnet
#APPPATH = "44'/134'" --path "44'/1'"
APPPATH = "44'/1'"

else
define error_message
Expand Down Expand Up @@ -94,7 +98,7 @@ dep/%.d: %.c Makefile

.PHONY: listvariants
listvariants:
@echo VARIANTS COIN LSK
@echo VARIANTS COIN lisk_testnet

.PHONY: version
version:
Expand Down

0 comments on commit 0f8f4b9

Please sign in to comment.