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:
Michael Ira Krufky
2018-09-08 07:27:12 -04:00
committed by GitHub
parent be7b68c97f
commit 1aeb759c15
10 changed files with 18 additions and 3 deletions

View File

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