Add the 13 tokens of the week

This commit is contained in:
BTChip github
2017-07-17 23:56:25 +02:00
parent 615581e2c6
commit 79dcf4bd7c
3 changed files with 74 additions and 22 deletions

View File

@@ -23,6 +23,6 @@ typedef struct tokenDefinition_t {
uint8_t decimals;
} tokenDefinition_t;
#define NUM_TOKENS 79
#define NUM_TOKENS 92
extern tokenDefinition_t const TOKENS[NUM_TOKENS];