-
Notifications
You must be signed in to change notification settings - Fork 3
/
eosio-did-chain-registry.json
47 lines (47 loc) · 1.49 KB
/
eosio-did-chain-registry.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
{
"eos": {
"chainId": "aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906",
"service": [
{
"id": "https://eos.greymass.com",
"type": "LinkedDomains",
"serviceEndpoint": "https://eos.greymass.com"
},
{
"id": "https://eos.dfuse.eosnation.io",
"type": "LinkedDomains",
"serviceEndpoint": "https://eos.dfuse.eosnation.io"
}
]
},
"eos:testnet:jungle": {
"chainId": "2a02a0053e5a8cf73a56ba0fda11e4d92e0238a4a2aa74fccf46d5a910746840",
"service": [
{
"id": "https://jungle3.cryptolions.io",
"type": "LinkedDomains",
"serviceEndpoint": "https://jungle3.cryptolions.io"
}
]
},
"telos": {
"chainId": "4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11",
"service": [
{
"id": "https://telos.greymass.com",
"type": "LinkedDomains",
"serviceEndpoint": "https://telos.greymass.com"
}
]
},
"europechain": {
"chainId": "f778f7d2f124b110e0a71245b310c1d0ac1a0edd21f131c5ecb2e2bc03e8fe2e",
"service": [
{
"id": "https://api.xec.cryptolions.io",
"type": "LinkedDomains",
"serviceEndpoint": "https://api.xec.cryptolions.io"
}
]
}
}