Add support for Akroma

This commit is contained in:
Michael Ira Krufky
2018-07-28 09:31:14 -04:00
parent 74c085ca2d
commit 15cb3cebeb
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,