Add support for REOSC Ecosystem

homepage           : https://www.reosc.io
    block explorer     : https://explorer.reosc.io
    network statistics : https://stats.reosc.io
    slip0044 index     : 2894
    chain ID           : 2894
This commit is contained in:
Michael Ira Krufky
2018-12-10 08:46:32 -05:00
committed by GitHub
parent 3fc6df5c07
commit 16dec940c9
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_MIX
CHAIN_KIND_MIX,
CHAIN_KIND_REOSC
} chain_kind_t;
typedef struct chain_config_s {