Add support for EOS Classic (EOSC)
EIP-155 is now properly working with EOS-Classic!! Tested personally on the Ledger Nano S homepage : https://eos-classic.io block explorer : https://explorer.eos-classic.io network statistics : https://stats.eos-classic.io slip0044 index : 2018 chainId : 20 Proof of EIP-155 in genesis block: https://github.com/eosclassic/eosclassic/blob/master/params/config.go#L63 cc: @eosclassic
This commit is contained in:
committed by
GitHub
parent
a6fc547fc9
commit
0a5359afa5
@@ -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_EOSCLASSIC
|
||||
} chain_kind_t;
|
||||
|
||||
typedef struct chain_config_s {
|
||||
|
||||
Reference in New Issue
Block a user