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

@@ -23,6 +23,7 @@ typedef struct tokenDefinition_t {
uint8_t decimals;
} tokenDefinition_t;
#define NUM_TOKENS_AKROMA 0
#define NUM_TOKENS_ETHEREUM 677
#define NUM_TOKENS_ETHEREUM_CLASSIC 0
#define NUM_TOKENS_POA 0
@@ -32,6 +33,7 @@ typedef struct tokenDefinition_t {
#define NUM_TOKENS_WANCHAIN 0
#define NUM_TOKENS_KUSD 0
extern tokenDefinition_t const TOKENS_AKROMA[NUM_TOKENS_AKROMA];
extern tokenDefinition_t const TOKENS_ETHEREUM[NUM_TOKENS_ETHEREUM];
extern tokenDefinition_t const TOKENS_ETHEREUM_CLASSIC[NUM_TOKENS_ETHEREUM_CLASSIC];
extern tokenDefinition_t const TOKENS_POA[NUM_TOKENS_POA];