diff --git a/Makefile b/Makefile index 65fbf1d..4443a70 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ APP_LOAD_FLAGS=--appFlags 0x200 # Application version APPVERSION_M = 1 APPVERSION_N = 1 -APPVERSION_P = 6 +APPVERSION_P = 7 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" # Application source files @@ -78,15 +78,13 @@ PATH_APP_LOAD_PARAMS = "44'/396'" # * It must at least contains one value. # * Values can be the app ticker or anything else but should be unique. VARIANT_PARAM = COIN +VARIANT_VALUES = VENOM EVER ifeq ($(COIN),VENOM) -VARIANT_VALUES = VENOM VARIANT_ID = 1 else -VARIANT_VALUES = EVER VARIANT_ID = 2 endif - DEFINES += VARIANT_ID=$(VARIANT_ID) # Enabling DEBUG flag will enable PRINTF and disable optimizations diff --git a/doc/api.md b/doc/api.md index 0177390..552bdd3 100644 --- a/doc/api.md +++ b/doc/api.md @@ -135,7 +135,7 @@ _This command returns an address for the given account number_ #### Description -_This command signs a transaction message_ +_This command signs a transaction message_. You won't find any fees in the transaction structure because the Everscale blockchain has constant fees. ##### Command