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
@@ -42,6 +42,7 @@ typedef struct tokenDefinition_t {
|
||||
#define NUM_TOKENS_ATHEIOS 0
|
||||
#define NUM_TOKENS_GOCHAIN 0
|
||||
#define NUM_TOKENS_EOSCLASSIC 0
|
||||
#define NUM_TOKENS_MIX 0
|
||||
|
||||
extern tokenDefinition_t const TOKENS_AKROMA[NUM_TOKENS_AKROMA];
|
||||
extern tokenDefinition_t const TOKENS_ELLAISM[NUM_TOKENS_ELLAISM];
|
||||
@@ -62,3 +63,4 @@ extern tokenDefinition_t const TOKENS_ETHERGEM[NUM_TOKENS_ETHERGEM];
|
||||
extern tokenDefinition_t const TOKENS_ATHEIOS[NUM_TOKENS_ATHEIOS];
|
||||
extern tokenDefinition_t const TOKENS_GOCHAIN[NUM_TOKENS_GOCHAIN];
|
||||
extern tokenDefinition_t const TOKENS_EOSCLASSIC[NUM_TOKENS_EOSCLASSIC];
|
||||
extern tokenDefinition_t const TOKENS_MIX[NUM_TOKENS_MIX];
|
||||
|
||||
Reference in New Issue
Block a user