Add support for Mix Blockchain
homepage: https://www.mix-blockchain.org block explorer: https://blocks.mix-blockchain.org network statistics : https://stats.mix-blockchain.org slip0044 index : 76 chain ID: 76
This commit is contained in:
committed by
GitHub
parent
6ce175041a
commit
843b5ff80c
8
Makefile
8
Makefile
@@ -117,9 +117,13 @@ else ifeq ($(CHAIN),eosclassic)
|
||||
APP_LOAD_PARAMS += --path "44'/2018'"
|
||||
DEFINES += CHAINID_UPCASE=\"EOSCLASSIC\" CHAINID_COINNAME=\"EOSC\" CHAIN_KIND=CHAIN_KIND_EOSCLASSIC CHAIN_ID=20
|
||||
APPNAME = "EOSClassic"
|
||||
else ifeq ($(CHAIN),mix)
|
||||
APP_LOAD_PARAMS += --path "44'/76'"
|
||||
DEFINES += CHAINID_UPCASE=\"MIX\" CHAINID_COINNAME=\"MIX\" CHAIN_KIND=CHAIN_KIND_MIX CHAIN_ID=76
|
||||
APPNAME = "Mix"
|
||||
else
|
||||
ifeq ($(filter clean,$(MAKECMDGOALS)),)
|
||||
$(error Unsupported CHAIN - use ethereum, ethereum_classic, expanse, poa, rsk, rsk_testnet, ubiq, wanchain, kusd, musicoin, pirl, akroma, atheios, callisto, ethersocial, ellaism, ether1, ethergem, gochain, eosclassic)
|
||||
$(error Unsupported CHAIN - use ethereum, ethereum_classic, expanse, poa, rsk, rsk_testnet, ubiq, wanchain, kusd, musicoin, pirl, akroma, atheios, callisto, ethersocial, ellaism, ether1, ethergem, gochain, eosclassic, mix)
|
||||
endif
|
||||
endif
|
||||
|
||||
@@ -211,4 +215,4 @@ include $(BOLOS_SDK)/Makefile.rules
|
||||
dep/%.d: %.c Makefile
|
||||
|
||||
listvariants:
|
||||
@echo VARIANTS CHAIN ethereum ethereum_classic expanse poa rsk rsk_testnet ubiq wanchain kusd pirl akroma atheios callisto ethersocial ether1 gochain # musicoin ellaism ethergem eosclassic
|
||||
@echo VARIANTS CHAIN ethereum ethereum_classic expanse poa rsk rsk_testnet ubiq wanchain kusd pirl akroma atheios callisto ethersocial ether1 gochain # musicoin ellaism ethergem eosclassic mix
|
||||
|
||||
Reference in New Issue
Block a user