Fix missing last character on address display, add full destination address when transacting, update latest ERC-20 tokens
This commit is contained in:
@@ -24,7 +24,7 @@ typedef struct tokenDefinition_t {
|
||||
} tokenDefinition_t;
|
||||
|
||||
#if defined(CHAIN_TYPE_ETHEREUM)
|
||||
#define NUM_TOKENS 221
|
||||
#define NUM_TOKENS 249
|
||||
#elif defined(CHAIN_TYPE_UBIQ)
|
||||
#define NUM_TOKENS 2
|
||||
#elif defined(CHAIN_TYPE_EXPANSE)
|
||||
|
||||
Reference in New Issue
Block a user