-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathservices_rpc.json
More file actions
464 lines (464 loc) · 24.8 KB
/
Copy pathservices_rpc.json
File metadata and controls
464 lines (464 loc) · 24.8 KB
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
{
"Paseo": {
"Configuration": {
"Name": "Paseo",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 3,
"NetworkName": "Paseo Testnet",
"RelayNetwork": "",
"NetworkType": "Relay",
"DisplayName": "Paseo Network",
"WebsiteURL": "https://github.com/paseo-network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/paseo.png",
"Description": "Paseo is the newest testnet on Polkadot, replacing Rococo as a decentralised, community run, stable testnet for Parachain teams and dapp developers to build on. The below guide will show you how to interact with the testnet as a developer, infrastructure provider and as an end user.",
"StateRootHash": "0x2b2a8395a8ec27c54d322d3a6602152da0e3bd0c8f4c01f17a572a44a8e36ab6"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 2112, "bandwidth": 2500},
"Providers": {
"Dotters": {"RpcUrls":["wss://paseo.dotters.network","wss://rpc.dotters.network/paseo"]},
"Ibp": {"RpcUrls":["wss://paseo.ibp.network","wss://rpc.ibp.network/paseo"]}
}
},
"Asset-Hub-Paseo": {
"Configuration": {
"Name": "Asset-Hub-Paseo",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Paseo Asset Hub",
"RelayNetwork": "Paseo",
"NetworkType": "System",
"DisplayName": "Asset Hub (Paseo)",
"WebsiteURL": "https://github.com/paseo-network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/paseo.png",
"Description": "Paseo is the newest testnet on Polkadot, replacing Rococo as a decentralised, community run, stable testnet for Parachain teams and dapp developers to build on. The below guide will show you how to interact with the testnet as a developer, infrastructure provider and as an end user.",
"StateRootHash": "0xe24abb446f9aa757610fedc53cc631536f3b456a927a1ab1b9018ea2df3c925d"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 576, "bandwidth": 300},
"Providers": {
"Dotters": {"RpcUrls":["wss://asset-hub-paseo.dotters.network","wss://sys.dotters.network/asset-hub-paseo"]},
"Ibp": {"RpcUrls":["wss://asset-hub-paseo.ibp.network","wss://sys.ibp.network/asset-hub-paseo"]}
}
},
"ETH-Asset-Hub-Paseo": {
"Configuration": {
"Name": "ETH-Asset-Hub-Paseo",
"ServiceType": "ETHRPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "0x190f1b41",
"RelayNetwork": "Paseo",
"NetworkType": "System",
"DisplayName": "ETHRPC Asset Hub (Paseo)",
"WebsiteURL": "https://github.com/paseo-network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/paseo.png",
"Description": "Paseo is the newest testnet on Polkadot, replacing Rococo as a decentralised, community run, stable testnet for Parachain teams and dapp developers to build on. The below guide will show you how to interact with the testnet as a developer, infrastructure provider and as an end user.",
"StateRootHash": "0xe24abb446f9aa757610fedc53cc631536f3b456a927a1ab1b9018ea2df3c925d"
},
"Resources": {"nodes": 1, "cores": 1, "memory": 2, "disk": 32, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://eth-asset-hub-paseo.dotters.network"]},
"Ibp": {"RpcUrls":["wss://eth-asset-hub-paseo.ibp.network"]}
}
},
"Bridge-Hub-Paseo": {
"Configuration": {
"Name": "Bridge-Hub-Paseo",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Paseo Bridge Hub",
"RelayNetwork": "Paseo",
"NetworkType": "System",
"DisplayName": "Bridge Hub (Paseo)",
"WebsiteURL": "https://github.com/paseo-network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/paseo.png",
"Description": "Paseo is the newest testnet on Polkadot, replacing Rococo as a decentralised, community run, stable testnet for Parachain teams and dapp developers to build on. The below guide will show you how to interact with the testnet as a developer, infrastructure provider and as an end user.",
"StateRootHash": "0x779cb1a37592231ecbce66fc97136f6d5894fb3debb73975a0c6a74eec4758b4"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 320, "bandwidth": 300},
"Providers": {
"Dotters": {"RpcUrls":["wss://bridge-hub-paseo.dotters.network","wss://sys.dotters.network/bridgehub-paseo"]},
"Ibp": {"RpcUrls":["wss://bridge-hub-paseo.ibp.network","wss://sys.ibp.network/bridgehub-paseo"]}
}
},
"Collectives-Paseo": {
"Configuration": {
"Name": "Collectives-Paseo",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Paseo Collectives",
"RelayNetwork": "Paseo",
"NetworkType": "System",
"DisplayName": "Collectives (Paseo)",
"WebsiteURL": "https://github.com/paseo-network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/paseo.png",
"Description": "Paseo is the newest testnet on Polkadot, replacing Rococo as a decentralised, community run, stable testnet for Parachain teams and dapp developers to build on. The below guide will show you how to interact with the testnet as a developer, infrastructure provider and as an end user.",
"StateRootHash": "0xbddadb0d9cbd5260014da844a1562ccf31dd61237e2de5255c458fed9869f3a9"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 320, "bandwidth": 300},
"Providers": {
"Dotters": {"RpcUrls":["wss://collectives-paseo.dotters.network"]},
"Ibp": {"RpcUrls":["wss://collectives-paseo.ibp.network","wss://sys.ibp.network/collectives-paseo"]}
}
},
"Coretime-Paseo": {
"Configuration": {
"Name": "Coretime-Paseo",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Paseo Coretime",
"RelayNetwork": "Paseo",
"NetworkType": "System",
"DisplayName": "Coretime (Paseo)",
"WebsiteURL": "https://github.com/paseo-network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/paseo.png",
"Description": "Paseo is the newest testnet on Polkadot, replacing Rococo as a decentralised, community run, stable testnet for Parachain teams and dapp developers to build on. The below guide will show you how to interact with the testnet as a developer, infrastructure provider and as an end user.",
"StateRootHash": "0xde1d5a6f99dc479feeed1ef47f3c8a326c5316fe2422771f58c41b219276e56a"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 320, "bandwidth": 300},
"Providers": {
"Dotters": {"RpcUrls":["wss://coretime-paseo.dotters.network","wss://sys.dotters.network/coretime-paseo"]},
"Ibp": {"RpcUrls":["wss://coretime-paseo.ibp.network","wss://sys.ibp.network/coretime-paseo"]}
}
},
"People-Paseo": {
"Configuration": {
"Name": "People-Paseo",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Paseo People",
"RelayNetwork": "Paseo",
"NetworkType": "System",
"DisplayName": "People (Paseo)",
"WebsiteURL": "https://github.com/paseo-network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/paseo.png",
"Description": "Paseo is the newest testnet on Polkadot, replacing Rococo as a decentralised, community run, stable testnet for Parachain teams and dapp developers to build on. The below guide will show you how to interact with the testnet as a developer, infrastructure provider and as an end user.",
"StateRootHash": "0x2f6b718c1d9f0a87856807ce2540d4b90e55c5465b55cfdcdf721918a80a5779"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 320, "bandwidth": 300},
"Providers": {
"Dotters": {"RpcUrls":["wss://people-paseo.dotters.network","wss://sys.dotters.network/people-paseo"]},
"Ibp": {"RpcUrls":["wss://people-paseo.ibp.network","wss://sys.ibp.network/people-paseo"]}
}
},
"Kusama": {
"Configuration": {
"Name": "Kusama",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 3,
"NetworkName": "Kusama",
"RelayNetwork": "",
"NetworkType": "Relay",
"DisplayName": "Kusama Network",
"WebsiteURL": "https://kusama.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/kusama.png",
"Description": "Kusama is a scalable, multi-chain network designed as a canary network for Polkadot, meaning it's an experimental, high-risk, and high-reward environment for testing new blockchain technologies and features before they are implemented on Polkadot.",
"StateRootHash": "0xb0006203c3a6e6bd2c6a17b1d4ae8ca49a31da0f4579da950b127774b44aef6b"
},
"Resources": {"nodes": 2, "cores": 4, "memory": 16, "disk": 4672, "bandwidth": 17000},
"Providers": {
"Dotters": {"RpcUrls":["wss://kusama.dotters.network","wss://rpc.dotters.network/kusama"]},
"Ibp": {"RpcUrls":["wss://kusama.ibp.network","wss://rpc.ibp.network/kusama"]}
}
},
"Asset-Hub-Kusama": {
"Configuration": {
"Name": "Asset-Hub-Kusama",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Kusama Asset Hub",
"RelayNetwork": "Kusama",
"NetworkType": "System",
"DisplayName": "Asset Hub (Kusama)",
"WebsiteURL": "https://kusama.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/kusama.png",
"Description": "Kusama is a scalable, multi-chain network designed as a canary network for Polkadot, meaning it's an experimental, high-risk, and high-reward environment for testing new blockchain technologies and features before they are implemented on Polkadot.",
"StateRootHash": "0x299ac939ea4722d1fcf7f4873675040ebc83d144620c76206dbeb7468cf30cdf"
},
"Resources": {"nodes": 2, "cores": 4, "memory": 16, "disk": 1088, "bandwidth": 1200},
"Providers": {
"Dotters": {"RpcUrls":["wss://asset-hub-kusama.dotters.network","wss://sys.dotters.network/asset-hub-kusama","wss://sys.dotters.network/statemine"]},
"Ibp": {"RpcUrls":["wss://asset-hub-kusama.ibp.network","wss://sys.ibp.network/asset-hub-kusama","wss://sys.ibp.network/statemine"]}
}
},
"ETH-Asset-Hub-Kusama": {
"Configuration": {
"Name": "ETH-Asset-Hub-Kusama",
"ServiceType": "ETHRPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "0x190f1b42",
"RelayNetwork": "Kusama",
"NetworkType": "System",
"DisplayName": "ETHRPC Asset Hub (Kusama)",
"WebsiteURL": "https://kusama.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/kusama.png",
"Description": "Kusama is a scalable, multi-chain network designed as a canary network for Polkadot, meaning it's an experimental, high-risk, and high-reward environment for testing new blockchain technologies and features before they are implemented on Polkadot.",
"StateRootHash": "0x299ac939ea4722d1fcf7f4873675040ebc83d144620c76206dbeb7468cf30cdf"
},
"Resources": {"nodes": 2, "cores": 1, "memory": 2, "disk": 32, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://eth-asset-hub-kusama.dotters.network"]},
"Ibp": {"RpcUrls":["wss://eth-asset-hub-kusama.ibp.network"]}
}
},
"Bridge-Hub-Kusama": {
"Configuration": {
"Name": "Bridge-Hub-Kusama",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Kusama BridgeHub",
"RelayNetwork": "Kusama",
"NetworkType": "System",
"DisplayName": "Bridge Hub (Kusama)",
"WebsiteURL": "https://kusama.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/kusama.png",
"Description": "Kusama is a scalable, multi-chain network designed as a canary network for Polkadot, meaning it's an experimental, high-risk, and high-reward environment for testing new blockchain technologies and features before they are implemented on Polkadot.",
"StateRootHash": "0x583af14f9c4b1a687c219bfccc9c6b8e5a6dd24e50e742c2a733f110c5aad03d"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 576, "bandwidth": 1000},
"Providers": {
"Dotters": {"RpcUrls":["wss://bridge-hub-kusama.dotters.network","wss://sys.dotters.network/bridgehub-kusama"]},
"Ibp": {"RpcUrls":["wss://bridge-hub-kusama.ibp.network","wss://sys.ibp.network/bridgehub-kusama"]}
}
},
"Coretime-Kusama": {
"Configuration": {
"Name": "Coretime-Kusama",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Kusama Coretime",
"RelayNetwork": "Kusama",
"NetworkType": "System",
"DisplayName": "Coretime (Kusama)",
"WebsiteURL": "https://kusama.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/kusama.png",
"Description": "Kusama is a scalable, multi-chain network designed as a canary network for Polkadot, meaning it's an experimental, high-risk, and high-reward environment for testing new blockchain technologies and features before they are implemented on Polkadot.",
"StateRootHash": "0xc41865a2a094ef4563f74d248996fe70ed60ec52f78b36e38f55108b7c96889c"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 448, "bandwidth": 700},
"Providers": {
"Dotters": {"RpcUrls":["wss://coretime-kusama.dotters.network","wss://sys.dotters.network/coretime-kusama"]},
"Ibp": {"RpcUrls":["wss://coretime-kusama.ibp.network","wss://sys.ibp.network/coretime-kusama"]}
}
},
"Encointer-Kusama": {
"Configuration": {
"Name": "Encointer-Kusama",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Encointer on Kusama",
"RelayNetwork": "Kusama",
"NetworkType": "System",
"DisplayName": "Encointer (Kusama)",
"WebsiteURL": "https://kusama.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/kusama.png",
"Description": "Encointer is a blockchain-based platform designed to facilitate the creation and use of local community cryptocurrencies. It aims to empower communities by enabling them to generate their own currencies, distribute them as a form of universal basic income (UBI), and foster economic activity within their locale.",
"StateRootHash": "0x2a157a245df395890c587e38d8925875aae402a9cac82eb205384806641de46d"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 448, "bandwidth": 700},
"Providers": {
"Dotters": {"RpcUrls":["wss://encointer-kusama.dotters.network","wss://sys.dotters.network/encointer-kusama"]},
"Ibp": {"RpcUrls":["wss://encointer-kusama.ibp.network","wss://sys.ibp.network/encointer-kusama"]}
}
},
"People-Kusama": {
"Configuration": {
"Name": "People-Kusama",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Kusama People",
"RelayNetwork": "Kusama",
"NetworkType": "System",
"DisplayName": "People (Kusama)",
"WebsiteURL": "https://kusama.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/kusama.png",
"Description": "Kusama is a scalable, multi-chain network designed as a canary network for Polkadot, meaning it's an experimental, high-risk, and high-reward environment for testing new blockchain technologies and features before they are implemented on Polkadot.",
"StateRootHash": "0xd83cfbf48e85ab66eb53b647aff8cd75954af93b127467b31d07a21dd06cea38"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 320, "bandwidth": 900},
"Providers": {
"Dotters": {"RpcUrls":["wss://people-kusama.dotters.network","wss://sys.dotters.network/people-kusama"]},
"Ibp": {"RpcUrls":["wss://people-kusama.ibp.network","wss://sys.ibp.network/people-kusama"]}
}
},
"Polkadot": {
"Configuration": {
"Name": "Polkadot",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 3,
"NetworkName": "Polkadot",
"RelayNetwork": "",
"NetworkType": "Relay",
"DisplayName": "Polkadot Network",
"WebsiteURL": "https://polkadot.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/polkadot.png",
"Description": "Polkadot is a blockchain platform designed to connect and secure multiple specialized blockchains, enabling them to exchange data and perform transactions with each other without a central authority.",
"StateRootHash": "0x29d0d972cd27cbc511e9589fcb7a4506d5eb6a9e8df205f00472e5ab354a4e17"
},
"Resources": {"nodes": 2, "cores": 4, "memory": 16, "disk": 4164, "bandwidth": 11000},
"Providers": {
"Dotters": {"RpcUrls":["wss://polkadot.dotters.network","wss://rpc.dotters.network/polkadot"]},
"Ibp": {"RpcUrls":["wss://polkadot.ibp.network","wss://rpc.ibp.network/polkadot"]}
}
},
"Asset-Hub-Polkadot": {
"Configuration": {
"Name": "Asset-Hub-Polkadot",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Polkadot Asset Hub",
"RelayNetwork": "Polkadot",
"NetworkType": "System",
"DisplayName": "Asset Hub (Polkadot)",
"WebsiteURL": "https://polkadot.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/polkadot.png",
"Description": "Polkadot is a blockchain platform designed to connect and secure multiple specialized blockchains, enabling them to exchange data and perform transactions with each other without a central authority.",
"StateRootHash": "0xc1ef26b567de07159e4ecd415fbbb0340c56a09c4d72c82516d0f3bc2b782c80"
},
"Resources": {"nodes": 2, "cores": 4, "memory": 16, "disk": 1088, "bandwidth": 1400},
"Providers": {
"Dotters": {"RpcUrls":["wss://asset-hub-polkadot.dotters.network","wss://sys.dotters.network/asset-hub-polkadot","wss://sys.dotters.network/statemint"]},
"Ibp": {"RpcUrls":["wss://asset-hub-polkadot.ibp.network","wss://sys.ibp.network/asset-hub-polkadot","wss://sys.ibp.network/statemint"]}
}
},
"ETH-Asset-Hub-Polkadot": {
"Configuration": {
"Name": "ETH-Asset-Hub-Polkadot",
"ServiceType": "ETHRPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "0x190f1b43",
"RelayNetwork": "Polkadot",
"NetworkType": "System",
"DisplayName": "ETHRPC Asset Hub (Polkadot)",
"WebsiteURL": "https://polkadot.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/polkadot.png",
"Description": "Polkadot is a blockchain platform designed to connect and secure multiple specialized blockchains, enabling them to exchange data and perform transactions with each other without a central authority.",
"StateRootHash": "0xc1ef26b567de07159e4ecd415fbbb0340c56a09c4d72c82516d0f3bc2b782c80"
},
"Resources": {"nodes": 2, "cores": 1, "memory": 2, "disk": 32, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://eth-asset-hub-polkadot.dotters.network"]},
"Ibp": {"RpcUrls":["wss://eth-asset-hub-polkadot.ibp.network"]}
}
},
"Bridge-Hub-Polkadot": {
"Configuration": {
"Name": "Bridge-Hub-Polkadot",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Polkadot BridgeHub",
"RelayNetwork": "Polkadot",
"NetworkType": "System",
"DisplayName": "Bridge Hub (Polkadot)",
"WebsiteURL": "https://polkadot.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/polkadot.png",
"Description": "Polkadot is a blockchain platform designed to connect and secure multiple specialized blockchains, enabling them to exchange data and perform transactions with each other without a central authority.",
"StateRootHash": "0x4d33046e761a60b4eb76e14be1fbd9936f40a003bf7eceee4e0874bbcffd1371"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 448, "bandwidth": 1000},
"Providers": {
"Dotters": {"RpcUrls":["wss://bridge-hub-polkadot.dotters.network","wss://sys.dotters.network/bridgehub-polkadot"]},
"Ibp": {"RpcUrls":["wss://bridge-hub-polkadot.ibp.network","wss://sys.ibp.network/bridgehub-polkadot"]}
}
},
"Collectives-Polkadot": {
"Configuration": {
"Name": "Collectives-Polkadot",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Collectives",
"RelayNetwork": "Polkadot",
"NetworkType": "System",
"DisplayName": "Collectives (Polkadot)",
"WebsiteURL": "https://polkadot.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/polkadot.png",
"Description": "Polkadot is a blockchain platform designed to connect and secure multiple specialized blockchains, enabling them to exchange data and perform transactions with each other without a central authority.",
"StateRootHash": "0x034cb60129ef41b444b28dbd93dcf2a2314b6e84d950358de47e6b7831673ba7"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 320, "bandwidth": 700},
"Providers": {
"Dotters": {"RpcUrls":["wss://collectives-polkadot.dotters.network","wss://sys.dotters.network/collectives-polkadot"]},
"Ibp": {"RpcUrls":["wss://collectives-polkadot.ibp.network","wss://sys.ibp.network/collectives-polkadot"]}
}
},
"Coretime-Polkadot": {
"Configuration": {
"Name": "Coretime-Polkadot",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Polkadot Coretime",
"RelayNetwork": "Polkadot",
"NetworkType": "System",
"DisplayName": "Coretime (Polkadot)",
"WebsiteURL": "https://polkadot.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/polkadot.png",
"Description": "Polkadot is a blockchain platform designed to connect and secure multiple specialized blockchains, enabling them to exchange data and perform transactions with each other without a central authority.",
"StateRootHash": "0x6e2af5f681a0f432c7aaf564dbebe4ddade85822605d510ccb78f1d90710947a"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 320, "bandwidth": 600},
"Providers": {
"Dotters": {"RpcUrls":["wss://coretime-polkadot.dotters.network","wss://sys.dotters.network/coretime-polkadot"]},
"Ibp": {"RpcUrls":["wss://coretime-polkadot.ibp.network","wss://sys.ibp.network/coretime-polkadot"]}
}
},
"People-Polkadot": {
"Configuration": {
"Name": "People-Polkadot",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 5,
"NetworkName": "Polkadot People",
"RelayNetwork": "Polkadot",
"NetworkType": "System",
"DisplayName": "People (Polkadot)",
"WebsiteURL": "https://polkadot.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/polkadot.png",
"Description": "Polkadot is a blockchain platform designed to connect and secure multiple specialized blockchains, enabling them to exchange data and perform transactions with each other without a central authority.",
"StateRootHash": "0x7a62a14ebf9b2e86292593414d58818324acc5701ea369734c0074f7c962bc0f"
},
"Resources": {"nodes": 1, "cores": 4, "memory": 16, "disk": 320, "bandwidth": 700},
"Providers": {
"Dotters": {"RpcUrls":["wss://people-polkadot.dotters.network","wss://sys.dotters.network/people-polkadot"]},
"Ibp": {"RpcUrls":["wss://people-polkadot.ibp.network","wss://sys.ibp.network/people-polkadot"]}
}
},
"Hydration": {
"Configuration": {
"Name": "Hydration",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 6,
"NetworkName": "Hydration",
"RelayNetwork": "Polkadot",
"NetworkType": "Community",
"DisplayName": "Hydration",
"WebsiteURL": "https://hydration.net",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/hydration.png",
"Description": "Hydration is a decentralized finance (DeFi) protocol built as a parachain on Polkadot, designed to revolutionize liquidity provisioning and trading in the cryptocurrency space. It utilizes a novel Omnipool, a single liquidity pool for multiple assets, to facilitate efficient and trustless trading.",
"StateRootHash": "0x33a542156b00e7dd467e2b7704563abd84f888ccbc6afd6f1a1802a55db1d4de"
},
"Resources": {"nodes": 2, "cores": 4, "memory": 16, "disk": 832, "bandwidth": 1600},
"Providers": {
"Dotters": {"RpcUrls":["wss://hydration.dotters.network"]},
"Ibp": {"RpcUrls":["wss://hydration.ibp.network"]}
}
}
}