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