Add support for GoChain
Ledger Nano S is now properly working with GoChain!! homepage: https://gochain.io block explorer: https://explorer.gochain.io network statistics : https://stats.gochain.io/ slip0044 index : 6060 chain ID: 60
This commit is contained in:
committed by
GitHub
parent
be7b68c97f
commit
1aeb759c15
@@ -21,7 +21,8 @@ typedef enum chain_kind_e {
|
||||
CHAIN_KIND_ELLAISM,
|
||||
CHAIN_KIND_ETHER1,
|
||||
CHAIN_KIND_ETHERGEM,
|
||||
CHAIN_KIND_ATHEIOS
|
||||
CHAIN_KIND_ATHEIOS,
|
||||
CHAIN_KIND_GOCHAIN
|
||||
} chain_kind_t;
|
||||
|
||||
typedef struct chain_config_s {
|
||||
|
||||
Reference in New Issue
Block a user