-
Notifications
You must be signed in to change notification settings - Fork 221
/
blockchains.json
153 lines (153 loc) · 3.78 KB
/
blockchains.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
[
{
"_id": "beos-mainnet",
"chainId": "cbef47b0b26d2b8407ec6a6f91284100ec32d288a39d4b4bbd49655f7c484112",
"keyPrefix": "EOS",
"name": "BEOS",
"node": "https://api.beos.world",
"contracts": [
"beosexchange",
"eosio:bidname",
"producerinfo",
"regproxyinfo"
],
"systemToken": "BEOS",
"testnet": false
},
{
"_id": "bos-mainnet",
"chainId": "d5a3d18fbb3c084e3b1f3fa98c21014b5f3db536cc15d08f9f6479517c6a3d86",
"keyPrefix": "EOS",
"name": "BOS",
"node": "https://hapi.bos.eosrio.io",
"contracts": [
"eosio:bidname",
"regproxyinfo"
],
"systemToken": "BOS",
"testnet": false
},
{
"_id": "eos-mainnet",
"chainId": "aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906",
"keyPrefix": "EOS",
"name": "EOS",
"node": "https://eos.greymass.com",
"contracts": [
"gateway2beos",
"customtokens",
"delphioracle",
"eosio:bidname",
"eosio:rex",
"eosio.forum",
"producerinfo",
"regproxyinfo"
],
"systemToken": "EOS",
"testnet": false
},
{
"_id": "eos-testnet-jungle",
"chainId": "038f4b0fc8ff18a4f0842a8f0564611f6e96e8535901dd45e43ac8691a1c4dca",
"keyPrefix": "EOS",
"name": "Jungle (EOS)",
"node": "http://jungle.cryptolions.io:18888",
"contracts": [
"eosio:bidname"
],
"systemToken": "EOS",
"testnet": true
},
{
"_id": "eos-testnet-cryptokylin",
"chainId": "5fff1dae8dc8e2fc4d5b23b2c7665c97f9e9d8edf2b6485a86ba311c25639191",
"keyPrefix": "EOS",
"name": "CryptoKylin (EOS)",
"node": "https://kylin.eoscanada.com:443",
"contracts": [
"eosio:bidname"
],
"systemToken": "EOS",
"testnet": true
},
{
"_id": "insights-mainnet",
"chainId": "b042025541e25a472bffde2d62edd457b7e70cee943412b1ea0f044f88591664",
"keyPrefix": "EOS",
"name": "Insights",
"node": "https://ireland-history.insights.network",
"contracts": [
"eosio:bidname"
],
"systemToken": "INSTAR",
"testnet": false
},
{
"_id": "meetone-mainnet",
"chainId": "cfe6486a83bad4962f232d48003b1824ab5665c36778141034d75e57b956e422",
"keyPrefix": "EOS",
"name": "MEET.ONE",
"node": "https://fullnode.meet.one",
"contracts": [],
"systemToken": "MEETONE",
"testnet": false
},
{
"_id": "telos-mainnet",
"chainId": "4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11",
"keyPrefix": "EOS",
"name": "Telos",
"node": "https://telos.greymass.com",
"contracts": [
"eosio:bidname"
],
"systemToken": "TLOS",
"testnet": false
},
{
"_id": "telos-testnet",
"chainId": "e17615decaecd202a365f4c029f206eee98511979de8a5756317e2469f2289e3",
"keyPrefix": "EOS",
"name": "Telos",
"node": "https://api.eos.miami:17441",
"contracts": [
"eosio:bidname"
],
"systemToken": "TLOS",
"testnet": true
},
{
"_id": "worbli-mainnet",
"chainId": "73647cde120091e0a4b85bced2f3cfdb3041e266cbbe95cee59b73235a1b3b6f",
"keyPrefix": "EOS",
"name": "Worbli",
"node": "https://api.worbli.io",
"contracts": [],
"systemToken": "WBI",
"testnet": false
},
{
"_id": "libre-testnet",
"chainId": "b64646740308df2ee06c6b72f34c0f7fa066d940e831f752db2006fcc2b78dee",
"keyPrefix": "EOS",
"name": "Libre (Testnet)",
"node": "https://testnet.libre.org",
"contracts": [
"producerinfo"
],
"systemToken": "LIBRE",
"testnet": true
},
{
"_id": "libre-mainnet",
"chainId": "38b1d7815474d0c60683ecbea321d723e83f5da6ae5f1c1f9fecc69d9ba96465",
"keyPrefix": "EOS",
"name": "Libre",
"node": "https://lb.libre.org",
"contracts": [
"producerinfo"
],
"systemToken": "LIBRE",
"testnet": false
}
]