forked from ibp-network/config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices_rpc.json
More file actions
716 lines (716 loc) · 37.3 KB
/
services_rpc.json
File metadata and controls
716 lines (716 loc) · 37.3 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
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
{
"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": 2, "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": 2, "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": 2, "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"]}
}
},
"PAsset-Hub-Paseo": {
"Configuration": {
"Name": "PAsset-Hub-Paseo",
"ServiceType": "RPC",
"Active": 0,
"LevelRequired": 5,
"NetworkName": "passet-hub",
"RelayNetwork": "Paseo",
"NetworkType": "System",
"DisplayName": "PAsset 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": "0x0d37827d2df6e21265f2ec0ee4595f7d0a115bbbb891c1f13575368fc998f9d7"
},
"Resources": {"nodes": 0, "cores": 0, "memory": 0, "disk": 0, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://passet-hub-paseo.dotters.network"]},
"Ibp": {"RpcUrls":["wss://passet-hub-paseo.ibp.network"]}
}
},
"ETH-PAsset-Hub-Paseo": {
"Configuration": {
"Name": "ETH-PAsset-Hub-Paseo",
"ServiceType": "ETHRPC",
"Active": 0,
"LevelRequired": 5,
"NetworkName": "0x190f1b46",
"RelayNetwork": "Paseo",
"NetworkType": "System",
"DisplayName": "ETHRPC PAsset 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": "0x0d37827d2df6e21265f2ec0ee4595f7d0a115bbbb891c1f13575368fc998f9d7"
},
"Resources": {"nodes": 0, "cores": 0, "memory": 0, "disk": 0, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["https://eth-passet-hub-paseo.dotters.network"]},
"Ibp": {"RpcUrls":["https://eth-passet-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": 2, "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": 2, "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": 2, "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": 2, "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": 2, "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": 2, "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": 2, "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": 2, "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": 2, "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": 2, "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": 2, "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": 2, "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"]}
}
},
"Acala": {
"Configuration": {
"Name": "Acala",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 6,
"NetworkName": "Acala",
"RelayNetwork": "Polkadot",
"NetworkType": "Community",
"DisplayName": "Acala Network",
"WebsiteURL": "https://acala.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/acala.png",
"Description": "Acala Network is a decentralized finance (DeFi) platform built on the Polkadot ecosystem. It serves as a hub for various DeFi applications, including a decentralized exchange (DEX), a stablecoin protocol, and a liquid staking solution.",
"StateRootHash": "0x010c5745a5d42bcfbe0a644d5a2a4e22e2ff0fd378d48208ecfacea5b7e05a74"
},
"Resources": {"nodes": 0, "cores": 0, "memory": 0, "disk": 0, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://acala.dotters.network"]},
"Ibp": {"RpcUrls":["wss://acala.ibp.network"]}
}
},
"Ajuna": {
"Configuration": {
"Name": "Ajuna",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 6,
"NetworkName": "Ajuna Polkadot",
"RelayNetwork": "Polkadot",
"NetworkType": "Community",
"DisplayName": "Ajuna Network",
"WebsiteURL": "https://ajuna.io",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/ajuna.png",
"Description": "Ajuna Network is a decentralized gaming platform built on Substrate, designed to integrate the Polkadot ecosystem with game development engines like Unreal and Unity.",
"StateRootHash": "0x6e666a1df855628a99876f9f876b94d6d20a397fb1b5d92a3747df75e29c61b1"
},
"Resources": {"nodes": 0, "cores": 0, "memory": 0, "disk": 0, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://ajuna.dotters.network"]},
"Ibp": {"RpcUrls":["wss://ajuna.ibp.network"]}
}
},
"Bifrost-Polkadot": {
"Configuration": {
"Name": "Bifrost-Polkadot",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 6,
"NetworkName": "Bifrost Polkadot",
"RelayNetwork": "Polkadot",
"NetworkType": "Community",
"DisplayName": "Bifrost",
"WebsiteURL": "https://bifrost.io",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/bifrost.png",
"Description": "Bifrost is a decentralized finance (DeFi) hub and liquid staking platform built on the Polkadot network. It allows users to stake their tokens and receive a liquid staking token (vToken) in return, which can then be used in various DeFi applications, enhancing liquidity and earning staking rewards.",
"StateRootHash": "0x2a9c5fae68d226bfef7830398114196416ca1799ebb0099fdfa8b7b7ef19adf4"
},
"Resources": {"nodes": 0, "cores": 0, "memory": 0, "disk": 0, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://bifrost-polkadot.dotters.network"]},
"Ibp": {"RpcUrls":["wss://bifrost-polkadot.ibp.network"]}
}
},
"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"]}
}
},
"Nexus": {
"Configuration": {
"Name": "Nexus",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 6,
"NetworkName": "Hyperbridge (Nexus)",
"RelayNetwork": "Polkadot",
"NetworkType": "Community",
"DisplayName": "Hyperbridge - Nexus",
"WebsiteURL": "https://hyperbridge.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/hyperbridge.png",
"Description": "Hyperbridge, also known as Nexus, is a interoperability protocol within the Polkadot ecosystem that aims to enable secure and efficient communication between different blockchains. It functions as a hyper-scalable bridge utilizing Polkadot's infrastructure to facilitate trustless and scalable cross-chain communication.",
"StateRootHash": "0xc3656e29e1d8bd322b208e912e4766330c04fec39a5052fcd8e1dd43c639b347"
},
"Resources": {"nodes": 0, "cores": 0, "memory": 0, "disk": 0, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://nexus.dotters.network"]},
"Ibp": {"RpcUrls":["wss://nexus.ibp.network"]}
}
},
"Kilt": {
"Configuration": {
"Name": "Kilt",
"ServiceType": "RPC",
"Active": 0,
"LevelRequired": 6,
"NetworkName": "KILT Spiritnet",
"RelayNetwork": "Polkadot",
"NetworkType": "Community",
"DisplayName": "KILT",
"WebsiteURL": "https://kilt.io",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/kilt.png",
"Description": "KILT Protocol is a decentralized blockchain network designed to manage digital identities and credentials. It enables users to create, claim, and verify digital credentials, giving individuals control over their personal data.",
"StateRootHash": "0x2750d70dc69acb0d15473b719d393e1c30267fc588d96eefbb2b7efa58545bb2"
},
"Resources": {"nodes": 0, "cores": 0, "memory": 0, "disk": 0, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://kilt.dotters.network"]},
"Ibp": {"RpcUrls":["wss://kilt.ibp.network"]}
}
},
"Moonbeam": {
"Configuration": {
"Name": "Moonbeam",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 6,
"NetworkName": "Moonbeam",
"NetworkType": "Community",
"RelayNetwork": "Polkadot",
"DisplayName": "Moonbeam Network",
"WebsiteURL": "https://moonbeam.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/moonbeam.png",
"Description": "Moonbeam is an Ethereum-compatible smart contract platform operating as a parachain on the Polkadot network. It enables developers to deploy existing Solidity smart contracts and decentralized application (dApp) frontends with minimal modifications, leveraging Polkadot's shared security and cross-chain capabilities.",
"StateRootHash": "0x74e54bafcf1ecdce51867078fa16f2902751d11473628ac19e89a5be20df3262"
},
"Resources": {"nodes": 0, "cores": 0, "memory": 0, "disk": 0, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://moonbeam.dotters.network"]},
"Ibp": {"RpcUrls":["wss://moonbeam.ibp.network"]}
}
},
"Mythos": {
"Configuration": {
"Name": "Mythos",
"ServiceType": "RPC",
"Active": 0,
"LevelRequired": 6,
"NetworkName": "Mythos",
"NetworkType": "Community",
"RelayNetwork": "Polkadot",
"DisplayName": "Mythos",
"WebsiteURL": "https://mythos.foundation",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/mythos.png",
"Description": "Mythos is a project focused on revolutionizing the gaming industry by creating a decentralized ecosystem called the Mythos Foundation, which aims to reduce barriers for developers and players in web3 gaming. It utilizes a multi-chain approach, unified marketplaces, and decentralized governance mechanisms to build a thriving play-and-own economy.",
"StateRootHash": "0xebc8c0bc54d21776b5927eb7581d456172daf57aeada4b3dd007fc106ab99b53"
},
"Resources": {"nodes": 0, "cores": 0, "memory": 0, "disk": 0, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://mythos.dotters.network"]},
"Ibp": {"RpcUrls":["wss://mythos.ibp.network"]}
}
},
"Polimec": {
"Configuration": {
"Name": "Polimec",
"ServiceType": "RPC",
"Active": 0,
"LevelRequired": 6,
"NetworkName": "Polimec Polkadot",
"RelayNetwork": "Polkadot",
"NetworkType": "Community",
"DisplayName": "Polimec",
"WebsiteURL": "https://polimec.org",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/polimec.png",
"Description": "Polimec is a decentralized, community-driven fundraising protocol built on Polkadot. It facilitates transparent and fair fundraising for Web3 projects by leveraging on-chain credentials and an automated, blockchain-based framework. ",
"StateRootHash": "0xe83763d6d5c12ae001ada2b31558534cfa4863aa66eaa202dbdb46f325e93a0b"
},
"Resources": {"nodes": 0, "cores": 0, "memory": 0, "disk": 0, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://polimec.dotters.network"]},
"Ibp": {"RpcUrls":["wss://polimec.ibp.network"]}
}
},
"Unique": {
"Configuration": {
"Name": "Unique",
"ServiceType": "RPC",
"Active": 1,
"LevelRequired": 6,
"NetworkName": "UNIQUE",
"RelayNetwork": "Polkadot",
"NetworkType": "Community",
"DisplayName": "Unique Network",
"WebsiteURL": "https://unique.network",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/unique.png",
"Description": "Unique Network is a blockchain built on top of Polkadot and Kusama, specializing in non-fungible tokens (NFTs) with advanced features for gaming, art, and fan engagement. It offers unique customization, scalability, and interoperability, making it a leading platform for innovative NFT applications.",
"StateRootHash": "0x9fd6243a1015e0550a2a8330315bcced1b0c7625b5fea5a11716e20c8c2e4262"
},
"Resources": {"nodes": 0, "cores": 0, "memory": 0, "disk": 0, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://unique.dotters.network"]},
"Ibp": {"RpcUrls":["wss://unique.ibp.network"]}
}
},
"Xcavate": {
"Configuration": {
"Name": "Xcavate",
"ServiceType": "RPC",
"Active": 0,
"LevelRequired": 6,
"NetworkName": "Xcavate",
"RelayNetwork": "Polkadot",
"NetworkType": "Community",
"DisplayName": "Xcavate Protocol",
"WebsiteURL": "https://xcavate.io",
"LogoURL": "https://raw.githubusercontent.com/ibp-network/config/main/assets/network-logos/xcavate.png",
"Description": "Xcavate is a Polkadot-based platform designed to revolutionize real estate investment through tokenization and fractional ownership. It aims to make property investment more accessible and efficient by removing traditional barriers and introducing transparency and automation.",
"StateRootHash": "0x18370d7fbfca1509c2c1494b6d2af8d28002b8ec155b45b0b8f61d4a8a7116c1"
},
"Resources": {"nodes": 0, "cores": 0, "memory": 0, "disk": 0, "bandwidth": 0},
"Providers": {
"Dotters": {"RpcUrls":["wss://xcavate.dotters.network"]},
"Ibp": {"RpcUrls":["wss://xcavate.ibp.network"]}
}
}
}