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

@@ -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_PIRL 0
@@ -33,6 +34,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_PIRL[NUM_TOKENS_PIRL];