Merge pull request #19 from mkrufky/akroma

Add support for Akroma
This commit is contained in:
Nicolas Bacca
2018-07-29 12:41:45 +02:00
committed by GitHub
9 changed files with 15 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#define CHAIN_CONFIG_H
typedef enum chain_kind_e {
CHAIN_KIND_AKROMA,
CHAIN_KIND_ETHEREUM,
CHAIN_KIND_ETHEREUM_CLASSIC,
CHAIN_KIND_EXPANSE,