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