@subwallet/chain-list 0.0.11 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3837 @@
1
+ const inputMap = {
2
+ "polkadot": {
3
+ "slug": "polkadot",
4
+ "name": "Polkadot",
5
+ "isTestnet": false,
6
+ "chainStatus": "ACTIVE",
7
+ "providers": {
8
+ "Parity": "wss://rpc.polkadot.io",
9
+ "OnFinality": "wss://polkadot.api.onfinality.io/public-ws",
10
+ "Dwellir": "wss://polkadot-rpc.dwellir.com",
11
+ "Light Client": "light://substrate-connect/polkadot",
12
+ "RadiumBlock": "wss://polkadot.public.curie.radiumblock.io/ws",
13
+ "1RPC": "wss://1rpc.io/dot",
14
+ "PinkNode": "wss://public-rpc.pinknode.io/polkadot"
15
+ },
16
+ "substrateInfo": {
17
+ "paraId": null,
18
+ "relaySlug": null,
19
+ "genesisHash": "0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
20
+ "addressPrefix": 0,
21
+ "crowdloanUrl": null,
22
+ "chainType": "RELAYCHAIN",
23
+ "blockExplorer": "https://polkadot.subscan.io/",
24
+
25
+ "symbol": "DOT",
26
+ "existentialDeposit": "10000000000",
27
+ "decimals": 10,
28
+
29
+ "hasNativeNft": false,
30
+ "supportStaking": true,
31
+ "supportSmartContract": null
32
+ },
33
+ "evmInfo": null
34
+ },
35
+ "kusama": {
36
+ "slug": "kusama",
37
+ "name": "Kusama",
38
+ "isTestnet": false,
39
+ "chainStatus": "ACTIVE",
40
+ "providers": {
41
+ "Parity": "wss://kusama-rpc.polkadot.io",
42
+ "OnFinality": "wss://kusama.api.onfinality.io/public-ws",
43
+ "Dwellir": "wss://kusama-rpc.dwellir.com",
44
+ "Light Client": "light://substrate-connect/kusama",
45
+ "PinkNode": "wss://public-rpc.pinknode.io/kusama",
46
+ "RadiumBlock": "wss://kusama.public.curie.radiumblock.xyz/ws",
47
+ "1RPC": "wss://1rpc.io/ksm"
48
+ },
49
+ "substrateInfo": {
50
+ "paraId": null,
51
+ "relaySlug": null,
52
+ "genesisHash": "0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
53
+ "addressPrefix": 2,
54
+ "crowdloanUrl": null,
55
+ "chainType": "RELAYCHAIN",
56
+ "blockExplorer": "https://kusama.subscan.io/",
57
+
58
+ "symbol": "KSM",
59
+ "existentialDeposit": "333333333",
60
+ "decimals": 12,
61
+
62
+ "hasNativeNft": true,
63
+ "supportStaking": true,
64
+ "supportSmartContract": null
65
+ },
66
+ "evmInfo": null
67
+ },
68
+ "moonbeam": {
69
+ "slug": "moonbeam",
70
+ "name": "Moonbeam",
71
+ "isTestnet": false,
72
+ "chainStatus": "ACTIVE",
73
+ "providers": {
74
+ "Moonbeam Foundation": "wss://wss.api.moonbeam.network",
75
+ "OnFinality": "wss://moonbeam.api.onfinality.io/public-ws",
76
+ "Dwellir": "wss://moonbeam-rpc.dwellir.com",
77
+ "1rpc": "wss://1rpc.io/glmr",
78
+ "PinkNode": "wss://public-rpc.pinknode.io/moonbeam",
79
+ "Blast": "wss://moonbeam.public.blastapi.io"
80
+ },
81
+ "substrateInfo": {
82
+ "paraId": 2004,
83
+ "relaySlug": "polkadot",
84
+ "genesisHash": "0xfe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d",
85
+ "addressPrefix": 1284,
86
+ "crowdloanUrl": "https://moonbeam.foundation/moonbeam-crowdloan/",
87
+ "chainType": "PARACHAIN",
88
+ "blockExplorer": "https://moonbeam.subscan.io/",
89
+
90
+ "symbol": "GLMR",
91
+ "existentialDeposit": "0",
92
+ "decimals": 18,
93
+
94
+ "hasNativeNft": false,
95
+ "supportStaking": true,
96
+ "supportSmartContract": null
97
+ },
98
+ "evmInfo": {
99
+ "evmChainId": 1284,
100
+ "blockExplorer": "https://moonscan.io/",
101
+
102
+ "symbol": "GLMR",
103
+ "decimals": 18,
104
+ "existentialDeposit": "0",
105
+
106
+ "supportSmartContract": ["ERC721", "ERC20"],
107
+ "abiExplorer": "https://api-moonbeam.moonscan.io/api?module=contract&action=getabi"
108
+ }
109
+ },
110
+ "acala": {
111
+ "slug": "acala",
112
+ "name": "Acala",
113
+ "isTestnet": false,
114
+ "chainStatus": "ACTIVE",
115
+ "providers": {
116
+ "Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
117
+ "Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
118
+ "Acala Foundation 2": "wss://acala-rpc-2.aca-api.network/ws",
119
+ "Acala Foundation 3": "wss://acala-rpc-3.aca-api.network/ws",
120
+ "Polkawallet 0": "wss://acala.polkawallet.io",
121
+ "OnFinality": "wss://acala-polkadot.api.onfinality.io/public-ws",
122
+ "Dwellir": "wss://acala-rpc.dwellir.com"
123
+ },
124
+ "substrateInfo": {
125
+ "paraId": 2000,
126
+ "relaySlug": "polkadot",
127
+ "genesisHash": "0xfc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c",
128
+ "addressPrefix": 10,
129
+ "crowdloanUrl": "https://distribution.acala.network/",
130
+ "chainType": "PARACHAIN",
131
+ "blockExplorer": "https://acala.subscan.io/",
132
+
133
+ "symbol": "ACA",
134
+ "existentialDeposit": "100000000000",
135
+ "decimals": 12,
136
+
137
+ "hasNativeNft": true,
138
+ "supportStaking": false,
139
+ "supportSmartContract": null
140
+ }
141
+ },
142
+ "alephTest": {
143
+ "slug": "alephTest",
144
+ "name": "Aleph Zero Testnet",
145
+ "isTestnet": true,
146
+ "chainStatus": "ACTIVE",
147
+ "providers": {
148
+ "Aleph Zero Foundation": "wss://ws.test.azero.dev"
149
+ },
150
+ "substrateInfo": {
151
+ "paraId": null,
152
+ "relaySlug": null,
153
+ "genesisHash": "0x05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5",
154
+ "addressPrefix": 42,
155
+ "crowdloanUrl": null,
156
+ "chainType": "RELAYCHAIN",
157
+
158
+ "blockExplorer": null,
159
+
160
+ "symbol": "TZERO",
161
+ "existentialDeposit": "500",
162
+ "decimals": 12,
163
+
164
+ "hasNativeNft": false,
165
+ "supportSmartContract": ["PSP34", "PSP22"],
166
+ "supportStaking": true
167
+ },
168
+ "evmInfo": null
169
+ },
170
+ "ethereum": {
171
+ "slug": "ethereum",
172
+ "name": "Ethereum",
173
+ "isTestnet": false,
174
+ "chainStatus": "ACTIVE",
175
+ "providers": {
176
+ "Cloudflare": "https://cloudflare-eth.com",
177
+ "BlastApi": "https://eth-mainnet.public.blastapi.io",
178
+ "Infura": "https://mainnet.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
179
+ },
180
+ "substrateInfo": null,
181
+ "evmInfo": {
182
+ "evmChainId": 1,
183
+ "blockExplorer": "https://etherscan.io",
184
+
185
+ "symbol": "ETH",
186
+ "decimals": 18,
187
+ "existentialDeposit": "0",
188
+ "supportSmartContract": ["ERC20", "ERC721"],
189
+ "abiExplorer": "https://etherscan.io"
190
+ }
191
+ },
192
+ "astar": {
193
+ "slug": "astar",
194
+ "name": "Astar",
195
+ "isTestnet": false,
196
+ "chainStatus": "ACTIVE",
197
+ "providers": {
198
+ "Astar": "wss://rpc.astar.network",
199
+ "OnFinality": "wss://astar.api.onfinality.io/public-ws",
200
+ "Dwellir": "wss://astar-rpc.dwellir.com",
201
+ "PinkNode": "wss://public-rpc.pinknode.io/astar",
202
+ "Blast": "wss://astar.public.blastapi.io",
203
+ "1RPC": "wss://1rpc.io/astr",
204
+ "Light Client": "light://substrate-connect/polkadot/astar"
205
+ },
206
+ "substrateInfo": {
207
+ "paraId": 2006,
208
+ "relaySlug": "polkadot",
209
+ "genesisHash": "0x9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6",
210
+ "addressPrefix": 5,
211
+ "crowdloanUrl": "https://crowdloan.astar.network/#/",
212
+ "chainType": "PARACHAIN",
213
+
214
+ "blockExplorer": "https://astar.subscan.io/",
215
+
216
+ "symbol": "ASTR",
217
+ "existentialDeposit": "1000000",
218
+ "decimals": 18,
219
+
220
+ "hasNativeNft": false,
221
+ "supportSmartContract": ["PSP34", "PSP22"],
222
+ "supportStaking": true
223
+ },
224
+ "evmInfo": null
225
+ },
226
+ "astarEvm": {
227
+ "slug": "astarEvm",
228
+ "name": "Astar - EVM",
229
+ "isTestnet": false,
230
+ "chainStatus": "ACTIVE",
231
+ "providers": {
232
+ "Astar": "https://evm.astar.network",
233
+ "OnFinality": "https://astar.api.onfinality.io/public",
234
+ "Dwellir": "https://astar-rpc.dwellir.com",
235
+ "Blast": "https://astar.public.blastapi.io",
236
+ "1RPC": "https://1rpc.io/astr"
237
+ },
238
+ "substrateInfo": null,
239
+ "evmInfo": {
240
+ "evmChainId": 592,
241
+ "blockExplorer": "https://blockscout.com/astar/",
242
+
243
+ "symbol": "ASTR",
244
+ "decimals": 18,
245
+ "existentialDeposit": "0",
246
+ "supportSmartContract": ["ERC20", "ERC721"],
247
+ "abiExplorer": null
248
+ }
249
+ },
250
+ "shiden": {
251
+ "slug": "shiden",
252
+ "name": "Shiden",
253
+ "isTestnet": false,
254
+ "chainStatus": "ACTIVE",
255
+ "providers": {
256
+ "Astar": "wss://rpc.shiden.astar.network",
257
+ "OnFinality": "wss://shiden.api.onfinality.io/public-ws",
258
+ "Dwellir": "wss://shiden-rpc.dwellir.com",
259
+ "Blast": "wss://shiden.public.blastapi.io"
260
+ },
261
+ "substrateInfo": {
262
+ "paraId": 2007,
263
+ "relaySlug": "kusama",
264
+ "genesisHash": "0xf1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108",
265
+ "addressPrefix": 5,
266
+ "crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
267
+ "chainType": "PARACHAIN",
268
+
269
+ "blockExplorer": "https://shiden.subscan.io/",
270
+
271
+ "symbol": "SDN",
272
+ "existentialDeposit": "1000000",
273
+ "decimals": 18,
274
+
275
+ "hasNativeNft": false,
276
+ "supportSmartContract": ["PSP34", "PSP22"],
277
+ "supportStaking": true
278
+ },
279
+ "evmInfo": null
280
+ },
281
+ "shidenEvm": {
282
+ "slug": "shidenEvm",
283
+ "name": "Shiden - EVM",
284
+ "isTestnet": false,
285
+ "chainStatus": "ACTIVE",
286
+ "providers": {
287
+ "Astar": "https://evm.shiden.astar.network",
288
+ "OnFinality": "https://shiden.api.onfinality.io/public",
289
+ "Dwellir": "https://shiden-rpc.dwellir.com",
290
+ "Blast": "https://shiden.public.blastapi.io"
291
+ },
292
+ "substrateInfo": null,
293
+ "evmInfo": {
294
+ "evmChainId": 336,
295
+ "blockExplorer": "https://blockscout.com/shiden/",
296
+
297
+ "symbol": "SDN",
298
+ "decimals": 18,
299
+ "existentialDeposit": "0",
300
+ "supportSmartContract": ["ERC20", "ERC721"],
301
+ "abiExplorer": null
302
+ }
303
+ },
304
+ "shibuya": {
305
+ "slug": "shibuya",
306
+ "name": "Shibuya Testnet",
307
+ "isTestnet": true,
308
+ "chainStatus": "ACTIVE",
309
+ "providers": {
310
+ "Shibuya": "wss://rpc.shibuya.astar.network",
311
+ "Dwellir": "wss://shibuya-rpc.dwellir.com"
312
+ },
313
+ "substrateInfo": {
314
+ "paraId": 1000,
315
+ "relaySlug": null,
316
+ "genesisHash": "0xddb89973361a170839f80f152d2e9e38a376a5a7eccefcade763f46a8e567019",
317
+ "addressPrefix": 5,
318
+ "crowdloanUrl": null,
319
+ "chainType": "PARACHAIN",
320
+
321
+ "blockExplorer": "https://shibuya.subscan.io/",
322
+
323
+ "symbol": "SBY",
324
+ "existentialDeposit": "1000000",
325
+ "decimals": 18,
326
+
327
+ "hasNativeNft": false,
328
+ "supportSmartContract": ["PSP34", "PSP22"],
329
+ "supportStaking": true
330
+ },
331
+ "evmInfo": null
332
+ },
333
+ "shibuyaEvm": {
334
+ "slug": "shibuyaEvm",
335
+ "name": "Shibuya Testnet - EVM",
336
+ "isTestnet": true,
337
+ "chainStatus": "ACTIVE",
338
+ "providers": {
339
+ "Shibuya": "https://evm.shibuya.astar.network ",
340
+ "Dwellir": "https://shibuya-rpc.dwellir.com",
341
+ "BlastAPI": "https://shibuya.public.blastapi.io"
342
+ },
343
+ "substrateInfo": null,
344
+ "evmInfo": {
345
+ "evmChainId": 81,
346
+ "blockExplorer": null,
347
+
348
+ "symbol": "SBY",
349
+ "decimals": 18,
350
+ "existentialDeposit": "0",
351
+ "supportSmartContract": ["ERC20", "ERC721"],
352
+ "abiExplorer": null
353
+ }
354
+ },
355
+ "westend": {
356
+ "slug": "westend",
357
+ "name": "Westend",
358
+ "isTestnet": true,
359
+ "chainStatus": "ACTIVE",
360
+ "providers": {
361
+ "Parity": "wss://westend-rpc.polkadot.io",
362
+ "Pinknode": "wss://rpc.pinknode.io/westend/explorer",
363
+ "Dwellir": "wss://westend-rpc.dwellir.com",
364
+ "Light Client": "light://substrate-connect/westend",
365
+ "DottersNet": "wss://rpc.dotters.network/westend",
366
+ "Dwellir Tunisia": "wss://westend-rpc-tn.dwellir.com"
367
+ },
368
+ "substrateInfo": {
369
+ "paraId": null,
370
+ "relaySlug": null,
371
+ "genesisHash": "0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e",
372
+ "addressPrefix": 42,
373
+ "crowdloanUrl": null,
374
+ "chainType": "RELAYCHAIN",
375
+
376
+ "blockExplorer": "https://westend.subscan.io/",
377
+
378
+ "symbol": "WND",
379
+ "existentialDeposit": "10000000000",
380
+ "decimals": 12,
381
+
382
+ "hasNativeNft": false,
383
+ "supportSmartContract": null,
384
+ "supportStaking": true
385
+ },
386
+ "evmInfo": null
387
+ },
388
+ "rococo": {
389
+ "slug": "rococo",
390
+ "name": "Rococo",
391
+ "isTestnet": true,
392
+ "chainStatus": "ACTIVE",
393
+ "providers": {
394
+ "Parity": "wss://rococo-rpc.polkadot.io",
395
+ "OnFinality": "wss://rococo.api.onfinality.io/public-ws",
396
+ "Pinknode": "wss://rpc.pinknode.io/rococo/explorer",
397
+ "Ares Protocol": "wss://rococo.aresprotocol.com",
398
+ "Light Client": "light://substrate-connect/rococo"
399
+ },
400
+ "substrateInfo": {
401
+ "paraId": null,
402
+ "relaySlug": null,
403
+ "genesisHash": "0x6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e",
404
+ "addressPrefix": 42,
405
+ "crowdloanUrl": null,
406
+ "chainType": "RELAYCHAIN",
407
+
408
+ "blockExplorer": null,
409
+
410
+ "symbol": "ROC",
411
+ "existentialDeposit": "33333333",
412
+ "decimals": 12,
413
+
414
+ "hasNativeNft": false,
415
+ "supportSmartContract": ["PSP34", "PSP22"],
416
+ "supportStaking": false
417
+ },
418
+ "evmInfo": null
419
+ },
420
+ "bitcountry": {
421
+ "slug": "bitcountry",
422
+ "name": "Bit.Country - Alpha Net",
423
+ "isTestnet": true,
424
+ "chainStatus": "ACTIVE",
425
+ "providers": {
426
+ "Metaverse Foundation": "wss://alphanet-rpc.bit.country"
427
+ },
428
+ "substrateInfo": {
429
+ "paraId": null,
430
+ "relaySlug": null,
431
+ "genesisHash": "0xfff6fd94251f570d4c9cdf25a0475da0d7ad35160290da19dad8f9caf8bf31b5",
432
+ "addressPrefix": 42,
433
+ "crowdloanUrl": null,
434
+ "chainType": "RELAYCHAIN",
435
+
436
+ "blockExplorer": null,
437
+
438
+ "symbol": "NUUM",
439
+ "existentialDeposit": "1",
440
+ "decimals": 18,
441
+
442
+ "hasNativeNft": true,
443
+ "supportSmartContract": null,
444
+ "supportStaking": false
445
+ },
446
+ "evmInfo": null
447
+ },
448
+ "equilibrium_parachain": {
449
+ "slug": "equilibrium_parachain",
450
+ "name": "Equilibrium",
451
+ "isTestnet": false,
452
+ "chainStatus": "ACTIVE",
453
+ "providers": {
454
+ "Equilibrium": "wss://node.pol.equilibrium.io",
455
+ "Dwellir": "wss://equilibrium-rpc.dwellir.com"
456
+ },
457
+ "substrateInfo": {
458
+ "paraId": 2011,
459
+ "relaySlug": "polkadot",
460
+ "genesisHash": "0x89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907",
461
+ "addressPrefix": 68,
462
+ "crowdloanUrl": "https://equilibrium.io/en/crowdloan#bid",
463
+ "chainType": "PARACHAIN",
464
+
465
+ "blockExplorer": "https://equilibrium.subscan.io",
466
+
467
+ "symbol": "EQ",
468
+ "existentialDeposit": "100000000",
469
+ "decimals": 9,
470
+
471
+ "hasNativeNft": false,
472
+ "supportSmartContract": null,
473
+ "supportStaking": false
474
+ },
475
+ "evmInfo": null
476
+ },
477
+ "moonbase": {
478
+ "slug": "moonbase",
479
+ "name": "Moonbase Alpha",
480
+ "isTestnet": true,
481
+ "chainStatus": "ACTIVE",
482
+ "providers": {
483
+ "Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
484
+ "OnFinality": "wss://moonbeam-alpha.api.onfinality.io/public-ws",
485
+ "Blast": "wss://moonbase-alpha.public.blastapi.io"
486
+ },
487
+ "substrateInfo": {
488
+ "paraId": 1000,
489
+ "relaySlug": null,
490
+ "genesisHash": "0x91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527",
491
+ "addressPrefix": 1287,
492
+ "crowdloanUrl": null,
493
+ "chainType": "PARACHAIN",
494
+ "blockExplorer": "https://moonbase.subscan.io/",
495
+
496
+ "symbol": "DEV",
497
+ "existentialDeposit": "0",
498
+ "decimals": 18,
499
+
500
+ "hasNativeNft": false,
501
+ "supportStaking": true,
502
+ "supportSmartContract": null
503
+ },
504
+ "evmInfo": {
505
+ "evmChainId": 1287,
506
+ "blockExplorer": "https://moonbase.moonscan.io/",
507
+
508
+ "symbol": "DEV",
509
+ "decimals": 18,
510
+ "existentialDeposit": "0",
511
+
512
+ "supportSmartContract": ["ERC721", "ERC20"],
513
+ "abiExplorer": "https://api-moonbase.moonscan.io/api?module=contract&action=getabi"
514
+ }
515
+ },
516
+ "moonriver": {
517
+ "slug": "moonriver",
518
+ "name": "Moonriver",
519
+ "isTestnet": false,
520
+ "chainStatus": "ACTIVE",
521
+ "providers": {
522
+ "Moonbeam Foundation": "wss://wss.api.moonriver.moonbeam.network",
523
+ "OnFinality": "wss://moonriver.api.onfinality.io/public-ws",
524
+ "Blast": "wss://moonriver.public.blastapi.io",
525
+ "Dwellir": "wss://moonriver-rpc.dwellir.com",
526
+ "Pinknode": "wss://public-rpc.pinknode.io/moonriver",
527
+ "UnitedBloc": "wss://moonriver.unitedbloc.com:2001"
528
+ },
529
+ "substrateInfo": {
530
+ "paraId": 2023,
531
+ "relaySlug": "kusama",
532
+ "genesisHash": "0x401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b",
533
+ "addressPrefix": 1285,
534
+ "crowdloanUrl": null,
535
+ "chainType": "PARACHAIN",
536
+ "blockExplorer": "https://moonriver.subscan.io/",
537
+
538
+ "symbol": "MOVR",
539
+ "existentialDeposit": "0",
540
+ "decimals": 18,
541
+
542
+ "hasNativeNft": false,
543
+ "supportStaking": true,
544
+ "supportSmartContract": null
545
+ },
546
+ "evmInfo": {
547
+ "evmChainId": 1285,
548
+ "blockExplorer": "https://moonriver.moonscan.io/",
549
+
550
+ "symbol": "MOVR",
551
+ "decimals": 18,
552
+ "existentialDeposit": "0",
553
+
554
+ "supportSmartContract": ["ERC721", "ERC20"],
555
+ "abiExplorer": "https://api-moonriver.moonscan.io/api?module=contract&action=getabi"
556
+ }
557
+ },
558
+ "turingStaging": {
559
+ "slug": "turingStaging",
560
+ "name": "Turing Staging",
561
+ "isTestnet": true,
562
+ "chainStatus": "ACTIVE",
563
+ "providers": {
564
+ "Turing": "wss://rpc.turing-staging.oak.tech"
565
+ },
566
+ "substrateInfo": {
567
+ "paraId": 2114,
568
+ "relaySlug": null,
569
+ "genesisHash": "0xd54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b",
570
+ "addressPrefix": 51,
571
+ "crowdloanUrl": null,
572
+ "chainType": "PARACHAIN",
573
+ "blockExplorer": null,
574
+
575
+ "symbol": "TUR",
576
+ "existentialDeposit": "100000000",
577
+ "decimals": 10,
578
+
579
+ "hasNativeNft": false,
580
+ "supportStaking": true,
581
+ "supportSmartContract": null
582
+ },
583
+ "evmInfo": null
584
+ },
585
+ "turing": {
586
+ "slug": "turing",
587
+ "name": "Turing",
588
+ "isTestnet": false,
589
+ "chainStatus": "ACTIVE",
590
+ "providers": {
591
+ "Turing": "wss://rpc.turing.oak.tech",
592
+ "Dwellir": "wss://turing-rpc.dwellir.com"
593
+ },
594
+ "substrateInfo": {
595
+ "paraId": 2114,
596
+ "relaySlug": "kusama",
597
+ "genesisHash": "0x0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d",
598
+ "addressPrefix": 51,
599
+ "crowdloanUrl": null,
600
+ "chainType": "PARACHAIN",
601
+ "blockExplorer": "https://turing.subscan.io/",
602
+
603
+ "symbol": "TUR",
604
+ "existentialDeposit": "100000000",
605
+ "decimals": 10,
606
+
607
+ "hasNativeNft": false,
608
+ "supportStaking": true,
609
+ "supportSmartContract": null
610
+ },
611
+ "evmInfo": null
612
+ },
613
+ "bifrost": {
614
+ "slug": "bifrost",
615
+ "name": "Bifrost Kusama",
616
+ "isTestnet": false,
617
+ "chainStatus": "ACTIVE",
618
+ "providers": {
619
+ "Liebi 0": "wss://bifrost-rpc.liebi.com/ws",
620
+ "Dwellir": "wss://bifrost-rpc.dwellir.com",
621
+ "OnFinality": "wss://bifrost-parachain.api.onfinality.io/public-ws"
622
+ },
623
+ "substrateInfo": {
624
+ "paraId": 2001,
625
+ "relaySlug": "kusama",
626
+ "genesisHash": "0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed",
627
+ "addressPrefix": 6,
628
+ "crowdloanUrl": "https://bifrost.app/vcrowdloan",
629
+ "chainType": "PARACHAIN",
630
+ "blockExplorer": "https://bifrost-kusama.subscan.io",
631
+
632
+ "symbol": "BNC",
633
+ "existentialDeposit": "10000000000",
634
+ "decimals": 12,
635
+
636
+ "hasNativeNft": false,
637
+ "supportStaking": true,
638
+ "supportSmartContract": null
639
+ },
640
+ "evmInfo": null
641
+ },
642
+ "bifrost_dot": {
643
+ "slug": "bifrost_dot",
644
+ "name": "Bifrost Polkadot",
645
+ "isTestnet": false,
646
+ "chainStatus": "ACTIVE",
647
+ "providers": {
648
+ "Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
649
+ "OnFinality": "wss://bifrost-polkadot.api.onfinality.io/public-ws"
650
+ },
651
+ "substrateInfo": {
652
+ "paraId": 2030,
653
+ "relaySlug": "polkadot",
654
+ "genesisHash": "0x262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b",
655
+ "addressPrefix": 6,
656
+ "crowdloanUrl": "https://bifrost.app/vcrowdloan",
657
+ "chainType": "PARACHAIN",
658
+ "blockExplorer": "https://bifrost.subscan.io",
659
+
660
+ "symbol": "BNC",
661
+ "existentialDeposit": "10000000000",
662
+ "decimals": 12,
663
+
664
+ "hasNativeNft": false,
665
+ "supportStaking": true,
666
+ "supportSmartContract": null
667
+ },
668
+ "evmInfo": null
669
+ },
670
+ "bifrost_testnet": {
671
+ "slug": "bifrost_testnet",
672
+ "name": "Bifrost Testnet",
673
+ "isTestnet": true,
674
+ "chainStatus": "ACTIVE",
675
+ "providers": {
676
+ "Liebi": "wss://bifrost-rpc.rococo.liebi.com/ws"
677
+ },
678
+ "substrateInfo": {
679
+ "paraId": 2030,
680
+ "relaySlug": "rococo",
681
+ "genesisHash": "0x8b290fa39a8808f29d7309ea99442c95bf964838aef14be5a6449ae48f8a5f1f",
682
+ "addressPrefix": 6,
683
+ "crowdloanUrl": null,
684
+ "chainType": "PARACHAIN",
685
+ "blockExplorer": "https://bifrost-testnet.subscan.io/",
686
+
687
+ "symbol": "BNC",
688
+ "existentialDeposit": "10000000000",
689
+ "decimals": 12,
690
+
691
+ "hasNativeNft": false,
692
+ "supportStaking": true,
693
+ "supportSmartContract": null
694
+ },
695
+ "evmInfo": null
696
+ },
697
+ "calamari": {
698
+ "slug": "calamari",
699
+ "name": "Calamari Parachain",
700
+ "isTestnet": false,
701
+ "chainStatus": "ACTIVE",
702
+ "providers": {
703
+ "Manta Network": "wss://ws.calamari.systems/",
704
+ "OnFinality": "wss://calamari.api.onfinality.io/public-ws"
705
+ },
706
+ "substrateInfo": {
707
+ "paraId": 2084,
708
+ "relaySlug": "kusama",
709
+ "genesisHash": "0x4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1",
710
+ "addressPrefix": 78,
711
+ "crowdloanUrl": "https://calamari.network/",
712
+ "chainType": "PARACHAIN",
713
+ "blockExplorer": "https://calamari.subscan.io/",
714
+
715
+ "symbol": "KMA",
716
+ "existentialDeposit": "100000000000",
717
+ "decimals": 12,
718
+
719
+ "hasNativeNft": false,
720
+ "supportStaking": true,
721
+ "supportSmartContract": null
722
+ },
723
+ "evmInfo": null
724
+ },
725
+ "amplitude": {
726
+ "slug": "amplitude",
727
+ "name": "Amplitude",
728
+ "isTestnet": false,
729
+ "chainStatus": "ACTIVE",
730
+ "providers": {
731
+ "Amplitude": "wss://rpc-amplitude.pendulumchain.tech"
732
+ },
733
+ "substrateInfo": {
734
+ "paraId": 2124,
735
+ "relaySlug": "kusama",
736
+ "genesisHash": "0xcceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf",
737
+ "addressPrefix": 57,
738
+ "crowdloanUrl": null,
739
+ "chainType": "PARACHAIN",
740
+ "blockExplorer": null,
741
+
742
+ "symbol": "AMPE",
743
+ "existentialDeposit": "1000000000",
744
+ "decimals": 12,
745
+
746
+ "hasNativeNft": false,
747
+ "supportStaking": true,
748
+ "supportSmartContract": null
749
+ },
750
+ "evmInfo": null
751
+ },
752
+ "amplitude_test": {
753
+ "slug": "amplitude_test",
754
+ "name": "Amplitude Testnet",
755
+ "isTestnet": true,
756
+ "chainStatus": "ACTIVE",
757
+ "providers": {
758
+ "Amplitude": "wss://rpc-foucoco.pendulumchain.tech"
759
+ },
760
+ "substrateInfo": {
761
+ "paraId": 2124,
762
+ "relaySlug": "rococo",
763
+ "genesisHash": "0x67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13",
764
+ "addressPrefix": 57,
765
+ "crowdloanUrl": null,
766
+ "chainType": "PARACHAIN",
767
+ "blockExplorer": null,
768
+
769
+ "symbol": "AMPE",
770
+ "existentialDeposit": "1000000000",
771
+ "decimals": 12,
772
+
773
+ "hasNativeNft": false,
774
+ "supportStaking": true,
775
+ "supportSmartContract": null
776
+ },
777
+ "evmInfo": null
778
+ },
779
+ "bobabase": {
780
+ "slug": "bobabase",
781
+ "name": "Bobabase Testnet",
782
+ "isTestnet": true,
783
+ "chainStatus": "ACTIVE",
784
+ "providers": {
785
+ "RPC": "https://bobabase.boba.network",
786
+ "Replica RPC": "https://replica.bobabase.boba.network"
787
+ },
788
+ "substrateInfo": null,
789
+ "evmInfo": {
790
+ "evmChainId": 1297,
791
+ "blockExplorer": null,
792
+
793
+ "symbol": "BOBA",
794
+ "decimals": 18,
795
+ "existentialDeposit": "0",
796
+ "supportSmartContract": ["ERC20", "ERC721"],
797
+ "abiExplorer": "https://blockexplorer.bobabase.boba.network"
798
+ }
799
+ },
800
+ "statemint": {
801
+ "slug": "statemint",
802
+ "name": "Statemint",
803
+ "chainStatus": "ACTIVE",
804
+ "providers": {
805
+ "Parity": "wss://statemint-rpc.polkadot.io",
806
+ "OnFinality": "wss://statemint.api.onfinality.io/public-ws",
807
+ "Dwellir": "wss://statemint-rpc.dwellir .com",
808
+ "PinkNode": "wss://public-rpc.pinknode.io/statemint",
809
+ "RadiumBlock": "wss://statemint.public.curie.radiumblock.xyz/ws",
810
+ "Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com"
811
+ },
812
+ "isTestnet": false,
813
+ "substrateInfo": {
814
+ "paraId": 1000,
815
+ "relaySlug": "polkadot",
816
+ "genesisHash": "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
817
+ "addressPrefix": 0,
818
+ "chainType": "PARACHAIN",
819
+ "blockExplorer": "https://statemint.subscan.io/",
820
+ "symbol": "DOT",
821
+ "existentialDeposit": "0",
822
+ "decimals": 10,
823
+ "hasNativeNft": false,
824
+ "supportSmartContract": null
825
+ },
826
+ "evmInfo": null
827
+ },
828
+ "pioneer": {
829
+ "slug": "pioneer",
830
+ "name": "Pioneer Network",
831
+ "chainStatus": "ACTIVE",
832
+ "providers": {
833
+ "OnFinality": "wss://pioneer.api.onfinality.io/public-w s"
834
+ },
835
+ "isTestnet": false,
836
+ "substrateInfo": {
837
+ "paraId": 2096,
838
+ "relaySlug": "kusama",
839
+ "genesisHash": "0xf22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3",
840
+ "addressPrefix": 268,
841
+ "crowdloanUrl": "https://ksmcrowdloan.bit.country/",
842
+ "chainType": "PARACHAIN",
843
+ "blockExplorer": "https://pioneer.subscan.io/",
844
+ "symbol": "NEER",
845
+ "existentialDeposit": "100000000000000000",
846
+ "decimals": 18,
847
+ "hasNativeNft": false,
848
+ "supportSmartContract": null
849
+ },
850
+ "evmInfo": null
851
+ },
852
+ "ethereum_goerli": {
853
+ "slug": "ethereum_goerli",
854
+ "name": "Ethereum Testnet (Goerli)",
855
+ "chainStatus": "ACTIVE",
856
+ "providers": {
857
+ "Infura": "https://goerli.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8",
858
+ "Optimism": "https://goerli.optimism.io"
859
+ },
860
+ "isTestnet": true,
861
+ "substrateInfo": null,
862
+ "evmInfo": {
863
+ "evmChainId": 1,
864
+ "blockExplorer": "https://goerli.etherscan.io",
865
+ "symbol": "GoerliETH",
866
+ "decimals": 18,
867
+ "existentialDeposit": "0",
868
+ "supportSmartContract": ["ERC20", "ERC721"]
869
+ }
870
+ },
871
+ "binance": {
872
+ "slug": "binance",
873
+ "name": "Binance Smart Chain",
874
+ "chainStatus": "ACTIVE",
875
+ "providers": {
876
+ "Binance": "https://bsc-dataseed.binance.org/",
877
+ "Defibit": "https://bsc-dataseed1.defibit.io/",
878
+ "Ninicoin": "https://bsc-dataseed1.ninicoin.io/",
879
+ "Nodereal": "https://bsc.nodereal.io/"
880
+ },
881
+ "isTestnet": false,
882
+ "substrateInfo": null,
883
+ "evmInfo": {
884
+ "evmChainId": 56,
885
+ "blockExplorer": "https://bscscan.com",
886
+ "symbol": "BNB",
887
+ "decimals": 18,
888
+ "existentialDeposit": "0",
889
+ "supportSmartContract": [
890
+ "ERC20",
891
+ "ERC721"
892
+ ]
893
+ }
894
+ },
895
+ "binance_test": {
896
+ "slug": "binance_test",
897
+ "name": "Binance Smart Chain (Testnet)",
898
+ "chainStatus": "ACTIVE",
899
+ "providers": {
900
+ "Binance": "https://data-seed-prebsc-1-s1.binance.org:8545/",
901
+ "Binance2": "https://data-seed-prebsc-2-s1.binance.org:8545/"
902
+ },
903
+ "isTestnet": true,
904
+ "substrateInfo": null,
905
+ "evmInfo": {
906
+ "evmChainId": 97,
907
+ "blockExplorer": "https://testnet.bscscan.com",
908
+ "symbol": "BNB",
909
+ "decimals": 18,
910
+ "existentialDeposit": "0",
911
+ "supportSmartContract": [
912
+ "ERC20",
913
+ "ERC721"
914
+ ]
915
+ }
916
+ },
917
+ "parallel": {
918
+ "slug": "parallel",
919
+ "name": "Parallel",
920
+ "chainStatus": "ACTIVE",
921
+ "providers": {
922
+ "OnFinality": "wss://parallel.api.onfinality.io/public-ws",
923
+ "Parallel": "wss://rpc.parallel.fi"
924
+ },
925
+ "isTestnet": false,
926
+ "substrateInfo": {
927
+ "paraId": 2012,
928
+ "relaySlug": "polkadot",
929
+ "genesisHash": "0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97",
930
+ "addressPrefix": 172,
931
+ "crowdloanUrl": "https://crowdloan.parallel.fi/#/auction/contribute/polkadot/2012",
932
+ "chainType": "PARACHAIN",
933
+ "blockExplorer": "https://parallel.subscan.io/",
934
+ "symbol": "PARA",
935
+ "existentialDeposit": "0",
936
+ "decimals": 12,
937
+ "hasNativeNft": false,
938
+ "supportSmartContract": null
939
+ },
940
+ "evmInfo": null
941
+ },
942
+ "clover": {
943
+ "slug": "clover",
944
+ "name": "Clover",
945
+ "chainStatus": "ACTIVE",
946
+ "providers": {
947
+ "Clover": "wss://rpc-para.clover.finance",
948
+ "OnFinality": "wss://clover.api.onfinality.io/public-ws"
949
+ },
950
+ "isTestnet": false,
951
+ "substrateInfo": {
952
+ "paraId": 2002,
953
+ "relaySlug": "polkadot",
954
+ "genesisHash": "0x5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267",
955
+ "addressPrefix": 128,
956
+ "crowdloanUrl": "https://lucky.clover.finance/?type=support",
957
+ "chainType": "PARACHAIN",
958
+ "blockExplorer": "https://clover.subscan.io/",
959
+ "symbol": "CLV",
960
+ "existentialDeposit": "0",
961
+ "decimals": 18,
962
+ "hasNativeNft": false,
963
+ "supportSmartContract": null
964
+ },
965
+ "evmInfo": null
966
+ },
967
+ "cloverEvm": {
968
+ "slug": "cloverEvm",
969
+ "name": "Clover - EVM",
970
+ "chainStatus": "ACTIVE",
971
+ "providers": {
972
+ "Clover": "wss://rpc-para.clover.finance",
973
+ "OnFinality": "wss://clover.api.onfinality.io/public-ws"
974
+ },
975
+ "isTestnet": false,
976
+ "substrateInfo": null,
977
+ "evmInfo": {
978
+ "evmChainId": 1024,
979
+ "symbol": "CLV",
980
+ "decimals": 18,
981
+ "existentialDeposit": "0",
982
+ "supportSmartContract": [
983
+ "ERC20",
984
+ "ERC721"
985
+ ]
986
+ }
987
+ },
988
+ "hydradx_main": {
989
+ "slug": "hydradx_main",
990
+ "name": "HydraDX",
991
+ "chainStatus": "ACTIVE",
992
+ "providers": {
993
+ "Galactic Council": "wss://rpc.hydradx.cloud",
994
+ "Dwellir": "wss://hydradx-rpc.dwellir.com"
995
+ },
996
+ "isTestnet": false,
997
+ "substrateInfo": {
998
+ "paraId": 2034,
999
+ "relaySlug": "polkadot",
1000
+ "genesisHash": "0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d",
1001
+ "addressPrefix": 63,
1002
+ "crowdloanUrl": "https://loan.hydradx.io/",
1003
+ "chainType": "PARACHAIN",
1004
+ "symbol": "HDX",
1005
+ "existentialDeposit": "0",
1006
+ "decimals": 12,
1007
+ "hasNativeNft": false,
1008
+ "supportSmartContract": null
1009
+ },
1010
+ "evmInfo": null
1011
+ },
1012
+ "edgeware": {
1013
+ "slug": "edgeware",
1014
+ "name": "Edgeware",
1015
+ "chainStatus": "ACTIVE",
1016
+ "providers": {
1017
+ "JelliedOwl": "wss://edgeware.jelliedowl.net",
1018
+ "Commonwealth Labs": "wss://mainnet2.edgewa.re",
1019
+ "Dwellir": "wss://edgeware-rpc.dwellir.com"
1020
+ },
1021
+ "isTestnet": false,
1022
+ "substrateInfo": {
1023
+ "paraId": null,
1024
+ "relaySlug": null,
1025
+ "genesisHash": "0x742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b",
1026
+ "addressPrefix": 7,
1027
+ "chainType": "RELAYCHAIN",
1028
+ "blockExplorer": "https://edgeware.subscan.io/",
1029
+ "symbol": "EDG",
1030
+ "existentialDeposit": "0",
1031
+ "decimals": 18,
1032
+ "hasNativeNft": false,
1033
+ "supportSmartContract": null
1034
+ },
1035
+ "evmInfo": null
1036
+ },
1037
+ "centrifuge": {
1038
+ "slug": "centrifuge",
1039
+ "name": "Centrifuge",
1040
+ "chainStatus": "ACTIVE",
1041
+ "providers": {
1042
+ "Centrifuge": "wss://fullnode.parachain.centrifuge.io",
1043
+ "OnFinality": "wss://centrifuge-parachain.api.onfinality.io/public-ws"
1044
+ },
1045
+ "isTestnet": false,
1046
+ "substrateInfo": {
1047
+ "paraId": 2031,
1048
+ "relaySlug": "polkadot",
1049
+ "genesisHash": "0xb3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82",
1050
+ "addressPrefix": 36,
1051
+ "crowdloanUrl": "https://centrifuge.io/parachain/crowdloan/",
1052
+ "chainType": "PARACHAIN",
1053
+ "blockExplorer": "https://centrifuge.subscan.io/",
1054
+ "symbol": "CFG",
1055
+ "existentialDeposit": "0",
1056
+ "decimals": 18,
1057
+ "hasNativeNft": false,
1058
+ "supportSmartContract": null
1059
+ },
1060
+ "evmInfo": null
1061
+ },
1062
+ "interlay": {
1063
+ "slug": "interlay",
1064
+ "name": "Interlay",
1065
+ "chainStatus": "ACTIVE",
1066
+ "providers": {
1067
+ "Kintsugi Labs": "wss://api.interlay.io/parachain",
1068
+ "OnFinality": "wss://interlay.api.onfinality.io/public-ws"
1069
+ },
1070
+ "isTestnet": false,
1071
+ "substrateInfo": {
1072
+ "paraId": 2032,
1073
+ "relaySlug": "polkadot",
1074
+ "genesisHash": "0xed86d448b84db333cdbe07362ddc79530343b907bd88712557c024d7a94296bb",
1075
+ "addressPrefix": 42,
1076
+ "crowdloanUrl": "https://crowdloan.interlay.io/",
1077
+ "chainType": "PARACHAIN",
1078
+ "blockExplorer": "https://interlay.subscan.io/",
1079
+ "symbol": "INTR",
1080
+ "existentialDeposit": "0",
1081
+ "decimals": 10,
1082
+ "hasNativeNft": false,
1083
+ "supportSmartContract": null
1084
+ },
1085
+ "evmInfo": null
1086
+ },
1087
+ "nodle": {
1088
+ "slug": "nodle",
1089
+ "name": "Nodle",
1090
+ "chainStatus": "ACTIVE",
1091
+ "providers": {
1092
+ "OnFinality": "wss://nodle-parachain.api.onfinality.io/public-ws",
1093
+ "Dwellir": "wss://eden-rpc.dwellir.com",
1094
+ "PinkNode": "wss://public-rpc.pinknode.io/nodle"
1095
+ },
1096
+ "isTestnet": false,
1097
+ "substrateInfo": {
1098
+ "paraId": 2026,
1099
+ "relaySlug": "polkadot",
1100
+ "genesisHash": "0xa3d114c2b8d0627c1aa9b134eafcf7d05ca561fdc19fb388bb9457f81809fb23",
1101
+ "addressPrefix": 37,
1102
+ "crowdloanUrl": "https://parachain.nodle.com/",
1103
+ "chainType": "PARACHAIN",
1104
+ "blockExplorer": "https://nodle.subscan.io/",
1105
+ "symbol": "NODL",
1106
+ "existentialDeposit": "0",
1107
+ "decimals": 11,
1108
+ "hasNativeNft": false,
1109
+ "supportSmartContract": null
1110
+ },
1111
+ "evmInfo": null
1112
+ },
1113
+ "darwinia": {
1114
+ "slug": "darwinia",
1115
+ "name": "Darwinia",
1116
+ "chainStatus": "ACTIVE",
1117
+ "providers": {
1118
+ "Darwinia Network": "wss://rpc.darwinia.network",
1119
+ "Darwinia": "wss://darwinia-rpc.dwellir.com"
1120
+ },
1121
+ "isTestnet": false,
1122
+ "substrateInfo": {
1123
+ "paraId": 2003,
1124
+ "relaySlug": "polkadot",
1125
+ "genesisHash": "0x729cb8f2cf428adcf81fe69610edda32c5711b2ff17de747e8604a3587021db8",
1126
+ "addressPrefix": 18,
1127
+ "crowdloanUrl": "https://darwinia.network/plo_contribute",
1128
+ "chainType": "PARACHAIN",
1129
+ "blockExplorer": "https://darwinia.subscan.io/",
1130
+ "symbol": "RING",
1131
+ "existentialDeposit": "0",
1132
+ "decimals": 9,
1133
+ "hasNativeNft": false,
1134
+ "supportSmartContract": null
1135
+ },
1136
+ "evmInfo": null
1137
+ },
1138
+ "sora_ksm": {
1139
+ "slug": "sora_ksm",
1140
+ "name": "SORA Kusama",
1141
+ "chainStatus": "ACTIVE",
1142
+ "providers": {
1143
+ "Soramitsu": "wss://ws.parachain-collator-1.c1.sora2.soramitsu.co.jp"
1144
+ },
1145
+ "isTestnet": false,
1146
+ "substrateInfo": {
1147
+ "paraId": 2011,
1148
+ "relaySlug": "kusama",
1149
+ "genesisHash": "0x6d8d9f145c2177fa83512492cdd80a71e29f22473f4a8943a6292149ac319fb9",
1150
+ "addressPrefix": 420,
1151
+ "crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
1152
+ "chainType": "PARACHAIN",
1153
+ "symbol": "XOR",
1154
+ "existentialDeposit": "0",
1155
+ "decimals": 12,
1156
+ "hasNativeNft": false,
1157
+ "supportSmartContract": null
1158
+ },
1159
+ "evmInfo": null
1160
+ },
1161
+ "odyssey": {
1162
+ "slug": "odyssey",
1163
+ "name": "Ares Odyssey",
1164
+ "chainStatus": "ACTIVE",
1165
+ "providers": {
1166
+ "AresProtocol": "wss://odyssey.aresprotocol.io"
1167
+ },
1168
+ "isTestnet": false,
1169
+ "substrateInfo": {
1170
+ "paraId": null,
1171
+ "relaySlug": null,
1172
+ "genesisHash": "0x0f3665e2e57fb38fd638145b69e567fb05bbadfd457624f90f15e5dbb31320bb",
1173
+ "addressPrefix": 34,
1174
+ "crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
1175
+ "chainType": "RELAYCHAIN",
1176
+ "symbol": "ARES",
1177
+ "existentialDeposit": "0",
1178
+ "decimals": 12,
1179
+ "hasNativeNft": false,
1180
+ "supportSmartContract": null
1181
+ },
1182
+ "evmInfo": null
1183
+ },
1184
+ "polkadex": {
1185
+ "slug": "polkadex",
1186
+ "name": "Polkadex",
1187
+ "chainStatus": "ACTIVE",
1188
+ "providers": {
1189
+ "Polkadex Team": "wss://mainnet.polkadex.trade/",
1190
+ "OnFinality": "wss:// polkadex.api.onfinality.io/public-ws"
1191
+ },
1192
+ "isTestnet": false,
1193
+ "substrateInfo": {
1194
+ "paraId": null,
1195
+ "relaySlug": null,
1196
+ "genesisHash": "0x3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c",
1197
+ "addressPrefix": 88,
1198
+ "crowdloanUrl": "https://www.polkadex.trade/crowdloans",
1199
+ "chainType": "PARACHAIN",
1200
+ "blockExplorer": "https://polkadex.subscan.io/",
1201
+ "symbol": "PDEX",
1202
+ "existentialDeposit": "0",
1203
+ "decimals": 12,
1204
+ "supportStaking": true,
1205
+ "hasNativeNft": false,
1206
+ "supportSmartContract": null
1207
+ },
1208
+ "evmInfo": null
1209
+ },
1210
+ "polkadexTest": {
1211
+ "slug": "polkadexTest",
1212
+ "name": "Polkadex - Testnet",
1213
+ "chainStatus": "ACTIVE",
1214
+ "providers": {
1215
+ "Polkadex Team": "wss://blockchain.polkadex.trade"
1216
+ },
1217
+ "isTestnet": true,
1218
+ "substrateInfo": {
1219
+ "paraId": null,
1220
+ "relaySlug": null,
1221
+ "genesisHash": "0xd0024e7110db2a8b35d6599e64e82d3eb30070200a423398319efb6b4d596427",
1222
+ "addressPrefix": 88,
1223
+ "crowdloanUrl": "https://www.polkadex.trade/crowdloans",
1224
+ "chainType": "RELAYCHAIN",
1225
+ "symbol": "Unit",
1226
+ "existentialDeposit": "0",
1227
+ "decimals": 12,
1228
+ "supportStaking": true,
1229
+ "hasNativeNft": false,
1230
+ "supportSmartContract": null
1231
+ },
1232
+ "evmInfo": null
1233
+ },
1234
+ "aleph": {
1235
+ "slug": "aleph",
1236
+ "name": "Aleph Zero",
1237
+ "chainStatus": "ACTIVE",
1238
+ "providers": {
1239
+ "Aleph Zero Foundation": "wss://ws.azero.dev"
1240
+ },
1241
+ "isTestnet": false,
1242
+ "substrateInfo": {
1243
+ "paraId": null,
1244
+ "relaySlug": null,
1245
+ "genesisHash": "0x70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e",
1246
+ "addressPrefix": 42,
1247
+ "crowdloanUrl": "https://contribute.alephzero.org/",
1248
+ "chainType": "RELAYCHAIN",
1249
+ "symbol": "AZERO",
1250
+ "existentialDeposit": "0",
1251
+ "decimals": 12,
1252
+ "supportStaking": true,
1253
+ "hasNativeNft": false,
1254
+ "supportSmartContract": null
1255
+ },
1256
+ "evmInfo": null
1257
+ },
1258
+ "rmrk": {
1259
+ "slug": "rmrk",
1260
+ "name": "RMRK Devnet",
1261
+ "chainStatus": "ACTIVE",
1262
+ "providers": {
1263
+ "rmrk": "wss://staging.node.rmrk.app"
1264
+ },
1265
+ "isTestnet": true,
1266
+ "substrateInfo": {
1267
+ "paraId": null,
1268
+ "relaySlug": null,
1269
+ "genesisHash": "0x6c7ae90ef70a31fe9f0f2329007ff4b4c4fe62fe71cd2b753ee37c1aa1070fef",
1270
+ "addressPrefix": 0,
1271
+ "chainType": "RELAYCHAIN",
1272
+ "symbol": "UNIT",
1273
+ "existentialDeposit": "0",
1274
+ "decimals": 12,
1275
+ "hasNativeNft": false,
1276
+ "supportSmartContract": null
1277
+ },
1278
+ "evmInfo": null
1279
+ },
1280
+ "dolphin": {
1281
+ "slug": "dolphin",
1282
+ "name": "Dolphin Testnet",
1283
+ "chainStatus": "ACTIVE",
1284
+ "providers": {
1285
+ "dolphin": "wss://ws.rococo.dolphin.engineering"
1286
+ },
1287
+ "isTestnet": true,
1288
+ "substrateInfo": {
1289
+ "paraId": null,
1290
+ "relaySlug": null,
1291
+ "genesisHash": "0x79372c8ed25b51c0d3c1f085becb264c93f1ecbc71dcf387fdb5c294fd823a08",
1292
+ "addressPrefix": 78,
1293
+ "chainType": "RELAYCHAIN",
1294
+ "blockExplorer": "https://dolphin.subscan.io/",
1295
+ "symbol": "DOL",
1296
+ "existentialDeposit": "0",
1297
+ "decimals": 18,
1298
+ "hasNativeNft": false,
1299
+ "supportSmartContract": null
1300
+ },
1301
+ "evmInfo": null
1302
+ },
1303
+ "opal": {
1304
+ "slug": "opal",
1305
+ "name": "Opal",
1306
+ "chainStatus": "ACTIVE",
1307
+ "providers": {
1308
+ "Unique": "wss://ws-opal.unique.network",
1309
+ "Europe": "wss://eu-ws-opal.unique.network",
1310
+ "NA": "wss://us-ws-opal.unique.network",
1311
+ "Asia": "wss://asia-ws-opal.unique.ne twork"
1312
+ },
1313
+ "isTestnet": true,
1314
+ "substrateInfo": {
1315
+ "paraId": null,
1316
+ "relaySlug": null,
1317
+ "genesisHash": "0x3fa374fbc8d0a9077356aefe327c88f447ce7f1fda905b1d4b4a2680a7b5cefa",
1318
+ "addressPrefix": 42,
1319
+ "chainType": "RELAYCHAIN",
1320
+ "symbol": "OPL",
1321
+ "existentialDeposit": "0",
1322
+ "decimals": 18,
1323
+ "hasNativeNft": true,
1324
+ "supportSmartContract": null
1325
+ },
1326
+ "evmInfo": null
1327
+ },
1328
+ "efinity": {
1329
+ "slug": "efinity",
1330
+ "name": "Efinity",
1331
+ "chainStatus": "ACTIVE",
1332
+ "providers": {
1333
+ "Efinity": "wss://rpc.efinity.io",
1334
+ "Dwellir": "wss://efinity -rpc.dwellir.com"
1335
+ },
1336
+ "isTestnet": false,
1337
+ "substrateInfo": {
1338
+ "paraId": 2021,
1339
+ "relaySlug": "polkadot",
1340
+ "genesisHash": "0x335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f",
1341
+ "addressPrefix": 1110,
1342
+ "crowdloanUrl": "https://enjin.io/efinity-crowdloan",
1343
+ "chainType": "PARACHAIN",
1344
+ "blockExplorer": "https://efinity.subscan.io/",
1345
+ "symbol": "EFI",
1346
+ "existentialDeposit": "0",
1347
+ "decimals": 10,
1348
+ "hasNativeNft": false,
1349
+ "supportSmartContract": null
1350
+ },
1351
+ "evmInfo": null
1352
+ },
1353
+ "composableFinance": {
1354
+ "slug": "composableFinance",
1355
+ "name": "Composable Finance",
1356
+ "chainStatus": "ACTIVE",
1357
+ "providers": {
1358
+ "Composable": "wss://rpc.composable.finance"
1359
+ },
1360
+ "isTestnet": false,
1361
+ "substrateInfo": {
1362
+ "paraId": 2019,
1363
+ "relaySlug": "polkadot",
1364
+ "genesisHash": "0xdaab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d",
1365
+ "addressPrefix": 49,
1366
+ "crowdloanUrl": "https://crowdloan.composable.finance/",
1367
+ "chainType": "PARACHAIN",
1368
+ "symbol": "LAYR",
1369
+ "existentialDeposit": "0",
1370
+ "decimals": 12,
1371
+ "hasNativeNft": false,
1372
+ "supportSmartContract": null
1373
+ },
1374
+ "evmInfo": null
1375
+ },
1376
+ "phala": {
1377
+ "slug": "phala",
1378
+ "name": "Phala",
1379
+ "chainStatus": "ACTIVE",
1380
+ "providers": {
1381
+ "Phala": "wss://api.phala.network/ws",
1382
+ "OnFinality": "wss://phala.api.onfinality.io/public-ws"
1383
+ },
1384
+ "isTestnet": false,
1385
+ "substrateInfo": {
1386
+ "paraId": 2035,
1387
+ "relaySlug": "polkadot",
1388
+ "genesisHash": "0x1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736",
1389
+ "addressPrefix": 30,
1390
+ "crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
1391
+ "chainType": "PARACHAIN",
1392
+ "blockExplorer": "https://phala.subscan.io/",
1393
+ "symbol": "PHA",
1394
+ "existentialDeposit": "0",
1395
+ "decimals": 10,
1396
+ "hasNativeNft": false,
1397
+ "supportSmartContract": null
1398
+ },
1399
+ "evmInfo": null
1400
+ },
1401
+ "crust": {
1402
+ "slug": "crust",
1403
+ "name": "Crust",
1404
+ "chainStatus": "ACTIVE",
1405
+ "providers": {
1406
+ "Crust Network": "wss://rpc.crust.network",
1407
+ "OnFinality": "wss://crust.api.onfinality.io/public-ws"
1408
+ },
1409
+ "isTestnet": false,
1410
+ "substrateInfo": {
1411
+ "paraId": 2008,
1412
+ "relaySlug": "polkadot",
1413
+ "genesisHash": "0x8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c",
1414
+ "addressPrefix": 66,
1415
+ "crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
1416
+ "chainType": "PARACHAIN",
1417
+ "blockExplorer": "https://crust.subscan.io/",
1418
+ "symbol": "CRU",
1419
+ "existentialDeposit": "0",
1420
+ "decimals": 12,
1421
+ "hasNativeNft": false,
1422
+ "supportSmartContract": null
1423
+ },
1424
+ "evmInfo": null
1425
+ },
1426
+ "statemine": {
1427
+ "slug": "statemine",
1428
+ "name": "Statemine",
1429
+ "chainStatus": "ACTIVE",
1430
+ "providers": {
1431
+ "Parity": "wss://statemine-rpc.polkadot.io",
1432
+ "OnFinality": "wss://statemine.api.onfinality.io/public-ws",
1433
+ "Dwellir": "wss://statemine-rpc.dwellir.com",
1434
+ "RadiumBlock": "wss://statemine.public.curie.radiumblock.xyz/ws",
1435
+ "PinkNode": "wss://public-rpc.pin knode.io/statemine",
1436
+ "Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com"
1437
+ },
1438
+ "isTestnet": false,
1439
+ "substrateInfo": {
1440
+ "paraId": 1000,
1441
+ "relaySlug": "kusama",
1442
+ "genesisHash": "0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a",
1443
+ "addressPrefix": 2,
1444
+ "chainType": "PARACHAIN",
1445
+ "blockExplorer": "https://statemine.subscan.io/",
1446
+ "symbol": "KSM",
1447
+ "existentialDeposit": "0",
1448
+ "decimals": 12,
1449
+ "hasNativeNft": false,
1450
+ "supportSmartContract": null
1451
+ },
1452
+ "evmInfo": null
1453
+ },
1454
+ "karura": {
1455
+ "slug": "karura",
1456
+ "name": "Karura",
1457
+ "chainStatus": "ACTIVE",
1458
+ "providers": {
1459
+ "Acala Foundation 0": "wss://karura-rpc-0.aca-api.network",
1460
+ "Acala Foundation 1": "wss://karura-rpc-1.aca-api.network",
1461
+ "Acala Foundation 2": "wss://karura-rpc-2.aca-api.network/ws",
1462
+ "Acala Foundation 3": "wss://karura-rpc-3.aca-api.network/ws",
1463
+ "Polkawallet 0": "wss://karura.polkawallet.io",
1464
+ "OnFinality": "wss://karura.api.onfinality.io/public-ws",
1465
+ "Dwellir": "wss://karura-rpc.dwellir.com"
1466
+ },
1467
+ "isTestnet": false,
1468
+ "substrateInfo": {
1469
+ "paraId": 2000,
1470
+ "relaySlug": "kusama",
1471
+ "genesisHash": "0xbaf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b",
1472
+ "addressPrefix": 8,
1473
+ "crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
1474
+ "chainType": "PARACHAIN",
1475
+ "blockExplorer": "https://karura.subscan.io/",
1476
+ "symbol": "KAR",
1477
+ "existentialDeposit": "0",
1478
+ "decimals": 12,
1479
+ "hasNativeNft": false,
1480
+ "supportSmartContract": null
1481
+ },
1482
+ "evmInfo": null
1483
+ },
1484
+ "khala": {
1485
+ "slug": "khala",
1486
+ "name": "Khala",
1487
+ "chainStatus": "ACTIVE",
1488
+ "providers": {
1489
+ "Phala": "wss://khala-api.phala.network/ws",
1490
+ "OnFinality": "wss://khala.api.onfinality.io/public-ws",
1491
+ "Dwellir": "wss://khala-rpc.dwellir.com",
1492
+ "PinkNode": "wss://public-rpc.pinknode.io/khala"
1493
+ },
1494
+ "isTestnet ": false,
1495
+ "substrateInfo": {
1496
+ "paraId": 2004,
1497
+ "relaySlug": "kusama",
1498
+ "genesisHash": "0xd43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d",
1499
+ "addressPrefix": 30,
1500
+ "crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
1501
+ "chainType": "PARACHAIN",
1502
+ "blockExplorer": "https://khala.subscan.io/",
1503
+ "symbol": "PHA",
1504
+ "existentialDeposit": "0",
1505
+ "decimals": 12,
1506
+ "hasNativeNft": false,
1507
+ "supportSmartContract": null
1508
+ },
1509
+ "evmInfo": null
1510
+ },
1511
+ "kilt": {
1512
+ "slug": "kilt",
1513
+ "name": "KILT Spiritnet",
1514
+ "chainStatus": "ACTIVE",
1515
+ "providers": {
1516
+ "KILT Protocol": "wss://spiritnet.kilt.io/",
1517
+ "OnFinality": "wss://spiritnet.api.onfinality.io/public-ws",
1518
+ "Dwellir": "wss://kilt-rpc.dwellir.com"
1519
+ },
1520
+ "isTestnet": false,
1521
+ "substrateInfo": {
1522
+ "paraId": 2086,
1523
+ "relaySlug": "kusama",
1524
+ "genesisHash": "0x411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21",
1525
+ "addressPrefix": 38,
1526
+ "crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
1527
+ "chainType": "PARACHAIN",
1528
+ "symbol": "KILT",
1529
+ "existentialDeposit": "0",
1530
+ "decimals": 12,
1531
+ "supportStaking": true,
1532
+ "hasNativeNft": false,
1533
+ "supportSmartContract": null
1534
+ },
1535
+ "evmInfo": null
1536
+ },
1537
+ "basilisk": {
1538
+ "slug": "basilisk",
1539
+ "name": "Basilisk",
1540
+ "chainStatus": "ACTIVE",
1541
+ "providers": {
1542
+ "Basilisk ": "wss://rpc.basilisk.cloud",
1543
+ "Dwellir": "wss://basilisk-rpc.dwellir.com"
1544
+ },
1545
+ "isTestnet": false,
1546
+ "substrateInfo": {
1547
+ "paraId": 2090,
1548
+ "relaySlug": "kusama",
1549
+ "genesisHash": "0xa85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755",
1550
+ "addressPrefix": 10041,
1551
+ "crowdloanUrl": "https://loan.bsx.fi/",
1552
+ "chainType": "PARACHAIN",
1553
+ "blockExplorer": "https://basilisk.subscan.io/",
1554
+ "symbol": "BSX",
1555
+ "existentialDeposit": "0",
1556
+ "decimals": 12,
1557
+ "hasNativeNft": false,
1558
+ "supportSmartContract": null
1559
+ },
1560
+ "evmInfo": null
1561
+ },
1562
+ "altair": {
1563
+ "slug": "altair",
1564
+ "name": "Altair",
1565
+ "chainStatus": "ACTIVE",
1566
+ "providers": {
1567
+ "Centrifuge": "wss://fullnode.altair.centrifuge.io",
1568
+ "OnFinality": "wss://altair.api.onfinality.io/public-ws"
1569
+ },
1570
+ "isTestnet": false,
1571
+ "substrateInfo": {
1572
+ "paraId": 2088,
1573
+ "relaySlug": "kusama",
1574
+ "genesisHash": "0xaa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011",
1575
+ "addressPrefix": 136,
1576
+ "crowdloanUrl": "https://centrifuge.io/altair/crowdloan/",
1577
+ "chainType": "PARACHAIN",
1578
+ "blockExplorer": "https://altair.subscan.io/",
1579
+ "symbol": "AIR",
1580
+ "existentialDeposit": "0",
1581
+ "decimals": 18,
1582
+ "hasNativeNft": false,
1583
+ "supportSmartContract": null
1584
+ },
1585
+ "evmInfo": null
1586
+ },
1587
+ "heiko": {
1588
+ "slug": "heiko",
1589
+ "name": "Heiko",
1590
+ "chainStatus": "ACTIVE",
1591
+ "providers": {
1592
+ "OnFinality": "wss://parallel-heiko.api.onfinality.io/public-ws",
1593
+ "Parallel": "wss://heiko-rpc.parallel.fi"
1594
+ },
1595
+ "isTestnet": false,
1596
+ "substrateInfo": {
1597
+ "paraId": 2085,
1598
+ "relaySlug": "kusama",
1599
+ "genesisHash": "0x64a1c658a48b2e70a7fb1a d4c39eea35022568c20fc44a6e2e3d0a57aee6053b",
1600
+ "addressPrefix": 110,
1601
+ "crowdloanUrl": "https://crowdloan.parallel.fi/#/auction/contribute/kusama/2085",
1602
+ "chainType": "PARACHAIN",
1603
+ "symbol": "HKO",
1604
+ "existentialDeposit": "0",
1605
+ "decimals": 12,
1606
+ "hasNativeNft": false,
1607
+ "supportSmartContract": null
1608
+ },
1609
+ "evmInfo": null
1610
+ },
1611
+ "kintsugi": {
1612
+ "slug": "kintsugi",
1613
+ "name": "Kintsugi",
1614
+ "chainStatus": "ACTIVE",
1615
+ "providers": {
1616
+ "Kintsugi Labs": "wss://api-kusama.interlay.io/parachain",
1617
+ "OnFinality": "wss://kintsugi. api.onfinality.io/public-ws"
1618
+ },
1619
+ "isTestnet": false,
1620
+ "substrateInfo": {
1621
+ "paraId": 2092,
1622
+ "relaySlug": "kusama",
1623
+ "genesisHash": "0x9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b",
1624
+ "addressPrefix": 2092,
1625
+ "crowdloanUrl": "https://kintsugi.interlay.io/",
1626
+ "chainType": "PARACHAIN",
1627
+ "blockExplorer": "https://kintsugi.subscan.io/",
1628
+ "symbol": "KINT",
1629
+ "existentialDeposit": "0",
1630
+ "decimals": 12,
1631
+ "hasNativeNft": false,
1632
+ "supportSmartContract": null
1633
+ },
1634
+ "evmInfo": null
1635
+ },
1636
+ "kintsugi_test": {
1637
+ "slug": "kintsugi_test",
1638
+ "name": "Kintsugi Testnet",
1639
+ "chainStatus": "ACTIVE",
1640
+ "providers": {
1641
+ "testnet": "wss://api-testnet.interlay.io:443/parachain"
1642
+ },
1643
+ "isTestnet": true,
1644
+ "substrateInfo": {
1645
+ "paraId": null,
1646
+ "relaySlug": null,
1647
+ "genesisHash": "0x364dd762ee3fa02f63548f579f185e64932fc1a29052d7d9a588d2a57b191abf",
1648
+ "addressPrefix": 42,
1649
+ "chainType": "RELAYCHAIN",
1650
+ "symbol": "KINT",
1651
+ "existentialDeposit": "0",
1652
+ "decimals": 12,
1653
+ "hasNativeNft": false,
1654
+ "supportSmartContract": null
1655
+ },
1656
+ "evmInfo": null
1657
+ },
1658
+ "picasso": {
1659
+ "slug": "picasso",
1660
+ "name": "Picasso",
1661
+ "chainStatus": "ACTIVE",
1662
+ "providers": {
1663
+ "Composable": "wss://rpc.composablenodes.tech"
1664
+ },
1665
+ "isTestnet": false,
1666
+ "substrateInfo": {
1667
+ "paraId": 2087,
1668
+ "relaySlug": "kusama",
1669
+ "genesisHash": "0x6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc",
1670
+ "addressPrefix": 49,
1671
+ "crowdloanUrl": "https://crowdloan.composable.finance/",
1672
+ "chainType": "PARACHAIN",
1673
+ "blockExplorer": "https://picasso.subscan.io/",
1674
+ "symbol": "PICA",
1675
+ "existentialDeposit": "0",
1676
+ "decimals": 12,
1677
+ "hasNativeNft": false,
1678
+ "supportSmartContract": null
1679
+ },
1680
+ "evmInfo": null
1681
+ },
1682
+ "quartz": {
1683
+ "slug": "quartz",
1684
+ "name": "Quartz",
1685
+ "chainStatus": "ACTIVE",
1686
+ "providers": {
1687
+ "Unique Europe": "wss://eu-ws-quartz.unique.network",
1688
+ "Unique US": "wss://us-ws-quartz.unique.network",
1689
+ "Unique Asia": "wss://asia-ws-quartz.unique.network"
1690
+ },
1691
+ "isTestnet": false,
1692
+ "substrateInfo": {
1693
+ "paraId": 2095,
1694
+ "relaySlug": "kusama",
1695
+ "genesisHash": "0xcd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554",
1696
+ "addressPrefix": 255,
1697
+ "crowdloanUrl": "https://unique.network/quartz/crowdloan/",
1698
+ "chainType": "PARACHAIN",
1699
+ "blockExplorer": "https://quartz.subscan.io/",
1700
+ "symbol": "QTZ",
1701
+ "existentialDeposit": "0",
1702
+ "decimals": 18,
1703
+ "hasNativeNft": true,
1704
+ "supportSmartContract": null
1705
+ },
1706
+ "evmInfo": null
1707
+ },
1708
+ "unique_network": {
1709
+ "slug": "unique_network",
1710
+ "name": "Unique",
1711
+ "chainStatus": "ACTIVE",
1712
+ "providers": {
1713
+ "unique": "wss://us-ws.unique.network/",
1714
+ "UniqueEu": "wss://eu-ws.unique.network/",
1715
+ "UniqueAsia": "wss://asia-ws.unique.network/"
1716
+ },
1717
+ "isTestnet": false,
1718
+ "substrateInfo": {
1719
+ "paraId": 2037,
1720
+ "relaySlug": "polkadot",
1721
+ "genesisHash": "0x84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31",
1722
+ "addressPrefix": 7391,
1723
+ "chainType": "PARACHAIN",
1724
+ "symbol": "UNQ",
1725
+ "existentialDeposit": "0",
1726
+ "hasNativeNft": true,
1727
+ "supportSmartContract": null
1728
+ },
1729
+ "evmInfo": null
1730
+ },
1731
+ "genshiro": {
1732
+ "slug": "genshiro",
1733
+ "name": "Genshiro",
1734
+ "chainStatus": "ACTIVE",
1735
+ "providers": {
1736
+ "Equilibrium": "wss://node.genshiro.io"
1737
+ },
1738
+ "isTestnet": false,
1739
+ "substrateInfo": {
1740
+ "paraId": 2024,
1741
+ "relaySlug": "kusama",
1742
+ "genesisHash": "0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243",
1743
+ "addressPrefix": 68,
1744
+ "crowdloanUrl": "https://genshiro.equilibrium.io/en",
1745
+ "chainType": "PARACHAIN",
1746
+ "blockExplorer": "https://genshiro.subscan.io/",
1747
+ "symbol": "GENS",
1748
+ "existentialDeposit": "0",
1749
+ "decimals": 10,
1750
+ "hasNativeNft": false,
1751
+ "supportSmartContract": null
1752
+ },
1753
+ "evmInfo": null
1754
+ },
1755
+ "genshiro_testnet": {
1756
+ "slug": "genshiro_testnet",
1757
+ "name": "Genshiro Testnet",
1758
+ "chainStatus": "ACTIVE",
1759
+ "providers": {
1760
+ "testnet": "wss://testnet.genshiro.io"
1761
+ },
1762
+ "isTestnet": true,
1763
+ "substrateInfo": {
1764
+ "paraId": null,
1765
+ "relaySlug": null,
1766
+ "genesisHash": "0xdec164ef73b27c5b7e404114305102018a2b5a4ddda665bb510ce896ad5ba78d",
1767
+ "addressPrefix": 68,
1768
+ "chainType": "RELAYCHAIN",
1769
+ "symbol": "TOKEN",
1770
+ "existentialDeposit": "0",
1771
+ "decimals": 9,
1772
+ "hasNativeNft": false,
1773
+ "supportSmartContract": [
1774
+
1775
+ ]
1776
+ },
1777
+ "evmInfo": null
1778
+ },
1779
+ "subsocial_x": {
1780
+ "slug": "subsocial_x",
1781
+ "name": "SubsocialX",
1782
+ "chainStatus": "ACTIVE",
1783
+ "providers": {
1784
+ "subsocialx": "wss://para.f3joule.space"
1785
+ },
1786
+ "isTestnet": false,
1787
+ "substrateInfo": {
1788
+ "paraId": 2100,
1789
+ "relaySlug": "kusama",
1790
+ "genesisHash": "0x4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f",
1791
+ "addressPrefix": 28,
1792
+ "crowdloanUrl": "https://app.subsocial.network/crowdloan",
1793
+ "chainType": "PARACHAIN",
1794
+ "symbol": "SUB",
1795
+ "existentialDeposit": "0",
1796
+ "hasNativeNft": false,
1797
+ "supportSmartContract": null
1798
+ },
1799
+ "evmInfo": null
1800
+ },
1801
+ "zeitgeist": {
1802
+ "slug": "zeitgeist",
1803
+ "name": "Zeitgeist",
1804
+ "chainStatus": "ACTIVE",
1805
+ "providers": {
1806
+ "OnFinality": "wss://zeitgeist.api.onfinality.io/public-ws",
1807
+ "Dwellir": "wss://zeitgeist-rpc.dwellir.com"
1808
+ },
1809
+ "isTestnet": false,
1810
+ "substrateInfo": {
1811
+ "paraId": 2101,
1812
+ "relaySlug": "kusama",
1813
+ "genesisHash": "0x1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060",
1814
+ "addressPrefix": 73,
1815
+ "crowdloanUrl": "https://crowdloan.zeitgeist.pm/",
1816
+ "chainType": "PARACHAIN",
1817
+ "blockExplorer": "https://zeitgeist.subscan.io/",
1818
+ "symbol": "ZTG",
1819
+ "existentialDeposit": "0",
1820
+ "decimals": 10,
1821
+ "hasNativeNft": false,
1822
+ "supportSmartContract": null
1823
+ },
1824
+ "evmInfo": null
1825
+ },
1826
+ "sakura": {
1827
+ "slug": "sakura",
1828
+ "name": "Sakura",
1829
+ "chainStatus ": "ACTIVE",
1830
+ "providers": {
1831
+ "Clover": "wss://rpc.sakura.clover.finance"
1832
+ },
1833
+ "isTestnet": false,
1834
+ "substrateInfo": {
1835
+ "paraId": 2016,
1836
+ "relaySlug": "kusama",
1837
+ "genesisHash": "0x7b0f142a9299b0886595992f8cac58814c8956de6a31c77caca95db01370fc2c",
1838
+ "addressPrefix": 42,
1839
+ "crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
1840
+ "chainType": "PARACHAIN",
1841
+ "blockExplorer": "https://sakura.subscan.io/",
1842
+ "symbol": "SKU",
1843
+ "existentialDeposit": "0",
1844
+ "decimals": 10,
1845
+ "hasNativeNft": false,
1846
+ "supportSmartContract": null
1847
+ },
1848
+ "evmInfo": null
1849
+ },
1850
+ "shadow": {
1851
+ "slug": "shadow",
1852
+ "name": "Crust Shadow",
1853
+ "chainStatus": "ACTIVE",
1854
+ "providers": {
1855
+ "Crust": "wss://rpc-shadow.crust.network/"
1856
+ },
1857
+ "isTestnet": false,
1858
+ "substrateInfo": {
1859
+ "paraId": 2012,
1860
+ "relaySlug": "kusama",
1861
+ "genesisHash": "0xd4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc",
1862
+ "addressPrefix": 66,
1863
+ "crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
1864
+ "chainType": "PARACHAIN",
1865
+ "blockExplorer": "https://shadow.subscan.io/",
1866
+ "symbol": "CSM",
1867
+ "existentialDeposit": "0",
1868
+ "decimals": 12,
1869
+ "hasNativeNft": false,
1870
+ "supportSmartContract": null
1871
+ },
1872
+ "evmInfo": null
1873
+ },
1874
+ "uniqueNft": {
1875
+ "slug": "uniqueNft",
1876
+ "name": "Unique TestNet 2.0",
1877
+ "chainStatus": "ACTIVE",
1878
+ "providers": {
1879
+ "Unique": "wss://testnet2.unique.network"
1880
+ },
1881
+ "isTestnet": true,
1882
+ "substrateInfo": {
1883
+ "paraId": null,
1884
+ "relaySlug": null,
1885
+ "genesisHash": "0x7cb0b5ec1431e348b7f531f02e5e6ba6d5983e26ba77b58335957f3d00585cbd",
1886
+ "addressPrefix": 42,
1887
+ "chainType": "RELAYCHAIN",
1888
+ "symbol": "UNQ",
1889
+ "existentialDeposit": "0",
1890
+ "decimals": 15,
1891
+ "hasNativeNft": true,
1892
+ "supportSmartContract": null
1893
+ },
1894
+ "evmInfo": null
1895
+ },
1896
+ "robonomics": {
1897
+ "slug": "robonomics",
1898
+ "name": "Robonomics",
1899
+ "chainStatus": "ACTIVE",
1900
+ "providers": {
1901
+ "Airalab": "wss://kusama.rpc.robonomics.network/",
1902
+ "Leemo": "wss://robonomics.leemo.me",
1903
+ "OnFinality": "wss://robonomics.api.onfinality.io/public-ws",
1904
+ "Samsara": "wss://robonomics.0xsamsara.com"
1905
+ },
1906
+ "isTestnet": false,
1907
+ "substrateInfo": {
1908
+ "paraId": 2048,
1909
+ "relaySlug": "kusama",
1910
+ "genesisHash": "0x631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc",
1911
+ "addressPrefix": 32,
1912
+ "crowdloanUrl": "https://robonomics.network/kusama-slot/",
1913
+ "chainType": "PARACHAIN",
1914
+ "blockExplorer": "https://robonomics.subscan.io/",
1915
+ "symbol": "XRT",
1916
+ "existentialDeposit": "0",
1917
+ "decimals": 9,
1918
+ "hasNativeNft": false,
1919
+ "supportSmartContract": null
1920
+ },
1921
+ "evmInfo": null
1922
+ },
1923
+ "integritee": {
1924
+ "slug": "integritee",
1925
+ "name": "Integritee Network",
1926
+ "chainStatus": "ACTIVE",
1927
+ "providers": {
1928
+ "Integritee": "wss://kusama.api.integritee.network",
1929
+ "OnFinality": "wss://integritee-kusama.api.onfinality.io/public-ws"
1930
+ },
1931
+ "isTestnet": false,
1932
+ "substrateInfo": {
1933
+ "paraId": 2015,
1934
+ "relaySlug": "kusama",
1935
+ "genesisHash": "0xf195ef30c646663a24a3164b307521174a86f437c586397a43183c736a8383c1",
1936
+ "addressPrefix": 13,
1937
+ "crowdloanUrl": "https://crowdloan.integritee.network/",
1938
+ "chainType": "PARACHAIN",
1939
+ "blockExplorer": "https://integritee.subscan.io/",
1940
+ "symbol": "TEER",
1941
+ "existentialDeposit": "0",
1942
+ "decimals": 12,
1943
+ "hasNativeNft": false,
1944
+ "supportSmartContract": null
1945
+ },
1946
+ "evmInfo": null
1947
+ },
1948
+ "integriteePolkadot": {
1949
+ "slug": "integriteePolkadot",
1950
+ "name": "Integritee Shell",
1951
+ "chainStatus": "ACTIVE",
1952
+ "providers": {
1953
+ "Integritee": "wss://polkadot.api.integritee.network"
1954
+ },
1955
+ "isTestnet": false,
1956
+ "substrateInfo": {
1957
+ "paraId": 2015,
1958
+ "relaySlug": "polkadot",
1959
+ "genesisHash": "0xe13e7af377c64e83f95e0d70d5e5c3c01d697a84538776c5b9bbe0e7d7b6034c",
1960
+ "addressPrefix": 13,
1961
+ "crowdloanUrl": "https://crowdloan.integritee.network/",
1962
+ "chainType": "PARACHAIN",
1963
+ "symbol": "TEER",
1964
+ "existentialDeposit": "0",
1965
+ "decimals": 12,
1966
+ "hasNativeNft": false,
1967
+ "supportSmartContract": null
1968
+ },
1969
+ "evmInfo": null
1970
+ },
1971
+ "crab": {
1972
+ "slug": "crab",
1973
+ "name": "Darwinia Crab",
1974
+ "chainStatus": "ACTIVE",
1975
+ "providers": {
1976
+ "OnFinality": "wss://darwinia-crab.api.onfinality.io/public-ws",
1977
+ "Darwinia_Network": "wss://crab-rpc.darwinia.network",
1978
+ "Dwellir": "wss://darwiniacrab-rpc.dwellir.com"
1979
+ },
1980
+ "isTestnet": false,
1981
+ "substrateInfo": {
1982
+ "paraId": null,
1983
+ "relaySlug": null,
1984
+ "genesisHash": "0x34f61bfda344b3fad3c3e38832a91448b3c613b199eb23e5110a635d71c13c65",
1985
+ "addressPrefix": 42,
1986
+ "crowdloanUrl": "https://crab.network/plo",
1987
+ "chainType": "RELAYCHAIN",
1988
+ "blockExplorer": "https://crab.subscan.io/",
1989
+ "symbol": "CRAB",
1990
+ "existentialDeposit": "0",
1991
+ "decimals": 9,
1992
+ "hasNativeNft": false,
1993
+ "supportSmartContract": null
1994
+ },
1995
+ "evmInfo": null
1996
+ },
1997
+ "crabParachain": {
1998
+ "slug": "crabParachain",
1999
+ "name": "Crab Parachain",
2000
+ "chainStatus": "ACTIVE",
2001
+ "providers": {
2002
+ "Crab": "wss://crab-parachain-rpc.darwinia.network"
2003
+ },
2004
+ "isTestnet": false,
2005
+ "substrateInfo": {
2006
+ "paraId": 2105,
2007
+ "relaySlug": "kusama",
2008
+ "genesisHash": "0xeac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076",
2009
+ "addressPrefix": 42,
2010
+ "crowdloanUrl": "https://crab.network/plo",
2011
+ "chainType": "PARACHAIN",
2012
+ "symbol": "CRAB",
2013
+ "existentialDeposit": "0",
2014
+ "decimals": 18,
2015
+ "hasNativeNft": false,
2016
+ "supportSmartContract": null
2017
+ },
2018
+ "evmInfo": null
2019
+ },
2020
+ "crabEvm": {
2021
+ "slug": "crabEvm",
2022
+ "name": "Darwinia Crab - EVM",
2023
+ "chainStatus": "ACTIVE",
2024
+ "providers": {
2025
+ "Darwinia_Network": "wss://crab-rpc.darwinia.network"
2026
+ },
2027
+ "isTestnet": false,
2028
+ "substrateInfo": null,
2029
+ "evmInfo": {
2030
+ "evmChainId": 44,
2031
+ "blockExplorer": "https://crab.subscan.io",
2032
+ "symbol": "CRAB",
2033
+ "decimals": 18,
2034
+ "existentialDeposit": "0",
2035
+ "supportSmartContract": [
2036
+ "ERC20",
2037
+ "ERC721"
2038
+ ]
2039
+ }
2040
+ },
2041
+ "pangolin": {
2042
+ "slug": "pangolin",
2043
+ "name": "Pangolin",
2044
+ "chainStatus": "ACTIVE",
2045
+ "providers": {
2046
+ "Pangolin_Network": "wss://pangolin-rpc.darwinia.network"
2047
+ },
2048
+ "isTestnet": true,
2049
+ "substrateInfo": {
2050
+ "paraId": null,
2051
+ "relaySlug": null,
2052
+ "genesisHash": "0xce44bd16fc276f9e457b452577b6c2678e57768260012af127479fed806da7e7",
2053
+ "addressPrefix": 42,
2054
+ "chainType": "RELAYCHAIN",
2055
+ "blockExplorer": "https://pangolin.subscan.io",
2056
+ "symbol": "PRING",
2057
+ "existentialDeposit": "0",
2058
+ "decimals": 9,
2059
+ "hasNativeNft": false,
2060
+ "supportSmartContract": null
2061
+ },
2062
+ "evmInfo": null
2063
+ },
2064
+ "pangolinEvm": {
2065
+ "slug": "pangolinEvm",
2066
+ "name": "Pangolin - EVM",
2067
+ "chainStatus": "ACTIVE",
2068
+ "providers": {
2069
+ "Pangolin_Network": "wss://pangolin-rpc.darwinia.network"
2070
+ },
2071
+ "isTestnet": true,
2072
+ "substrateInfo": null,
2073
+ "evmInfo": {
2074
+ "evmChainId": 43,
2075
+ "blockExplorer": "https://pangolin.subscan.io",
2076
+ "symbol": "PRING",
2077
+ "decimals": 18,
2078
+ "existentialDeposit": "0",
2079
+ "supportSmartContract": [
2080
+ "ERC20",
2081
+ "ERC721"
2082
+ ]
2083
+ }
2084
+ },
2085
+ "chainx": {
2086
+ "slug": "chainx",
2087
+ "name": "Chain X",
2088
+ "chainStatus": "ACTIVE",
2089
+ "providers": {
2090
+ "chainx ": "wss://mainnet.chainx.org/ws"
2091
+ },
2092
+ "isTestnet": false,
2093
+ "substrateInfo": {
2094
+ "paraId": null,
2095
+ "relaySlug": null,
2096
+ "genesisHash": "0x6ac13efb5b368b97b4934cef6edfdd99c2af51ba5109bfb8dacc116f9c584c10",
2097
+ "addressPrefix": 44,
2098
+ "chainType": "RELAYCHAIN",
2099
+ "symbol": "PCX",
2100
+ "existentialDeposit": "0",
2101
+ "hasNativeNft": false,
2102
+ "supportSmartContract": null
2103
+ },
2104
+ "evmInfo": null
2105
+ },
2106
+ "acala_testnet": {
2107
+ "slug": "acala_testnet",
2108
+ "name": "Acala Mandala TC7",
2109
+ "chainStatus": "ACTIVE",
2110
+ "providers": {
2111
+ "OnFinality": "wss://aca la-mandala.api.onfinality.io/public-ws",
2112
+ "Polkawallet": "wss://mandala.polkawallet.io"
2113
+ },
2114
+ "isTestnet": true,
2115
+ "substrateInfo": {
2116
+ "paraId": null,
2117
+ "relaySlug": null,
2118
+ "genesisHash": "0x5c562e6300954998233c9a40b6b86f3028977e6d32d0da1af207738d19f98c1b",
2119
+ "addressPrefix": 42,
2120
+ "chainType": "RELAYCHAIN",
2121
+ "symbol": "ACA",
2122
+ "existentialDeposit": "0",
2123
+ "decimals": 12,
2124
+ "hasNativeNft": false,
2125
+ "supportSmartContract": null
2126
+ },
2127
+ "evmInfo": null
2128
+ },
2129
+ "mangatax": {
2130
+ "slug": "mangatax",
2131
+ "name": "MangataX Public Testnet",
2132
+ "chainStatus": "ACTIVE",
2133
+ "providers": {
2134
+ "mangatax": "wss://roccoco-testnet-collator-01.mangatafinance.cloud"
2135
+ },
2136
+ "isTestnet": true,
2137
+ "substrateInfo": {
2138
+ "paraId": null,
2139
+ "relaySlug": null,
2140
+ "genesisHash": "0x797fe0d6ea6917b5a36707961d819dca1826628123510730425c3bafc65ccf59",
2141
+ "addressPrefix": 42,
2142
+ "chainType": "RELAYCHAIN",
2143
+ "blockExplorer": "https://mangatax.subscan.io/",
2144
+ "symbol": "MGAT",
2145
+ "existentialDeposit": "0",
2146
+ "decimals": 18,
2147
+ "hasNativeNft": false,
2148
+ "supportSmartContract": null
2149
+ },
2150
+ "evmInfo": null
2151
+ },
2152
+ "mangatax_para": {
2153
+ "slug": "mangatax_para",
2154
+ "name": "Mangata Kusama",
2155
+ "chainStatus": "ACTIVE",
2156
+ "providers": {
2157
+ "mangata": "wss://prod-kusama-collator-01.mangatafinance.cloud",
2158
+ "OnFinality": "wss://mangata-x.api.onfinality.io/public-ws"
2159
+ },
2160
+ "isTestnet": false,
2161
+ "substrateInfo": {
2162
+ "paraId": 2110,
2163
+ "relaySlug": "kusama",
2164
+ "genesisHash": "0xd611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa",
2165
+ "addressPrefix": 42,
2166
+ "chainType": "PARACHAIN",
2167
+ "symbol": "MGX",
2168
+ "existentialDeposit": "0",
2169
+ "hasNativeNft": false,
2170
+ "supportSmartContract": null
2171
+ },
2172
+ "evmInfo": null
2173
+ },
2174
+ "encointer": {
2175
+ "slug": "encointer",
2176
+ "name": "Encointer",
2177
+ "chainStatus": "ACTIVE",
2178
+ "providers": {
2179
+ "Encointer Association": "wss://kusama.api.encointer.org"
2180
+ },
2181
+ "isTestnet": false,
2182
+ "substrateInfo": {
2183
+ "paraId": 1001,
2184
+ "relaySlug": "kusama",
2185
+ "genesisHash": "0x7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b",
2186
+ "addressPrefix": 42,
2187
+ "chainType": "PARACHAIN",
2188
+ "blockExplorer": "https://encointer.subscan.io/",
2189
+ "symbol": "KSM",
2190
+ "existentialDeposit": "0",
2191
+ "hasNativeNft": false,
2192
+ "supportSmartContract": null
2193
+ },
2194
+ "evmInfo": null
2195
+ },
2196
+ "litmus": {
2197
+ "slug": "litmus",
2198
+ "name": "Litmus",
2199
+ "chainStatus": "ACTIVE",
2200
+ "providers": {
2201
+ "litmus": "wss://rpc.litmus-parachain.litentry.io"
2202
+ },
2203
+ "isTestnet": false,
2204
+ "substrateInfo": {
2205
+ "paraId": 2106,
2206
+ "relaySlug": "kusama",
2207
+ "genesisHash": "0xda5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c",
2208
+ "addressPrefix": 131,
2209
+ "crowdloanUrl": "https://kusama-crowdloan.litentry.com/",
2210
+ "chainType": "PARACHAIN",
2211
+ "symbol": "LIT",
2212
+ "existentialDeposit": "0",
2213
+ "decimals": 12,
2214
+ "hasNativeNft": false,
2215
+ "supportSmartContract": null
2216
+ },
2217
+ "evmInfo": null
2218
+ },
2219
+ "litentry": {
2220
+ "slug": "litentry",
2221
+ "name": "Litentry",
2222
+ "chainStatus": "ACTIVE",
2223
+ "providers": {
2224
+ "Litentry": "wss://rpc.litentry-parachain.litentry.io",
2225
+ "Dwellir": "wss://litentry-rpc.dwellir.com"
2226
+ },
2227
+ "isTestnet": false,
2228
+ "substrateInfo": {
2229
+ "paraId": 2013,
2230
+ "relaySlug": "polkadot",
2231
+ "genesisHash": "0x2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9",
2232
+ "addressPrefix": 31,
2233
+ "crowdloanUrl": "https://crowdloan.litentry.com/",
2234
+ "chainType": "PARACHAIN",
2235
+ "symbol": "LIT",
2236
+ "existentialDeposit": "0",
2237
+ "decimals": 12,
2238
+ "hasNativeNft": false,
2239
+ "supportSmartContract": null
2240
+ },
2241
+ "evmInfo": null
2242
+ },
2243
+ "tinkernet": {
2244
+ "slug": "tinkernet",
2245
+ "name": "InvArch Tinker",
2246
+ "chainStatus": "ACTIVE",
2247
+ "providers": {
2248
+ "Invarch": "wss://tinker.invarch.network",
2249
+ "Light Client": "light://substrate-connect/kusama/tinkernet",
2250
+ "OnFinality": "wss://invarch-tinkernet.api.onfinality.io/public-ws"
2251
+ },
2252
+ "isTestnet": false,
2253
+ "substrateInfo": {
2254
+ "paraId": 2125,
2255
+ "relaySlug": "kusama",
2256
+ "genesisHash": "0xd42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2",
2257
+ "addressPrefix": 117,
2258
+ "crowdloanUrl": "https://invarch.network/tinkernet",
2259
+ "chainType": "PARACHAIN",
2260
+ "symbol": "TNKR",
2261
+ "existentialDeposit": "0",
2262
+ "decimals": 12,
2263
+ "hasNativeNft": false,
2264
+ "supportSmartContract": null
2265
+ },
2266
+ "evmInfo": null
2267
+ },
2268
+ "imbue_network": {
2269
+ "slug": "imbue_network",
2270
+ "name": "Imbue Kusama",
2271
+ "chainStatus": "ACTIVE",
2272
+ "providers": {
2273
+ "Imbue": "wss://imbue-kusama.imbue.network"
2274
+ },
2275
+ "isTestnet": false,
2276
+ "substrateInfo": {
2277
+ "paraId": 2121,
2278
+ "relaySlug": "kusama",
2279
+ "genesisHash": "0xca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89",
2280
+ "addressPrefix": 42,
2281
+ "chainType": "PARACHAIN",
2282
+ "symbol": "IMBU",
2283
+ "existentialDeposit": "0",
2284
+ "decimals": 12,
2285
+ "hasNativeNft": false,
2286
+ "supportSmartContract": null
2287
+ },
2288
+ "evmInfo": null
2289
+ },
2290
+ "subspace_test": {
2291
+ "slug": "subspace_test",
2292
+ "name": "Subspace Testnet",
2293
+ "chainStatus": "ACTIVE",
2294
+ "providers": {
2295
+ "testnet": "wss://test-rpc.subspace.network/ws"
2296
+ },
2297
+ "isTestnet": true,
2298
+ "substrateInfo": {
2299
+ "paraId": null,
2300
+ "relaySlug": null,
2301
+ "genesisHash": "0x332ef6e751e25426e38996c51299dfc53bcd56f40b53dce2b2fc8442ae9c4a74",
2302
+ "addressPrefix": 2254,
2303
+ "chainType": "RELAYCHAIN",
2304
+ "symbol": "tSSC",
2305
+ "existentialDeposit": "0",
2306
+ "decimals": 18,
2307
+ "hasNativeNft": false,
2308
+ "supportSmartContract": null
2309
+ },
2310
+ "evmInfo": null
2311
+ },
2312
+ "subspace_gemini_2a": {
2313
+ "slug": "subspace_gemini_2a",
2314
+ "name": "Subspace Gemini 2a",
2315
+ "chainStatus": "ACTIVE",
2316
+ "providers": {
2317
+ "Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws",
2318
+ "Europe 1": "wss://eu-1.gemini-2a.subspace.network/ws",
2319
+ "Europe 2": "wss://eu-2.gemini-2a.subspace.network/ws"
2320
+ },
2321
+ "isTestnet": true,
2322
+ "substrateInfo": {
2323
+ "paraId": null,
2324
+ "relaySlug": null,
2325
+ "genesisHash": "0x43d10ffd50990380ffe6c9392145431d630ae67e89dbc9c014cac2a417759101",
2326
+ "addressPrefix": 2254,
2327
+ "chainType": "RELAYCHAIN",
2328
+ "blockExplorer": "https://subspace.subscan.io",
2329
+ "symbol": "tSSC",
2330
+ "existentialDeposit": "0",
2331
+ "decimals": 18,
2332
+ "hasNativeNft": false,
2333
+ "supportSmartContract": null
2334
+ },
2335
+ "evmInfo": null
2336
+ },
2337
+ "subspace_gemini_3c": {
2338
+ "slug": "subspace_gemini_3c",
2339
+ "name": "Subspace Gemini 3c",
2340
+ "chainStatus": "ACTIVE",
2341
+ "providers": {
2342
+ "Europe 0": "wss://eu-0.gemini-3c.subspace.network/ws",
2343
+ "Europe 1": "wss://eu-1.gemini-3c.subspace.network/ws",
2344
+ "Europe 2": "wss://eu-2.gemini-3c.subspace.network/ws"
2345
+ },
2346
+ "isTestnet": true,
2347
+ "substrateInfo": {
2348
+ "paraId": null,
2349
+ "relaySlug": null,
2350
+ "genesisHash": "0xab946a15b37f59c5f4f27c5de93acde9fe67a28e0b724a43a30e4fe0e87246b7",
2351
+ "addressPrefix": 2254,
2352
+ "chainType": "RELAYCHAIN",
2353
+ "blockExplorer": "https://subspace.github.io/blockexplorer/#/gemini-3c",
2354
+ "symbol": "tSSC",
2355
+ "existentialDeposit": "0",
2356
+ "decimals": 18,
2357
+ "hasNativeNft": false,
2358
+ "supportSmartContract": null
2359
+ },
2360
+ "evmInfo": null
2361
+ },
2362
+ "origintrail": {
2363
+ "slug": "origintrail",
2364
+ "name": "OriginTrail",
2365
+ "chai nStatus": "ACTIVE",
2366
+ "providers": {
2367
+ "TraceLabs": "wss://parachain-rpc.origin-trail.network"
2368
+ },
2369
+ "isTestnet": false,
2370
+ "substrateInfo": {
2371
+ "paraId": 2043,
2372
+ "relaySlug": "polkadot",
2373
+ "genesisHash": "0xe7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174",
2374
+ "addressPrefix": 101,
2375
+ "chainType": "PARACHAIN",
2376
+ "blockExplorer": "https://origintrail.subscan.io/",
2377
+ "symbol": "OTP",
2378
+ "existentialDeposit": "0",
2379
+ "decimals": 12,
2380
+ "hasNativeNft": false,
2381
+ "supportSmartContract": null
2382
+ },
2383
+ "evmInfo": null
2384
+ },
2385
+ "dorafactory": {
2386
+ "slug": "dorafactory",
2387
+ "name": "Dorafactory",
2388
+ "chainStatus": "ACTIVE",
2389
+ "providers": {
2390
+ "DORA": "wss://kusama.dorafactory.org"
2391
+ },
2392
+ "isTestnet": false,
2393
+ "substrateInfo": {
2394
+ "paraId": 2115,
2395
+ "relaySlug": "kusama",
2396
+ "genesisHash": "0x577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14",
2397
+ "addressPrefix": 128,
2398
+ "chainType": "PARACHAIN",
2399
+ "symbol": "DORA",
2400
+ "existentialDeposit": "0",
2401
+ "decimals": 12,
2402
+ "hasNativeNft": false,
2403
+ "supportSmartContract": null
2404
+ },
2405
+ "evmInfo": null
2406
+ },
2407
+ "bajun": {
2408
+ "slug": "bajun",
2409
+ "name": "Bajun Kusama",
2410
+ "chainStatus": "ACTIVE",
2411
+ "providers": {
2412
+ "AjunaNetwork": "wss://rpc-parachain.bajun.network",
2413
+ "OnFinality": "wss://bajun.api.onfinality.io/public-ws",
2414
+ "Dwellir": "wss://bajun-rpc.dwellir.com"
2415
+ },
2416
+ "isTestnet": false,
2417
+ "substrateInfo": {
2418
+ "paraId": 2119,
2419
+ "relaySlug": "kusama",
2420
+ "genesisHash": "0x35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14",
2421
+ "addressPrefix": 1337,
2422
+ "chainType": "PARACHAIN",
2423
+ "blockExplorer": "https://bajun.subscan.io/",
2424
+ "symbol": "BAJU",
2425
+ "existentialDeposit": "0",
2426
+ "decimals": 12,
2427
+ "hasNativeNft": false,
2428
+ "supportSmartContract": null
2429
+ },
2430
+ "evmInfo": null
2431
+ },
2432
+ "listen": {
2433
+ "slug": "listen",
2434
+ "name": "Listen Network",
2435
+ "chainStatus": "ACTIVE",
2436
+ "providers": {
2437
+ "Listen Foundation 1": "wss://rpc.mainnet.listen.io",
2438
+ "Listen Foundation 2": "wss://wss.mainnet.listen.io"
2439
+ },
2440
+ "isTestnet": false,
2441
+ "substrateInfo": {
2442
+ "paraId": 2118,
2443
+ "relaySlug": "kusama",
2444
+ "genesisHash": "0x48eb7f3fff34e702aa2b504674df8f8afbf9889f804e3088c0cb662e433552a0",
2445
+ "addressPrefix": 42,
2446
+ "chainType": "PARACHAIN",
2447
+ "symbol": "LT",
2448
+ "existentialDeposit": "0",
2449
+ "decimals": 12,
2450
+ "hasNativeNft": false,
2451
+ "supportSmartContract": null
2452
+ },
2453
+ "evmInfo": null
2454
+ },
2455
+ "kabocha": {
2456
+ "slug": "kabocha",
2457
+ "name": "Kabocha",
2458
+ "chainStatus": "ACTIVE",
2459
+ "providers": {
2460
+ "JelliedOwl": "wss://kabocha.jelliedowl.com"
2461
+ },
2462
+ "isTestnet": false,
2463
+ "substrateInfo": {
2464
+ "paraId": 2113,
2465
+ "relaySlug": "kusama",
2466
+ "genesisHash": "0xfeb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7",
2467
+ "addressPrefix": 27,
2468
+ "chainType": "PARACHAIN",
2469
+ "symbol": "KAB",
2470
+ "existentialDeposit": "0",
2471
+ "decimals": 12,
2472
+ "hasNativeNft": false,
2473
+ "supportSmartContract": null
2474
+ },
2475
+ "evmInfo": null
2476
+ },
2477
+ "gmdie": {
2478
+ "slug": "gmdie",
2479
+ "name": "GM Parachain",
2480
+ "chainStatus": "ACTIVE",
2481
+ "providers": {
2482
+ "gmDie": "wss://kusama.gmordie.com",
2483
+ "bLdNodes": "wss://ws.gm.bldnodes.org",
2484
+ "TerraBioDAO": "wss://ws-node-gm.terrabiodao.org"
2485
+ },
2486
+ "isTestnet": false,
2487
+ "substrateInfo": {
2488
+ "paraId": 2123,
2489
+ "relaySlug": "kusama",
2490
+ "genesisHash": "0x19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8",
2491
+ "addressPrefix": 7013,
2492
+ "chainType": "PARACHAIN",
2493
+ "symbol": "FREN",
2494
+ "existentialDeposit": "0",
2495
+ "decimals": 12,
2496
+ "hasNativeNft": false,
2497
+ "supportSmartContract": null
2498
+ },
2499
+ "evmInfo": null
2500
+ },
2501
+ "ternoa": {
2502
+ "slug": "ternoa",
2503
+ "name": "Ternoa",
2504
+ "chainStatus": "ACTIVE",
2505
+ "providers": {
2506
+ "ternoa": "wss://mainnet.ternoa.network"
2507
+ },
2508
+ "isTestnet": false,
2509
+ "substrateInfo": {
2510
+ "paraId": null,
2511
+ "relaySlug": null,
2512
+ "genesisHash": "0x6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e",
2513
+ "addressPrefix": 42,
2514
+ "chainType": "RELAYCHAIN",
2515
+ "symbol": "CAPS",
2516
+ "existentialDeposit": "0",
2517
+ "decimals": 18,
2518
+ "supportStaking": true,
2519
+ "hasNativeNft": false,
2520
+ "supportSmartContract": null
2521
+ },
2522
+ "evmInfo": null
2523
+ },
2524
+ "tanganika": {
2525
+ "slug": "tanganika",
2526
+ "name": "DataHighway Tanganika",
2527
+ "chainStatus": "ACTIVE",
2528
+ "providers": {
2529
+ "tanganika": "wss://tanganika.datahighway.com"
2530
+ },
2531
+ "isTestnet": false,
2532
+ "substrateInfo": {
2533
+ "paraId": 2116,
2534
+ "relaySlug": "kusama",
2535
+ "gene sisHash": "0xeacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21",
2536
+ "addressPrefix": 33,
2537
+ "chainType": "PARACHAIN",
2538
+ "symbol": "DHX",
2539
+ "existentialDeposit": "0",
2540
+ "decimals": 18,
2541
+ "hasNativeNft": false,
2542
+ "supportSmartContract": null
2543
+ },
2544
+ "evmInfo": null
2545
+ },
2546
+ "pendulum": {
2547
+ "slug": "pendulum",
2548
+ "name": "Pendulum",
2549
+ "chainStatus": "ACTIVE",
2550
+ "providers": {
2551
+ "Pendulum": "wss://rpc-pendulum.prd.pendulumchain.tech"
2552
+ },
2553
+ "isTestnet": false,
2554
+ "substrateInfo": {
2555
+ "paraId": 2094,
2556
+ "relaySlug": "polkadot",
2557
+ "genesisHash": "0x5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86",
2558
+ "addressPrefix": 56,
2559
+ "chainType": "PARACHAIN",
2560
+ "symbol": "PEN",
2561
+ "existentialDeposit": "1000000000",
2562
+ "decimals": 12,
2563
+ "hasNativeNft": false,
2564
+ "supportSmartContract": null
2565
+ },
2566
+ "evmInfo": null
2567
+ },
2568
+ "gear_testnet": {
2569
+ "slug": "gear_testnet",
2570
+ "name": "Gear Staging Testnet",
2571
+ "chainStatus": "ACTIVE",
2572
+ "providers": {
2573
+ "gear": "wss://rpc-node.gear-tech.io"
2574
+ },
2575
+ "isTestnet": true,
2576
+ "substrateInfo": {
2577
+ "paraId": null,
2578
+ "relaySlug": null,
2579
+ "genesisHash": "0x6f022bd353c56b3e441507e1173601fd9dc0fb7547e6a95bbaf9b21f311bcab6",
2580
+ "addressPrefix": 42,
2581
+ "chainType": "RELAYCHAIN",
2582
+ "symbol": "Unit",
2583
+ "existentialDeposit": "0",
2584
+ "decimals": 12,
2585
+ "hasNativeNft": false,
2586
+ "supportSmartContract": null
2587
+ },
2588
+ "evmInfo": null
2589
+ },
2590
+ "snow": {
2591
+ "slug": "snow",
2592
+ "name": "Snow",
2593
+ "chainStatus": "ACTIVE",
2594
+ "providers": {
2595
+ "snow": "wss://snow-rpc.icenetwork.io"
2596
+ },
2597
+ "isTestnet": false,
2598
+ "substrateInfo": {
2599
+ "paraId": 2129,
2600
+ "relaySlug": "kusama",
2601
+ "genesisHash": "0xb34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9",
2602
+ "addressPrefix": 2207,
2603
+ "chainType": "PARACHAIN",
2604
+ "blockExplorer": "https://snow.subscan.io/",
2605
+ "symbol": "ICZ",
2606
+ "existentialDeposit": "0",
2607
+ "decimals": 18,
2608
+ "hasNativeNft": false,
2609
+ "supportSmartContract": null
2610
+ },
2611
+ "evmInfo": null
2612
+ },
2613
+ "arctic_testnet": {
2614
+ "slug": "arctic_testnet",
2615
+ "name": "Arctic Testnet",
2616
+ "chainStatus": "ACTIVE",
2617
+ "providers": {
2618
+ "arctic": "wss://arctic-rpc.icenetwork.io:9944"
2619
+ },
2620
+ "isTestnet": true,
2621
+ "substrateInfo": {
2622
+ "paraId": null,
2623
+ "relaySlug": null,
2624
+ "genesisHash": "0x5c4207232d344710a176b1982471acf9b058f40b4a57470c25410b68b684c766",
2625
+ "addressPrefix": 2207,
2626
+ "chainType": "RELAYCHAIN",
2627
+ "symbol": "ICY",
2628
+ "existentialDeposit": "0",
2629
+ "decimals": 18,
2630
+ "hasNativeNft": false,
2631
+ "supportSmartContract": null
2632
+ },
2633
+ "evmInfo": null
2634
+ },
2635
+ "ternoa_alphanet": {
2636
+ "slug": "ternoa_alphanet",
2637
+ "name": "Ternoa Alphanet",
2638
+ "chainStatus": "ACTIVE",
2639
+ "providers": {
2640
+ "ternoa": "wss://alphanet.ternoa.com"
2641
+ },
2642
+ "isTestnet": true,
2643
+ "substrateInfo": {
2644
+ "paraId": null,
2645
+ "relaySlug": null,
2646
+ "genesisHash": "0x18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace",
2647
+ "addressPrefix": 42,
2648
+ "chainType": "RELAYCHAIN",
2649
+ "symbol": "CAPS",
2650
+ "existentialDeposit": "0",
2651
+ "decimals": 18,
2652
+ "supportStaking": true,
2653
+ "hasNativeNft": false,
2654
+ "supportSmartContract": null
2655
+ },
2656
+ "evmInfo": null
2657
+ },
2658
+ "calamari_test": {
2659
+ "slug": "calamari_test",
2660
+ "name": "Calamari Staging",
2661
+ "chainStatus": "ACTIVE",
2662
+ "providers": {
2663
+ "calamari_test": "wss://c1.calamari.seabird.systems"
2664
+ },
2665
+ "isTestnet": true,
2666
+ "substrateInfo": {
2667
+ "paraId": null,
2668
+ "relaySlug": null,
2669
+ "genesisHash": "0x2ae061f08422b6503b8aa5f401242a209999669c3b8945f814dc096fb1a977bd",
2670
+ "addressPrefix": 78,
2671
+ "chainType": "RELAYCHAIN",
2672
+ "symbol": "KMA",
2673
+ "existentialDeposit": "0",
2674
+ "decimals": 12,
2675
+ "supportStaking": true,
2676
+ "hasNativeNft": false,
2677
+ "supportSmartContract": null
2678
+ },
2679
+ "evmInfo": null
2680
+ },
2681
+ "boba": {
2682
+ "slug": "boba",
2683
+ "name": "Boba Network",
2684
+ "chainStatus": "ACTIVE",
2685
+ "providers": {
2686
+ "Read RPC": "https://lightning-replica.boba.network",
2687
+ "Write RPC": "https://mainnet.boba.network"
2688
+ },
2689
+ "isTestnet": false,
2690
+ "substrateInfo": null,
2691
+ "evmInfo": {
2692
+ "evmChainId": 288,
2693
+ "blockExplorer": "https://blockexplorer.boba.network",
2694
+ "symbol": "ETH",
2695
+ "decimals": 18,
2696
+ "existentialDeposit": "0",
2697
+ "supportSmartContract": [
2698
+ "ERC20",
2699
+ "ERC721"
2700
+ ]
2701
+ }
2702
+ },
2703
+ "boba_rinkeby": {
2704
+ "slug": "boba_rinkeby",
2705
+ "name": "Boba Rinkeby (Testnet)",
2706
+ "chainStatus": "ACTIVE",
2707
+ "providers": {
2708
+ "RPC": "https://rinkeby.boba.network"
2709
+ },
2710
+ "isTestnet": true,
2711
+ "substrateInfo": null,
2712
+ "evmInfo": {
2713
+ "evmChainId": 28,
2714
+ "blockExplorer": "https://blockexplorer.rinkeby.boba.network",
2715
+ "symbol": "ETH",
2716
+ "decimals": 18,
2717
+ "existentialDeposit": "0",
2718
+ "supportSmartContract": [
2719
+ "ERC20",
2720
+ "ERC721"
2721
+ ]
2722
+ }
2723
+ },
2724
+ "bobabeam": {
2725
+ "slug": "bobabeam",
2726
+ "name": "Bobabeam",
2727
+ "chainStatus": "ACTIVE",
2728
+ "providers": {
2729
+ "RPC": "https://bobabeam.boba.network",
2730
+ "Replica RPC": "https://replica.bobabeam.boba.network"
2731
+ },
2732
+ "isTestnet": false,
2733
+ "substrateInfo": null,
2734
+ "evmInfo": {
2735
+ "evmChainId": 1294,
2736
+ "blockExplorer": "https://blockexplorer.bobabeam.boba.network",
2737
+ "symbol": "BOBA",
2738
+ "decimals": 18,
2739
+ "existentialDeposit": "0",
2740
+ "supportSmartContract": [
2741
+ "ERC20",
2742
+ "ERC721"
2743
+ ]
2744
+ }
2745
+ },
2746
+ "kilt_peregrine": {
2747
+ "slug": "kilt_peregrine",
2748
+ "name": "KILT Peregrine",
2749
+ "chainStatus": "ACTIVE",
2750
+ "providers": {
2751
+ "kilt": "wss://peregrine.kilt.io/parachain-public-ws/"
2752
+ },
2753
+ "isTestnet": true,
2754
+ "substrateInfo": {
2755
+ "paraId": null,
2756
+ "relaySlug": null,
2757
+ "genesisHash": "0xa0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21",
2758
+ "addressPrefix": 38,
2759
+ "chainType": "RELAYCHAIN",
2760
+ "symbol": "PILT",
2761
+ "existentialDeposit": "0",
2762
+ "decimals": 15,
2763
+ "supportStaking": true,
2764
+ "hasNativeNft": false,
2765
+ "supportSmartContract": null
2766
+ },
2767
+ "evmInfo": null
2768
+ },
2769
+ "xx_network": {
2770
+ "slug": "xx_network",
2771
+ "name": "XX Network",
2772
+ "chainStatus": "ACTIVE",
2773
+ "providers": {
2774
+ "XX Foundation": "wss://rpc.xx.network",
2775
+ "Dwellir": "wss://xxnetwork-rpc.dwellir.com"
2776
+ },
2777
+ "isTestnet": false,
2778
+ "substrateInfo": {
2779
+ "paraId": null,
2780
+ "relaySlug": null,
2781
+ "genesisHash": "0x50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa",
2782
+ "addressPrefix": 55,
2783
+ "chainType": "RELAYCHAIN",
2784
+ "symbol": "xx",
2785
+ "existentialDeposit": "0",
2786
+ "decimals": 9,
2787
+ "hasNativeNft": false,
2788
+ "supportSmartContract": null
2789
+ },
2790
+ "evmInfo": null
2791
+ },
2792
+ "watr_network": {
2793
+ "slug": "watr_network",
2794
+ "name": "Watr Network",
2795
+ "chainStatus": "ACTIVE",
2796
+ "providers": {
2797
+ "watr": "wss://rpc.dev.watr.org"
2798
+ },
2799
+ "isTestnet": true,
2800
+ "substrateInfo": {
2801
+ "paraId": null,
2802
+ "relaySlug": null,
2803
+ "genesisHash": "0xb53c620c41860278fa3068a5367c8eedceefce8a7c29237d830bc09a71737b5d",
2804
+ "addressPrefix": 19,
2805
+ "chainType": "RELAYCHAIN",
2806
+ "symbol": "WATRD",
2807
+ "existentialDeposit": "0",
2808
+ "decimals": 18,
2809
+ "hasNativeNft": false,
2810
+ "supportSmartContract": null
2811
+ },
2812
+ "evmInfo": null
2813
+ },
2814
+ "watr_network_evm": {
2815
+ "slug": "watr_network_evm",
2816
+ "name": "Watr Network - EVM",
2817
+ "chainStatus": "ACTIVE",
2818
+ "providers": {
2819
+ "watr": "https://rpc.dev.watr.org"
2820
+ },
2821
+ "isTestnet": true,
2822
+ "substrateInfo": null,
2823
+ "evmInfo": {
2824
+ "evmChainId": 688,
2825
+ "symbol": "WATRD",
2826
+ "decimals": 18,
2827
+ "existentialDeposit": "0",
2828
+ "supportSmartContract": [
2829
+ "ERC20",
2830
+ "ERC721"
2831
+ ]
2832
+ }
2833
+ },
2834
+ "fusotao": {
2835
+ "slug": "fusotao",
2836
+ "name": "Fusotao",
2837
+ "chainStatus": "ACTIVE",
2838
+ "providers": {
2839
+ "fusotao": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2"
2840
+ },
2841
+ "isTestnet": false,
2842
+ "substrateInfo": {
2843
+ "paraId": null,
2844
+ "relaySlug": null,
2845
+ "genesisHash": "0xa7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3",
2846
+ "addressPrefix": 42,
2847
+ "chainType": "RELAYCHAIN",
2848
+ "symbol": "TAO",
2849
+ "existentialDeposit": "0",
2850
+ "decimals": 18,
2851
+ "hasNativeNft": false,
2852
+ "supportSmartContract": null
2853
+ },
2854
+ "evmInfo": null
2855
+ },
2856
+ "discovol": {
2857
+ "slug": "discovol",
2858
+ "name": "Discovol",
2859
+ "chainStatus": "ACTIVE",
2860
+ "providers": {
2861
+ "discovol": "wss://gateway.mainnet.octopus.network/discovol/afpft46l1egfhrv8at5pfyrld03zseo1"
2862
+ },
2863
+ "isTestnet": false,
2864
+ "substrateInfo": {
2865
+ "paraId": null,
2866
+ "relaySlug": null,
2867
+ "genesisHash": "0x2dfbcf7700297bd8ce07a4665ab39e2ed1a3790df783b936988c85eb87e38bee",
2868
+ "addressPrefix": 42,
2869
+ "chainType": "RELAYCHAIN",
2870
+ "symbol": "DISC",
2871
+ "existentialDeposit": "0",
2872
+ "decimals": 14,
2873
+ "hasNativeNft": false,
2874
+ "supportSmartContract": null
2875
+ },
2876
+ "evmInfo": null
2877
+ },
2878
+ "discovol_testnet": {
2879
+ "slug": "discovol_testnet",
2880
+ "name": "Discovol Testnet",
2881
+ "chainStatus": "ACTIVE",
2882
+ "providers": {
2883
+ "discovol_testnet": "wss://gateway.testnet.octopus.network/discovol/o4urcey87y4n1qimhfrad92gzs315z9h"
2884
+ },
2885
+ "isTestnet": true,
2886
+ "substrateInfo": {
2887
+ "paraId": null,
2888
+ "relaySlug": null,
2889
+ "genesisHash": "0xdc1922b7f60b4925091bbfdd912684c449de7a7cdc5592e9eab11fee55fa53ec",
2890
+ "addressPrefix": 42,
2891
+ "chainType": "RELAYCHAIN",
2892
+ "symbol": "DISC",
2893
+ "existentialDeposit": "0",
2894
+ "decimals": 14,
2895
+ "hasNativeNft": false,
2896
+ "supportSmartContract": null
2897
+ },
2898
+ "evmInfo": null
2899
+ },
2900
+ "atocha": {
2901
+ "slug": "atocha",
2902
+ "name": "Atocha",
2903
+ "chainStatus": "ACTIVE",
2904
+ "providers": {
2905
+ "atocha": "wss://gateway.mainnet.octopus.network/atocha/jungxomf4hdcfocwcalgoiz64g9avjim"
2906
+ },
2907
+ "isTestnet": false,
2908
+ "substrateInfo": {
2909
+ "paraId": null,
2910
+ "relaySlug": null,
2911
+ "genesisHash": "0x1f11f745be512a17f39b571a9391b5ee6747b900c1db98176828e4a1346dbe9b",
2912
+ "addressPrefix": 42,
2913
+ "chainType": "RELAYCHAIN",
2914
+ "symbol": "ATO",
2915
+ "existentialDeposit": "0",
2916
+ "decimals": 18,
2917
+ "hasNativeNft": false,
2918
+ "supportSmartContract": null
2919
+ },
2920
+ "evmInfo": null
2921
+ },
2922
+ "myriad": {
2923
+ "slug": "myriad",
2924
+ "name": "Myriad",
2925
+ "chainStatus": "ACTIVE",
2926
+ "providers": {
2927
+ "myriad": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0"
2928
+ },
2929
+ "isTestnet": false,
2930
+ "substrateInfo": {
2931
+ "paraId": null,
2932
+ "relaySlug": null,
2933
+ "genesisHash": "0x74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063",
2934
+ "addressPrefix": 42,
2935
+ "chainType": "RELAYCHAIN",
2936
+ "symbol": "MYRIA",
2937
+ "existentialDeposit": "0",
2938
+ "decimals": 18,
2939
+ "hasNativeNft": false,
2940
+ "supportSmartContract": null
2941
+ },
2942
+ "evmInfo": null
2943
+ },
2944
+ "deBio": {
2945
+ "slug": "deBio",
2946
+ "name": "DeBio",
2947
+ "chainStatus": "ACTIVE",
2948
+ "providers": {
2949
+ "deBio": "wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e"
2950
+ },
2951
+ "isTestnet": false,
2952
+ "substrateInfo": {
2953
+ "paraId": null,
2954
+ "relaySlug": null,
2955
+ "genesisHash": "0x996800af345b3109acdada9913e36d1efa98b89e7dcd0b61b70fdbfc13b2fa50",
2956
+ "addressPrefix": 42,
2957
+ "chainType": "RELAYCHAIN",
2958
+ "symbol": "DBIO",
2959
+ "existentialDeposit": "0",
2960
+ "decimals": 18,
2961
+ "hasNativeNft": false,
2962
+ "supportSmartContract": null
2963
+ },
2964
+ "evmInfo": null
2965
+ },
2966
+ "barnacle": {
2967
+ "slug": "barnacle",
2968
+ "name": "Barnacle",
2969
+ "chainStatus": "ACTIVE",
2970
+ "providers": {
2971
+ "barnacle": "wss://gateway.testnet.octopus.network/barnacle0928/9mw012zuf27soh7nrrq3a4p0s2ti3cyn"
2972
+ },
2973
+ "isTestnet": true,
2974
+ "substrateInfo": {
2975
+ "paraId": null,
2976
+ "relaySlug": null,
2977
+ "genesisHash": "0xb3d6017fd8f67d1d9970a010ee1bbf0bc12c5ff2d2c7b9c311a11332cb7b3a53",
2978
+ "addressPrefix": 42,
2979
+ "chainType": "RELAYCHAIN",
2980
+ "symbol": "BAR",
2981
+ "existentialDeposit": "0",
2982
+ "decimals": 18,
2983
+ "hasNativeNft": false,
2984
+ "supportSmartContract": null
2985
+ },
2986
+ "evmInfo": null
2987
+ },
2988
+ "barnacle_evm": {
2989
+ "slug": "barnacle_evm",
2990
+ "name": "Barnacle EVM",
2991
+ "chainStatus": "ACTIVE",
2992
+ "providers": {
2993
+ "barnacle_evm": "wss://gateway.testnet.octopus.network/barnacle-evm/wj1hhcverunusc35jifki19otd4od1n5"
2994
+ },
2995
+ "isTestnet": true,
2996
+ "substrateInfo": null,
2997
+ "evmInfo": {
2998
+ "symbol": "EBAR",
2999
+ "decimals": 18,
3000
+ "existentialDeposit": "0",
3001
+ "supportSmartContract": [
3002
+ "ERC20",
3003
+ "ERC721"
3004
+ ]
3005
+ }
3006
+ },
3007
+ "collectives": {
3008
+ "slug": "collectives",
3009
+ "name": "Polkadot Collectives",
3010
+ "chainStatus": "ACTIVE",
3011
+ "providers": {
3012
+ "viaParity": "wss://polkadot-collectives-rpc.polkadot.io"
3013
+ },
3014
+ "isTestnet": false,
3015
+ "substrateInfo": {
3016
+ "paraId": 1001,
3017
+ "relaySlug": "polkadot",
3018
+ "genesisHash": "0x46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2",
3019
+ "addressPrefix": 0,
3020
+ "chainType": "PARACHAIN",
3021
+ "symbol": "DOT",
3022
+ "existentialDeposit": "0",
3023
+ "decimals": 10,
3024
+ "hasNativeNft": false,
3025
+ "supportSmartContract": null,
3026
+ "supportStaking": false
3027
+ },
3028
+ "evmInfo": null
3029
+ },
3030
+ "ajunaPolkadot": {
3031
+ "slug": "ajunaPolkadot",
3032
+ "name": "Ajuna Network",
3033
+ "chainStatus": "ACTIVE",
3034
+ "providers": {
3035
+ "viaAjunaNetwork": "wss://rpc-parachain.ajuna.network",
3036
+ "OnFinality": "wss://ajuna.api.onfinality.io/public-ws"
3037
+ },
3038
+ "isTestnet": false,
3039
+ "substrateInfo": {
3040
+ "paraId": 2028,
3041
+ "relaySlug": "polkadot",
3042
+ "genesisHash": "0xe358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee",
3043
+ "addressPrefix": 1328,
3044
+ "chainType": "PARACHAIN",
3045
+ "symbol": "AJUN",
3046
+ "existentialDeposit": "0",
3047
+ "decimals": 12,
3048
+ "hasNativeNft": false,
3049
+ "supportSmartContract": null,
3050
+ "supportStaking": false
3051
+ },
3052
+ "evmInfo": null
3053
+ },
3054
+ "bitgreen": {
3055
+ "slug": "bitgreen",
3056
+ "name": "Bitgreen",
3057
+ "chainStatus": "ACTIVE",
3058
+ "providers": {
3059
+ "viaBitgreen": "wss://mainnet.bitgreen.org"
3060
+ },
3061
+ "isTestnet": false,
3062
+ "substrateInfo": {
3063
+ "paraId": 2048,
3064
+ "relaySlug": "polkadot",
3065
+ "genesisHash": "0xc14597baeccb232d662770d2d50ae832ca8c3192693d2b0814e6433f2888ddd6",
3066
+ "addressPrefix": 42,
3067
+ "chainType": "PARACHAIN",
3068
+ "symbol": "BBB",
3069
+ "existentialDeposit": "0",
3070
+ "decimals": 18,
3071
+ "hasNativeNft": false,
3072
+ "supportSmartContract": null,
3073
+ "supportStaking": false
3074
+ },
3075
+ "evmInfo": null
3076
+ },
3077
+ "frequency": {
3078
+ "slug": "frequency",
3079
+ "name": "Frequency",
3080
+ "chainStatus": "ACTIVE",
3081
+ "providers": {
3082
+ "Frequency 0": "wss://0.rpc.frequency.xyz",
3083
+ "Frequency 1": "wss://1.rpc.frequency.xyz"
3084
+ },
3085
+ "isTestnet": false,
3086
+ "substrateInfo": {
3087
+ "paraId": 2091,
3088
+ "relaySlug": "polkadot",
3089
+ "genesisHash": "0x4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
3090
+ "addressPrefix": 90,
3091
+ "chainType": "PARACHAIN",
3092
+ "symbol": "FRQCY",
3093
+ "existentialDeposit": "0",
3094
+ "decimals": 8,
3095
+ "hasNativeNft": false,
3096
+ "supportSmartContract": null,
3097
+ "supportStaking": false
3098
+ },
3099
+ "evmInfo": null
3100
+ },
3101
+ "hashedNetwork": {
3102
+ "slug": "hashedNetwork",
3103
+ "name": "Hashed Network",
3104
+ "chainStatus": "ACTIVE",
3105
+ "providers": {
3106
+ "Hashed Systems": "wss://c1.hashed.network"
3107
+ },
3108
+ "isTestnet": false,
3109
+ "substrateInfo": {
3110
+ "paraId": 2093,
3111
+ "relaySlug": "polkadot",
3112
+ "genesisHash": "0x331645ae3db556c7754a82f79cece12cce3420975d5b0219d51b1cb4f6ddc21c",
3113
+ "addressPrefix": 42,
3114
+ "chainType": "PARACHAIN",
3115
+ "symbol": "HASH",
3116
+ "existentialDeposit": "0",
3117
+ "decimals": 18,
3118
+ "hasNativeNft": false,
3119
+ "supportSmartContract": null,
3120
+ "supportStaking": false
3121
+ },
3122
+ "evmInfo": null
3123
+ },
3124
+ "kapex": {
3125
+ "slug": "kapex",
3126
+ "name": "Kapex",
3127
+ "chainStatus": "ACTIVE",
3128
+ "providers": {
3129
+ "viaTotem": "wss://k-ui.kapex.network"
3130
+ },
3131
+ "isTestnet": false,
3132
+ "substrateInfo": {
3133
+ "paraId": 2007,
3134
+ "relaySlug": "polkadot",
3135
+ "genesisHash": "0x7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e",
3136
+ "addressPrefix": 2007,
3137
+ "chainType": "PARACHAIN",
3138
+ "symbol": "KPX",
3139
+ "existentialDeposit": "0",
3140
+ "decimals": 12,
3141
+ "hasNativeNft": false,
3142
+ "supportSmartContract": null,
3143
+ "supportStaking": false
3144
+ },
3145
+ "evmInfo": null
3146
+ },
3147
+ "kylinNetwork": {
3148
+ "slug": " kylinNetwork",
3149
+ "name": "Kylin Network",
3150
+ "chainStatus": "ACTIVE",
3151
+ "providers": {
3152
+ "Kylin Network": "wss://polkadot.kylin-node.co.uk"
3153
+ },
3154
+ "isTestnet": false,
3155
+ "substrateInfo": {
3156
+ "paraId": 2052,
3157
+ "relaySlug": "polkadot",
3158
+ "genesisHash": "0xf2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5",
3159
+ "addressPrefix": 42,
3160
+ "chainType": "PARACHAIN",
3161
+ "symbol": "KYL",
3162
+ "existentialDeposit": "0",
3163
+ "decimals": 18,
3164
+ "hasNativeNft": false,
3165
+ "supportSmartContract": null,
3166
+ "supportStaking": false
3167
+ },
3168
+ "evmInfo": null
3169
+ },
3170
+ "ipci": {
3171
+ "slug": "ipci",
3172
+ "name": "DAO IPCI",
3173
+ "chainStatus": "ACTIVE",
3174
+ "providers": {
3175
+ "viaAiralab": "wss://kusama.rpc.ipci.io"
3176
+ },
3177
+ "isTestnet": false,
3178
+ "substrateInfo": {
3179
+ "paraId": 2222,
3180
+ "relaySlug": "kusama",
3181
+ "genesisHash": "0x6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348",
3182
+ "addressPrefix": 32,
3183
+ "chainType": "PARACHAIN",
3184
+ "symbol": "MITO",
3185
+ "existentialDeposit": "0",
3186
+ "decimals": 12,
3187
+ "hasNativeNft": false,
3188
+ "supportSmartContract": null,
3189
+ "supportStaking": false
3190
+ },
3191
+ "evmInfo": null
3192
+ },
3193
+ "kico": {
3194
+ "slug": "kico",
3195
+ "name": "KICO",
3196
+ "chainStatus": "ACTIVE",
3197
+ "providers": {
3198
+ "DICO Foundation": "wss://rpc.kico.dico.io"
3199
+ },
3200
+ "isTestnet": false,
3201
+ "substrateInfo": {
3202
+ "paraId": 2107,
3203
+ "relaySlug": "kusama",
3204
+ "genesisHash": "0x52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da",
3205
+ "addressPrefix": 42,
3206
+ "chainType": "PARACHAIN",
3207
+ "symbol": "KICO",
3208
+ "existentialDeposit": "0",
3209
+ "decimals": 14,
3210
+ "hasNativeNft": false,
3211
+ "supportSmartContract": null,
3212
+ "supportStaking": false
3213
+ },
3214
+ "evmInfo": null
3215
+ },
3216
+ "luhnNetwork": {
3217
+ "slug": "luhnNetwork",
3218
+ "name": "Luhn Network",
3219
+ "chainStatus": "ACTIVE",
3220
+ "providers": {
3221
+ "Hashed Systems": "wss://c1.luhn.network"
3222
+ },
3223
+ "isTestnet": false,
3224
+ "substrateInfo": {
3225
+ "paraId": 2232,
3226
+ "relaySlug": "kusama",
3227
+ "genesisHash": "0xba713fdbf674083c5541c1439b83d8e593e1105f35f11954bcc50d0bf9607873",
3228
+ "addressPrefix": 42,
3229
+ "chainType": "PARACHAIN",
3230
+ "symbol": "LUHN",
3231
+ "existentialDeposit": "0",
3232
+ "decimals": 18,
3233
+ "hasNativeNft": false,
3234
+ "supportSmartContract": null,
3235
+ "supportStaking": false
3236
+ },
3237
+ "evmInfo": null
3238
+ },
3239
+ "pichiu": {
3240
+ "slug": "pichiu",
3241
+ "name": "Pichiu Network",
3242
+ "chainStatus": "ACTIVE",
3243
+ "providers": {
3244
+ "Kylin Network": "wss://kusama.kylin-node.co.uk",
3245
+ "OnFinality": "wss://pichiu.api.onfinality.io/public-ws"
3246
+ },
3247
+ "isTestnet": false,
3248
+ "substrateInfo": {
3249
+ "paraId": 2102,
3250
+ "relaySlug": "kusama",
3251
+ "genesisHash": "0x0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5",
3252
+ "addressPrefix": 42,
3253
+ "chainType": "PARACHAIN",
3254
+ "symbol": "PCHU",
3255
+ "existentialDeposit": "0",
3256
+ "decimals": 18,
3257
+ "hasNativeNft": false,
3258
+ "supportSmartContract": null,
3259
+ "supportStaking": false
3260
+ },
3261
+ "evmInfo": null
3262
+ },
3263
+ "riodefi": {
3264
+ "slug": "riodefi",
3265
+ "name": "RioDeFi",
3266
+ "chainStatus": "ACTIVE",
3267
+ "providers": {
3268
+ "RioProtocol": "wss://rio-kusama.riocorenetwork.com"
3269
+ },
3270
+ "isTestnet": false,
3271
+ "substrateInfo": {
3272
+ "paraId": 2227,
3273
+ "relaySlug": "kusama",
3274
+ "genesisHash": "0x70310f31bdb878e9920121807ee46236bda2e00c10eb105a40b386bd7ad16906",
3275
+ "addressPrefix": 42,
3276
+ "chainType": "PARACHAIN",
3277
+ "symbol": "UNIT",
3278
+ "existentialDeposit": "0",
3279
+ "decimals": 12,
3280
+ "hasNativeNft": false,
3281
+ "supportSmartContract": null,
3282
+ "supportStaking": false
3283
+ },
3284
+ "evmInfo": null
3285
+ },
3286
+ "automata": {
3287
+ "slug": "automata",
3288
+ "name": "Automata",
3289
+ "chainStatus": "ACTIVE",
3290
+ "providers": {
3291
+ "Automata Network": "wss://api.ata.network",
3292
+ "OnFinality": "wss://automata.api.onfinality.io/public-ws"
3293
+ },
3294
+ "isTestnet": false,
3295
+ "substrateInfo": {
3296
+ "paraId": null,
3297
+ "relaySlug": null,
3298
+ "genesisHash": "0xc8eda34601b5a48c73f47ee39a3a86a858c34f044185b17dc7d5ad155813dc63",
3299
+ "addressPrefix": 42,
3300
+ "chainType": "RELAYCHAIN",
3301
+ "symbol": "ATA",
3302
+ "existentialDeposit": "0",
3303
+ "decimals": 18,
3304
+ "hasNativeNft": false,
3305
+ "supportSmartContract": null,
3306
+ "supportStaking": false
3307
+ },
3308
+ "evmInfo": null
3309
+ },
3310
+ "creditcoin": {
3311
+ "slug": "creditcoin",
3312
+ "name": "Creditcoin",
3313
+ "chainStatus": "ACTIVE",
3314
+ "providers": {
3315
+ "Creditcoin Foundation": "wss://rpc.mainnet.creditcoin.network/ws"
3316
+ },
3317
+ "isTestnet": false,
3318
+ "substrateInfo": {
3319
+ "paraId": null,
3320
+ "relaySlug": null,
3321
+ "genesisHash": "0xdd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2",
3322
+ "addressPrefix": 42,
3323
+ "chainType": "RELAYCHAIN",
3324
+ "symbol": "CTC",
3325
+ "existentialDeposit": "0",
3326
+ "decimals": 18,
3327
+ "hasNativeNft": false,
3328
+ "supportSmartContract": null,
3329
+ "supportStaking": false
3330
+ },
3331
+ "evmInfo": null
3332
+ },
3333
+ "crownSterling": {
3334
+ "slug": "crownSterling",
3335
+ "name": "Crown Sterling",
3336
+ "chainStatus": "ACTIVE",
3337
+ "providers": {
3338
+ "Crown Sterling": "wss://blockchain.crownsterling.io"
3339
+ },
3340
+ "isTestnet": false,
3341
+ "substrateInfo": {
3342
+ "paraId": null,
3343
+ "relaySlug": null,
3344
+ "genesisHash": "0xce24ecf534daea9cd46e425659ef4950a57dd29d07272b423220129c323a64b7",
3345
+ "addressPrefix": 0,
3346
+ "chainType": "RELAYCHAIN",
3347
+ "symbol": "CSOV",
3348
+ "existentialDeposit": "0",
3349
+ "decimals": 12,
3350
+ "hasNativeNft": false,
3351
+ "supportSmartContract": null,
3352
+ "supportStaking": false
3353
+ },
3354
+ "evmInfo": null
3355
+ },
3356
+ "dockPosMainnet": {
3357
+ "slug": "dockPosMainnet",
3358
+ "name": "Dock",
3359
+ "chainStatus": "ACTIVE",
3360
+ "providers": {
3361
+ "Dock Association": "wss://mainnet-node.dock.io"
3362
+ },
3363
+ "isTestnet": false,
3364
+ "substrateInfo": {
3365
+ "paraId": null,
3366
+ "relaySlug": null,
3367
+ "genesisHash": "0x6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae",
3368
+ "addressPrefix": 22,
3369
+ "chainType": "RELAYCHAIN",
3370
+ "blockExplorer": "https://dock.subscan.io",
3371
+ "symbol": "DOCK",
3372
+ "existentialDeposit": "0",
3373
+ "decimals": 6,
3374
+ "hasNativeNft": false,
3375
+ "supportSmartContract": null,
3376
+ "supportStaking": false
3377
+ },
3378
+ "evmInfo": null
3379
+ },
3380
+ "kusari": {
3381
+ "slug": "kusari",
3382
+ "name": "Kusari",
3383
+ "chainStatus": "ACTIVE",
3384
+ "providers": {
3385
+ "Swapdex": "wss://ws.kusari.network"
3386
+ },
3387
+ "isTestnet": false,
3388
+ "substrateInfo": {
3389
+ "paraId": null,
3390
+ "relaySlug": null,
3391
+ "genesisHash": "0x4959f8d87d40d9ef516459ff177111bb03d875e5a7ed69282f6b689a707b69f5",
3392
+ "addressPrefix": 42,
3393
+ "chainType": "RELAYCHAIN",
3394
+ "symbol": "KSI",
3395
+ "existentialDeposit": "0",
3396
+ "decimals": 18,
3397
+ "hasNativeNft": false,
3398
+ "supportSmartContract": null,
3399
+ "supportStaking": false
3400
+ },
3401
+ "evmInfo": null
3402
+ },
3403
+ "logion": {
3404
+ "slug": "logion",
3405
+ "name": "logion Standalone",
3406
+ "chainStatus": "ACTIVE",
3407
+ "providers": {
3408
+ "Logion": "wss://rpc01.logion.network"
3409
+ },
3410
+ "isTestnet": false,
3411
+ "substrateInfo": {
3412
+ "paraId": null,
3413
+ "relaySlug": null,
3414
+ "genesisHash": "0xe9d7420a5f73edef005ccb8e043500aa5b2458f173912184ea93c14dc035a203",
3415
+ "addressPrefix": 42,
3416
+ "chainType": "RELAYCHAIN",
3417
+ "symbol": "LGNT",
3418
+ "existentialDeposit": "0",
3419
+ "decimals": 18,
3420
+ "hasNativeNft": false,
3421
+ "supportSmartContract": null,
3422
+ "supportStaking": false
3423
+ },
3424
+ "evmInfo": null
3425
+ },
3426
+ "neatcoin": {
3427
+ "slug": "neatcoin",
3428
+ "name": "Neatcoin",
3429
+ "chainStatus": "ACTIVE",
3430
+ "providers": {
3431
+ "Neatcoin": "wss://rpc.neatcoin.org/ws"
3432
+ },
3433
+ "isTestnet": false,
3434
+ "substrateInfo": {
3435
+ "paraId": null,
3436
+ "relaySlug": null,
3437
+ "genesisHash": "0xfbb541421d30423c9a753ffa844b64fd44d823f513bf49e3b73b3a656309a595",
3438
+ "addressPrefix": 48,
3439
+ "chainType": "RELAYCHAIN",
3440
+ "symbol": "NEAT",
3441
+ "existentialDeposit": "0",
3442
+ "decimals": 12,
3443
+ "hasNativeNft": false,
3444
+ "supportSmartContract": null,
3445
+ "supportStaking": false
3446
+ },
3447
+ "evmInfo": null
3448
+ },
3449
+ "nftmart": {
3450
+ "slug": "nftmart",
3451
+ "name": "NFTMart",
3452
+ "chainStatus": "ACTIVE",
3453
+ "providers": {
3454
+ "NFTMart": "wss://mainnet.nftmart.io/rpc/ws"
3455
+ },
3456
+ "isTestnet": false,
3457
+ "substrateInfo": {
3458
+ "paraId": null,
3459
+ "relaySlug": null,
3460
+ "genesisHash": "0xfcf9074303d8f319ad1bf0195b145871977e7c375883b834247cb01ff22f51f9",
3461
+ "addressPrefix": 12191,
3462
+ "chainType": "RELAYCHAIN",
3463
+ "symbol": "NMT",
3464
+ "existentialDeposit": "0",
3465
+ "decimals": 12,
3466
+ "hasNativeNft": false,
3467
+ "supportSmartContract": null,
3468
+ "supportStaking": false
3469
+ },
3470
+ "evmInfo": null
3471
+ },
3472
+ "polymesh ": {
3473
+ "slug": "polymesh",
3474
+ "name": "Polymesh Mainnet",
3475
+ "chainStatus": "ACTIVE",
3476
+ "providers": {
3477
+ "Polymath": "wss://mainnet-rpc.polymesh.network"
3478
+ },
3479
+ "isTestnet": false,
3480
+ "substrateInfo": {
3481
+ "paraId": null,
3482
+ "relaySlug": null,
3483
+ "genesisHash": "0x6fbd74e5e1d0a 61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063",
3484
+ "addressPrefix": 12,
3485
+ "chainType": "RELAYCHAIN",
3486
+ "blockExplorer": "https://polymesh.subscan.io/",
3487
+ "symbol": "POLYX",
3488
+ "existentialDeposit": "0",
3489
+ "decimals": 6,
3490
+ "hasNativeNft": false,
3491
+ "supportSmartContract": null,
3492
+ "supportStaking": false
3493
+ },
3494
+ "evmInfo": null
3495
+ },
3496
+ "riochain": {
3497
+ "slug": "riochain",
3498
+ "name": "RioChain",
3499
+ "chainStatus": "ACTIVE",
3500
+ "providers": {
3501
+ "RioChain": "wss://node.v1.riochain.io"
3502
+ },
3503
+ "isTestnet": false,
3504
+ "substrateInfo": {
3505
+ "paraId": null,
3506
+ "relaySlug": null,
3507
+ "genesisHash": "0xd8c6dc2e057b94d05c870a7b39bfb30ae10202ed9cf7731d28dafcfe9458e307",
3508
+ "addressPrefix": 42,
3509
+ "chainType": "RELAYCHAIN",
3510
+ "symbol": "RFUEL",
3511
+ "existentialDeposit": "0",
3512
+ "decimals": 12,
3513
+ "supportStaking": false,
3514
+ "hasNativeNft": false,
3515
+ "supportSmartContract": null
3516
+ },
3517
+ "evmInfo": null
3518
+ },
3519
+ "sherpax": {
3520
+ "slug": "sherpax",
3521
+ "name": "SherpaX",
3522
+ "chainStatus": "ACTIVE",
3523
+ "providers": {
3524
+ "ChainX": "wss://mainnet.sherpax.io"
3525
+ },
3526
+ "isTestnet": false,
3527
+ "substrateInfo": {
3528
+ "paraId": null,
3529
+ "relaySlug": null,
3530
+ "genesisHash": "0xe195ef16d0c628b5cab1486a233865def6e71f8b7814dd058a6b93a85118b796",
3531
+ "addressPrefix": 44,
3532
+ "chainType": "RELAYCHAIN",
3533
+ "symbol": "KSX",
3534
+ "existentialDeposit": "0",
3535
+ "decimals": 18,
3536
+ "supportStaking": false,
3537
+ "hasNativeNft": false,
3538
+ "supportSmartContract": null
3539
+ },
3540
+ "evmInfo": null
3541
+ },
3542
+ "sora-substrate": {
3543
+ "slug": "sora-substrate",
3544
+ "name": "SORA",
3545
+ "chainStatus": "ACTIVE",
3546
+ "providers": {
3547
+ "SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
3548
+ "SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
3549
+ "SORA Parliament Ministry of Finance #3": "wss://mof3.sora.org",
3550
+ "OnFinality": "wss://sora.api.onfinality.io/public-ws"
3551
+ },
3552
+ "isTestnet": false,
3553
+ "substrateInfo": {
3554
+ "paraId": null,
3555
+ "relaySlug": null,
3556
+ "genesisHash": "0x7e4e32d0feafd4f9c9414b0be86373f9a1efa904809b683453a9af6856d38ad5",
3557
+ "addressPrefix": 69,
3558
+ "chainType": "RELAYCHAIN",
3559
+ "blockExplorer": "https://sora.subscan.io",
3560
+ "symbol": "XOR",
3561
+ "existentialDeposit": "0",
3562
+ "decimals": 18,
3563
+ "supportStaking": false,
3564
+ "hasNativeNft": false,
3565
+ "supportSmartContract": null
3566
+ },
3567
+ "evmInfo": null
3568
+ },
3569
+ "swapdex": {
3570
+ "slug": "swapdex",
3571
+ "name": "Swapdex",
3572
+ "chainStatus": "ACTIVE",
3573
+ "providers": {
3574
+ "Swapdex": "wss://ws.swapdex.network"
3575
+ },
3576
+ "isTestnet": false,
3577
+ "substrateInfo": {
3578
+ "paraId": null,
3579
+ "relaySlug": null,
3580
+ "genesisHash": "0x15bac4f0a9aad3f46c5fc067fdb59b3ff29738dcd491fe5e37b4b76121163471",
3581
+ "addressPrefix": 42,
3582
+ "chainType": "RELAYCHAIN",
3583
+ "symbol": "SDX",
3584
+ "existentialDeposit": "0",
3585
+ "decimals": 18,
3586
+ "supportStaking": false,
3587
+ "hasNativeNft": false,
3588
+ "supportSmartContract": null
3589
+ },
3590
+ "evmInfo": null
3591
+ },
3592
+ "3dpass": {
3593
+ "slug": "3dpass",
3594
+ "name": "3DPass",
3595
+ "chainStatus": "ACTIVE",
3596
+ "providers": {
3597
+ "3dpass": "wss://rpc2.3dpass.org"
3598
+ },
3599
+ "isTestnet": false,
3600
+ "substrateInfo": {
3601
+ "paraId": null,
3602
+ "relaySlug": null,
3603
+ "genesisHash": "0x6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66",
3604
+ "addressPrefix": 71,
3605
+ "chainType": "RELAYCHAIN",
3606
+ "symbol": "P3D",
3607
+ "existentialDeposit": "0",
3608
+ "decimals": 12,
3609
+ "supportStaking": false,
3610
+ "hasNativeNft": false,
3611
+ "supportSmartContract": null
3612
+ },
3613
+ "evmInfo": null
3614
+ },
3615
+ "alephSmartNet": {
3616
+ "slug": "alephSmartNet",
3617
+ "name": "Aleph Zero Smartnet",
3618
+ "chainStatus": "ACTIVE",
3619
+ "providers": {
3620
+ "alephSmartNet": "wss://ws-smartnet.test.azero.dev"
3621
+ },
3622
+ "isTestnet ": true,
3623
+ "substrateInfo": {
3624
+ "paraId": null,
3625
+ "relaySlug": null,
3626
+ "genesisHash": "0x6153e2745a56d188365372b5cce283dfddbb96b17e9bb396cceb4630103ff92b",
3627
+ "addressPrefix": 42,
3628
+ "chainType": "RELAYCHAIN",
3629
+ "symbol": "SZERO",
3630
+ "existentialDeposit": "0",
3631
+ "decimals": 12,
3632
+ "supportStaking": false,
3633
+ "hasNativeNft": false,
3634
+ "supportSmartContract": null
3635
+ },
3636
+ "evmInfo": null
3637
+ },
3638
+ "kulupu": {
3639
+ "slug": "kulupu",
3640
+ "name": "Kulupu",
3641
+ "chainStatus": "ACTIVE",
3642
+ "providers": {
3643
+ "Kulupu": "wss://rpc.kulupu.corepaper.org/ws"
3644
+ },
3645
+ "isTestnet": false,
3646
+ "substrateInfo": {
3647
+ "paraId": null,
3648
+ "relaySlug": null,
3649
+ "genesisHash": "0xf7a99d3cb92853d00d5275c971c132c074636256583fee53b3bbe60d7b8769ba",
3650
+ "addressPrefix": 16,
3651
+ "chainType": "RELAYCHAIN",
3652
+ "blockExplorer": "https://kulupu.subscan.io",
3653
+ "symbol": "KLP",
3654
+ "existentialDeposit": "0",
3655
+ "decimals": 12,
3656
+ "supportStaking": false,
3657
+ "hasNativeNft": false,
3658
+ "supportSmartContract": null
3659
+ },
3660
+ "evmInfo": null
3661
+ },
3662
+ "joystream": {
3663
+ "slug": "joystream",
3664
+ "name": "Joystream",
3665
+ "chainStatus": "ACTIVE",
3666
+ "providers": {
3667
+ "Jsgenesis": "wss://rpc.joystream.org"
3668
+ },
3669
+ "isTestnet": false,
3670
+ "substrateInfo": {
3671
+ "paraId": null,
3672
+ "relaySlug": null,
3673
+ "genesisHash": "0x6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956",
3674
+ "addressPrefix": 126,
3675
+ "chainType": "RELAYCHAIN",
3676
+ "symbol": "JOY",
3677
+ "existentialDeposit": "0",
3678
+ "decimals": 10,
3679
+ "supportStaking": false,
3680
+ "hasNativeNft": false,
3681
+ "supportSmartContract": null
3682
+ },
3683
+ "evmInfo": null
3684
+ }
3685
+ }
3686
+
3687
+ const output = {}
3688
+
3689
+ const decimals = {
3690
+ moonriver: "0",
3691
+ pangolinEvm: '0',
3692
+ pangolin: '0',
3693
+ automata: '1000000000000000000',
3694
+ kusama: '333333333',
3695
+ fusotao: '1',
3696
+ opal: '0',
3697
+ dorafactory: '1000000000',
3698
+ barnacle_evm: '0',
3699
+ atocha: '1000000000000000000',
3700
+ unique_network: '0',
3701
+ deBio: '10000000000000000',
3702
+ acala: '100000000000',
3703
+ moonbase: '0',
3704
+ crab: '0',
3705
+ moonbeam: '0',
3706
+ robonomics: '1000',
3707
+ nftmart: '1000000000000',
3708
+ quartz: '0',
3709
+ litmus: '100000000000',
3710
+ calamari: '100000000000',
3711
+ riochain: '0',
3712
+ composableFinance: '100000000000',
3713
+ gear_testnet: '500',
3714
+ '3dpass': '1',
3715
+ efinity: '1000000000000000000',
3716
+ discovol_testnet: '1000000000000',
3717
+ crabEvm: '0',
3718
+ karura: '100000000000',
3719
+ edgeware: '10000000000000',
3720
+ altair: '1000000000000',
3721
+ shadow: '100000000000',
3722
+ bitcountry: '1',
3723
+ bifrost: '10000000000',
3724
+ shiden: '1000000',
3725
+ statemine: '33333333',
3726
+ encointer: '3333333',
3727
+ bajun: '1000000000',
3728
+ astarEvm: '1000000',
3729
+ kico: '100000000000000',
3730
+ darwinia: '0',
3731
+ statemint: '1000000000',
3732
+ odyssey: '500',
3733
+ xx_network: '1000000000',
3734
+ creditcoin: '500',
3735
+ ipci: '1000000',
3736
+ myriad: '1000000000000000000',
3737
+ subspace_gemini_2a: '500',
3738
+ subspace_gemini_3c: '500',
3739
+ uniqueNft: '0',
3740
+ nodle: '10000',
3741
+ turingStaging: '100000000',
3742
+ frequency: '1000000',
3743
+ centrifuge: '1000000000000',
3744
+ crabParachain: '0',
3745
+ polkadex: '1000000000000',
3746
+ bitgreen: '1000000000',
3747
+ khala: '10000000000',
3748
+ clover: '0',
3749
+ alephTest: '500',
3750
+ pioneer: '100000000000000000',
3751
+ chainx: '0',
3752
+ basilisk: '1000000000000',
3753
+ kilt: '10000000000000',
3754
+ discovol: '1000000000000',
3755
+ westend: '10000000000',
3756
+ hydradx_main: '1000000000000',
3757
+ parallel: '100000000000',
3758
+ shidenEvm: '1000000',
3759
+ swapdex: '0',
3760
+ rmrk: '10000000000',
3761
+ logion: '500',
3762
+ sora_ksm: '1000000000',
3763
+ origintrail: '1000000000000',
3764
+ sakura: '500',
3765
+ integriteePolkadot: '1000000000',
3766
+ ajunaPolkadot: '1000000000',
3767
+ kulupu: '100000',
3768
+ neatcoin: '10000000000',
3769
+ hashedNetwork: '1000000000',
3770
+ imbue_network: '100000000000',
3771
+ shibuya: '1000000',
3772
+ shibuyaEvm: '1000000',
3773
+ 'sora-substrate': '0',
3774
+ bifrost_testnet: '10000000000',
3775
+ bifrost_dot: '10000000000',
3776
+ kabocha: '1000000000',
3777
+ polkadot: '10000000000',
3778
+ tinkernet: '1000000000',
3779
+ calamari_test: '100000000000',
3780
+ kusari: '0',
3781
+ zeitgeist: '50000000',
3782
+ aleph: '500',
3783
+ ternoa: '150000000000000000',
3784
+ kapex: '1',
3785
+ picasso: '100000000000',
3786
+ collectives: '1000000000',
3787
+ litentry: '100000000000',
3788
+ integritee: '1000000000',
3789
+ watr_network: '10000000000000000',
3790
+ crust: '100000000',
3791
+ alephSmartNet: '500',
3792
+ turing: '100000000',
3793
+ pichiu: '1000000000000',
3794
+ dockPosMainnet: '500',
3795
+ joystream: '266666560',
3796
+ snow: '10000000000000000',
3797
+ gmdie: '1000000000',
3798
+ kilt_peregrine: '10000000000000',
3799
+ cloverEvm: '0',
3800
+ heiko: '10000000000',
3801
+ phala: '10000000000',
3802
+ ternoa_alphanet: '150000000000000000',
3803
+ amplitude_test: '1000000000',
3804
+ amplitude: '1000000000',
3805
+ rococo: '33333333',
3806
+ sherpax: '10000000000',
3807
+ polkadexTest: '1000000000000',
3808
+ subsocial_x: '100000000',
3809
+ riodefi: '1000000000',
3810
+ polymesh: '0',
3811
+ astar: '1000000',
3812
+ crownSterling: '1',
3813
+ kylinNetwork: '1000000000000',
3814
+ arctic_testnet: '10000000000000000'
3815
+ }
3816
+
3817
+ Object.values(inputMap).forEach((input) => {
3818
+ if (input.substrateInfo) {
3819
+ input.substrateInfo.existentialDeposit = decimals[input.slug]
3820
+ }
3821
+
3822
+ if (input.substrateInfo && !input.substrateInfo.blockExplorer) {
3823
+ input.substrateInfo.blockExplorer = null
3824
+ }
3825
+
3826
+ if (input.substrateInfo && !input.substrateInfo.supportStaking) {
3827
+ input.substrateInfo.supportStaking = false
3828
+ }
3829
+
3830
+ output[input.slug] = input;
3831
+ })
3832
+
3833
+ const json = JSON.stringify(output);
3834
+
3835
+ import * as fs from "fs";
3836
+
3837
+ fs.writeFile('myjsonfile.json', json, 'utf8', () => {});