@subwallet/chain-list 0.2.34-beta.3 → 0.2.35-1
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 +1500 -1450
- package/cjs/data/AssetLogoMap.json +517 -516
- package/cjs/data/ChainAsset.json +481 -467
- package/cjs/data/ChainInfo.json +245 -213
- package/cjs/data/ChainLogoMap.json +210 -209
- package/cjs/data/MultiChainAsset.json +44 -44
- package/cjs/index.js +1 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +517 -516
- package/data/ChainAsset.json +481 -467
- package/data/ChainInfo.json +245 -213
- package/data/ChainLogoMap.json +210 -209
- package/data/MultiChainAsset.json +44 -44
- package/index.js +1 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "Polkadot",
|
|
5
5
|
"isTestnet": false,
|
|
6
6
|
"chainStatus": "ACTIVE",
|
|
7
|
-
"icon": "https://
|
|
7
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadot.png",
|
|
8
8
|
"providers": {
|
|
9
9
|
"Dwellir": "wss://polkadot-rpc.dwellir.com",
|
|
10
10
|
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"name": "Kusama",
|
|
44
44
|
"isTestnet": false,
|
|
45
45
|
"chainStatus": "ACTIVE",
|
|
46
|
-
"icon": "https://
|
|
46
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusama.png",
|
|
47
47
|
"providers": {
|
|
48
48
|
"Dwellir": "wss://kusama-rpc.dwellir.com",
|
|
49
49
|
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"name": "Ethereum",
|
|
83
83
|
"isTestnet": false,
|
|
84
84
|
"chainStatus": "ACTIVE",
|
|
85
|
-
"icon": "https://
|
|
85
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum.png",
|
|
86
86
|
"providers": {
|
|
87
87
|
"Llamarpc": "https://eth.llamarpc.com",
|
|
88
88
|
"PublicNode": "https://ethereum.publicnode.com",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"name": "Binance Smart Chain",
|
|
111
111
|
"isTestnet": false,
|
|
112
112
|
"chainStatus": "ACTIVE",
|
|
113
|
-
"icon": "https://
|
|
113
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance.png",
|
|
114
114
|
"providers": {
|
|
115
115
|
"Binance": "https://bsc-dataseed.binance.org/",
|
|
116
116
|
"Defibit": "https://bsc-dataseed1.defibit.io/",
|
|
@@ -137,13 +137,14 @@
|
|
|
137
137
|
"name": "Moonbeam",
|
|
138
138
|
"isTestnet": false,
|
|
139
139
|
"chainStatus": "ACTIVE",
|
|
140
|
-
"icon": "https://
|
|
140
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbeam.png",
|
|
141
141
|
"providers": {
|
|
142
142
|
"Moonbeam Foundation": "wss://wss.api.moonbeam.network",
|
|
143
143
|
"Dwellir": "wss://moonbeam-rpc.dwellir.com",
|
|
144
144
|
"1rpc": "wss://1rpc.io/glmr",
|
|
145
145
|
"Blast": "wss://moonbeam.public.blastapi.io",
|
|
146
|
-
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws"
|
|
146
|
+
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws",
|
|
147
|
+
"UnitedBloc": "wss://moonbeam.unitedbloc.com"
|
|
147
148
|
},
|
|
148
149
|
"evmInfo": {
|
|
149
150
|
"evmChainId": 1284,
|
|
@@ -195,7 +196,7 @@
|
|
|
195
196
|
"name": "Pioneer Network",
|
|
196
197
|
"isTestnet": false,
|
|
197
198
|
"chainStatus": "ACTIVE",
|
|
198
|
-
"icon": "https://
|
|
199
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pioneer.png",
|
|
199
200
|
"providers": {
|
|
200
201
|
"Pioneer": "wss://pioneer-rpc-3.bit.country/wss"
|
|
201
202
|
},
|
|
@@ -238,7 +239,7 @@
|
|
|
238
239
|
"name": "Aleph Zero",
|
|
239
240
|
"isTestnet": false,
|
|
240
241
|
"chainStatus": "ACTIVE",
|
|
241
|
-
"icon": "https://
|
|
242
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aleph.png",
|
|
242
243
|
"providers": {
|
|
243
244
|
"Aleph Zero Foundation": "wss://ws.azero.dev"
|
|
244
245
|
},
|
|
@@ -272,7 +273,7 @@
|
|
|
272
273
|
"name": "Astar",
|
|
273
274
|
"isTestnet": false,
|
|
274
275
|
"chainStatus": "ACTIVE",
|
|
275
|
-
"icon": "https://
|
|
276
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astar.png",
|
|
276
277
|
"providers": {
|
|
277
278
|
"Astar": "wss://rpc.astar.network",
|
|
278
279
|
"OnFinality": "wss://astar.api.onfinality.io/public-ws",
|
|
@@ -323,7 +324,7 @@
|
|
|
323
324
|
"name": "Astar - EVM",
|
|
324
325
|
"isTestnet": false,
|
|
325
326
|
"chainStatus": "ACTIVE",
|
|
326
|
-
"icon": "https://
|
|
327
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarevm.png",
|
|
327
328
|
"providers": {
|
|
328
329
|
"Astar": "https://evm.astar.network",
|
|
329
330
|
"OnFinality": "https://astar.api.onfinality.io/public",
|
|
@@ -350,7 +351,7 @@
|
|
|
350
351
|
"name": "Polkadot Asset Hub (Statemint)",
|
|
351
352
|
"isTestnet": false,
|
|
352
353
|
"chainStatus": "ACTIVE",
|
|
353
|
-
"icon": "https://
|
|
354
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemint.png",
|
|
354
355
|
"providers": {
|
|
355
356
|
"Dwellir": "wss://statemint-rpc.dwellir.com",
|
|
356
357
|
"RadiumBlock": "wss://statemint.public.curie.radiumblock.co/ws",
|
|
@@ -383,14 +384,15 @@
|
|
|
383
384
|
"name": "Acala",
|
|
384
385
|
"isTestnet": false,
|
|
385
386
|
"chainStatus": "ACTIVE",
|
|
386
|
-
"icon": "https://
|
|
387
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala.png",
|
|
387
388
|
"providers": {
|
|
388
389
|
"Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
|
|
389
390
|
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
390
391
|
"Acala Foundation 2": "wss://acala-rpc-2.aca-api.network/ws",
|
|
391
392
|
"Acala Foundation 3": "wss://acala-rpc-3.aca-api.network/ws",
|
|
392
393
|
"OnFinality": "wss://acala-polkadot.api.onfinality.io/public-ws",
|
|
393
|
-
"Dwellir": "wss://acala-rpc.dwellir.com"
|
|
394
|
+
"Dwellir": "wss://acala-rpc.dwellir.com",
|
|
395
|
+
"LuckyFriday": "wss://rpc-acala.luckyfriday.io"
|
|
394
396
|
},
|
|
395
397
|
"evmInfo": null,
|
|
396
398
|
"substrateInfo": {
|
|
@@ -431,7 +433,7 @@
|
|
|
431
433
|
"name": "Polygon",
|
|
432
434
|
"isTestnet": false,
|
|
433
435
|
"chainStatus": "ACTIVE",
|
|
434
|
-
"icon": "https://
|
|
436
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polygon.png",
|
|
435
437
|
"providers": {
|
|
436
438
|
"Llamarpc": "https://polygon.llamarpc.com",
|
|
437
439
|
"BlastApi": "https://polygon-mainnet.public.blastapi.io",
|
|
@@ -457,7 +459,7 @@
|
|
|
457
459
|
"name": "Arbitrum One",
|
|
458
460
|
"isTestnet": false,
|
|
459
461
|
"chainStatus": "ACTIVE",
|
|
460
|
-
"icon": "https://
|
|
462
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/arbitrum_one.png",
|
|
461
463
|
"providers": {
|
|
462
464
|
"Omniatech": "https://endpoints.omniatech.io/v1/arbitrum/one/public",
|
|
463
465
|
"BlastApi": "https://arbitrum-one.public.blastapi.io"
|
|
@@ -482,7 +484,7 @@
|
|
|
482
484
|
"name": "Optimism",
|
|
483
485
|
"isTestnet": false,
|
|
484
486
|
"chainStatus": "ACTIVE",
|
|
485
|
-
"icon": "https://
|
|
487
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/optimism.png",
|
|
486
488
|
"providers": {
|
|
487
489
|
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
|
|
488
490
|
},
|
|
@@ -506,7 +508,7 @@
|
|
|
506
508
|
"name": "TomoChain",
|
|
507
509
|
"isTestnet": false,
|
|
508
510
|
"chainStatus": "ACTIVE",
|
|
509
|
-
"icon": "https://
|
|
511
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tomochain.png",
|
|
510
512
|
"providers": {
|
|
511
513
|
"TomoChain": "https://rpc.tomochain.com"
|
|
512
514
|
},
|
|
@@ -530,7 +532,7 @@
|
|
|
530
532
|
"name": "Aleph Zero Testnet",
|
|
531
533
|
"isTestnet": true,
|
|
532
534
|
"chainStatus": "ACTIVE",
|
|
533
|
-
"icon": "https://
|
|
535
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephtest.png",
|
|
534
536
|
"providers": {
|
|
535
537
|
"Aleph Zero Foundation": "wss://ws.test.azero.dev"
|
|
536
538
|
},
|
|
@@ -562,7 +564,7 @@
|
|
|
562
564
|
"name": "Shiden",
|
|
563
565
|
"isTestnet": false,
|
|
564
566
|
"chainStatus": "ACTIVE",
|
|
565
|
-
"icon": "https://
|
|
567
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shiden.png",
|
|
566
568
|
"providers": {
|
|
567
569
|
"Astar": "wss://rpc.shiden.astar.network",
|
|
568
570
|
"OnFinality": "wss://shiden.api.onfinality.io/public-ws",
|
|
@@ -633,7 +635,7 @@
|
|
|
633
635
|
"name": "Shiden - EVM",
|
|
634
636
|
"isTestnet": false,
|
|
635
637
|
"chainStatus": "ACTIVE",
|
|
636
|
-
"icon": "https://
|
|
638
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shidenevm.png",
|
|
637
639
|
"providers": {
|
|
638
640
|
"Astar": "https://evm.shiden.astar.network",
|
|
639
641
|
"OnFinality": "https://shiden.api.onfinality.io/public",
|
|
@@ -660,7 +662,7 @@
|
|
|
660
662
|
"name": "Shibuya Testnet",
|
|
661
663
|
"isTestnet": true,
|
|
662
664
|
"chainStatus": "ACTIVE",
|
|
663
|
-
"icon": "https://
|
|
665
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuya.png",
|
|
664
666
|
"providers": {
|
|
665
667
|
"Shibuya": "wss://rpc.shibuya.astar.network",
|
|
666
668
|
"Dwellir": "wss://shibuya-rpc.dwellir.com"
|
|
@@ -695,7 +697,7 @@
|
|
|
695
697
|
"name": "Shibuya Testnet - EVM",
|
|
696
698
|
"isTestnet": true,
|
|
697
699
|
"chainStatus": "ACTIVE",
|
|
698
|
-
"icon": "https://
|
|
700
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuyaevm.png",
|
|
699
701
|
"providers": {
|
|
700
702
|
"Shibuya": "https://evm.shibuya.astar.network ",
|
|
701
703
|
"Dwellir": "https://shibuya-rpc.dwellir.com",
|
|
@@ -721,7 +723,7 @@
|
|
|
721
723
|
"name": "Aventus Polkadot",
|
|
722
724
|
"isTestnet": false,
|
|
723
725
|
"chainStatus": "ACTIVE",
|
|
724
|
-
"icon": "https://
|
|
726
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus.png",
|
|
725
727
|
"providers": {
|
|
726
728
|
"Aventus": "wss://public-rpc.mainnet.aventus.io"
|
|
727
729
|
},
|
|
@@ -762,7 +764,7 @@
|
|
|
762
764
|
"name": "Westend",
|
|
763
765
|
"isTestnet": true,
|
|
764
766
|
"chainStatus": "ACTIVE",
|
|
765
|
-
"icon": "https://
|
|
767
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/westend.png",
|
|
766
768
|
"providers": {
|
|
767
769
|
"Parity": "wss://westend-rpc.polkadot.io",
|
|
768
770
|
"Dwellir": "wss://westend-rpc.dwellir.com",
|
|
@@ -797,7 +799,7 @@
|
|
|
797
799
|
"name": "Rococo",
|
|
798
800
|
"isTestnet": true,
|
|
799
801
|
"chainStatus": "ACTIVE",
|
|
800
|
-
"icon": "https://
|
|
802
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo.png",
|
|
801
803
|
"providers": {
|
|
802
804
|
"Parity": "wss://rococo-rpc.polkadot.io",
|
|
803
805
|
"Light Client": "light://substrate-connect/rococo"
|
|
@@ -832,7 +834,7 @@
|
|
|
832
834
|
"name": "Bit.Country - Alpha Net",
|
|
833
835
|
"isTestnet": true,
|
|
834
836
|
"chainStatus": "ACTIVE",
|
|
835
|
-
"icon": "https://
|
|
837
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcountry.png",
|
|
836
838
|
"providers": {
|
|
837
839
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
838
840
|
},
|
|
@@ -861,7 +863,7 @@
|
|
|
861
863
|
"name": "Equilibrium",
|
|
862
864
|
"isTestnet": false,
|
|
863
865
|
"chainStatus": "ACTIVE",
|
|
864
|
-
"icon": "https://
|
|
866
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/equilibrium_parachain.png",
|
|
865
867
|
"providers": {
|
|
866
868
|
"Equilibrium": "wss://node.pol.equilibrium.io",
|
|
867
869
|
"Dwellir": "wss://equilibrium-rpc.dwellir.com"
|
|
@@ -903,7 +905,7 @@
|
|
|
903
905
|
"name": "Moonbase Alpha",
|
|
904
906
|
"isTestnet": true,
|
|
905
907
|
"chainStatus": "ACTIVE",
|
|
906
|
-
"icon": "https://
|
|
908
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbase.png",
|
|
907
909
|
"providers": {
|
|
908
910
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
909
911
|
"Blast": "wss://moonbase-alpha.public.blastapi.io",
|
|
@@ -947,7 +949,7 @@
|
|
|
947
949
|
"name": "Moonriver",
|
|
948
950
|
"isTestnet": false,
|
|
949
951
|
"chainStatus": "ACTIVE",
|
|
950
|
-
"icon": "https://
|
|
952
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonriver.png",
|
|
951
953
|
"providers": {
|
|
952
954
|
"Moonbeam Foundation": "wss://wss.api.moonriver.moonbeam.network",
|
|
953
955
|
"Blast": "wss://moonriver.public.blastapi.io",
|
|
@@ -1015,7 +1017,7 @@
|
|
|
1015
1017
|
"name": "Turing Staging",
|
|
1016
1018
|
"isTestnet": true,
|
|
1017
1019
|
"chainStatus": "ACTIVE",
|
|
1018
|
-
"icon": "https://
|
|
1020
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turingstaging.png",
|
|
1019
1021
|
"providers": {
|
|
1020
1022
|
"Turing": "wss://rpc.turing-staging.oak.tech"
|
|
1021
1023
|
},
|
|
@@ -1044,7 +1046,7 @@
|
|
|
1044
1046
|
"name": "Turing",
|
|
1045
1047
|
"isTestnet": false,
|
|
1046
1048
|
"chainStatus": "ACTIVE",
|
|
1047
|
-
"icon": "https://
|
|
1049
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turing.png",
|
|
1048
1050
|
"providers": {
|
|
1049
1051
|
"Turing": "wss://rpc.turing.oak.tech",
|
|
1050
1052
|
"Dwellir": "wss://turing-rpc.dwellir.com"
|
|
@@ -1088,7 +1090,7 @@
|
|
|
1088
1090
|
"name": "Bifrost Kusama",
|
|
1089
1091
|
"isTestnet": false,
|
|
1090
1092
|
"chainStatus": "ACTIVE",
|
|
1091
|
-
"icon": "https://
|
|
1093
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost.png",
|
|
1092
1094
|
"providers": {
|
|
1093
1095
|
"Liebi 0": "wss://bifrost-rpc.liebi.com/ws",
|
|
1094
1096
|
"Dwellir": "wss://bifrost-rpc.dwellir.com",
|
|
@@ -1144,9 +1146,11 @@
|
|
|
1144
1146
|
"name": "Bifrost Polkadot",
|
|
1145
1147
|
"isTestnet": false,
|
|
1146
1148
|
"chainStatus": "ACTIVE",
|
|
1147
|
-
"icon": "https://
|
|
1149
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_dot.png",
|
|
1148
1150
|
"providers": {
|
|
1151
|
+
"Dwellir": "wss://bifrost-polkadot-rpc.dwellir.com",
|
|
1149
1152
|
"Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
|
|
1153
|
+
"LiebiEU": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
|
|
1150
1154
|
"OnFinality": "wss://bifrost-polkadot.api.onfinality.io/public-ws"
|
|
1151
1155
|
},
|
|
1152
1156
|
"evmInfo": null,
|
|
@@ -1188,7 +1192,7 @@
|
|
|
1188
1192
|
"name": "Bifrost Testnet",
|
|
1189
1193
|
"isTestnet": true,
|
|
1190
1194
|
"chainStatus": "ACTIVE",
|
|
1191
|
-
"icon": "https://
|
|
1195
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_testnet.png",
|
|
1192
1196
|
"providers": {
|
|
1193
1197
|
"Liebi": "wss://bifrost-rpc.rococo.liebi.com/ws"
|
|
1194
1198
|
},
|
|
@@ -1217,7 +1221,7 @@
|
|
|
1217
1221
|
"name": "Calamari",
|
|
1218
1222
|
"isTestnet": false,
|
|
1219
1223
|
"chainStatus": "ACTIVE",
|
|
1220
|
-
"icon": "https://
|
|
1224
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari.png",
|
|
1221
1225
|
"providers": {
|
|
1222
1226
|
"Manta Network": "wss://calamari.systems"
|
|
1223
1227
|
},
|
|
@@ -1260,7 +1264,7 @@
|
|
|
1260
1264
|
"name": "Amplitude",
|
|
1261
1265
|
"isTestnet": false,
|
|
1262
1266
|
"chainStatus": "ACTIVE",
|
|
1263
|
-
"icon": "https://
|
|
1267
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude.png",
|
|
1264
1268
|
"providers": {
|
|
1265
1269
|
"Amplitude": "wss://rpc-amplitude.pendulumchain.tech"
|
|
1266
1270
|
},
|
|
@@ -1301,7 +1305,7 @@
|
|
|
1301
1305
|
"name": "Amplitude Testnet",
|
|
1302
1306
|
"isTestnet": true,
|
|
1303
1307
|
"chainStatus": "ACTIVE",
|
|
1304
|
-
"icon": "https://
|
|
1308
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude_test.png",
|
|
1305
1309
|
"providers": {
|
|
1306
1310
|
"Amplitude": "wss://rpc-foucoco.pendulumchain.tech"
|
|
1307
1311
|
},
|
|
@@ -1330,7 +1334,7 @@
|
|
|
1330
1334
|
"name": "Bobabase Testnet",
|
|
1331
1335
|
"isTestnet": true,
|
|
1332
1336
|
"chainStatus": "INACTIVE",
|
|
1333
|
-
"icon": "https://
|
|
1337
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabase.png",
|
|
1334
1338
|
"providers": {},
|
|
1335
1339
|
"evmInfo": {
|
|
1336
1340
|
"evmChainId": 1297,
|
|
@@ -1352,7 +1356,7 @@
|
|
|
1352
1356
|
"name": "Ethereum Testnet (Goerli)",
|
|
1353
1357
|
"isTestnet": true,
|
|
1354
1358
|
"chainStatus": "ACTIVE",
|
|
1355
|
-
"icon": "https://
|
|
1359
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum_goerli.png",
|
|
1356
1360
|
"providers": {
|
|
1357
1361
|
"Infura": "https://goerli.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
|
|
1358
1362
|
},
|
|
@@ -1376,7 +1380,7 @@
|
|
|
1376
1380
|
"name": "Binance Smart Chain (Testnet)",
|
|
1377
1381
|
"isTestnet": true,
|
|
1378
1382
|
"chainStatus": "ACTIVE",
|
|
1379
|
-
"icon": "https://
|
|
1383
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance_test.png",
|
|
1380
1384
|
"providers": {
|
|
1381
1385
|
"Binance": "https://data-seed-prebsc-1-s1.binance.org:8545/",
|
|
1382
1386
|
"Binance2": "https://data-seed-prebsc-2-s1.binance.org:8545/"
|
|
@@ -1401,10 +1405,10 @@
|
|
|
1401
1405
|
"name": "Parallel",
|
|
1402
1406
|
"isTestnet": false,
|
|
1403
1407
|
"chainStatus": "ACTIVE",
|
|
1404
|
-
"icon": "https://
|
|
1408
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/parallel.png",
|
|
1405
1409
|
"providers": {
|
|
1406
1410
|
"Dwellir": "wss://parallel-rpc.dwellir.com",
|
|
1407
|
-
"Parallel": "wss://rpc.parallel.fi"
|
|
1411
|
+
"Parallel": "wss://polkadot-parallel-rpc.parallel.fi"
|
|
1408
1412
|
},
|
|
1409
1413
|
"evmInfo": null,
|
|
1410
1414
|
"substrateInfo": {
|
|
@@ -1467,7 +1471,7 @@
|
|
|
1467
1471
|
"name": "Clover",
|
|
1468
1472
|
"isTestnet": false,
|
|
1469
1473
|
"chainStatus": "ACTIVE",
|
|
1470
|
-
"icon": "https://
|
|
1474
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/clover.png",
|
|
1471
1475
|
"providers": {
|
|
1472
1476
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1473
1477
|
},
|
|
@@ -1521,7 +1525,7 @@
|
|
|
1521
1525
|
"name": "Clover - EVM",
|
|
1522
1526
|
"isTestnet": false,
|
|
1523
1527
|
"chainStatus": "ACTIVE",
|
|
1524
|
-
"icon": "https://
|
|
1528
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cloverevm.png",
|
|
1525
1529
|
"providers": {
|
|
1526
1530
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1527
1531
|
},
|
|
@@ -1545,7 +1549,7 @@
|
|
|
1545
1549
|
"name": "HydraDX",
|
|
1546
1550
|
"isTestnet": false,
|
|
1547
1551
|
"chainStatus": "ACTIVE",
|
|
1548
|
-
"icon": "https://
|
|
1552
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_main.png",
|
|
1549
1553
|
"providers": {
|
|
1550
1554
|
"Galactic Council": "wss://rpc.hydradx.cloud",
|
|
1551
1555
|
"Dwellir": "wss://hydradx-rpc.dwellir.com"
|
|
@@ -1589,7 +1593,7 @@
|
|
|
1589
1593
|
"name": "Edgeware",
|
|
1590
1594
|
"isTestnet": false,
|
|
1591
1595
|
"chainStatus": "ACTIVE",
|
|
1592
|
-
"icon": "https://
|
|
1596
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/edgeware.png",
|
|
1593
1597
|
"providers": {
|
|
1594
1598
|
"JelliedOwl": "wss://edgeware.jelliedowl.net",
|
|
1595
1599
|
"Commonwealth Labs": "wss://mainnet2.edgewa.re"
|
|
@@ -1619,7 +1623,7 @@
|
|
|
1619
1623
|
"name": "Centrifuge",
|
|
1620
1624
|
"isTestnet": false,
|
|
1621
1625
|
"chainStatus": "ACTIVE",
|
|
1622
|
-
"icon": "https://
|
|
1626
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/centrifuge.png",
|
|
1623
1627
|
"providers": {
|
|
1624
1628
|
"Centrifuge": "wss://fullnode.parachain.centrifuge.io",
|
|
1625
1629
|
"OnFinality": "wss://centrifuge-parachain.api.onfinality.io/public-ws"
|
|
@@ -1663,9 +1667,11 @@
|
|
|
1663
1667
|
"name": "Interlay",
|
|
1664
1668
|
"isTestnet": false,
|
|
1665
1669
|
"chainStatus": "ACTIVE",
|
|
1666
|
-
"icon": "https://
|
|
1670
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/interlay.png",
|
|
1667
1671
|
"providers": {
|
|
1668
|
-
"Kintsugi Labs": "wss://api.interlay.io/parachain"
|
|
1672
|
+
"Kintsugi Labs": "wss://api.interlay.io/parachain",
|
|
1673
|
+
"Dwellir": "wss://interlay-rpc.dwellir.com",
|
|
1674
|
+
"LuckyFriday": "wss://rpc-interlay.luckyfriday.io/"
|
|
1669
1675
|
},
|
|
1670
1676
|
"evmInfo": null,
|
|
1671
1677
|
"substrateInfo": {
|
|
@@ -1706,7 +1712,7 @@
|
|
|
1706
1712
|
"name": "Nodle",
|
|
1707
1713
|
"isTestnet": false,
|
|
1708
1714
|
"chainStatus": "ACTIVE",
|
|
1709
|
-
"icon": "https://
|
|
1715
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nodle.png",
|
|
1710
1716
|
"providers": {
|
|
1711
1717
|
"OnFinality": "wss://nodle-parachain.api.onfinality.io/public-ws",
|
|
1712
1718
|
"Dwellir": "wss://eden-rpc.dwellir.com"
|
|
@@ -1750,7 +1756,7 @@
|
|
|
1750
1756
|
"name": "Darwinia 2",
|
|
1751
1757
|
"isTestnet": false,
|
|
1752
1758
|
"chainStatus": "ACTIVE",
|
|
1753
|
-
"icon": "https://
|
|
1759
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/darwinia2.png",
|
|
1754
1760
|
"providers": {
|
|
1755
1761
|
"Darwinia Network": "wss://rpc.darwinia.network",
|
|
1756
1762
|
"Darwinia Community": "wss://darwinia-rpc.darwiniacommunitydao.xyz",
|
|
@@ -1794,7 +1800,7 @@
|
|
|
1794
1800
|
"name": "SORA Kusama",
|
|
1795
1801
|
"isTestnet": false,
|
|
1796
1802
|
"chainStatus": "ACTIVE",
|
|
1797
|
-
"icon": "https://
|
|
1803
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_ksm.png",
|
|
1798
1804
|
"providers": {
|
|
1799
1805
|
"Soramitsu": "wss://ws.parachain-collator-1.c1.sora2.soramitsu.co.jp"
|
|
1800
1806
|
},
|
|
@@ -1846,7 +1852,7 @@
|
|
|
1846
1852
|
"name": "Ares Odyssey",
|
|
1847
1853
|
"isTestnet": false,
|
|
1848
1854
|
"chainStatus": "ACTIVE",
|
|
1849
|
-
"icon": "https://
|
|
1855
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/odyssey.png",
|
|
1850
1856
|
"providers": {
|
|
1851
1857
|
"AresProtocol": "wss://odyssey.aresprotocol.io"
|
|
1852
1858
|
},
|
|
@@ -1875,9 +1881,11 @@
|
|
|
1875
1881
|
"name": "Polkadex",
|
|
1876
1882
|
"isTestnet": false,
|
|
1877
1883
|
"chainStatus": "ACTIVE",
|
|
1878
|
-
"icon": "https://
|
|
1884
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex.png",
|
|
1879
1885
|
"providers": {
|
|
1880
|
-
"
|
|
1886
|
+
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
1887
|
+
"Dwellir": "wss://polkadex-rpc.dwellir.com",
|
|
1888
|
+
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
1881
1889
|
},
|
|
1882
1890
|
"evmInfo": null,
|
|
1883
1891
|
"substrateInfo": {
|
|
@@ -1892,7 +1900,7 @@
|
|
|
1892
1900
|
"symbol": "PDEX",
|
|
1893
1901
|
"decimals": 12,
|
|
1894
1902
|
"hasNativeNft": false,
|
|
1895
|
-
"supportStaking":
|
|
1903
|
+
"supportStaking": false,
|
|
1896
1904
|
"supportSmartContract": null,
|
|
1897
1905
|
"crowdloanParaId": null,
|
|
1898
1906
|
"crowdloanFunds": [
|
|
@@ -1918,7 +1926,7 @@
|
|
|
1918
1926
|
"name": "Polkadex - Testnet",
|
|
1919
1927
|
"isTestnet": true,
|
|
1920
1928
|
"chainStatus": "STOPPED",
|
|
1921
|
-
"icon": "https://
|
|
1929
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadextest.png",
|
|
1922
1930
|
"providers": {
|
|
1923
1931
|
"Polkadex Team": "wss://blockchain.polkadex.trade"
|
|
1924
1932
|
},
|
|
@@ -1947,7 +1955,7 @@
|
|
|
1947
1955
|
"name": "RMRK Devnet",
|
|
1948
1956
|
"isTestnet": true,
|
|
1949
1957
|
"chainStatus": "INACTIVE",
|
|
1950
|
-
"icon": "https://
|
|
1958
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rmrk.png",
|
|
1951
1959
|
"providers": {
|
|
1952
1960
|
"rmrk": "wss://staging.node.rmrk.app"
|
|
1953
1961
|
},
|
|
@@ -1976,7 +1984,7 @@
|
|
|
1976
1984
|
"name": "Dolphin Testnet",
|
|
1977
1985
|
"isTestnet": true,
|
|
1978
1986
|
"chainStatus": "INACTIVE",
|
|
1979
|
-
"icon": "https://
|
|
1987
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dolphin.png",
|
|
1980
1988
|
"providers": {},
|
|
1981
1989
|
"evmInfo": null,
|
|
1982
1990
|
"substrateInfo": {
|
|
@@ -2003,7 +2011,7 @@
|
|
|
2003
2011
|
"name": "Opal",
|
|
2004
2012
|
"isTestnet": true,
|
|
2005
2013
|
"chainStatus": "ACTIVE",
|
|
2006
|
-
"icon": "https://
|
|
2014
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/opal.png",
|
|
2007
2015
|
"providers": {
|
|
2008
2016
|
"Unique": "wss://ws-opal.unique.network",
|
|
2009
2017
|
"Europe": "wss://eu-ws-opal.unique.network",
|
|
@@ -2035,7 +2043,7 @@
|
|
|
2035
2043
|
"name": "Efinity",
|
|
2036
2044
|
"isTestnet": false,
|
|
2037
2045
|
"chainStatus": "INACTIVE",
|
|
2038
|
-
"icon": "https://
|
|
2046
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/efinity.png",
|
|
2039
2047
|
"providers": {
|
|
2040
2048
|
"Efinity": "wss://rpc.efinity.io",
|
|
2041
2049
|
"Dwellir": "wss://efinity -rpc.dwellir.com"
|
|
@@ -2077,7 +2085,7 @@
|
|
|
2077
2085
|
"name": "Composable Finance",
|
|
2078
2086
|
"isTestnet": false,
|
|
2079
2087
|
"chainStatus": "ACTIVE",
|
|
2080
|
-
"icon": "https://
|
|
2088
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/composablefinance.png",
|
|
2081
2089
|
"providers": {
|
|
2082
2090
|
"Composable": "wss://rpc.composable.finance"
|
|
2083
2091
|
},
|
|
@@ -2120,7 +2128,7 @@
|
|
|
2120
2128
|
"name": "Phala",
|
|
2121
2129
|
"isTestnet": false,
|
|
2122
2130
|
"chainStatus": "ACTIVE",
|
|
2123
|
-
"icon": "https://
|
|
2131
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phala.png",
|
|
2124
2132
|
"providers": {
|
|
2125
2133
|
"Phala": "wss://api.phala.network/ws",
|
|
2126
2134
|
"OnFinality": "wss://phala.api.onfinality.io/public-ws"
|
|
@@ -2164,7 +2172,7 @@
|
|
|
2164
2172
|
"name": "Crust",
|
|
2165
2173
|
"isTestnet": false,
|
|
2166
2174
|
"chainStatus": "ACTIVE",
|
|
2167
|
-
"icon": "https://
|
|
2175
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust.png",
|
|
2168
2176
|
"providers": {
|
|
2169
2177
|
"Crust": "wss://crust-parachain.crustapps.net"
|
|
2170
2178
|
},
|
|
@@ -2207,7 +2215,7 @@
|
|
|
2207
2215
|
"name": "Kusama Asset Hub (Statemine)",
|
|
2208
2216
|
"isTestnet": false,
|
|
2209
2217
|
"chainStatus": "ACTIVE",
|
|
2210
|
-
"icon": "https://
|
|
2218
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemine.png",
|
|
2211
2219
|
"providers": {
|
|
2212
2220
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2213
2221
|
"RadiumBlock": "wss://statemine.public.curie.radiumblock.co/ws",
|
|
@@ -2240,7 +2248,7 @@
|
|
|
2240
2248
|
"name": "Karura",
|
|
2241
2249
|
"isTestnet": false,
|
|
2242
2250
|
"chainStatus": "ACTIVE",
|
|
2243
|
-
"icon": "https://
|
|
2251
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura.png",
|
|
2244
2252
|
"providers": {
|
|
2245
2253
|
"Acala Foundation 0": "wss://karura-rpc-0.aca-api.network",
|
|
2246
2254
|
"Acala Foundation 1": "wss://karura-rpc-1.aca-api.network",
|
|
@@ -2275,7 +2283,7 @@
|
|
|
2275
2283
|
"name": "Khala",
|
|
2276
2284
|
"isTestnet": false,
|
|
2277
2285
|
"chainStatus": "ACTIVE",
|
|
2278
|
-
"icon": "https://
|
|
2286
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/khala.png",
|
|
2279
2287
|
"providers": {
|
|
2280
2288
|
"Phala": "wss://khala-api.phala.network/ws",
|
|
2281
2289
|
"OnFinality": "wss://khala.api.onfinality.io/public-ws",
|
|
@@ -2320,7 +2328,7 @@
|
|
|
2320
2328
|
"name": "KILT Spiritnet",
|
|
2321
2329
|
"isTestnet": false,
|
|
2322
2330
|
"chainStatus": "ACTIVE",
|
|
2323
|
-
"icon": "https://
|
|
2331
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt.png",
|
|
2324
2332
|
"providers": {
|
|
2325
2333
|
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
2326
2334
|
"OnFinality": "wss://spiritnet.api.onfinality.io/public-ws",
|
|
@@ -2353,7 +2361,7 @@
|
|
|
2353
2361
|
"name": "Basilisk",
|
|
2354
2362
|
"isTestnet": false,
|
|
2355
2363
|
"chainStatus": "ACTIVE",
|
|
2356
|
-
"icon": "https://
|
|
2364
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/basilisk.png",
|
|
2357
2365
|
"providers": {
|
|
2358
2366
|
"Basilisk ": "wss://rpc.basilisk.cloud",
|
|
2359
2367
|
"Dwellir": "wss://basilisk-rpc.dwellir.com"
|
|
@@ -2397,7 +2405,7 @@
|
|
|
2397
2405
|
"name": "Altair",
|
|
2398
2406
|
"isTestnet": false,
|
|
2399
2407
|
"chainStatus": "ACTIVE",
|
|
2400
|
-
"icon": "https://
|
|
2408
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/altair.png",
|
|
2401
2409
|
"providers": {
|
|
2402
2410
|
"Centrifuge": "wss://fullnode.altair.centrifuge.io",
|
|
2403
2411
|
"OnFinality": "wss://altair.api.onfinality.io/public-ws"
|
|
@@ -2441,7 +2449,7 @@
|
|
|
2441
2449
|
"name": "Heiko",
|
|
2442
2450
|
"isTestnet": false,
|
|
2443
2451
|
"chainStatus": "ACTIVE",
|
|
2444
|
-
"icon": "https://
|
|
2452
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/heiko.png",
|
|
2445
2453
|
"providers": {
|
|
2446
2454
|
"Parallel": "wss://heiko-rpc.parallel.fi"
|
|
2447
2455
|
},
|
|
@@ -2495,7 +2503,7 @@
|
|
|
2495
2503
|
"name": "Kintsugi",
|
|
2496
2504
|
"isTestnet": false,
|
|
2497
2505
|
"chainStatus": "ACTIVE",
|
|
2498
|
-
"icon": "https://
|
|
2506
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi.png",
|
|
2499
2507
|
"providers": {
|
|
2500
2508
|
"Kintsugi Labs": "wss://api-kusama.interlay.io/parachain",
|
|
2501
2509
|
"OnFinality": "wss://kintsugi.api.onfinality.io/public-ws"
|
|
@@ -2539,7 +2547,7 @@
|
|
|
2539
2547
|
"name": "Kintsugi Testnet",
|
|
2540
2548
|
"isTestnet": true,
|
|
2541
2549
|
"chainStatus": "ACTIVE",
|
|
2542
|
-
"icon": "https://
|
|
2550
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi_test.png",
|
|
2543
2551
|
"providers": {
|
|
2544
2552
|
"testnet": "wss://api-dev-kintsugi.interlay.io/parachain"
|
|
2545
2553
|
},
|
|
@@ -2568,7 +2576,7 @@
|
|
|
2568
2576
|
"name": "Picasso",
|
|
2569
2577
|
"isTestnet": false,
|
|
2570
2578
|
"chainStatus": "ACTIVE",
|
|
2571
|
-
"icon": "https://
|
|
2579
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/picasso.png",
|
|
2572
2580
|
"providers": {
|
|
2573
2581
|
"Composable": "wss://rpc.composablenodes.tech"
|
|
2574
2582
|
},
|
|
@@ -2633,7 +2641,7 @@
|
|
|
2633
2641
|
"name": "Quartz",
|
|
2634
2642
|
"isTestnet": false,
|
|
2635
2643
|
"chainStatus": "ACTIVE",
|
|
2636
|
-
"icon": "https://
|
|
2644
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quartz.png",
|
|
2637
2645
|
"providers": {
|
|
2638
2646
|
"Unique Europe": "wss://eu-ws-quartz.unique.network",
|
|
2639
2647
|
"Unique US": "wss://us-ws-quartz.unique.network",
|
|
@@ -2676,7 +2684,7 @@
|
|
|
2676
2684
|
"name": "Unique",
|
|
2677
2685
|
"isTestnet": false,
|
|
2678
2686
|
"chainStatus": "ACTIVE",
|
|
2679
|
-
"icon": "https://
|
|
2687
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unique_network.png",
|
|
2680
2688
|
"providers": {
|
|
2681
2689
|
"unique": "wss://us-ws.unique.network/",
|
|
2682
2690
|
"UniqueEu": "wss://eu-ws.unique.network/",
|
|
@@ -2721,7 +2729,7 @@
|
|
|
2721
2729
|
"name": "Genshiro",
|
|
2722
2730
|
"isTestnet": false,
|
|
2723
2731
|
"chainStatus": "ACTIVE",
|
|
2724
|
-
"icon": "https://
|
|
2732
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro.png",
|
|
2725
2733
|
"providers": {
|
|
2726
2734
|
"Equilibrium": "wss://node.genshiro.io"
|
|
2727
2735
|
},
|
|
@@ -2773,7 +2781,7 @@
|
|
|
2773
2781
|
"name": "Genshiro Testnet",
|
|
2774
2782
|
"isTestnet": true,
|
|
2775
2783
|
"chainStatus": "INACTIVE",
|
|
2776
|
-
"icon": "https://
|
|
2784
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro_testnet.png",
|
|
2777
2785
|
"providers": {},
|
|
2778
2786
|
"evmInfo": null,
|
|
2779
2787
|
"substrateInfo": {
|
|
@@ -2800,7 +2808,7 @@
|
|
|
2800
2808
|
"name": "Subsocial",
|
|
2801
2809
|
"isTestnet": false,
|
|
2802
2810
|
"chainStatus": "ACTIVE",
|
|
2803
|
-
"icon": "https://
|
|
2811
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subsocial_x.png",
|
|
2804
2812
|
"providers": {
|
|
2805
2813
|
"subsocialx": "wss://para.f3joule.space"
|
|
2806
2814
|
},
|
|
@@ -2829,7 +2837,7 @@
|
|
|
2829
2837
|
"name": "Zeitgeist",
|
|
2830
2838
|
"isTestnet": false,
|
|
2831
2839
|
"chainStatus": "ACTIVE",
|
|
2832
|
-
"icon": "https://
|
|
2840
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeitgeist.png",
|
|
2833
2841
|
"providers": {
|
|
2834
2842
|
"OnFinality": "wss://zeitgeist.api.onfinality.io/public-ws",
|
|
2835
2843
|
"Dwellir": "wss://zeitgeist-rpc.dwellir.com"
|
|
@@ -2873,7 +2881,7 @@
|
|
|
2873
2881
|
"name": "Sakura",
|
|
2874
2882
|
"isTestnet": false,
|
|
2875
2883
|
"chainStatus": "ACTIVE",
|
|
2876
|
-
"icon": "https://
|
|
2884
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sakura.png",
|
|
2877
2885
|
"providers": {
|
|
2878
2886
|
"Clover": "wss://rpc.sakura.clover.finance"
|
|
2879
2887
|
},
|
|
@@ -2916,7 +2924,7 @@
|
|
|
2916
2924
|
"name": "Crust Shadow",
|
|
2917
2925
|
"isTestnet": false,
|
|
2918
2926
|
"chainStatus": "ACTIVE",
|
|
2919
|
-
"icon": "https://
|
|
2927
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shadow.png",
|
|
2920
2928
|
"providers": {
|
|
2921
2929
|
"Crust": "wss://rpc-shadow.crust.network/"
|
|
2922
2930
|
},
|
|
@@ -2970,7 +2978,7 @@
|
|
|
2970
2978
|
"name": "Unique TestNet 2.0",
|
|
2971
2979
|
"isTestnet": true,
|
|
2972
2980
|
"chainStatus": "INACTIVE",
|
|
2973
|
-
"icon": "https://
|
|
2981
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/uniquenft.png",
|
|
2974
2982
|
"providers": {
|
|
2975
2983
|
"Unique": "wss://testnet2.unique.network"
|
|
2976
2984
|
},
|
|
@@ -2999,7 +3007,7 @@
|
|
|
2999
3007
|
"name": "Robonomics",
|
|
3000
3008
|
"isTestnet": false,
|
|
3001
3009
|
"chainStatus": "ACTIVE",
|
|
3002
|
-
"icon": "https://
|
|
3010
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/robonomics.png",
|
|
3003
3011
|
"providers": {
|
|
3004
3012
|
"Airalab": "wss://kusama.rpc.robonomics.network/",
|
|
3005
3013
|
"Samsara": "wss://robonomics.0xsamsara.com"
|
|
@@ -3054,7 +3062,7 @@
|
|
|
3054
3062
|
"name": "Integritee Network",
|
|
3055
3063
|
"isTestnet": false,
|
|
3056
3064
|
"chainStatus": "ACTIVE",
|
|
3057
|
-
"icon": "https://
|
|
3065
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integritee.png",
|
|
3058
3066
|
"providers": {
|
|
3059
3067
|
"Integritee": "wss://kusama.api.integritee.network",
|
|
3060
3068
|
"OnFinality": "wss://integritee-kusama.api.onfinality.io/public-ws"
|
|
@@ -3098,7 +3106,7 @@
|
|
|
3098
3106
|
"name": "Integritee Shell",
|
|
3099
3107
|
"isTestnet": false,
|
|
3100
3108
|
"chainStatus": "ACTIVE",
|
|
3101
|
-
"icon": "https://
|
|
3109
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integriteepolkadot.png",
|
|
3102
3110
|
"providers": {
|
|
3103
3111
|
"Integritee": "wss://polkadot.api.integritee.network"
|
|
3104
3112
|
},
|
|
@@ -3139,7 +3147,7 @@
|
|
|
3139
3147
|
"name": "Crab2 Parachain",
|
|
3140
3148
|
"isTestnet": false,
|
|
3141
3149
|
"chainStatus": "ACTIVE",
|
|
3142
|
-
"icon": "https://
|
|
3150
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crabparachain.png",
|
|
3143
3151
|
"providers": {
|
|
3144
3152
|
"Crab": "wss://crab-rpc.darwinia.network/",
|
|
3145
3153
|
"Dwellir": "wss://darwiniacrab-rpc.dwellir.com"
|
|
@@ -3194,7 +3202,7 @@
|
|
|
3194
3202
|
"name": "Pangolin",
|
|
3195
3203
|
"isTestnet": true,
|
|
3196
3204
|
"chainStatus": "ACTIVE",
|
|
3197
|
-
"icon": "https://
|
|
3205
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pangolin.png",
|
|
3198
3206
|
"providers": {
|
|
3199
3207
|
"Pangolin_Network": "wss://pangolin-rpc.darwinia.network"
|
|
3200
3208
|
},
|
|
@@ -3234,7 +3242,7 @@
|
|
|
3234
3242
|
"name": "Chain X",
|
|
3235
3243
|
"isTestnet": false,
|
|
3236
3244
|
"chainStatus": "ACTIVE",
|
|
3237
|
-
"icon": "https://
|
|
3245
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainx.png",
|
|
3238
3246
|
"providers": {
|
|
3239
3247
|
"chainx ": "wss://mainnet.chainx.org/ws"
|
|
3240
3248
|
},
|
|
@@ -3263,7 +3271,7 @@
|
|
|
3263
3271
|
"name": "Acala Mandala TC7",
|
|
3264
3272
|
"isTestnet": true,
|
|
3265
3273
|
"chainStatus": "ACTIVE",
|
|
3266
|
-
"icon": "https://
|
|
3274
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_testnet.png",
|
|
3267
3275
|
"providers": {
|
|
3268
3276
|
"Mandala": "wss://mandala-tc9-rpc.aca-staging.network"
|
|
3269
3277
|
},
|
|
@@ -3294,7 +3302,7 @@
|
|
|
3294
3302
|
"name": "MangataX Public Testnet",
|
|
3295
3303
|
"isTestnet": true,
|
|
3296
3304
|
"chainStatus": "INACTIVE",
|
|
3297
|
-
"icon": "https://
|
|
3305
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax.png",
|
|
3298
3306
|
"providers": {
|
|
3299
3307
|
"mangatax": "wss://collator-01-ws-rococo.mangata.online"
|
|
3300
3308
|
},
|
|
@@ -3323,7 +3331,7 @@
|
|
|
3323
3331
|
"name": "Mangata X",
|
|
3324
3332
|
"isTestnet": false,
|
|
3325
3333
|
"chainStatus": "ACTIVE",
|
|
3326
|
-
"icon": "https://
|
|
3334
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax_para.png",
|
|
3327
3335
|
"providers": {
|
|
3328
3336
|
"mangata": "wss://kusama-rpc.mangata.online",
|
|
3329
3337
|
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
@@ -3378,7 +3386,7 @@
|
|
|
3378
3386
|
"name": "Encointer",
|
|
3379
3387
|
"isTestnet": false,
|
|
3380
3388
|
"chainStatus": "ACTIVE",
|
|
3381
|
-
"icon": "https://
|
|
3389
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/encointer.png",
|
|
3382
3390
|
"providers": {
|
|
3383
3391
|
"Encointer Association": "wss://kusama.api.encointer.org"
|
|
3384
3392
|
},
|
|
@@ -3407,7 +3415,7 @@
|
|
|
3407
3415
|
"name": "Litmus",
|
|
3408
3416
|
"isTestnet": false,
|
|
3409
3417
|
"chainStatus": "ACTIVE",
|
|
3410
|
-
"icon": "https://
|
|
3418
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litmus.png",
|
|
3411
3419
|
"providers": {
|
|
3412
3420
|
"litmus": "wss://rpc.litmus-parachain.litentry.io"
|
|
3413
3421
|
},
|
|
@@ -3448,7 +3456,7 @@
|
|
|
3448
3456
|
"name": "Litentry",
|
|
3449
3457
|
"isTestnet": false,
|
|
3450
3458
|
"chainStatus": "ACTIVE",
|
|
3451
|
-
"icon": "https://
|
|
3459
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litentry.png",
|
|
3452
3460
|
"providers": {
|
|
3453
3461
|
"Litentry": "wss://rpc.litentry-parachain.litentry.io",
|
|
3454
3462
|
"Dwellir": "wss://litentry-rpc.dwellir.com"
|
|
@@ -3490,7 +3498,7 @@
|
|
|
3490
3498
|
"name": "Tinkernet",
|
|
3491
3499
|
"isTestnet": false,
|
|
3492
3500
|
"chainStatus": "ACTIVE",
|
|
3493
|
-
"icon": "https://
|
|
3501
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tinkernet.png",
|
|
3494
3502
|
"providers": {
|
|
3495
3503
|
"Dwellir": "wss://tinkernet-rpc.dwellir.com",
|
|
3496
3504
|
"Light Client": "light://substrate-connect/kusama/tinkernet"
|
|
@@ -3532,7 +3540,7 @@
|
|
|
3532
3540
|
"name": "Imbue Kusama",
|
|
3533
3541
|
"isTestnet": false,
|
|
3534
3542
|
"chainStatus": "ACTIVE",
|
|
3535
|
-
"icon": "https://
|
|
3543
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/imbue_network.png",
|
|
3536
3544
|
"providers": {
|
|
3537
3545
|
"Imbue": "wss://kusama.imbuenetwork.com"
|
|
3538
3546
|
},
|
|
@@ -3573,7 +3581,7 @@
|
|
|
3573
3581
|
"name": "Subspace Testnet",
|
|
3574
3582
|
"isTestnet": true,
|
|
3575
3583
|
"chainStatus": "INACTIVE",
|
|
3576
|
-
"icon": "https://
|
|
3584
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_test.png",
|
|
3577
3585
|
"providers": {},
|
|
3578
3586
|
"evmInfo": null,
|
|
3579
3587
|
"substrateInfo": {
|
|
@@ -3600,7 +3608,7 @@
|
|
|
3600
3608
|
"name": "Subspace Gemini 2a",
|
|
3601
3609
|
"isTestnet": true,
|
|
3602
3610
|
"chainStatus": "ACTIVE",
|
|
3603
|
-
"icon": "https://
|
|
3611
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_2a.png",
|
|
3604
3612
|
"providers": {
|
|
3605
3613
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
3606
3614
|
},
|
|
@@ -3629,7 +3637,7 @@
|
|
|
3629
3637
|
"name": "Subspace Gemini 3c",
|
|
3630
3638
|
"isTestnet": true,
|
|
3631
3639
|
"chainStatus": "INACTIVE",
|
|
3632
|
-
"icon": "https://
|
|
3640
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3c.png",
|
|
3633
3641
|
"providers": {},
|
|
3634
3642
|
"evmInfo": null,
|
|
3635
3643
|
"substrateInfo": {
|
|
@@ -3656,7 +3664,7 @@
|
|
|
3656
3664
|
"name": "Subspace Gemini 3d",
|
|
3657
3665
|
"isTestnet": true,
|
|
3658
3666
|
"chainStatus": "INACTIVE",
|
|
3659
|
-
"icon": "https://
|
|
3667
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3d.png",
|
|
3660
3668
|
"providers": {},
|
|
3661
3669
|
"evmInfo": null,
|
|
3662
3670
|
"substrateInfo": {
|
|
@@ -3683,7 +3691,7 @@
|
|
|
3683
3691
|
"name": "Subspace Gemini 3e",
|
|
3684
3692
|
"isTestnet": true,
|
|
3685
3693
|
"chainStatus": "INACTIVE",
|
|
3686
|
-
"icon": "https://
|
|
3694
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3e.png",
|
|
3687
3695
|
"providers": {},
|
|
3688
3696
|
"evmInfo": null,
|
|
3689
3697
|
"substrateInfo": {
|
|
@@ -3710,7 +3718,7 @@
|
|
|
3710
3718
|
"name": "Subspace Gemini 3f",
|
|
3711
3719
|
"isTestnet": true,
|
|
3712
3720
|
"chainStatus": "ACTIVE",
|
|
3713
|
-
"icon": "https://
|
|
3721
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3f.png",
|
|
3714
3722
|
"providers": {
|
|
3715
3723
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
3716
3724
|
},
|
|
@@ -3739,7 +3747,7 @@
|
|
|
3739
3747
|
"name": "OriginTrail",
|
|
3740
3748
|
"isTestnet": false,
|
|
3741
3749
|
"chainStatus": "ACTIVE",
|
|
3742
|
-
"icon": "https://
|
|
3750
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/origintrail.png",
|
|
3743
3751
|
"providers": {
|
|
3744
3752
|
"TraceLabs": "wss://parachain-rpc.origin-trail.network"
|
|
3745
3753
|
},
|
|
@@ -3782,7 +3790,7 @@
|
|
|
3782
3790
|
"name": "Subspace Gemini 3g",
|
|
3783
3791
|
"isTestnet": true,
|
|
3784
3792
|
"chainStatus": "ACTIVE",
|
|
3785
|
-
"icon": "https://
|
|
3793
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3g.png",
|
|
3786
3794
|
"providers": {
|
|
3787
3795
|
"Gemini 3g": "wss://rpc-0.gemini-3g.subspace.network/ws"
|
|
3788
3796
|
},
|
|
@@ -3813,7 +3821,7 @@
|
|
|
3813
3821
|
"name": "Dorafactory",
|
|
3814
3822
|
"isTestnet": false,
|
|
3815
3823
|
"chainStatus": "INACTIVE",
|
|
3816
|
-
"icon": "https://
|
|
3824
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dorafactory.png",
|
|
3817
3825
|
"providers": {},
|
|
3818
3826
|
"evmInfo": null,
|
|
3819
3827
|
"substrateInfo": {
|
|
@@ -3852,7 +3860,7 @@
|
|
|
3852
3860
|
"name": "Bajun Kusama",
|
|
3853
3861
|
"isTestnet": false,
|
|
3854
3862
|
"chainStatus": "ACTIVE",
|
|
3855
|
-
"icon": "https://
|
|
3863
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bajun.png",
|
|
3856
3864
|
"providers": {
|
|
3857
3865
|
"AjunaNetwork": "wss://rpc-parachain.bajun.network",
|
|
3858
3866
|
"OnFinality": "wss://bajun.api.onfinality.io/public-ws"
|
|
@@ -3896,7 +3904,7 @@
|
|
|
3896
3904
|
"name": "Dancebox",
|
|
3897
3905
|
"isTestnet": true,
|
|
3898
3906
|
"chainStatus": "ACTIVE",
|
|
3899
|
-
"icon": "https://
|
|
3907
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dancebox.png",
|
|
3900
3908
|
"providers": {
|
|
3901
3909
|
"Dancebox": "wss://fraa-dancebox-rpc.a.dancebox.tanssi.network"
|
|
3902
3910
|
},
|
|
@@ -3925,7 +3933,7 @@
|
|
|
3925
3933
|
"name": "Listen Network",
|
|
3926
3934
|
"isTestnet": false,
|
|
3927
3935
|
"chainStatus": "INACTIVE",
|
|
3928
|
-
"icon": "https://
|
|
3936
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/listen.png",
|
|
3929
3937
|
"providers": {},
|
|
3930
3938
|
"evmInfo": null,
|
|
3931
3939
|
"substrateInfo": {
|
|
@@ -3952,7 +3960,7 @@
|
|
|
3952
3960
|
"name": "Kabocha",
|
|
3953
3961
|
"isTestnet": false,
|
|
3954
3962
|
"chainStatus": "ACTIVE",
|
|
3955
|
-
"icon": "https://
|
|
3963
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kabocha.png",
|
|
3956
3964
|
"providers": {
|
|
3957
3965
|
"JelliedOwl": "wss://kabocha.jelliedowl.com"
|
|
3958
3966
|
},
|
|
@@ -3993,7 +4001,7 @@
|
|
|
3993
4001
|
"name": "GM Parachain",
|
|
3994
4002
|
"isTestnet": false,
|
|
3995
4003
|
"chainStatus": "INACTIVE",
|
|
3996
|
-
"icon": "https://
|
|
4004
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gmdie.png",
|
|
3997
4005
|
"providers": {},
|
|
3998
4006
|
"evmInfo": null,
|
|
3999
4007
|
"substrateInfo": {
|
|
@@ -4032,7 +4040,7 @@
|
|
|
4032
4040
|
"name": "Ternoa",
|
|
4033
4041
|
"isTestnet": false,
|
|
4034
4042
|
"chainStatus": "ACTIVE",
|
|
4035
|
-
"icon": "https://
|
|
4043
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa.png",
|
|
4036
4044
|
"providers": {
|
|
4037
4045
|
"ternoa": "wss://mainnet.ternoa.network"
|
|
4038
4046
|
},
|
|
@@ -4061,7 +4069,7 @@
|
|
|
4061
4069
|
"name": "DataHighway Tanganika",
|
|
4062
4070
|
"isTestnet": false,
|
|
4063
4071
|
"chainStatus": "INACTIVE",
|
|
4064
|
-
"icon": "https://
|
|
4072
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tanganika.png",
|
|
4065
4073
|
"providers": {},
|
|
4066
4074
|
"evmInfo": null,
|
|
4067
4075
|
"substrateInfo": {
|
|
@@ -4102,7 +4110,7 @@
|
|
|
4102
4110
|
"name": "Pendulum",
|
|
4103
4111
|
"isTestnet": false,
|
|
4104
4112
|
"chainStatus": "ACTIVE",
|
|
4105
|
-
"icon": "https://
|
|
4113
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pendulum.png",
|
|
4106
4114
|
"providers": {
|
|
4107
4115
|
"Pendulum": "wss://rpc-pendulum.prd.pendulumchain.tech"
|
|
4108
4116
|
},
|
|
@@ -4143,7 +4151,7 @@
|
|
|
4143
4151
|
"name": "Gear Staging Testnet",
|
|
4144
4152
|
"isTestnet": true,
|
|
4145
4153
|
"chainStatus": "INACTIVE",
|
|
4146
|
-
"icon": "https://
|
|
4154
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gear_testnet.png",
|
|
4147
4155
|
"providers": {
|
|
4148
4156
|
"gear": "wss://rpc-node.gear-tech.io"
|
|
4149
4157
|
},
|
|
@@ -4172,7 +4180,7 @@
|
|
|
4172
4180
|
"name": "Ternoa Alphanet",
|
|
4173
4181
|
"isTestnet": true,
|
|
4174
4182
|
"chainStatus": "ACTIVE",
|
|
4175
|
-
"icon": "https://
|
|
4183
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa_alphanet.png",
|
|
4176
4184
|
"providers": {
|
|
4177
4185
|
"ternoa": "wss://alphanet.ternoa.com"
|
|
4178
4186
|
},
|
|
@@ -4201,7 +4209,7 @@
|
|
|
4201
4209
|
"name": "Calamari Staging",
|
|
4202
4210
|
"isTestnet": true,
|
|
4203
4211
|
"chainStatus": "ACTIVE",
|
|
4204
|
-
"icon": "https://
|
|
4212
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari_test.png",
|
|
4205
4213
|
"providers": {
|
|
4206
4214
|
"calamari_test": "wss://c1.calamari.seabird.systems"
|
|
4207
4215
|
},
|
|
@@ -4230,7 +4238,7 @@
|
|
|
4230
4238
|
"name": "Boba Network",
|
|
4231
4239
|
"isTestnet": false,
|
|
4232
4240
|
"chainStatus": "ACTIVE",
|
|
4233
|
-
"icon": "https://
|
|
4241
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/boba.png",
|
|
4234
4242
|
"providers": {
|
|
4235
4243
|
"Read RPC": "https://lightning-replica.boba.network",
|
|
4236
4244
|
"Write RPC": "https://mainnet.boba.network"
|
|
@@ -4255,7 +4263,7 @@
|
|
|
4255
4263
|
"name": "Bobabeam",
|
|
4256
4264
|
"isTestnet": false,
|
|
4257
4265
|
"chainStatus": "INACTIVE",
|
|
4258
|
-
"icon": "https://
|
|
4266
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabeam.png",
|
|
4259
4267
|
"providers": {
|
|
4260
4268
|
"RPC": "https://bobabeam.boba.network",
|
|
4261
4269
|
"Replica RPC": "https://replica.bobabeam.boba.network"
|
|
@@ -4280,7 +4288,7 @@
|
|
|
4280
4288
|
"name": "KILT Peregrine",
|
|
4281
4289
|
"isTestnet": true,
|
|
4282
4290
|
"chainStatus": "ACTIVE",
|
|
4283
|
-
"icon": "https://
|
|
4291
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt_peregrine.png",
|
|
4284
4292
|
"providers": {
|
|
4285
4293
|
"kilt": "wss://peregrine.kilt.io/parachain-public-ws/"
|
|
4286
4294
|
},
|
|
@@ -4311,7 +4319,7 @@
|
|
|
4311
4319
|
"name": "XX Network",
|
|
4312
4320
|
"isTestnet": false,
|
|
4313
4321
|
"chainStatus": "ACTIVE",
|
|
4314
|
-
"icon": "https://
|
|
4322
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xx_network.png",
|
|
4315
4323
|
"providers": {
|
|
4316
4324
|
"XX Foundation": "wss://rpc.xx.network"
|
|
4317
4325
|
},
|
|
@@ -4340,7 +4348,7 @@
|
|
|
4340
4348
|
"name": "Watr Testnet",
|
|
4341
4349
|
"isTestnet": true,
|
|
4342
4350
|
"chainStatus": "ACTIVE",
|
|
4343
|
-
"icon": "https://
|
|
4351
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network.png",
|
|
4344
4352
|
"providers": {
|
|
4345
4353
|
"watr": "wss://rpc.dev.watr.org"
|
|
4346
4354
|
},
|
|
@@ -4369,7 +4377,7 @@
|
|
|
4369
4377
|
"name": "Watr Testnet - EVM",
|
|
4370
4378
|
"isTestnet": true,
|
|
4371
4379
|
"chainStatus": "ACTIVE",
|
|
4372
|
-
"icon": "https://
|
|
4380
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network_evm.png",
|
|
4373
4381
|
"providers": {
|
|
4374
4382
|
"watr": "https://rpc.dev.watr.org"
|
|
4375
4383
|
},
|
|
@@ -4393,7 +4401,7 @@
|
|
|
4393
4401
|
"name": "Fusotao",
|
|
4394
4402
|
"isTestnet": false,
|
|
4395
4403
|
"chainStatus": "ACTIVE",
|
|
4396
|
-
"icon": "https://
|
|
4404
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fusotao.png",
|
|
4397
4405
|
"providers": {
|
|
4398
4406
|
"fusotao": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2"
|
|
4399
4407
|
},
|
|
@@ -4422,7 +4430,7 @@
|
|
|
4422
4430
|
"name": "Discovol",
|
|
4423
4431
|
"isTestnet": false,
|
|
4424
4432
|
"chainStatus": "ACTIVE",
|
|
4425
|
-
"icon": "https://
|
|
4433
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol.png",
|
|
4426
4434
|
"providers": {
|
|
4427
4435
|
"discovol": "wss://gateway.mainnet.octopus.network/discovol/afpft46l1egfhrv8at5pfyrld03zseo1"
|
|
4428
4436
|
},
|
|
@@ -4451,7 +4459,7 @@
|
|
|
4451
4459
|
"name": "Discovol Testnet",
|
|
4452
4460
|
"isTestnet": true,
|
|
4453
4461
|
"chainStatus": "ACTIVE",
|
|
4454
|
-
"icon": "https://
|
|
4462
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol_testnet.png",
|
|
4455
4463
|
"providers": {
|
|
4456
4464
|
"discovol_testnet": "wss://gateway.testnet.octopus.network/discovol/o4urcey87y4n1qimhfrad92gzs315z9h"
|
|
4457
4465
|
},
|
|
@@ -4480,7 +4488,7 @@
|
|
|
4480
4488
|
"name": "Atocha",
|
|
4481
4489
|
"isTestnet": false,
|
|
4482
4490
|
"chainStatus": "ACTIVE",
|
|
4483
|
-
"icon": "https://
|
|
4491
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/atocha.png",
|
|
4484
4492
|
"providers": {
|
|
4485
4493
|
"atocha": "wss://gateway.mainnet.octopus.network/atocha/jungxomf4hdcfocwcalgoiz64g9avjim"
|
|
4486
4494
|
},
|
|
@@ -4509,7 +4517,7 @@
|
|
|
4509
4517
|
"name": "Myriad",
|
|
4510
4518
|
"isTestnet": false,
|
|
4511
4519
|
"chainStatus": "ACTIVE",
|
|
4512
|
-
"icon": "https://
|
|
4520
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/myriad.png",
|
|
4513
4521
|
"providers": {
|
|
4514
4522
|
"myriad": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0"
|
|
4515
4523
|
},
|
|
@@ -4538,7 +4546,7 @@
|
|
|
4538
4546
|
"name": "DeBio",
|
|
4539
4547
|
"isTestnet": false,
|
|
4540
4548
|
"chainStatus": "ACTIVE",
|
|
4541
|
-
"icon": "https://
|
|
4549
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/debio.png",
|
|
4542
4550
|
"providers": {
|
|
4543
4551
|
"deBio": "wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e"
|
|
4544
4552
|
},
|
|
@@ -4567,7 +4575,7 @@
|
|
|
4567
4575
|
"name": "Polkadot Collectives",
|
|
4568
4576
|
"isTestnet": false,
|
|
4569
4577
|
"chainStatus": "ACTIVE",
|
|
4570
|
-
"icon": "https://
|
|
4578
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/collectives.png",
|
|
4571
4579
|
"providers": {
|
|
4572
4580
|
"viaParity": "wss://polkadot-collectives-rpc.polkadot.io"
|
|
4573
4581
|
},
|
|
@@ -4596,7 +4604,7 @@
|
|
|
4596
4604
|
"name": "Ajuna Network",
|
|
4597
4605
|
"isTestnet": false,
|
|
4598
4606
|
"chainStatus": "ACTIVE",
|
|
4599
|
-
"icon": "https://
|
|
4607
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ajunapolkadot.png",
|
|
4600
4608
|
"providers": {
|
|
4601
4609
|
"viaAjunaNetwork": "wss://rpc-parachain.ajuna.network",
|
|
4602
4610
|
"OnFinality": "wss://ajuna.api.onfinality.io/public-ws"
|
|
@@ -4638,7 +4646,7 @@
|
|
|
4638
4646
|
"name": "Bitgreen",
|
|
4639
4647
|
"isTestnet": false,
|
|
4640
4648
|
"chainStatus": "ACTIVE",
|
|
4641
|
-
"icon": "https://
|
|
4649
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitgreen.png",
|
|
4642
4650
|
"providers": {
|
|
4643
4651
|
"viaBitgreen": "wss://mainnet.bitgreen.org"
|
|
4644
4652
|
},
|
|
@@ -4667,7 +4675,7 @@
|
|
|
4667
4675
|
"name": "Frequency",
|
|
4668
4676
|
"isTestnet": false,
|
|
4669
4677
|
"chainStatus": "ACTIVE",
|
|
4670
|
-
"icon": "https://
|
|
4678
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/frequency.png",
|
|
4671
4679
|
"providers": {
|
|
4672
4680
|
"Frequency 0": "wss://0.rpc.frequency.xyz",
|
|
4673
4681
|
"Frequency 1": "wss://1.rpc.frequency.xyz"
|
|
@@ -4697,7 +4705,7 @@
|
|
|
4697
4705
|
"name": "Hashed Network",
|
|
4698
4706
|
"isTestnet": false,
|
|
4699
4707
|
"chainStatus": "ACTIVE",
|
|
4700
|
-
"icon": "https://
|
|
4708
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hashednetwork.png",
|
|
4701
4709
|
"providers": {
|
|
4702
4710
|
"Hashed Systems": "wss://c1.hashed.live",
|
|
4703
4711
|
"Hashed Systems 2": "wss://c2.hashed.network",
|
|
@@ -4751,7 +4759,7 @@
|
|
|
4751
4759
|
"name": "Kapex",
|
|
4752
4760
|
"isTestnet": false,
|
|
4753
4761
|
"chainStatus": "ACTIVE",
|
|
4754
|
-
"icon": "https://
|
|
4762
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kapex.png",
|
|
4755
4763
|
"providers": {
|
|
4756
4764
|
"viaTotem": "wss://kapex-rpc.dwellir.com"
|
|
4757
4765
|
},
|
|
@@ -4792,7 +4800,7 @@
|
|
|
4792
4800
|
"name": "Kylin Network",
|
|
4793
4801
|
"isTestnet": false,
|
|
4794
4802
|
"chainStatus": "INACTIVE",
|
|
4795
|
-
"icon": "https://
|
|
4803
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kylinnetwork.png",
|
|
4796
4804
|
"providers": {
|
|
4797
4805
|
"Kylin Network": "wss://polkadot.kylin-node.co.uk"
|
|
4798
4806
|
},
|
|
@@ -4833,7 +4841,7 @@
|
|
|
4833
4841
|
"name": "DAO IPCI",
|
|
4834
4842
|
"isTestnet": false,
|
|
4835
4843
|
"chainStatus": "ACTIVE",
|
|
4836
|
-
"icon": "https://
|
|
4844
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ipci.png",
|
|
4837
4845
|
"providers": {
|
|
4838
4846
|
"viaAiralab": "wss://kusama.rpc.ipci.io"
|
|
4839
4847
|
},
|
|
@@ -4862,7 +4870,7 @@
|
|
|
4862
4870
|
"name": "KICO",
|
|
4863
4871
|
"isTestnet": false,
|
|
4864
4872
|
"chainStatus": "INACTIVE",
|
|
4865
|
-
"icon": "https://
|
|
4873
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kico.png",
|
|
4866
4874
|
"providers": {},
|
|
4867
4875
|
"evmInfo": null,
|
|
4868
4876
|
"substrateInfo": {
|
|
@@ -4901,7 +4909,7 @@
|
|
|
4901
4909
|
"name": "Luhn Network",
|
|
4902
4910
|
"isTestnet": false,
|
|
4903
4911
|
"chainStatus": "INACTIVE",
|
|
4904
|
-
"icon": "https://
|
|
4912
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/luhnnetwork.png",
|
|
4905
4913
|
"providers": {},
|
|
4906
4914
|
"evmInfo": null,
|
|
4907
4915
|
"substrateInfo": {
|
|
@@ -4928,7 +4936,7 @@
|
|
|
4928
4936
|
"name": "Pichiu Network",
|
|
4929
4937
|
"isTestnet": false,
|
|
4930
4938
|
"chainStatus": "INACTIVE",
|
|
4931
|
-
"icon": "https://
|
|
4939
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pichiu.png",
|
|
4932
4940
|
"providers": {},
|
|
4933
4941
|
"evmInfo": null,
|
|
4934
4942
|
"substrateInfo": {
|
|
@@ -4967,7 +4975,7 @@
|
|
|
4967
4975
|
"name": "RioDeFi",
|
|
4968
4976
|
"isTestnet": false,
|
|
4969
4977
|
"chainStatus": "INACTIVE",
|
|
4970
|
-
"icon": "https://
|
|
4978
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riodefi.png",
|
|
4971
4979
|
"providers": {},
|
|
4972
4980
|
"evmInfo": null,
|
|
4973
4981
|
"substrateInfo": {
|
|
@@ -4994,7 +5002,7 @@
|
|
|
4994
5002
|
"name": "Automata",
|
|
4995
5003
|
"isTestnet": false,
|
|
4996
5004
|
"chainStatus": "ACTIVE",
|
|
4997
|
-
"icon": "https://
|
|
5005
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/automata.png",
|
|
4998
5006
|
"providers": {
|
|
4999
5007
|
"Automata Network": "wss://api.ata.network",
|
|
5000
5008
|
"OnFinality": "wss://automata.api.onfinality.io/public-ws"
|
|
@@ -5024,7 +5032,7 @@
|
|
|
5024
5032
|
"name": "Creditcoin",
|
|
5025
5033
|
"isTestnet": false,
|
|
5026
5034
|
"chainStatus": "ACTIVE",
|
|
5027
|
-
"icon": "https://
|
|
5035
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcoin.png",
|
|
5028
5036
|
"providers": {
|
|
5029
5037
|
"Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
|
|
5030
5038
|
},
|
|
@@ -5055,7 +5063,7 @@
|
|
|
5055
5063
|
"name": "Crown Sterling",
|
|
5056
5064
|
"isTestnet": false,
|
|
5057
5065
|
"chainStatus": "ACTIVE",
|
|
5058
|
-
"icon": "https://
|
|
5066
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crownsterling.png",
|
|
5059
5067
|
"providers": {
|
|
5060
5068
|
"Crown Sterling": "wss://blockchain.crownsterling.io"
|
|
5061
5069
|
},
|
|
@@ -5084,7 +5092,7 @@
|
|
|
5084
5092
|
"name": "Dock",
|
|
5085
5093
|
"isTestnet": false,
|
|
5086
5094
|
"chainStatus": "ACTIVE",
|
|
5087
|
-
"icon": "https://
|
|
5095
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dockposmainnet.png",
|
|
5088
5096
|
"providers": {
|
|
5089
5097
|
"Dock Association": "wss://mainnet-node.dock.io"
|
|
5090
5098
|
},
|
|
@@ -5115,7 +5123,7 @@
|
|
|
5115
5123
|
"name": "Kusari",
|
|
5116
5124
|
"isTestnet": false,
|
|
5117
5125
|
"chainStatus": "INACTIVE",
|
|
5118
|
-
"icon": "https://
|
|
5126
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusari.png",
|
|
5119
5127
|
"providers": {},
|
|
5120
5128
|
"evmInfo": null,
|
|
5121
5129
|
"substrateInfo": {
|
|
@@ -5142,7 +5150,7 @@
|
|
|
5142
5150
|
"name": "logion Standalone",
|
|
5143
5151
|
"isTestnet": false,
|
|
5144
5152
|
"chainStatus": "ACTIVE",
|
|
5145
|
-
"icon": "https://
|
|
5153
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/logion.png",
|
|
5146
5154
|
"providers": {
|
|
5147
5155
|
"Logion": "wss://rpc01.logion.network"
|
|
5148
5156
|
},
|
|
@@ -5194,7 +5202,7 @@
|
|
|
5194
5202
|
"name": "Neatcoin",
|
|
5195
5203
|
"isTestnet": false,
|
|
5196
5204
|
"chainStatus": "ACTIVE",
|
|
5197
|
-
"icon": "https://
|
|
5205
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/neatcoin.png",
|
|
5198
5206
|
"providers": {
|
|
5199
5207
|
"Neatcoin": "wss://rpc.neatcoin.org/ws"
|
|
5200
5208
|
},
|
|
@@ -5223,7 +5231,7 @@
|
|
|
5223
5231
|
"name": "NFTMart",
|
|
5224
5232
|
"isTestnet": false,
|
|
5225
5233
|
"chainStatus": "ACTIVE",
|
|
5226
|
-
"icon": "https://
|
|
5234
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nftmart.png",
|
|
5227
5235
|
"providers": {
|
|
5228
5236
|
"NFTMart": "wss://mainnet.nftmart.io/rpc/ws"
|
|
5229
5237
|
},
|
|
@@ -5252,7 +5260,7 @@
|
|
|
5252
5260
|
"name": "Polymesh Mainnet",
|
|
5253
5261
|
"isTestnet": false,
|
|
5254
5262
|
"chainStatus": "ACTIVE",
|
|
5255
|
-
"icon": "https://
|
|
5263
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polymesh.png",
|
|
5256
5264
|
"providers": {
|
|
5257
5265
|
"Polymath": "wss://mainnet-rpc.polymesh.network"
|
|
5258
5266
|
},
|
|
@@ -5283,7 +5291,7 @@
|
|
|
5283
5291
|
"name": "RioChain",
|
|
5284
5292
|
"isTestnet": false,
|
|
5285
5293
|
"chainStatus": "INACTIVE",
|
|
5286
|
-
"icon": "https://
|
|
5294
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riochain.png",
|
|
5287
5295
|
"providers": {},
|
|
5288
5296
|
"evmInfo": null,
|
|
5289
5297
|
"substrateInfo": {
|
|
@@ -5310,7 +5318,7 @@
|
|
|
5310
5318
|
"name": "SherpaX",
|
|
5311
5319
|
"isTestnet": false,
|
|
5312
5320
|
"chainStatus": "INACTIVE",
|
|
5313
|
-
"icon": "https://
|
|
5321
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sherpax.png",
|
|
5314
5322
|
"providers": {},
|
|
5315
5323
|
"evmInfo": null,
|
|
5316
5324
|
"substrateInfo": {
|
|
@@ -5337,7 +5345,7 @@
|
|
|
5337
5345
|
"name": "SORA",
|
|
5338
5346
|
"isTestnet": false,
|
|
5339
5347
|
"chainStatus": "ACTIVE",
|
|
5340
|
-
"icon": "https://
|
|
5348
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_substrate.png",
|
|
5341
5349
|
"providers": {
|
|
5342
5350
|
"SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
|
|
5343
5351
|
"SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
|
|
@@ -5368,7 +5376,7 @@
|
|
|
5368
5376
|
"status": "in_auction",
|
|
5369
5377
|
"startTime": "2024-01-16T01:48:00.000Z",
|
|
5370
5378
|
"endTime": "2025-11-18T01:48:00.000Z",
|
|
5371
|
-
"auctionIndex":
|
|
5379
|
+
"auctionIndex": 59,
|
|
5372
5380
|
"firstPeriod": 15,
|
|
5373
5381
|
"lastPeriod": 22
|
|
5374
5382
|
},
|
|
@@ -5394,7 +5402,7 @@
|
|
|
5394
5402
|
"name": "Swapdex",
|
|
5395
5403
|
"isTestnet": false,
|
|
5396
5404
|
"chainStatus": "INACTIVE",
|
|
5397
|
-
"icon": "https://
|
|
5405
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/swapdex.png",
|
|
5398
5406
|
"providers": {
|
|
5399
5407
|
"Swapdex": "wss://ws.swapdex.network"
|
|
5400
5408
|
},
|
|
@@ -5423,7 +5431,7 @@
|
|
|
5423
5431
|
"name": "3DPass",
|
|
5424
5432
|
"isTestnet": false,
|
|
5425
5433
|
"chainStatus": "ACTIVE",
|
|
5426
|
-
"icon": "https://
|
|
5434
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/3dpass.png",
|
|
5427
5435
|
"providers": {
|
|
5428
5436
|
"3dpass": "wss://rpc.3dpass.org",
|
|
5429
5437
|
"3dpscan": "wss://rpc.3dpscan.io",
|
|
@@ -5454,7 +5462,7 @@
|
|
|
5454
5462
|
"name": "Aleph Zero Smartnet",
|
|
5455
5463
|
"isTestnet": true,
|
|
5456
5464
|
"chainStatus": "INACTIVE",
|
|
5457
|
-
"icon": "https://
|
|
5465
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephsmartnet.png",
|
|
5458
5466
|
"providers": {},
|
|
5459
5467
|
"evmInfo": null,
|
|
5460
5468
|
"substrateInfo": {
|
|
@@ -5481,7 +5489,7 @@
|
|
|
5481
5489
|
"name": "Kulupu",
|
|
5482
5490
|
"isTestnet": false,
|
|
5483
5491
|
"chainStatus": "ACTIVE",
|
|
5484
|
-
"icon": "https://
|
|
5492
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kulupu.png",
|
|
5485
5493
|
"providers": {
|
|
5486
5494
|
"Kulupu": "wss://rpc.kulupu.corepaper.org/ws"
|
|
5487
5495
|
},
|
|
@@ -5510,7 +5518,7 @@
|
|
|
5510
5518
|
"name": "Joystream",
|
|
5511
5519
|
"isTestnet": false,
|
|
5512
5520
|
"chainStatus": "ACTIVE",
|
|
5513
|
-
"icon": "https://
|
|
5521
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/joystream.png",
|
|
5514
5522
|
"providers": {
|
|
5515
5523
|
"Jsgenesis": "wss://rpc.joystream.org"
|
|
5516
5524
|
},
|
|
@@ -5541,7 +5549,7 @@
|
|
|
5541
5549
|
"name": "Aventus Testnet",
|
|
5542
5550
|
"isTestnet": true,
|
|
5543
5551
|
"chainStatus": "ACTIVE",
|
|
5544
|
-
"icon": "https://
|
|
5552
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus_testnet.png",
|
|
5545
5553
|
"providers": {
|
|
5546
5554
|
"Aventus": "wss://public-rpc.public-testnet.aventus.io"
|
|
5547
5555
|
},
|
|
@@ -5570,7 +5578,7 @@
|
|
|
5570
5578
|
"name": "Vara Network",
|
|
5571
5579
|
"isTestnet": false,
|
|
5572
5580
|
"chainStatus": "ACTIVE",
|
|
5573
|
-
"icon": "https://
|
|
5581
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_network.png",
|
|
5574
5582
|
"providers": {
|
|
5575
5583
|
"Vara": "wss://rpc.vara-network.io"
|
|
5576
5584
|
},
|
|
@@ -5601,7 +5609,7 @@
|
|
|
5601
5609
|
"name": "Avail Kate Testnet",
|
|
5602
5610
|
"isTestnet": true,
|
|
5603
5611
|
"chainStatus": "INACTIVE",
|
|
5604
|
-
"icon": "https://
|
|
5612
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kate.png",
|
|
5605
5613
|
"providers": {
|
|
5606
5614
|
"AVAIL": "wss://kate.avail.tools/ws"
|
|
5607
5615
|
},
|
|
@@ -5630,7 +5638,7 @@
|
|
|
5630
5638
|
"name": "Polkadot Bridge Hub",
|
|
5631
5639
|
"isTestnet": false,
|
|
5632
5640
|
"chainStatus": "ACTIVE",
|
|
5633
|
-
"icon": "https://
|
|
5641
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubpolkadot.png",
|
|
5634
5642
|
"providers": {
|
|
5635
5643
|
"Parity": "wss://polkadot-bridge-hub-rpc.polkadot.io",
|
|
5636
5644
|
"Stakeworld": "wss://dot-rpc.stakeworld.io/bridgehub"
|
|
@@ -5660,7 +5668,7 @@
|
|
|
5660
5668
|
"name": "Kusama Bridge Hub",
|
|
5661
5669
|
"isTestnet": false,
|
|
5662
5670
|
"chainStatus": "ACTIVE",
|
|
5663
|
-
"icon": "https://
|
|
5671
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubkusama.png",
|
|
5664
5672
|
"providers": {
|
|
5665
5673
|
"Parity": "wss://kusama-bridge-hub-rpc.polkadot.io",
|
|
5666
5674
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/bridgehub",
|
|
@@ -5692,7 +5700,7 @@
|
|
|
5692
5700
|
"name": "Fantom Testnet",
|
|
5693
5701
|
"isTestnet": true,
|
|
5694
5702
|
"chainStatus": "ACTIVE",
|
|
5695
|
-
"icon": "https://
|
|
5703
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom_testnet.png",
|
|
5696
5704
|
"providers": {
|
|
5697
5705
|
"Ankr": "https://rpc.ankr.com/fantom_testnet",
|
|
5698
5706
|
"X_API": "https://xapi.testnet.fantom.network/lachesis/",
|
|
@@ -5719,7 +5727,7 @@
|
|
|
5719
5727
|
"name": "Fantom",
|
|
5720
5728
|
"isTestnet": false,
|
|
5721
5729
|
"chainStatus": "ACTIVE",
|
|
5722
|
-
"icon": "https://
|
|
5730
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom.png",
|
|
5723
5731
|
"providers": {
|
|
5724
5732
|
"Ankr": "https://rpc.ankr.com/fantom",
|
|
5725
5733
|
"RPC_API": "https://rpcapi.fantom.network",
|
|
@@ -5747,7 +5755,7 @@
|
|
|
5747
5755
|
"name": "Krest Network",
|
|
5748
5756
|
"isTestnet": false,
|
|
5749
5757
|
"chainStatus": "ACTIVE",
|
|
5750
|
-
"icon": "https://
|
|
5758
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/krest_network.png",
|
|
5751
5759
|
"providers": {
|
|
5752
5760
|
"Peaq": "wss://wss-krest.peaq.network/"
|
|
5753
5761
|
},
|
|
@@ -5790,7 +5798,7 @@
|
|
|
5790
5798
|
"name": "Deeper Network",
|
|
5791
5799
|
"isTestnet": false,
|
|
5792
5800
|
"chainStatus": "ACTIVE",
|
|
5793
|
-
"icon": "https://
|
|
5801
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/deeper_network.png",
|
|
5794
5802
|
"providers": {
|
|
5795
5803
|
"DeeperNetwork": "wss://mainnet-full.deeper.network"
|
|
5796
5804
|
},
|
|
@@ -5819,7 +5827,7 @@
|
|
|
5819
5827
|
"name": "Jur Network",
|
|
5820
5828
|
"isTestnet": false,
|
|
5821
5829
|
"chainStatus": "ACTIVE",
|
|
5822
|
-
"icon": "https://
|
|
5830
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/jur_network.png",
|
|
5823
5831
|
"providers": {
|
|
5824
5832
|
"DeeperNetwork": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws"
|
|
5825
5833
|
},
|
|
@@ -5848,7 +5856,7 @@
|
|
|
5848
5856
|
"name": "Base Mainnet",
|
|
5849
5857
|
"isTestnet": false,
|
|
5850
5858
|
"chainStatus": "ACTIVE",
|
|
5851
|
-
"icon": "https://
|
|
5859
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/base_mainnet.png",
|
|
5852
5860
|
"providers": {
|
|
5853
5861
|
"PublicNode": "https://base.publicnode.com"
|
|
5854
5862
|
},
|
|
@@ -5872,7 +5880,7 @@
|
|
|
5872
5880
|
"name": "Avalanche C-Chain",
|
|
5873
5881
|
"isTestnet": false,
|
|
5874
5882
|
"chainStatus": "ACTIVE",
|
|
5875
|
-
"icon": "https://
|
|
5883
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avalanche_c.png",
|
|
5876
5884
|
"providers": {
|
|
5877
5885
|
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
5878
5886
|
},
|
|
@@ -5896,7 +5904,7 @@
|
|
|
5896
5904
|
"name": "Crust Mainnet",
|
|
5897
5905
|
"isTestnet": false,
|
|
5898
5906
|
"chainStatus": "ACTIVE",
|
|
5899
|
-
"icon": "https://
|
|
5907
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust_mainnet.png",
|
|
5900
5908
|
"providers": {
|
|
5901
5909
|
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
5902
5910
|
"Crust Network": "wss://rpc.crust.network"
|
|
@@ -5928,7 +5936,7 @@
|
|
|
5928
5936
|
"name": "Acala - EVM",
|
|
5929
5937
|
"isTestnet": false,
|
|
5930
5938
|
"chainStatus": "ACTIVE",
|
|
5931
|
-
"icon": "https://
|
|
5939
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_evm.png",
|
|
5932
5940
|
"providers": {
|
|
5933
5941
|
"Acala": "https://eth-rpc-acala.aca-api.network"
|
|
5934
5942
|
},
|
|
@@ -5952,7 +5960,7 @@
|
|
|
5952
5960
|
"name": "Karura - EVM",
|
|
5953
5961
|
"isTestnet": false,
|
|
5954
5962
|
"chainStatus": "ACTIVE",
|
|
5955
|
-
"icon": "https://
|
|
5963
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura_evm.png",
|
|
5956
5964
|
"providers": {
|
|
5957
5965
|
"Acala": "https://eth-rpc-karura.aca-api.network"
|
|
5958
5966
|
},
|
|
@@ -5976,7 +5984,7 @@
|
|
|
5976
5984
|
"name": "Bittensor",
|
|
5977
5985
|
"isTestnet": false,
|
|
5978
5986
|
"chainStatus": "ACTIVE",
|
|
5979
|
-
"icon": "https://
|
|
5987
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bittensor.png",
|
|
5980
5988
|
"providers": {
|
|
5981
5989
|
"Opentensor": "wss://entrypoint-finney.opentensor.ai:443"
|
|
5982
5990
|
},
|
|
@@ -6017,7 +6025,7 @@
|
|
|
6017
6025
|
"name": "Xcavate",
|
|
6018
6026
|
"isTestnet": true,
|
|
6019
6027
|
"chainStatus": "ACTIVE",
|
|
6020
|
-
"icon": "https://
|
|
6028
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xcavate.png",
|
|
6021
6029
|
"providers": {
|
|
6022
6030
|
"Tanssi": "wss://fraa-dancebox-3031-rpc.a.dancebox.tanssi.network"
|
|
6023
6031
|
},
|
|
@@ -6046,7 +6054,7 @@
|
|
|
6046
6054
|
"name": "Unorthodox",
|
|
6047
6055
|
"isTestnet": false,
|
|
6048
6056
|
"chainStatus": "INACTIVE",
|
|
6049
|
-
"icon": "https://
|
|
6057
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unorthodox.png",
|
|
6050
6058
|
"providers": {},
|
|
6051
6059
|
"evmInfo": null,
|
|
6052
6060
|
"substrateInfo": {
|
|
@@ -6073,7 +6081,7 @@
|
|
|
6073
6081
|
"name": "Coinversation",
|
|
6074
6082
|
"isTestnet": false,
|
|
6075
6083
|
"chainStatus": "INACTIVE",
|
|
6076
|
-
"icon": "https://
|
|
6084
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/coinversation.png",
|
|
6077
6085
|
"providers": {},
|
|
6078
6086
|
"evmInfo": null,
|
|
6079
6087
|
"substrateInfo": {
|
|
@@ -6112,7 +6120,7 @@
|
|
|
6112
6120
|
"name": "LayerX Network",
|
|
6113
6121
|
"isTestnet": false,
|
|
6114
6122
|
"chainStatus": "INACTIVE",
|
|
6115
|
-
"icon": "https://
|
|
6123
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/layerx_network.png",
|
|
6116
6124
|
"providers": {},
|
|
6117
6125
|
"evmInfo": null,
|
|
6118
6126
|
"substrateInfo": {
|
|
@@ -6139,7 +6147,7 @@
|
|
|
6139
6147
|
"name": "Moonsama",
|
|
6140
6148
|
"isTestnet": false,
|
|
6141
6149
|
"chainStatus": "INACTIVE",
|
|
6142
|
-
"icon": "https://
|
|
6150
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonsama.png",
|
|
6143
6151
|
"providers": {},
|
|
6144
6152
|
"evmInfo": null,
|
|
6145
6153
|
"substrateInfo": {
|
|
@@ -6178,7 +6186,7 @@
|
|
|
6178
6186
|
"name": "OAK Network",
|
|
6179
6187
|
"isTestnet": false,
|
|
6180
6188
|
"chainStatus": "INACTIVE",
|
|
6181
|
-
"icon": "https://
|
|
6189
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/oak_network.png",
|
|
6182
6190
|
"providers": {},
|
|
6183
6191
|
"evmInfo": null,
|
|
6184
6192
|
"substrateInfo": {
|
|
@@ -6217,7 +6225,7 @@
|
|
|
6217
6225
|
"name": "OmniBTC",
|
|
6218
6226
|
"isTestnet": false,
|
|
6219
6227
|
"chainStatus": "INACTIVE",
|
|
6220
|
-
"icon": "https://
|
|
6228
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/omnibtc.png",
|
|
6221
6229
|
"providers": {},
|
|
6222
6230
|
"evmInfo": null,
|
|
6223
6231
|
"substrateInfo": {
|
|
@@ -6256,7 +6264,7 @@
|
|
|
6256
6264
|
"name": "peaq",
|
|
6257
6265
|
"isTestnet": false,
|
|
6258
6266
|
"chainStatus": "INACTIVE",
|
|
6259
|
-
"icon": "https://
|
|
6267
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/peaq.png",
|
|
6260
6268
|
"providers": {},
|
|
6261
6269
|
"evmInfo": null,
|
|
6262
6270
|
"substrateInfo": {
|
|
@@ -6295,7 +6303,7 @@
|
|
|
6295
6303
|
"name": "Quantum Portal",
|
|
6296
6304
|
"isTestnet": false,
|
|
6297
6305
|
"chainStatus": "INACTIVE",
|
|
6298
|
-
"icon": "https://
|
|
6306
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quantum_portal.png",
|
|
6299
6307
|
"providers": {},
|
|
6300
6308
|
"evmInfo": null,
|
|
6301
6309
|
"substrateInfo": {
|
|
@@ -6322,7 +6330,7 @@
|
|
|
6322
6330
|
"name": "Virto Network",
|
|
6323
6331
|
"isTestnet": false,
|
|
6324
6332
|
"chainStatus": "INACTIVE",
|
|
6325
|
-
"icon": "https://
|
|
6333
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/virto_network.png",
|
|
6326
6334
|
"providers": {},
|
|
6327
6335
|
"evmInfo": null,
|
|
6328
6336
|
"substrateInfo": {
|
|
@@ -6349,7 +6357,7 @@
|
|
|
6349
6357
|
"name": "Energy Web X",
|
|
6350
6358
|
"isTestnet": false,
|
|
6351
6359
|
"chainStatus": "ACTIVE",
|
|
6352
|
-
"icon": "https://
|
|
6360
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x.png",
|
|
6353
6361
|
"providers": {
|
|
6354
6362
|
"EWX": "wss://public-rpc.mainnet.energywebx.com/ws"
|
|
6355
6363
|
},
|
|
@@ -6390,7 +6398,7 @@
|
|
|
6390
6398
|
"name": "InvArch Network",
|
|
6391
6399
|
"isTestnet": false,
|
|
6392
6400
|
"chainStatus": "ACTIVE",
|
|
6393
|
-
"icon": "https://
|
|
6401
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/invarch.png",
|
|
6394
6402
|
"providers": {
|
|
6395
6403
|
"Dwellir": "wss://invarch-rpc.dwellir.com"
|
|
6396
6404
|
},
|
|
@@ -6431,7 +6439,7 @@
|
|
|
6431
6439
|
"name": "Zero",
|
|
6432
6440
|
"isTestnet": false,
|
|
6433
6441
|
"chainStatus": "INACTIVE",
|
|
6434
|
-
"icon": "https://
|
|
6442
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zero.png",
|
|
6435
6443
|
"providers": {},
|
|
6436
6444
|
"evmInfo": null,
|
|
6437
6445
|
"substrateInfo": {
|
|
@@ -6458,7 +6466,7 @@
|
|
|
6458
6466
|
"name": " Kpron Network",
|
|
6459
6467
|
"isTestnet": false,
|
|
6460
6468
|
"chainStatus": "INACTIVE",
|
|
6461
|
-
"icon": "https://
|
|
6469
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kpron_network.png",
|
|
6462
6470
|
"providers": {},
|
|
6463
6471
|
"evmInfo": null,
|
|
6464
6472
|
"substrateInfo": {
|
|
@@ -6485,7 +6493,7 @@
|
|
|
6485
6493
|
"name": "Mars",
|
|
6486
6494
|
"isTestnet": false,
|
|
6487
6495
|
"chainStatus": "INACTIVE",
|
|
6488
|
-
"icon": "https://
|
|
6496
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mars.png",
|
|
6489
6497
|
"providers": {},
|
|
6490
6498
|
"evmInfo": null,
|
|
6491
6499
|
"substrateInfo": {
|
|
@@ -6512,7 +6520,7 @@
|
|
|
6512
6520
|
"name": "Snow",
|
|
6513
6521
|
"isTestnet": false,
|
|
6514
6522
|
"chainStatus": "INACTIVE",
|
|
6515
|
-
"icon": "https://
|
|
6523
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/snow.png",
|
|
6516
6524
|
"providers": {},
|
|
6517
6525
|
"evmInfo": null,
|
|
6518
6526
|
"substrateInfo": {
|
|
@@ -6551,7 +6559,7 @@
|
|
|
6551
6559
|
"name": "Aband",
|
|
6552
6560
|
"isTestnet": false,
|
|
6553
6561
|
"chainStatus": "INACTIVE",
|
|
6554
|
-
"icon": "https://
|
|
6562
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aband.png",
|
|
6555
6563
|
"providers": {},
|
|
6556
6564
|
"evmInfo": null,
|
|
6557
6565
|
"substrateInfo": {
|
|
@@ -6590,7 +6598,7 @@
|
|
|
6590
6598
|
"name": "Acurast Canary",
|
|
6591
6599
|
"isTestnet": false,
|
|
6592
6600
|
"chainStatus": "INACTIVE",
|
|
6593
|
-
"icon": "https://
|
|
6601
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acurast_canary.png",
|
|
6594
6602
|
"providers": {},
|
|
6595
6603
|
"evmInfo": null,
|
|
6596
6604
|
"substrateInfo": {
|
|
@@ -6617,7 +6625,7 @@
|
|
|
6617
6625
|
"name": "Alpha Network",
|
|
6618
6626
|
"isTestnet": false,
|
|
6619
6627
|
"chainStatus": "INACTIVE",
|
|
6620
|
-
"icon": "https://
|
|
6628
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alpha_network.png",
|
|
6621
6629
|
"providers": {},
|
|
6622
6630
|
"evmInfo": null,
|
|
6623
6631
|
"substrateInfo": {
|
|
@@ -6644,7 +6652,7 @@
|
|
|
6644
6652
|
"name": "Loom Network",
|
|
6645
6653
|
"isTestnet": false,
|
|
6646
6654
|
"chainStatus": "INACTIVE",
|
|
6647
|
-
"icon": "https://
|
|
6655
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/loom_network.png",
|
|
6648
6656
|
"providers": {},
|
|
6649
6657
|
"evmInfo": null,
|
|
6650
6658
|
"substrateInfo": {
|
|
@@ -6671,7 +6679,7 @@
|
|
|
6671
6679
|
"name": "SubGame Gamma",
|
|
6672
6680
|
"isTestnet": false,
|
|
6673
6681
|
"chainStatus": "INACTIVE",
|
|
6674
|
-
"icon": "https://
|
|
6682
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_gamma.png",
|
|
6675
6683
|
"providers": {},
|
|
6676
6684
|
"evmInfo": null,
|
|
6677
6685
|
"substrateInfo": {
|
|
@@ -6698,7 +6706,7 @@
|
|
|
6698
6706
|
"name": "TrustBase",
|
|
6699
6707
|
"isTestnet": false,
|
|
6700
6708
|
"chainStatus": "INACTIVE",
|
|
6701
|
-
"icon": "https://
|
|
6709
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/trustbase.png",
|
|
6702
6710
|
"providers": {},
|
|
6703
6711
|
"evmInfo": null,
|
|
6704
6712
|
"substrateInfo": {
|
|
@@ -6725,7 +6733,7 @@
|
|
|
6725
6733
|
"name": "Manta Network",
|
|
6726
6734
|
"isTestnet": false,
|
|
6727
6735
|
"chainStatus": "INACTIVE",
|
|
6728
|
-
"icon": "https://
|
|
6736
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network.png",
|
|
6729
6737
|
"providers": {},
|
|
6730
6738
|
"evmInfo": null,
|
|
6731
6739
|
"substrateInfo": {
|
|
@@ -6754,7 +6762,7 @@
|
|
|
6754
6762
|
"name": "t3rn",
|
|
6755
6763
|
"isTestnet": false,
|
|
6756
6764
|
"chainStatus": "INACTIVE",
|
|
6757
|
-
"icon": "https://
|
|
6765
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/t3rn.png",
|
|
6758
6766
|
"providers": {},
|
|
6759
6767
|
"evmInfo": null,
|
|
6760
6768
|
"substrateInfo": {
|
|
@@ -6781,7 +6789,7 @@
|
|
|
6781
6789
|
"name": "Geminis Network",
|
|
6782
6790
|
"isTestnet": false,
|
|
6783
6791
|
"chainStatus": "INACTIVE",
|
|
6784
|
-
"icon": "https://
|
|
6792
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/geminis_network.png",
|
|
6785
6793
|
"providers": {},
|
|
6786
6794
|
"evmInfo": null,
|
|
6787
6795
|
"substrateInfo": {
|
|
@@ -6808,7 +6816,7 @@
|
|
|
6808
6816
|
"name": "Polimec Polkadot",
|
|
6809
6817
|
"isTestnet": false,
|
|
6810
6818
|
"chainStatus": "ACTIVE",
|
|
6811
|
-
"icon": "https://
|
|
6819
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polimec.png",
|
|
6812
6820
|
"providers": {
|
|
6813
6821
|
"Polimec": "wss://rpc.polimec.org"
|
|
6814
6822
|
},
|
|
@@ -6849,7 +6857,7 @@
|
|
|
6849
6857
|
"name": "SubDAO",
|
|
6850
6858
|
"isTestnet": false,
|
|
6851
6859
|
"chainStatus": "INACTIVE",
|
|
6852
|
-
"icon": "https://
|
|
6860
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subdao.png",
|
|
6853
6861
|
"providers": {},
|
|
6854
6862
|
"evmInfo": null,
|
|
6855
6863
|
"substrateInfo": {
|
|
@@ -6876,7 +6884,7 @@
|
|
|
6876
6884
|
"name": "SubGame Network",
|
|
6877
6885
|
"isTestnet": false,
|
|
6878
6886
|
"chainStatus": "INACTIVE",
|
|
6879
|
-
"icon": "https://
|
|
6887
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_network.png",
|
|
6880
6888
|
"providers": {},
|
|
6881
6889
|
"evmInfo": null,
|
|
6882
6890
|
"substrateInfo": {
|
|
@@ -6903,7 +6911,7 @@
|
|
|
6903
6911
|
"name": "ZetaChain Testnet",
|
|
6904
6912
|
"isTestnet": true,
|
|
6905
6913
|
"chainStatus": "ACTIVE",
|
|
6906
|
-
"icon": "https://
|
|
6914
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeta_test.png",
|
|
6907
6915
|
"providers": {
|
|
6908
6916
|
"Athens": "https://zetachain-athens-evm.blockpi.network/v1/rpc/public"
|
|
6909
6917
|
},
|
|
@@ -6924,7 +6932,7 @@
|
|
|
6924
6932
|
"name": "Watr Mainnet",
|
|
6925
6933
|
"isTestnet": false,
|
|
6926
6934
|
"chainStatus": "ACTIVE",
|
|
6927
|
-
"icon": "https://
|
|
6935
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet.png",
|
|
6928
6936
|
"providers": {
|
|
6929
6937
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
6930
6938
|
},
|
|
@@ -6953,7 +6961,7 @@
|
|
|
6953
6961
|
"name": "Watr Mainnet - EVM",
|
|
6954
6962
|
"isTestnet": false,
|
|
6955
6963
|
"chainStatus": "ACTIVE",
|
|
6956
|
-
"icon": "https://
|
|
6964
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet_evm.png",
|
|
6957
6965
|
"providers": {
|
|
6958
6966
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
6959
6967
|
},
|
|
@@ -6974,7 +6982,7 @@
|
|
|
6974
6982
|
"name": "Enjin Relaychain",
|
|
6975
6983
|
"isTestnet": false,
|
|
6976
6984
|
"chainStatus": "ACTIVE",
|
|
6977
|
-
"icon": "https://
|
|
6985
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_relaychain.png",
|
|
6978
6986
|
"providers": {
|
|
6979
6987
|
"Enjin": "wss://rpc.relay.blockchain.enjin.io/"
|
|
6980
6988
|
},
|
|
@@ -7003,7 +7011,7 @@
|
|
|
7003
7011
|
"name": "Enjin Matrixchain",
|
|
7004
7012
|
"isTestnet": false,
|
|
7005
7013
|
"chainStatus": "ACTIVE",
|
|
7006
|
-
"icon": "https://
|
|
7014
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_matrixchain.png",
|
|
7007
7015
|
"providers": {
|
|
7008
7016
|
"MatrixChain": "wss://rpc.matrix.blockchain.enjin.io/",
|
|
7009
7017
|
"Dwellir": "wss://enjin-matrix-rpc-1.dwellir.com/"
|
|
@@ -7033,7 +7041,7 @@
|
|
|
7033
7041
|
"name": "Vara Network Testnet",
|
|
7034
7042
|
"isTestnet": true,
|
|
7035
7043
|
"chainStatus": "ACTIVE",
|
|
7036
|
-
"icon": "https://
|
|
7044
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_testnet.png",
|
|
7037
7045
|
"providers": {
|
|
7038
7046
|
"Vara": "wss://testnet.vara-network.io"
|
|
7039
7047
|
},
|
|
@@ -7062,7 +7070,7 @@
|
|
|
7062
7070
|
"name": "Avail Goldberg Testnet",
|
|
7063
7071
|
"isTestnet": true,
|
|
7064
7072
|
"chainStatus": "ACTIVE",
|
|
7065
|
-
"icon": "https://
|
|
7073
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/goldberg_testnet.png",
|
|
7066
7074
|
"providers": {
|
|
7067
7075
|
"Avail Goldberg Testnet": "wss://goldberg.avail.tools/ws"
|
|
7068
7076
|
},
|
|
@@ -7091,7 +7099,7 @@
|
|
|
7091
7099
|
"name": "EWX Staging Parachain",
|
|
7092
7100
|
"isTestnet": true,
|
|
7093
7101
|
"chainStatus": "ACTIVE",
|
|
7094
|
-
"icon": "https://
|
|
7102
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_testnet.png",
|
|
7095
7103
|
"providers": {
|
|
7096
7104
|
"EWX": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws"
|
|
7097
7105
|
},
|
|
@@ -7120,7 +7128,7 @@
|
|
|
7120
7128
|
"name": "Energy Web Chain",
|
|
7121
7129
|
"isTestnet": false,
|
|
7122
7130
|
"chainStatus": "ACTIVE",
|
|
7123
|
-
"icon": "https://
|
|
7131
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_chain.png",
|
|
7124
7132
|
"providers": {
|
|
7125
7133
|
"Energy Web Chain": "https://rpc.energyweb.org"
|
|
7126
7134
|
},
|
|
@@ -7144,7 +7152,7 @@
|
|
|
7144
7152
|
"name": "Energy Web X Rococo",
|
|
7145
7153
|
"isTestnet": true,
|
|
7146
7154
|
"chainStatus": "ACTIVE",
|
|
7147
|
-
"icon": "https://
|
|
7155
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_rococo.png",
|
|
7148
7156
|
"providers": {
|
|
7149
7157
|
"EWX": "wss://public-rpc.testnet.energywebx.com/ws"
|
|
7150
7158
|
},
|
|
@@ -7167,5 +7175,29 @@
|
|
|
7167
7175
|
"crowdloanFunds": []
|
|
7168
7176
|
},
|
|
7169
7177
|
"extraInfo": null
|
|
7178
|
+
},
|
|
7179
|
+
"manta_network_evm": {
|
|
7180
|
+
"slug": "manta_network_evm",
|
|
7181
|
+
"name": "Manta Pacific",
|
|
7182
|
+
"isTestnet": false,
|
|
7183
|
+
"chainStatus": "ACTIVE",
|
|
7184
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network_evm.png",
|
|
7185
|
+
"providers": {
|
|
7186
|
+
"Manta Pacific": "https://pacific-rpc.manta.network/http"
|
|
7187
|
+
},
|
|
7188
|
+
"evmInfo": {
|
|
7189
|
+
"evmChainId": 169,
|
|
7190
|
+
"blockExplorer": "https://pacific-explorer.manta.network/",
|
|
7191
|
+
"existentialDeposit": null,
|
|
7192
|
+
"symbol": "ETH",
|
|
7193
|
+
"decimals": 18,
|
|
7194
|
+
"supportSmartContract": [
|
|
7195
|
+
"ERC20",
|
|
7196
|
+
"ERC721"
|
|
7197
|
+
],
|
|
7198
|
+
"abiExplorer": "https://pacific-explorer.manta.network"
|
|
7199
|
+
},
|
|
7200
|
+
"substrateInfo": null,
|
|
7201
|
+
"extraInfo": null
|
|
7170
7202
|
}
|
|
7171
7203
|
}
|