-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchainRegistry.json
111 lines (109 loc) · 3.01 KB
/
chainRegistry.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[
{
"id": "bitcoin",
"name": "Bitcoin",
"coinId": 0,
"symbol": "BTC",
"decimals": 8,
"blockchain": "Bitcoin",
"derivation": [
{
"name": "segwit",
"path": "m/84'/0'/0'/0/0",
"xpub": "zpub",
"xprv": "zprv"
},
{
"name": "legacy",
"path": "m/44'/0'/0'/0/0",
"xpub": "xpub",
"xprv": "xprv"
},
{
"name": "testnet",
"path": "m/84'/1'/0'/0/0",
"xpub": "zpub",
"xprv": "zprv"
}
],
"curve": "secp256k1",
"publicKeyType": "secp256k1",
"p2pkhPrefix": 0,
"p2shPrefix": 5,
"hrp": "bc",
"publicKeyHasher": "sha256ripemd",
"base58Hasher": "sha256d",
"explorer": {
"url": "https://blockchair.com",
"txPath": "/bitcoin/transaction/",
"accountPath": "/bitcoin/address/",
"sampleTx": "0607f62530b68cfcc91c57a1702841dd399a899d0eecda8e31ecca3f52f01df2",
"sampleAccount": "17A16QmavnUfCW11DAApiJxp7ARnxN5pGX"
},
"info": {
"url": "https://bitcoin.org",
"source": "https://github.com/trezor/blockbook",
"rpc": "",
"documentation": "https://github.com/trezor/blockbook/blob/master/docs/api.md"
},
"logo": "https://raw.githubusercontent.com/Oxchanger/crypto-logo/5aed02c4c539c4161073b903590945733b0c747b/btc.svg"
},
{
"id": "ethereum",
"name": "Ethereum",
"coinId": 60,
"symbol": "ETH",
"decimals": 18,
"blockchain": "Ethereum",
"derivation": [
{
"path": "m/44'/60'/0'/0/0"
}
],
"curve": "secp256k1",
"publicKeyType": "secp256k1Extended",
"chainId": "1",
"addressHasher": "keccak256",
"explorer": {
"url": "https://etherscan.io",
"txPath": "/tx/",
"accountPath": "/address/",
"sampleTx": "0x9edaf0f7d9c6629c31bbf0471fc07d696c73b566b93783f7e25d8d5d2b62fa4f",
"sampleAccount": "0x5bb497e8d9fe26e92dd1be01e32076c8e024d167"
},
"info": {
"url": "https://ethereum.org",
"source": "https://github.com/ethereum/go-ethereum",
"rpc": "https://mainnet.infura.io",
"documentation": "https://eth.wiki/json-rpc/API"
},
"logo": "https://raw.githubusercontent.com/Oxchanger/crypto-logo/5aed02c4c539c4161073b903590945733b0c747b/eth.svg"
},
{
"id": "tron",
"name": "Tron",
"coinId": 195,
"symbol": "TRX",
"decimals": 6,
"blockchain": "Tron",
"derivation": [
{
"path": "m/44'/195'/0'/0/0"
}
],
"curve": "secp256k1",
"publicKeyType": "secp256k1Extended",
"explorer": {
"url": "https://tronscan.org",
"txPath": "/#/transaction/",
"accountPath": "/#/address/"
},
"info": {
"url": "https://tron.network",
"source": "https://github.com/tronprotocol/java-tron",
"rpc": "https://api.trongrid.io",
"documentation": "https://developers.tron.network/docs/tron-wallet-rpc-api"
},
"logo": "https://raw.githubusercontent.com/Oxchanger/crypto-logo/5aed02c4c539c4161073b903590945733b0c747b/trx.svg"
}
]