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
@@ -19,7 +19,8 @@ typedef enum chain_kind_e {
|
||||
CHAIN_KIND_CALLISTO,
|
||||
CHAIN_KIND_ETHERSOCIAL,
|
||||
CHAIN_KIND_ELLAISM,
|
||||
CHAIN_KIND_ETHER1
|
||||
CHAIN_KIND_ETHER1,
|
||||
CHAIN_KIND_ETHERGEM
|
||||
} chain_kind_t;
|
||||
|
||||
typedef struct chain_config_s {
|
||||
|
||||
Reference in New Issue
Block a user