Add support for EtherGem (EGEM) (#1)
* Add support for EtherGem (EGEM) * Add graphic assets for EtherGem (EGEM) EIP-155 is now properly working with EtherGem!! Tested personally on the Ledger Nano S homepage : https://egem.io block explorer : https://explorer.egem.io network statistics : https://network.egem.io slip0044 index : 1987 chainId : 1987
This commit is contained in:
committed by
GitHub
parent
3f6bb939e7
commit
bbd2b06b52
@@ -38,6 +38,7 @@ typedef struct tokenDefinition_t {
|
||||
#define NUM_TOKENS_KUSD 0
|
||||
#define NUM_TOKENS_MUSICOIN 0
|
||||
#define NUM_TOKENS_CALLISTO 0
|
||||
#define NUM_TOKENS_ETHERGEM 0
|
||||
|
||||
extern tokenDefinition_t const TOKENS_AKROMA[NUM_TOKENS_AKROMA];
|
||||
extern tokenDefinition_t const TOKENS_ELLAISM[NUM_TOKENS_ELLAISM];
|
||||
@@ -54,3 +55,4 @@ extern tokenDefinition_t const TOKENS_WANCHAIN[NUM_TOKENS_WANCHAIN];
|
||||
extern tokenDefinition_t const TOKENS_KUSD[NUM_TOKENS_KUSD];
|
||||
extern tokenDefinition_t const TOKENS_MUSICOIN[NUM_TOKENS_MUSICOIN];
|
||||
extern tokenDefinition_t const TOKENS_CALLISTO[NUM_TOKENS_CALLISTO];
|
||||
extern tokenDefinition_t const TOKENS_ETHERGEM[NUM_TOKENS_ETHERGEM];
|
||||
|
||||
Reference in New Issue
Block a user