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:
Michael Ira Krufky
2018-08-10 14:54:56 -04:00
committed by GitHub
parent 3f6bb939e7
commit bbd2b06b52
10 changed files with 18 additions and 3 deletions

View File

@@ -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 {