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

@@ -102,9 +102,13 @@ else ifeq ($(CHAIN),callisto)
APP_LOAD_PARAMS += --path "44'/820'"
DEFINES += CHAINID_UPCASE=\"CALLISTO\" CHAINID_COINNAME=\"CLO\" CHAIN_KIND=CHAIN_KIND_CALLISTO CHAIN_ID=820
APPNAME = "Callisto"
else ifeq ($(CHAIN),ethergem)
APP_LOAD_PARAMS += --path "44'/1987'"
DEFINES += CHAINID_UPCASE=\"ETHERGEM\" CHAINID_COINNAME=\"EGEM\" CHAIN_KIND=CHAIN_KIND_ETHERGEM CHAIN_ID=1987
APPNAME = "EtherGem"
else
ifeq ($(filter clean,$(MAKECMDGOALS)),)
$(error Unsupported CHAIN - use ethereum, ethereum_classic, expanse, poa, rsk, rsk_testnet, ubiq, wanchain, kusd, musicoin, callisto, ethersocial, ellaism, pirl, akroma, ether1)
$(error Unsupported CHAIN - use ethereum, ethereum_classic, expanse, poa, rsk, rsk_testnet, ubiq, wanchain, kusd, musicoin, callisto, ethersocial, ellaism, pirl, akroma, ether1, ethergem)
endif
endif
@@ -196,4 +200,4 @@ include $(BOLOS_SDK)/Makefile.rules
dep/%.d: %.c Makefile.genericwallet
listvariants:
@echo VARIANTS CHAIN ethereum ethereum_classic expanse poa rsk rsk_testnet ubiq wanchain kusd #musicoin callisto ethersocial ellaism pirl akroma ether1
@echo VARIANTS CHAIN ethereum ethereum_classic expanse poa rsk rsk_testnet ubiq wanchain kusd #musicoin callisto ethersocial ellaism pirl akroma ether1 ethergem