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:
Michael Ira Krufky
2018-10-07 10:14:12 -04:00
committed by GitHub
parent 6ce175041a
commit 843b5ff80c
9 changed files with 18 additions and 3 deletions

View File

@@ -23,7 +23,8 @@ typedef enum chain_kind_e {
CHAIN_KIND_ETHERGEM,
CHAIN_KIND_ATHEIOS,
CHAIN_KIND_GOCHAIN,
CHAIN_KIND_EOSCLASSIC
CHAIN_KIND_EOSCLASSIC,
CHAIN_KIND_MIX
} chain_kind_t;
typedef struct chain_config_s {