Add support for AtheiosChain (ATH)
EIP-155 is now properly working with Atheios!! Tested personally on the Ledger Nano S homepage : https://atheios.com block explorer : http://explorer.atheios.com | https://scan.atheios.com network statistics : http://stats.atheios.com slip0044 index : 1620 chainId : 1620
This commit is contained in:
committed by
GitHub
parent
4be5efcb3c
commit
70492fc781
4
Makefile
4
Makefile
@@ -106,6 +106,10 @@ 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 ($(CHAIN),atheios)
|
||||
APP_LOAD_PARAMS += --path "44'/1620'"
|
||||
DEFINES += CHAINID_UPCASE=\"ATHEIOS\" CHAINID_COINNAME=\"ATH\" CHAIN_KIND=CHAIN_KIND_ATHEIOS CHAIN_ID=1620
|
||||
APPNAME = "Atheios"
|
||||
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, ethergem)
|
||||
|
||||
Reference in New Issue
Block a user