-
Notifications
You must be signed in to change notification settings - Fork 57
/
config.toml
132 lines (111 loc) · 2.93 KB
/
config.toml
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
data_file = "public/data.json"
public_dir = "public"
qr_dir = "public/qr"
[verifier]
name = "Parity"
public_key = "c46a22b9da19540a77cbde23197e5fd90485c72b4ecf3c599ecca6998f39bd57"
[[chains]]
name = "polkadot"
rpc_endpoint = "wss://rpc.polkadot.io"
color = "#e6007a"
[chains.github_release]
owner = "paritytech"
repo = "polkadot"
genesis_hash = "0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3"
[[chains]]
name = "statemint"
title = "Asset Hub"
rpc_endpoint = "wss://polkadot-asset-hub-rpc.polkadot.io"
color = "#86e62a"
relay_chain = "polkadot"
[[chains]]
name = "bridge-hub-polkadot"
title = "Bridge Hub"
rpc_endpoint = "wss://polkadot-bridge-hub-rpc.polkadot.io"
relay_chain = "polkadot"
[[chains]]
name = "collectives"
title = "Collectives"
rpc_endpoint = "wss://polkadot-collectives-rpc.polkadot.io"
color = "#e6777a"
relay_chain = "polkadot"
[[chains]]
name = "people-polkadot"
title = "People"
rpc_endpoint = "wss://polkadot-people-rpc.polkadot.io"
color = "#000000"
relay_chain = "polkadot"
[[chains]]
name = "kusama"
rpc_endpoint = "wss://kusama-rpc.polkadot.io"
color = "#000000"
[chains.github_release]
owner = "paritytech"
repo = "polkadot"
genesis_hash = "0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe"
[[chains]]
name = "statemine"
title = "Asset Hub"
rpc_endpoint = "wss://kusama-asset-hub-rpc.polkadot.io"
color = "#113911"
relay_chain = "kusama"
[[chains]]
name = "bridge-hub-kusama"
title = "Bridge Hub"
rpc_endpoint = "wss://kusama-bridge-hub-rpc.polkadot.io"
relay_chain = "kusama"
[[chains]]
name = "coretime-kusama"
title = "Coretime"
rpc_endpoint = "wss://kusama-coretime-rpc.polkadot.io"
relay_chain = "kusama"
[[chains]]
name = "encointer-parachain"
title = "Encointer"
rpc_endpoint = "wss://kusama.api.encointer.org"
color = "#0000cc"
relay_chain = "kusama"
[[chains]]
name = "people-kusama"
title = "People"
rpc_endpoint = "wss://kusama-people-rpc.polkadot.io"
color = "#000000"
relay_chain = "kusama"
[[chains]]
name = "westend"
rpc_endpoint = "wss://westend-rpc.polkadot.io"
color = "#f27230"
[chains.github_release]
owner = "paritytech"
repo = "polkadot"
genesis_hash = "0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e"
[[chains]]
name = "westmint"
title = "Asset Hub"
rpc_endpoint = "wss://westend-asset-hub-rpc.polkadot.io"
color = "#77bb77"
relay_chain = "westend"
[[chains]]
name = "bridge-hub-westend"
title = "Bridge Hub"
rpc_endpoint = "wss://westend-bridge-hub-rpc.polkadot.io"
color = "#B878B4"
relay_chain = "westend"
[[chains]]
name = "collectives-westend"
title = "Collectives"
rpc_endpoint = "wss://westend-collectives-rpc.polkadot.io"
color = "#e6777a"
relay_chain = "westend"
[[chains]]
name = "coretime-westend"
title = "Coretime"
rpc_endpoint = "wss://westend-coretime-rpc.polkadot.io"
color = "#82B7B7"
relay_chain = "westend"
[[chains]]
name = "people-westend"
title = "People"
rpc_endpoint = "wss://westend-people-rpc.polkadot.io"
color = "#0A672A"
relay_chain = "westend"