@subwallet/chain-list 0.2.26-beta.2 → 0.2.26
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 +1511 -1511
- package/cjs/data/AssetLogoMap.json +504 -504
- package/cjs/data/AssetRef.json +1 -1
- package/cjs/data/ChainAsset.json +553 -553
- package/cjs/data/ChainInfo.json +205 -205
- package/cjs/data/ChainLogoMap.json +206 -206
- package/cjs/data/MultiChainAsset.json +43 -43
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +504 -504
- package/data/AssetRef.json +1 -1
- package/data/ChainAsset.json +553 -553
- package/data/ChainInfo.json +205 -205
- package/data/ChainLogoMap.json +206 -206
- package/data/MultiChainAsset.json +43 -43
- 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
|
"Parity": "wss://rpc.polkadot.io",
|
|
10
10
|
"Dwellir": "wss://polkadot-rpc.dwellir.com",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"name": "Kusama",
|
|
40
40
|
"isTestnet": false,
|
|
41
41
|
"chainStatus": "ACTIVE",
|
|
42
|
-
"icon": "https://
|
|
42
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusama.png",
|
|
43
43
|
"providers": {
|
|
44
44
|
"Parity": "wss://kusama-rpc.polkadot.io",
|
|
45
45
|
"Dwellir": "wss://kusama-rpc.dwellir.com",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"name": "Ethereum",
|
|
75
75
|
"isTestnet": false,
|
|
76
76
|
"chainStatus": "ACTIVE",
|
|
77
|
-
"icon": "https://
|
|
77
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum.png",
|
|
78
78
|
"providers": {
|
|
79
79
|
"Llamarpc": "https://eth.llamarpc.com",
|
|
80
80
|
"PublicNode": "https://ethereum.publicnode.com",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"name": "Binance Smart Chain",
|
|
103
103
|
"isTestnet": false,
|
|
104
104
|
"chainStatus": "ACTIVE",
|
|
105
|
-
"icon": "https://
|
|
105
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance.png",
|
|
106
106
|
"providers": {
|
|
107
107
|
"Binance": "https://bsc-dataseed.binance.org/",
|
|
108
108
|
"Defibit": "https://bsc-dataseed1.defibit.io/",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"name": "Moonbeam",
|
|
130
130
|
"isTestnet": false,
|
|
131
131
|
"chainStatus": "ACTIVE",
|
|
132
|
-
"icon": "https://
|
|
132
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbeam.png",
|
|
133
133
|
"providers": {
|
|
134
134
|
"Moonbeam Foundation": "wss://wss.api.moonbeam.network",
|
|
135
135
|
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"name": "Pioneer Network",
|
|
188
188
|
"isTestnet": false,
|
|
189
189
|
"chainStatus": "ACTIVE",
|
|
190
|
-
"icon": "https://
|
|
190
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pioneer.png",
|
|
191
191
|
"providers": {
|
|
192
192
|
"Pioneer": "wss://pioneer-rpc-3.bit.country/wss"
|
|
193
193
|
},
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"name": "Aleph Zero",
|
|
231
231
|
"isTestnet": false,
|
|
232
232
|
"chainStatus": "ACTIVE",
|
|
233
|
-
"icon": "https://
|
|
233
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aleph.png",
|
|
234
234
|
"providers": {
|
|
235
235
|
"Aleph Zero Foundation": "wss://ws.azero.dev"
|
|
236
236
|
},
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"name": "Astar",
|
|
265
265
|
"isTestnet": false,
|
|
266
266
|
"chainStatus": "ACTIVE",
|
|
267
|
-
"icon": "https://
|
|
267
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astar.png",
|
|
268
268
|
"providers": {
|
|
269
269
|
"Astar": "wss://rpc.astar.network",
|
|
270
270
|
"OnFinality": "wss://astar.api.onfinality.io/public-ws",
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
"name": "Astar - EVM",
|
|
316
316
|
"isTestnet": false,
|
|
317
317
|
"chainStatus": "ACTIVE",
|
|
318
|
-
"icon": "https://
|
|
318
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarevm.png",
|
|
319
319
|
"providers": {
|
|
320
320
|
"Astar": "https://evm.astar.network",
|
|
321
321
|
"OnFinality": "https://astar.api.onfinality.io/public",
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
"name": "Polkadot Asset Hub (Statemint)",
|
|
344
344
|
"isTestnet": false,
|
|
345
345
|
"chainStatus": "ACTIVE",
|
|
346
|
-
"icon": "https://
|
|
346
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemint.png",
|
|
347
347
|
"providers": {
|
|
348
348
|
"Parity": "wss://statemint-rpc.polkadot.io",
|
|
349
349
|
"Dwellir": "wss://statemint-rpc.dwellir.com",
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
"name": "Acala",
|
|
378
378
|
"isTestnet": false,
|
|
379
379
|
"chainStatus": "ACTIVE",
|
|
380
|
-
"icon": "https://
|
|
380
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala.png",
|
|
381
381
|
"providers": {
|
|
382
382
|
"Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
|
|
383
383
|
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
"name": "Polygon",
|
|
426
426
|
"isTestnet": false,
|
|
427
427
|
"chainStatus": "ACTIVE",
|
|
428
|
-
"icon": "https://
|
|
428
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polygon.png",
|
|
429
429
|
"providers": {
|
|
430
430
|
"Llamarpc": "https://polygon.llamarpc.com",
|
|
431
431
|
"BlastApi": "https://polygon-mainnet.public.blastapi.io",
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
"name": "Arbitrum One",
|
|
452
452
|
"isTestnet": false,
|
|
453
453
|
"chainStatus": "ACTIVE",
|
|
454
|
-
"icon": "https://
|
|
454
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/arbitrum_one.png",
|
|
455
455
|
"providers": {
|
|
456
456
|
"Omniatech": "https://endpoints.omniatech.io/v1/arbitrum/one/public",
|
|
457
457
|
"BlastApi": "https://arbitrum-one.public.blastapi.io"
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
"name": "Optimism",
|
|
477
477
|
"isTestnet": false,
|
|
478
478
|
"chainStatus": "ACTIVE",
|
|
479
|
-
"icon": "https://
|
|
479
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/optimism.png",
|
|
480
480
|
"providers": {
|
|
481
481
|
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
|
|
482
482
|
},
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
"name": "TomoChain",
|
|
501
501
|
"isTestnet": false,
|
|
502
502
|
"chainStatus": "ACTIVE",
|
|
503
|
-
"icon": "https://
|
|
503
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tomochain.png",
|
|
504
504
|
"providers": {
|
|
505
505
|
"TomoChain": "https://rpc.tomochain.com"
|
|
506
506
|
},
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
"name": "Aleph Zero Testnet",
|
|
525
525
|
"isTestnet": true,
|
|
526
526
|
"chainStatus": "ACTIVE",
|
|
527
|
-
"icon": "https://
|
|
527
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephtest.png",
|
|
528
528
|
"providers": {
|
|
529
529
|
"Aleph Zero Foundation": "wss://ws.test.azero.dev"
|
|
530
530
|
},
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"name": "Shiden",
|
|
557
557
|
"isTestnet": false,
|
|
558
558
|
"chainStatus": "ACTIVE",
|
|
559
|
-
"icon": "https://
|
|
559
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shiden.png",
|
|
560
560
|
"providers": {
|
|
561
561
|
"Astar": "wss://rpc.shiden.astar.network",
|
|
562
562
|
"OnFinality": "wss://shiden.api.onfinality.io/public-ws",
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
"PSP34",
|
|
582
582
|
"PSP22"
|
|
583
583
|
],
|
|
584
|
-
"crowdloanParaId":
|
|
584
|
+
"crowdloanParaId": 3335,
|
|
585
585
|
"crowdloanFunds": [
|
|
586
586
|
{
|
|
587
587
|
"relayChain": "kusama",
|
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
"name": "Shiden - EVM",
|
|
628
628
|
"isTestnet": false,
|
|
629
629
|
"chainStatus": "ACTIVE",
|
|
630
|
-
"icon": "https://
|
|
630
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shidenevm.png",
|
|
631
631
|
"providers": {
|
|
632
632
|
"Astar": "https://evm.shiden.astar.network",
|
|
633
633
|
"OnFinality": "https://shiden.api.onfinality.io/public",
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
"name": "Shibuya Testnet",
|
|
655
655
|
"isTestnet": true,
|
|
656
656
|
"chainStatus": "ACTIVE",
|
|
657
|
-
"icon": "https://
|
|
657
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuya.png",
|
|
658
658
|
"providers": {
|
|
659
659
|
"Shibuya": "wss://rpc.shibuya.astar.network",
|
|
660
660
|
"Dwellir": "wss://shibuya-rpc.dwellir.com"
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
"name": "Shibuya Testnet - EVM",
|
|
690
690
|
"isTestnet": true,
|
|
691
691
|
"chainStatus": "ACTIVE",
|
|
692
|
-
"icon": "https://
|
|
692
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuyaevm.png",
|
|
693
693
|
"providers": {
|
|
694
694
|
"Shibuya": "https://evm.shibuya.astar.network ",
|
|
695
695
|
"Dwellir": "https://shibuya-rpc.dwellir.com",
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
"name": "Aventus Polkadot",
|
|
716
716
|
"isTestnet": false,
|
|
717
717
|
"chainStatus": "ACTIVE",
|
|
718
|
-
"icon": "https://
|
|
718
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus.png",
|
|
719
719
|
"providers": {
|
|
720
720
|
"Aventus": "wss://public-rpc.mainnet.aventus.io"
|
|
721
721
|
},
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
"name": "Westend",
|
|
757
757
|
"isTestnet": true,
|
|
758
758
|
"chainStatus": "ACTIVE",
|
|
759
|
-
"icon": "https://
|
|
759
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/westend.png",
|
|
760
760
|
"providers": {
|
|
761
761
|
"Parity": "wss://westend-rpc.polkadot.io",
|
|
762
762
|
"Dwellir": "wss://westend-rpc.dwellir.com",
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
"name": "Rococo",
|
|
792
792
|
"isTestnet": true,
|
|
793
793
|
"chainStatus": "ACTIVE",
|
|
794
|
-
"icon": "https://
|
|
794
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo.png",
|
|
795
795
|
"providers": {
|
|
796
796
|
"Parity": "wss://rococo-rpc.polkadot.io",
|
|
797
797
|
"Light Client": "light://substrate-connect/rococo"
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
"name": "Bit.Country - Alpha Net",
|
|
827
827
|
"isTestnet": true,
|
|
828
828
|
"chainStatus": "ACTIVE",
|
|
829
|
-
"icon": "https://
|
|
829
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcountry.png",
|
|
830
830
|
"providers": {
|
|
831
831
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
832
832
|
},
|
|
@@ -855,7 +855,7 @@
|
|
|
855
855
|
"name": "Equilibrium",
|
|
856
856
|
"isTestnet": false,
|
|
857
857
|
"chainStatus": "ACTIVE",
|
|
858
|
-
"icon": "https://
|
|
858
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/equilibrium_parachain.png",
|
|
859
859
|
"providers": {
|
|
860
860
|
"Equilibrium": "wss://node.pol.equilibrium.io",
|
|
861
861
|
"Dwellir": "wss://equilibrium-rpc.dwellir.com"
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
"name": "Moonbase Alpha",
|
|
898
898
|
"isTestnet": true,
|
|
899
899
|
"chainStatus": "ACTIVE",
|
|
900
|
-
"icon": "https://
|
|
900
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbase.png",
|
|
901
901
|
"providers": {
|
|
902
902
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
903
903
|
"OnFinality": "wss://moonbeam-alpha.api.onfinality.io/public-ws",
|
|
@@ -941,7 +941,7 @@
|
|
|
941
941
|
"name": "Moonriver",
|
|
942
942
|
"isTestnet": false,
|
|
943
943
|
"chainStatus": "ACTIVE",
|
|
944
|
-
"icon": "https://
|
|
944
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonriver.png",
|
|
945
945
|
"providers": {
|
|
946
946
|
"Moonbeam Foundation": "wss://wss.api.moonriver.moonbeam.network",
|
|
947
947
|
"Blast": "wss://moonriver.public.blastapi.io",
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
"name": "Turing Staging",
|
|
1010
1010
|
"isTestnet": true,
|
|
1011
1011
|
"chainStatus": "ACTIVE",
|
|
1012
|
-
"icon": "https://
|
|
1012
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turingstaging.png",
|
|
1013
1013
|
"providers": {
|
|
1014
1014
|
"Turing": "wss://rpc.turing-staging.oak.tech"
|
|
1015
1015
|
},
|
|
@@ -1038,7 +1038,7 @@
|
|
|
1038
1038
|
"name": "Turing",
|
|
1039
1039
|
"isTestnet": false,
|
|
1040
1040
|
"chainStatus": "ACTIVE",
|
|
1041
|
-
"icon": "https://
|
|
1041
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turing.png",
|
|
1042
1042
|
"providers": {
|
|
1043
1043
|
"Turing": "wss://rpc.turing.oak.tech",
|
|
1044
1044
|
"Dwellir": "wss://turing-rpc.dwellir.com"
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
"name": "Bifrost Kusama",
|
|
1083
1083
|
"isTestnet": false,
|
|
1084
1084
|
"chainStatus": "ACTIVE",
|
|
1085
|
-
"icon": "https://
|
|
1085
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost.png",
|
|
1086
1086
|
"providers": {
|
|
1087
1087
|
"Liebi 0": "wss://bifrost-rpc.liebi.com/ws",
|
|
1088
1088
|
"Dwellir": "wss://bifrost-rpc.dwellir.com",
|
|
@@ -1138,7 +1138,7 @@
|
|
|
1138
1138
|
"name": "Bifrost Polkadot",
|
|
1139
1139
|
"isTestnet": false,
|
|
1140
1140
|
"chainStatus": "ACTIVE",
|
|
1141
|
-
"icon": "https://
|
|
1141
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_dot.png",
|
|
1142
1142
|
"providers": {
|
|
1143
1143
|
"Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
|
|
1144
1144
|
"OnFinality": "wss://bifrost-polkadot.api.onfinality.io/public-ws"
|
|
@@ -1182,7 +1182,7 @@
|
|
|
1182
1182
|
"name": "Bifrost Testnet",
|
|
1183
1183
|
"isTestnet": true,
|
|
1184
1184
|
"chainStatus": "ACTIVE",
|
|
1185
|
-
"icon": "https://
|
|
1185
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_testnet.png",
|
|
1186
1186
|
"providers": {
|
|
1187
1187
|
"Liebi": "wss://bifrost-rpc.rococo.liebi.com/ws"
|
|
1188
1188
|
},
|
|
@@ -1211,7 +1211,7 @@
|
|
|
1211
1211
|
"name": "Calamari",
|
|
1212
1212
|
"isTestnet": false,
|
|
1213
1213
|
"chainStatus": "ACTIVE",
|
|
1214
|
-
"icon": "https://
|
|
1214
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari.png",
|
|
1215
1215
|
"providers": {
|
|
1216
1216
|
"Manta Network": "wss://calamari.systems"
|
|
1217
1217
|
},
|
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
"name": "Amplitude",
|
|
1255
1255
|
"isTestnet": false,
|
|
1256
1256
|
"chainStatus": "ACTIVE",
|
|
1257
|
-
"icon": "https://
|
|
1257
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude.png",
|
|
1258
1258
|
"providers": {
|
|
1259
1259
|
"Amplitude": "wss://rpc-amplitude.pendulumchain.tech"
|
|
1260
1260
|
},
|
|
@@ -1295,7 +1295,7 @@
|
|
|
1295
1295
|
"name": "Amplitude Testnet",
|
|
1296
1296
|
"isTestnet": true,
|
|
1297
1297
|
"chainStatus": "ACTIVE",
|
|
1298
|
-
"icon": "https://
|
|
1298
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude_test.png",
|
|
1299
1299
|
"providers": {
|
|
1300
1300
|
"Amplitude": "wss://rpc-foucoco.pendulumchain.tech"
|
|
1301
1301
|
},
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
"name": "Bobabase Testnet",
|
|
1325
1325
|
"isTestnet": true,
|
|
1326
1326
|
"chainStatus": "INACTIVE",
|
|
1327
|
-
"icon": "https://
|
|
1327
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabase.png",
|
|
1328
1328
|
"providers": {},
|
|
1329
1329
|
"evmInfo": {
|
|
1330
1330
|
"evmChainId": 1297,
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
"name": "Ethereum Testnet (Goerli)",
|
|
1347
1347
|
"isTestnet": true,
|
|
1348
1348
|
"chainStatus": "ACTIVE",
|
|
1349
|
-
"icon": "https://
|
|
1349
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum_goerli.png",
|
|
1350
1350
|
"providers": {
|
|
1351
1351
|
"Infura": "https://goerli.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8",
|
|
1352
1352
|
"Optimism": "https://goerli.optimism.io"
|
|
@@ -1371,7 +1371,7 @@
|
|
|
1371
1371
|
"name": "Binance Smart Chain (Testnet)",
|
|
1372
1372
|
"isTestnet": true,
|
|
1373
1373
|
"chainStatus": "ACTIVE",
|
|
1374
|
-
"icon": "https://
|
|
1374
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance_test.png",
|
|
1375
1375
|
"providers": {
|
|
1376
1376
|
"Binance": "https://data-seed-prebsc-1-s1.binance.org:8545/",
|
|
1377
1377
|
"Binance2": "https://data-seed-prebsc-2-s1.binance.org:8545/"
|
|
@@ -1396,7 +1396,7 @@
|
|
|
1396
1396
|
"name": "Parallel",
|
|
1397
1397
|
"isTestnet": false,
|
|
1398
1398
|
"chainStatus": "ACTIVE",
|
|
1399
|
-
"icon": "https://
|
|
1399
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/parallel.png",
|
|
1400
1400
|
"providers": {
|
|
1401
1401
|
"Parallel": "wss://rpc.parallel.fi"
|
|
1402
1402
|
},
|
|
@@ -1461,7 +1461,7 @@
|
|
|
1461
1461
|
"name": "Clover",
|
|
1462
1462
|
"isTestnet": false,
|
|
1463
1463
|
"chainStatus": "ACTIVE",
|
|
1464
|
-
"icon": "https://
|
|
1464
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/clover.png",
|
|
1465
1465
|
"providers": {
|
|
1466
1466
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1467
1467
|
},
|
|
@@ -1515,7 +1515,7 @@
|
|
|
1515
1515
|
"name": "Clover - EVM",
|
|
1516
1516
|
"isTestnet": false,
|
|
1517
1517
|
"chainStatus": "ACTIVE",
|
|
1518
|
-
"icon": "https://
|
|
1518
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cloverevm.png",
|
|
1519
1519
|
"providers": {
|
|
1520
1520
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1521
1521
|
},
|
|
@@ -1539,7 +1539,7 @@
|
|
|
1539
1539
|
"name": "HydraDX",
|
|
1540
1540
|
"isTestnet": false,
|
|
1541
1541
|
"chainStatus": "ACTIVE",
|
|
1542
|
-
"icon": "https://
|
|
1542
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_main.png",
|
|
1543
1543
|
"providers": {
|
|
1544
1544
|
"Galactic Council": "wss://rpc.hydradx.cloud",
|
|
1545
1545
|
"Dwellir": "wss://hydradx-rpc.dwellir.com"
|
|
@@ -1583,7 +1583,7 @@
|
|
|
1583
1583
|
"name": "Edgeware",
|
|
1584
1584
|
"isTestnet": false,
|
|
1585
1585
|
"chainStatus": "ACTIVE",
|
|
1586
|
-
"icon": "https://
|
|
1586
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/edgeware.png",
|
|
1587
1587
|
"providers": {
|
|
1588
1588
|
"JelliedOwl": "wss://edgeware.jelliedowl.net",
|
|
1589
1589
|
"Commonwealth Labs": "wss://mainnet2.edgewa.re"
|
|
@@ -1613,7 +1613,7 @@
|
|
|
1613
1613
|
"name": "Centrifuge",
|
|
1614
1614
|
"isTestnet": false,
|
|
1615
1615
|
"chainStatus": "ACTIVE",
|
|
1616
|
-
"icon": "https://
|
|
1616
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/centrifuge.png",
|
|
1617
1617
|
"providers": {
|
|
1618
1618
|
"Centrifuge": "wss://fullnode.parachain.centrifuge.io",
|
|
1619
1619
|
"OnFinality": "wss://centrifuge-parachain.api.onfinality.io/public-ws"
|
|
@@ -1657,7 +1657,7 @@
|
|
|
1657
1657
|
"name": "Interlay",
|
|
1658
1658
|
"isTestnet": false,
|
|
1659
1659
|
"chainStatus": "ACTIVE",
|
|
1660
|
-
"icon": "https://
|
|
1660
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/interlay.png",
|
|
1661
1661
|
"providers": {
|
|
1662
1662
|
"Kintsugi Labs": "wss://api.interlay.io/parachain"
|
|
1663
1663
|
},
|
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
"name": "Nodle",
|
|
1701
1701
|
"isTestnet": false,
|
|
1702
1702
|
"chainStatus": "ACTIVE",
|
|
1703
|
-
"icon": "https://
|
|
1703
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nodle.png",
|
|
1704
1704
|
"providers": {
|
|
1705
1705
|
"OnFinality": "wss://nodle-parachain.api.onfinality.io/public-ws",
|
|
1706
1706
|
"Dwellir": "wss://eden-rpc.dwellir.com"
|
|
@@ -1744,7 +1744,7 @@
|
|
|
1744
1744
|
"name": "Darwinia 2",
|
|
1745
1745
|
"isTestnet": false,
|
|
1746
1746
|
"chainStatus": "ACTIVE",
|
|
1747
|
-
"icon": "https://
|
|
1747
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/darwinia2.png",
|
|
1748
1748
|
"providers": {
|
|
1749
1749
|
"Darwinia Network": "wss://rpc.darwinia.network",
|
|
1750
1750
|
"Darwinia Community": "wss://darwinia-rpc.darwiniacommunitydao.xyz",
|
|
@@ -1788,7 +1788,7 @@
|
|
|
1788
1788
|
"name": "SORA Kusama",
|
|
1789
1789
|
"isTestnet": false,
|
|
1790
1790
|
"chainStatus": "ACTIVE",
|
|
1791
|
-
"icon": "https://
|
|
1791
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_ksm.png",
|
|
1792
1792
|
"providers": {
|
|
1793
1793
|
"Soramitsu": "wss://ws.parachain-collator-1.c1.sora2.soramitsu.co.jp"
|
|
1794
1794
|
},
|
|
@@ -1840,7 +1840,7 @@
|
|
|
1840
1840
|
"name": "Ares Odyssey",
|
|
1841
1841
|
"isTestnet": false,
|
|
1842
1842
|
"chainStatus": "ACTIVE",
|
|
1843
|
-
"icon": "https://
|
|
1843
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/odyssey.png",
|
|
1844
1844
|
"providers": {
|
|
1845
1845
|
"AresProtocol": "wss://odyssey.aresprotocol.io"
|
|
1846
1846
|
},
|
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
"name": "Polkadex",
|
|
1870
1870
|
"isTestnet": false,
|
|
1871
1871
|
"chainStatus": "ACTIVE",
|
|
1872
|
-
"icon": "https://
|
|
1872
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex.png",
|
|
1873
1873
|
"providers": {
|
|
1874
1874
|
"Polkadex Team": "wss://mainnet.polkadex.trade/"
|
|
1875
1875
|
},
|
|
@@ -1912,7 +1912,7 @@
|
|
|
1912
1912
|
"name": "Polkadex - Testnet",
|
|
1913
1913
|
"isTestnet": true,
|
|
1914
1914
|
"chainStatus": "STOPPED",
|
|
1915
|
-
"icon": "https://
|
|
1915
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadextest.png",
|
|
1916
1916
|
"providers": {
|
|
1917
1917
|
"Polkadex Team": "wss://blockchain.polkadex.trade"
|
|
1918
1918
|
},
|
|
@@ -1941,7 +1941,7 @@
|
|
|
1941
1941
|
"name": "RMRK Devnet",
|
|
1942
1942
|
"isTestnet": true,
|
|
1943
1943
|
"chainStatus": "ACTIVE",
|
|
1944
|
-
"icon": "https://
|
|
1944
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rmrk.png",
|
|
1945
1945
|
"providers": {
|
|
1946
1946
|
"rmrk": "wss://staging.node.rmrk.app"
|
|
1947
1947
|
},
|
|
@@ -1970,7 +1970,7 @@
|
|
|
1970
1970
|
"name": "Dolphin Testnet",
|
|
1971
1971
|
"isTestnet": true,
|
|
1972
1972
|
"chainStatus": "INACTIVE",
|
|
1973
|
-
"icon": "https://
|
|
1973
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dolphin.png",
|
|
1974
1974
|
"providers": {},
|
|
1975
1975
|
"evmInfo": null,
|
|
1976
1976
|
"substrateInfo": {
|
|
@@ -1997,7 +1997,7 @@
|
|
|
1997
1997
|
"name": "Opal",
|
|
1998
1998
|
"isTestnet": true,
|
|
1999
1999
|
"chainStatus": "ACTIVE",
|
|
2000
|
-
"icon": "https://
|
|
2000
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/opal.png",
|
|
2001
2001
|
"providers": {
|
|
2002
2002
|
"Unique": "wss://ws-opal.unique.network",
|
|
2003
2003
|
"Europe": "wss://eu-ws-opal.unique.network",
|
|
@@ -2029,7 +2029,7 @@
|
|
|
2029
2029
|
"name": "Efinity",
|
|
2030
2030
|
"isTestnet": false,
|
|
2031
2031
|
"chainStatus": "INACTIVE",
|
|
2032
|
-
"icon": "https://
|
|
2032
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/efinity.png",
|
|
2033
2033
|
"providers": {
|
|
2034
2034
|
"Efinity": "wss://rpc.efinity.io",
|
|
2035
2035
|
"Dwellir": "wss://efinity -rpc.dwellir.com"
|
|
@@ -2071,7 +2071,7 @@
|
|
|
2071
2071
|
"name": "Composable Finance",
|
|
2072
2072
|
"isTestnet": false,
|
|
2073
2073
|
"chainStatus": "ACTIVE",
|
|
2074
|
-
"icon": "https://
|
|
2074
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/composablefinance.png",
|
|
2075
2075
|
"providers": {
|
|
2076
2076
|
"Composable": "wss://rpc.composable.finance"
|
|
2077
2077
|
},
|
|
@@ -2114,7 +2114,7 @@
|
|
|
2114
2114
|
"name": "Phala",
|
|
2115
2115
|
"isTestnet": false,
|
|
2116
2116
|
"chainStatus": "ACTIVE",
|
|
2117
|
-
"icon": "https://
|
|
2117
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phala.png",
|
|
2118
2118
|
"providers": {
|
|
2119
2119
|
"Phala": "wss://api.phala.network/ws",
|
|
2120
2120
|
"OnFinality": "wss://phala.api.onfinality.io/public-ws"
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
"name": "Crust",
|
|
2159
2159
|
"isTestnet": false,
|
|
2160
2160
|
"chainStatus": "ACTIVE",
|
|
2161
|
-
"icon": "https://
|
|
2161
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust.png",
|
|
2162
2162
|
"providers": {
|
|
2163
2163
|
"Crust": "wss://crust-parachain.crustapps.net"
|
|
2164
2164
|
},
|
|
@@ -2201,7 +2201,7 @@
|
|
|
2201
2201
|
"name": "Kusama Asset Hub (Statemine)",
|
|
2202
2202
|
"isTestnet": false,
|
|
2203
2203
|
"chainStatus": "ACTIVE",
|
|
2204
|
-
"icon": "https://
|
|
2204
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemine.png",
|
|
2205
2205
|
"providers": {
|
|
2206
2206
|
"Parity": "wss://statemine-rpc.polkadot.io",
|
|
2207
2207
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
@@ -2235,7 +2235,7 @@
|
|
|
2235
2235
|
"name": "Karura",
|
|
2236
2236
|
"isTestnet": false,
|
|
2237
2237
|
"chainStatus": "ACTIVE",
|
|
2238
|
-
"icon": "https://
|
|
2238
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura.png",
|
|
2239
2239
|
"providers": {
|
|
2240
2240
|
"Acala Foundation 0": "wss://karura-rpc-0.aca-api.network",
|
|
2241
2241
|
"Acala Foundation 1": "wss://karura-rpc-1.aca-api.network",
|
|
@@ -2270,7 +2270,7 @@
|
|
|
2270
2270
|
"name": "Khala",
|
|
2271
2271
|
"isTestnet": false,
|
|
2272
2272
|
"chainStatus": "ACTIVE",
|
|
2273
|
-
"icon": "https://
|
|
2273
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/khala.png",
|
|
2274
2274
|
"providers": {
|
|
2275
2275
|
"Phala": "wss://khala-api.phala.network/ws",
|
|
2276
2276
|
"OnFinality": "wss://khala.api.onfinality.io/public-ws",
|
|
@@ -2315,7 +2315,7 @@
|
|
|
2315
2315
|
"name": "KILT Spiritnet",
|
|
2316
2316
|
"isTestnet": false,
|
|
2317
2317
|
"chainStatus": "ACTIVE",
|
|
2318
|
-
"icon": "https://
|
|
2318
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt.png",
|
|
2319
2319
|
"providers": {
|
|
2320
2320
|
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
2321
2321
|
"OnFinality": "wss://spiritnet.api.onfinality.io/public-ws",
|
|
@@ -2348,7 +2348,7 @@
|
|
|
2348
2348
|
"name": "Basilisk",
|
|
2349
2349
|
"isTestnet": false,
|
|
2350
2350
|
"chainStatus": "ACTIVE",
|
|
2351
|
-
"icon": "https://
|
|
2351
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/basilisk.png",
|
|
2352
2352
|
"providers": {
|
|
2353
2353
|
"Basilisk ": "wss://rpc.basilisk.cloud",
|
|
2354
2354
|
"Dwellir": "wss://basilisk-rpc.dwellir.com"
|
|
@@ -2392,7 +2392,7 @@
|
|
|
2392
2392
|
"name": "Altair",
|
|
2393
2393
|
"isTestnet": false,
|
|
2394
2394
|
"chainStatus": "ACTIVE",
|
|
2395
|
-
"icon": "https://
|
|
2395
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/altair.png",
|
|
2396
2396
|
"providers": {
|
|
2397
2397
|
"Centrifuge": "wss://fullnode.altair.centrifuge.io",
|
|
2398
2398
|
"OnFinality": "wss://altair.api.onfinality.io/public-ws"
|
|
@@ -2436,7 +2436,7 @@
|
|
|
2436
2436
|
"name": "Heiko",
|
|
2437
2437
|
"isTestnet": false,
|
|
2438
2438
|
"chainStatus": "ACTIVE",
|
|
2439
|
-
"icon": "https://
|
|
2439
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/heiko.png",
|
|
2440
2440
|
"providers": {
|
|
2441
2441
|
"Parallel": "wss://heiko-rpc.parallel.fi"
|
|
2442
2442
|
},
|
|
@@ -2490,7 +2490,7 @@
|
|
|
2490
2490
|
"name": "Kintsugi",
|
|
2491
2491
|
"isTestnet": false,
|
|
2492
2492
|
"chainStatus": "ACTIVE",
|
|
2493
|
-
"icon": "https://
|
|
2493
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi.png",
|
|
2494
2494
|
"providers": {
|
|
2495
2495
|
"Kintsugi Labs": "wss://api-kusama.interlay.io/parachain",
|
|
2496
2496
|
"OnFinality": "wss://kintsugi.api.onfinality.io/public-ws"
|
|
@@ -2534,7 +2534,7 @@
|
|
|
2534
2534
|
"name": "Kintsugi Testnet",
|
|
2535
2535
|
"isTestnet": true,
|
|
2536
2536
|
"chainStatus": "ACTIVE",
|
|
2537
|
-
"icon": "https://
|
|
2537
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi_test.png",
|
|
2538
2538
|
"providers": {
|
|
2539
2539
|
"testnet": "wss://api-dev-kintsugi.interlay.io/parachain"
|
|
2540
2540
|
},
|
|
@@ -2563,7 +2563,7 @@
|
|
|
2563
2563
|
"name": "Picasso",
|
|
2564
2564
|
"isTestnet": false,
|
|
2565
2565
|
"chainStatus": "ACTIVE",
|
|
2566
|
-
"icon": "https://
|
|
2566
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/picasso.png",
|
|
2567
2567
|
"providers": {
|
|
2568
2568
|
"Composable": "wss://rpc.composablenodes.tech"
|
|
2569
2569
|
},
|
|
@@ -2628,7 +2628,7 @@
|
|
|
2628
2628
|
"name": "Quartz",
|
|
2629
2629
|
"isTestnet": false,
|
|
2630
2630
|
"chainStatus": "ACTIVE",
|
|
2631
|
-
"icon": "https://
|
|
2631
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quartz.png",
|
|
2632
2632
|
"providers": {
|
|
2633
2633
|
"Unique Europe": "wss://eu-ws-quartz.unique.network",
|
|
2634
2634
|
"Unique US": "wss://us-ws-quartz.unique.network",
|
|
@@ -2671,7 +2671,7 @@
|
|
|
2671
2671
|
"name": "Unique",
|
|
2672
2672
|
"isTestnet": false,
|
|
2673
2673
|
"chainStatus": "ACTIVE",
|
|
2674
|
-
"icon": "https://
|
|
2674
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unique_network.png",
|
|
2675
2675
|
"providers": {
|
|
2676
2676
|
"unique": "wss://us-ws.unique.network/",
|
|
2677
2677
|
"UniqueEu": "wss://eu-ws.unique.network/",
|
|
@@ -2716,7 +2716,7 @@
|
|
|
2716
2716
|
"name": "Genshiro",
|
|
2717
2717
|
"isTestnet": false,
|
|
2718
2718
|
"chainStatus": "ACTIVE",
|
|
2719
|
-
"icon": "https://
|
|
2719
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro.png",
|
|
2720
2720
|
"providers": {
|
|
2721
2721
|
"Equilibrium": "wss://node.genshiro.io"
|
|
2722
2722
|
},
|
|
@@ -2768,7 +2768,7 @@
|
|
|
2768
2768
|
"name": "Genshiro Testnet",
|
|
2769
2769
|
"isTestnet": true,
|
|
2770
2770
|
"chainStatus": "INACTIVE",
|
|
2771
|
-
"icon": "https://
|
|
2771
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro_testnet.png",
|
|
2772
2772
|
"providers": {},
|
|
2773
2773
|
"evmInfo": null,
|
|
2774
2774
|
"substrateInfo": {
|
|
@@ -2795,7 +2795,7 @@
|
|
|
2795
2795
|
"name": "Subsocial",
|
|
2796
2796
|
"isTestnet": false,
|
|
2797
2797
|
"chainStatus": "ACTIVE",
|
|
2798
|
-
"icon": "https://
|
|
2798
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subsocial_x.png",
|
|
2799
2799
|
"providers": {
|
|
2800
2800
|
"subsocialx": "wss://para.f3joule.space"
|
|
2801
2801
|
},
|
|
@@ -2824,7 +2824,7 @@
|
|
|
2824
2824
|
"name": "Zeitgeist",
|
|
2825
2825
|
"isTestnet": false,
|
|
2826
2826
|
"chainStatus": "ACTIVE",
|
|
2827
|
-
"icon": "https://
|
|
2827
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeitgeist.png",
|
|
2828
2828
|
"providers": {
|
|
2829
2829
|
"OnFinality": "wss://zeitgeist.api.onfinality.io/public-ws",
|
|
2830
2830
|
"Dwellir": "wss://zeitgeist-rpc.dwellir.com"
|
|
@@ -2868,7 +2868,7 @@
|
|
|
2868
2868
|
"name": "Sakura",
|
|
2869
2869
|
"isTestnet": false,
|
|
2870
2870
|
"chainStatus": "ACTIVE",
|
|
2871
|
-
"icon": "https://
|
|
2871
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sakura.png",
|
|
2872
2872
|
"providers": {
|
|
2873
2873
|
"Clover": "wss://rpc.sakura.clover.finance"
|
|
2874
2874
|
},
|
|
@@ -2911,7 +2911,7 @@
|
|
|
2911
2911
|
"name": "Crust Shadow",
|
|
2912
2912
|
"isTestnet": false,
|
|
2913
2913
|
"chainStatus": "ACTIVE",
|
|
2914
|
-
"icon": "https://
|
|
2914
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shadow.png",
|
|
2915
2915
|
"providers": {
|
|
2916
2916
|
"Crust": "wss://rpc-shadow.crust.network/"
|
|
2917
2917
|
},
|
|
@@ -2965,7 +2965,7 @@
|
|
|
2965
2965
|
"name": "Unique TestNet 2.0",
|
|
2966
2966
|
"isTestnet": true,
|
|
2967
2967
|
"chainStatus": "ACTIVE",
|
|
2968
|
-
"icon": "https://
|
|
2968
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/uniquenft.png",
|
|
2969
2969
|
"providers": {
|
|
2970
2970
|
"Unique": "wss://testnet2.unique.network"
|
|
2971
2971
|
},
|
|
@@ -2994,7 +2994,7 @@
|
|
|
2994
2994
|
"name": "Robonomics",
|
|
2995
2995
|
"isTestnet": false,
|
|
2996
2996
|
"chainStatus": "ACTIVE",
|
|
2997
|
-
"icon": "https://
|
|
2997
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/robonomics.png",
|
|
2998
2998
|
"providers": {
|
|
2999
2999
|
"Airalab": "wss://kusama.rpc.robonomics.network/",
|
|
3000
3000
|
"Samsara": "wss://robonomics.0xsamsara.com"
|
|
@@ -3049,7 +3049,7 @@
|
|
|
3049
3049
|
"name": "Integritee Network",
|
|
3050
3050
|
"isTestnet": false,
|
|
3051
3051
|
"chainStatus": "ACTIVE",
|
|
3052
|
-
"icon": "https://
|
|
3052
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integritee.png",
|
|
3053
3053
|
"providers": {
|
|
3054
3054
|
"Integritee": "wss://kusama.api.integritee.network",
|
|
3055
3055
|
"OnFinality": "wss://integritee-kusama.api.onfinality.io/public-ws"
|
|
@@ -3093,7 +3093,7 @@
|
|
|
3093
3093
|
"name": "Integritee Shell",
|
|
3094
3094
|
"isTestnet": false,
|
|
3095
3095
|
"chainStatus": "ACTIVE",
|
|
3096
|
-
"icon": "https://
|
|
3096
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integriteepolkadot.png",
|
|
3097
3097
|
"providers": {
|
|
3098
3098
|
"Integritee": "wss://polkadot.api.integritee.network"
|
|
3099
3099
|
},
|
|
@@ -3134,7 +3134,7 @@
|
|
|
3134
3134
|
"name": "Crab2 Parachain",
|
|
3135
3135
|
"isTestnet": false,
|
|
3136
3136
|
"chainStatus": "ACTIVE",
|
|
3137
|
-
"icon": "https://
|
|
3137
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crabparachain.png",
|
|
3138
3138
|
"providers": {
|
|
3139
3139
|
"Crab": "wss://crab-rpc.darwinia.network/",
|
|
3140
3140
|
"Dwellir": "wss://darwiniacrab-rpc.dwellir.com"
|
|
@@ -3189,7 +3189,7 @@
|
|
|
3189
3189
|
"name": "Pangolin",
|
|
3190
3190
|
"isTestnet": true,
|
|
3191
3191
|
"chainStatus": "ACTIVE",
|
|
3192
|
-
"icon": "https://
|
|
3192
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pangolin.png",
|
|
3193
3193
|
"providers": {
|
|
3194
3194
|
"Pangolin_Network": "wss://pangolin-rpc.darwinia.network"
|
|
3195
3195
|
},
|
|
@@ -3229,7 +3229,7 @@
|
|
|
3229
3229
|
"name": "Chain X",
|
|
3230
3230
|
"isTestnet": false,
|
|
3231
3231
|
"chainStatus": "ACTIVE",
|
|
3232
|
-
"icon": "https://
|
|
3232
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainx.png",
|
|
3233
3233
|
"providers": {
|
|
3234
3234
|
"chainx ": "wss://mainnet.chainx.org/ws"
|
|
3235
3235
|
},
|
|
@@ -3258,7 +3258,7 @@
|
|
|
3258
3258
|
"name": "Acala Mandala TC7",
|
|
3259
3259
|
"isTestnet": true,
|
|
3260
3260
|
"chainStatus": "ACTIVE",
|
|
3261
|
-
"icon": "https://
|
|
3261
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_testnet.png",
|
|
3262
3262
|
"providers": {
|
|
3263
3263
|
"Mandala": "wss://mandala-tc9-rpc.aca-staging.network"
|
|
3264
3264
|
},
|
|
@@ -3289,7 +3289,7 @@
|
|
|
3289
3289
|
"name": "MangataX Public Testnet",
|
|
3290
3290
|
"isTestnet": true,
|
|
3291
3291
|
"chainStatus": "ACTIVE",
|
|
3292
|
-
"icon": "https://
|
|
3292
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax.png",
|
|
3293
3293
|
"providers": {
|
|
3294
3294
|
"mangatax": "wss://collator-01-ws-rococo.mangata.online"
|
|
3295
3295
|
},
|
|
@@ -3318,7 +3318,7 @@
|
|
|
3318
3318
|
"name": "Mangata X",
|
|
3319
3319
|
"isTestnet": false,
|
|
3320
3320
|
"chainStatus": "ACTIVE",
|
|
3321
|
-
"icon": "https://
|
|
3321
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax_para.png",
|
|
3322
3322
|
"providers": {
|
|
3323
3323
|
"mangata": "wss://kusama-rpc.mangata.online",
|
|
3324
3324
|
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
@@ -3373,7 +3373,7 @@
|
|
|
3373
3373
|
"name": "Encointer",
|
|
3374
3374
|
"isTestnet": false,
|
|
3375
3375
|
"chainStatus": "ACTIVE",
|
|
3376
|
-
"icon": "https://
|
|
3376
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/encointer.png",
|
|
3377
3377
|
"providers": {
|
|
3378
3378
|
"Encointer Association": "wss://kusama.api.encointer.org"
|
|
3379
3379
|
},
|
|
@@ -3402,7 +3402,7 @@
|
|
|
3402
3402
|
"name": "Litmus",
|
|
3403
3403
|
"isTestnet": false,
|
|
3404
3404
|
"chainStatus": "ACTIVE",
|
|
3405
|
-
"icon": "https://
|
|
3405
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litmus.png",
|
|
3406
3406
|
"providers": {
|
|
3407
3407
|
"litmus": "wss://rpc.litmus-parachain.litentry.io"
|
|
3408
3408
|
},
|
|
@@ -3443,7 +3443,7 @@
|
|
|
3443
3443
|
"name": "Litentry",
|
|
3444
3444
|
"isTestnet": false,
|
|
3445
3445
|
"chainStatus": "ACTIVE",
|
|
3446
|
-
"icon": "https://
|
|
3446
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litentry.png",
|
|
3447
3447
|
"providers": {
|
|
3448
3448
|
"Litentry": "wss://rpc.litentry-parachain.litentry.io",
|
|
3449
3449
|
"Dwellir": "wss://litentry-rpc.dwellir.com"
|
|
@@ -3485,7 +3485,7 @@
|
|
|
3485
3485
|
"name": "Tinkernet",
|
|
3486
3486
|
"isTestnet": false,
|
|
3487
3487
|
"chainStatus": "ACTIVE",
|
|
3488
|
-
"icon": "https://
|
|
3488
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tinkernet.png",
|
|
3489
3489
|
"providers": {
|
|
3490
3490
|
"Dwellir": "wss://tinkernet-rpc.dwellir.com",
|
|
3491
3491
|
"Light Client": "light://substrate-connect/kusama/tinkernet"
|
|
@@ -3527,7 +3527,7 @@
|
|
|
3527
3527
|
"name": "Imbue Kusama",
|
|
3528
3528
|
"isTestnet": false,
|
|
3529
3529
|
"chainStatus": "ACTIVE",
|
|
3530
|
-
"icon": "https://
|
|
3530
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/imbue_network.png",
|
|
3531
3531
|
"providers": {
|
|
3532
3532
|
"Imbue": "wss://kusama.imbuenetwork.com"
|
|
3533
3533
|
},
|
|
@@ -3568,7 +3568,7 @@
|
|
|
3568
3568
|
"name": "Subspace Testnet",
|
|
3569
3569
|
"isTestnet": true,
|
|
3570
3570
|
"chainStatus": "INACTIVE",
|
|
3571
|
-
"icon": "https://
|
|
3571
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_test.png",
|
|
3572
3572
|
"providers": {},
|
|
3573
3573
|
"evmInfo": null,
|
|
3574
3574
|
"substrateInfo": {
|
|
@@ -3595,7 +3595,7 @@
|
|
|
3595
3595
|
"name": "Subspace Gemini 2a",
|
|
3596
3596
|
"isTestnet": true,
|
|
3597
3597
|
"chainStatus": "ACTIVE",
|
|
3598
|
-
"icon": "https://
|
|
3598
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_2a.png",
|
|
3599
3599
|
"providers": {
|
|
3600
3600
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
3601
3601
|
},
|
|
@@ -3624,7 +3624,7 @@
|
|
|
3624
3624
|
"name": "Subspace Gemini 3c",
|
|
3625
3625
|
"isTestnet": true,
|
|
3626
3626
|
"chainStatus": "INACTIVE",
|
|
3627
|
-
"icon": "https://
|
|
3627
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3c.png",
|
|
3628
3628
|
"providers": {},
|
|
3629
3629
|
"evmInfo": null,
|
|
3630
3630
|
"substrateInfo": {
|
|
@@ -3651,7 +3651,7 @@
|
|
|
3651
3651
|
"name": "Subspace Gemini 3d",
|
|
3652
3652
|
"isTestnet": true,
|
|
3653
3653
|
"chainStatus": "INACTIVE",
|
|
3654
|
-
"icon": "https://
|
|
3654
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3d.png",
|
|
3655
3655
|
"providers": {},
|
|
3656
3656
|
"evmInfo": null,
|
|
3657
3657
|
"substrateInfo": {
|
|
@@ -3678,7 +3678,7 @@
|
|
|
3678
3678
|
"name": "Subspace Gemini 3e",
|
|
3679
3679
|
"isTestnet": true,
|
|
3680
3680
|
"chainStatus": "INACTIVE",
|
|
3681
|
-
"icon": "https://
|
|
3681
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3e.png",
|
|
3682
3682
|
"providers": {},
|
|
3683
3683
|
"evmInfo": null,
|
|
3684
3684
|
"substrateInfo": {
|
|
@@ -3705,7 +3705,7 @@
|
|
|
3705
3705
|
"name": "Subspace Gemini 3f",
|
|
3706
3706
|
"isTestnet": true,
|
|
3707
3707
|
"chainStatus": "ACTIVE",
|
|
3708
|
-
"icon": "https://
|
|
3708
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3f.png",
|
|
3709
3709
|
"providers": {
|
|
3710
3710
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
3711
3711
|
},
|
|
@@ -3734,7 +3734,7 @@
|
|
|
3734
3734
|
"name": "OriginTrail",
|
|
3735
3735
|
"isTestnet": false,
|
|
3736
3736
|
"chainStatus": "ACTIVE",
|
|
3737
|
-
"icon": "https://
|
|
3737
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/origintrail.png",
|
|
3738
3738
|
"providers": {
|
|
3739
3739
|
"TraceLabs": "wss://parachain-rpc.origin-trail.network"
|
|
3740
3740
|
},
|
|
@@ -3777,7 +3777,7 @@
|
|
|
3777
3777
|
"name": "Subspace Gemini 3g",
|
|
3778
3778
|
"isTestnet": true,
|
|
3779
3779
|
"chainStatus": "ACTIVE",
|
|
3780
|
-
"icon": "https://
|
|
3780
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3g.png",
|
|
3781
3781
|
"providers": {
|
|
3782
3782
|
"Gemini 3g": "wss://rpc-0.gemini-3g.subspace.network/ws"
|
|
3783
3783
|
},
|
|
@@ -3808,7 +3808,7 @@
|
|
|
3808
3808
|
"name": "Dorafactory",
|
|
3809
3809
|
"isTestnet": false,
|
|
3810
3810
|
"chainStatus": "INACTIVE",
|
|
3811
|
-
"icon": "https://
|
|
3811
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dorafactory.png",
|
|
3812
3812
|
"providers": {},
|
|
3813
3813
|
"evmInfo": null,
|
|
3814
3814
|
"substrateInfo": {
|
|
@@ -3847,7 +3847,7 @@
|
|
|
3847
3847
|
"name": "Bajun Kusama",
|
|
3848
3848
|
"isTestnet": false,
|
|
3849
3849
|
"chainStatus": "ACTIVE",
|
|
3850
|
-
"icon": "https://
|
|
3850
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bajun.png",
|
|
3851
3851
|
"providers": {
|
|
3852
3852
|
"AjunaNetwork": "wss://rpc-parachain.bajun.network",
|
|
3853
3853
|
"OnFinality": "wss://bajun.api.onfinality.io/public-ws"
|
|
@@ -3891,7 +3891,7 @@
|
|
|
3891
3891
|
"name": "Dancebox",
|
|
3892
3892
|
"isTestnet": true,
|
|
3893
3893
|
"chainStatus": "ACTIVE",
|
|
3894
|
-
"icon": "https://
|
|
3894
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dancebox.png",
|
|
3895
3895
|
"providers": {
|
|
3896
3896
|
"Dancebox": "wss://fraa-dancebox-rpc.a.dancebox.tanssi.network"
|
|
3897
3897
|
},
|
|
@@ -3920,7 +3920,7 @@
|
|
|
3920
3920
|
"name": "Listen Network",
|
|
3921
3921
|
"isTestnet": false,
|
|
3922
3922
|
"chainStatus": "INACTIVE",
|
|
3923
|
-
"icon": "https://
|
|
3923
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/listen.png",
|
|
3924
3924
|
"providers": {},
|
|
3925
3925
|
"evmInfo": null,
|
|
3926
3926
|
"substrateInfo": {
|
|
@@ -3947,7 +3947,7 @@
|
|
|
3947
3947
|
"name": "Kabocha",
|
|
3948
3948
|
"isTestnet": false,
|
|
3949
3949
|
"chainStatus": "ACTIVE",
|
|
3950
|
-
"icon": "https://
|
|
3950
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kabocha.png",
|
|
3951
3951
|
"providers": {
|
|
3952
3952
|
"JelliedOwl": "wss://kabocha.jelliedowl.com"
|
|
3953
3953
|
},
|
|
@@ -3988,7 +3988,7 @@
|
|
|
3988
3988
|
"name": "GM Parachain",
|
|
3989
3989
|
"isTestnet": false,
|
|
3990
3990
|
"chainStatus": "INACTIVE",
|
|
3991
|
-
"icon": "https://
|
|
3991
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gmdie.png",
|
|
3992
3992
|
"providers": {},
|
|
3993
3993
|
"evmInfo": null,
|
|
3994
3994
|
"substrateInfo": {
|
|
@@ -4027,7 +4027,7 @@
|
|
|
4027
4027
|
"name": "Ternoa",
|
|
4028
4028
|
"isTestnet": false,
|
|
4029
4029
|
"chainStatus": "ACTIVE",
|
|
4030
|
-
"icon": "https://
|
|
4030
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa.png",
|
|
4031
4031
|
"providers": {
|
|
4032
4032
|
"ternoa": "wss://mainnet.ternoa.network"
|
|
4033
4033
|
},
|
|
@@ -4056,7 +4056,7 @@
|
|
|
4056
4056
|
"name": "DataHighway Tanganika",
|
|
4057
4057
|
"isTestnet": false,
|
|
4058
4058
|
"chainStatus": "INACTIVE",
|
|
4059
|
-
"icon": "https://
|
|
4059
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tanganika.png",
|
|
4060
4060
|
"providers": {},
|
|
4061
4061
|
"evmInfo": null,
|
|
4062
4062
|
"substrateInfo": {
|
|
@@ -4097,7 +4097,7 @@
|
|
|
4097
4097
|
"name": "Pendulum",
|
|
4098
4098
|
"isTestnet": false,
|
|
4099
4099
|
"chainStatus": "ACTIVE",
|
|
4100
|
-
"icon": "https://
|
|
4100
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pendulum.png",
|
|
4101
4101
|
"providers": {
|
|
4102
4102
|
"Pendulum": "wss://rpc-pendulum.prd.pendulumchain.tech"
|
|
4103
4103
|
},
|
|
@@ -4138,7 +4138,7 @@
|
|
|
4138
4138
|
"name": "Gear Staging Testnet",
|
|
4139
4139
|
"isTestnet": true,
|
|
4140
4140
|
"chainStatus": "INACTIVE",
|
|
4141
|
-
"icon": "https://
|
|
4141
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gear_testnet.png",
|
|
4142
4142
|
"providers": {
|
|
4143
4143
|
"gear": "wss://rpc-node.gear-tech.io"
|
|
4144
4144
|
},
|
|
@@ -4167,7 +4167,7 @@
|
|
|
4167
4167
|
"name": "Ternoa Alphanet",
|
|
4168
4168
|
"isTestnet": true,
|
|
4169
4169
|
"chainStatus": "ACTIVE",
|
|
4170
|
-
"icon": "https://
|
|
4170
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa_alphanet.png",
|
|
4171
4171
|
"providers": {
|
|
4172
4172
|
"ternoa": "wss://alphanet.ternoa.com"
|
|
4173
4173
|
},
|
|
@@ -4196,7 +4196,7 @@
|
|
|
4196
4196
|
"name": "Calamari Staging",
|
|
4197
4197
|
"isTestnet": true,
|
|
4198
4198
|
"chainStatus": "ACTIVE",
|
|
4199
|
-
"icon": "https://
|
|
4199
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari_test.png",
|
|
4200
4200
|
"providers": {
|
|
4201
4201
|
"calamari_test": "wss://c1.calamari.seabird.systems"
|
|
4202
4202
|
},
|
|
@@ -4225,7 +4225,7 @@
|
|
|
4225
4225
|
"name": "Boba Network",
|
|
4226
4226
|
"isTestnet": false,
|
|
4227
4227
|
"chainStatus": "ACTIVE",
|
|
4228
|
-
"icon": "https://
|
|
4228
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/boba.png",
|
|
4229
4229
|
"providers": {
|
|
4230
4230
|
"Read RPC": "https://lightning-replica.boba.network",
|
|
4231
4231
|
"Write RPC": "https://mainnet.boba.network"
|
|
@@ -4250,7 +4250,7 @@
|
|
|
4250
4250
|
"name": "Bobabeam",
|
|
4251
4251
|
"isTestnet": false,
|
|
4252
4252
|
"chainStatus": "INACTIVE",
|
|
4253
|
-
"icon": "https://
|
|
4253
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabeam.png",
|
|
4254
4254
|
"providers": {
|
|
4255
4255
|
"RPC": "https://bobabeam.boba.network",
|
|
4256
4256
|
"Replica RPC": "https://replica.bobabeam.boba.network"
|
|
@@ -4275,7 +4275,7 @@
|
|
|
4275
4275
|
"name": "KILT Peregrine",
|
|
4276
4276
|
"isTestnet": true,
|
|
4277
4277
|
"chainStatus": "ACTIVE",
|
|
4278
|
-
"icon": "https://
|
|
4278
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt_peregrine.png",
|
|
4279
4279
|
"providers": {
|
|
4280
4280
|
"kilt": "wss://peregrine.kilt.io/parachain-public-ws/"
|
|
4281
4281
|
},
|
|
@@ -4306,7 +4306,7 @@
|
|
|
4306
4306
|
"name": "XX Network",
|
|
4307
4307
|
"isTestnet": false,
|
|
4308
4308
|
"chainStatus": "ACTIVE",
|
|
4309
|
-
"icon": "https://
|
|
4309
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xx_network.png",
|
|
4310
4310
|
"providers": {
|
|
4311
4311
|
"XX Foundation": "wss://rpc.xx.network"
|
|
4312
4312
|
},
|
|
@@ -4335,7 +4335,7 @@
|
|
|
4335
4335
|
"name": "Watr Testnet",
|
|
4336
4336
|
"isTestnet": true,
|
|
4337
4337
|
"chainStatus": "ACTIVE",
|
|
4338
|
-
"icon": "https://
|
|
4338
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network.png",
|
|
4339
4339
|
"providers": {
|
|
4340
4340
|
"watr": "wss://rpc.dev.watr.org"
|
|
4341
4341
|
},
|
|
@@ -4364,7 +4364,7 @@
|
|
|
4364
4364
|
"name": "Watr Testnet - EVM",
|
|
4365
4365
|
"isTestnet": true,
|
|
4366
4366
|
"chainStatus": "ACTIVE",
|
|
4367
|
-
"icon": "https://
|
|
4367
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network_evm.png",
|
|
4368
4368
|
"providers": {
|
|
4369
4369
|
"watr": "https://rpc.dev.watr.org"
|
|
4370
4370
|
},
|
|
@@ -4388,7 +4388,7 @@
|
|
|
4388
4388
|
"name": "Fusotao",
|
|
4389
4389
|
"isTestnet": false,
|
|
4390
4390
|
"chainStatus": "ACTIVE",
|
|
4391
|
-
"icon": "https://
|
|
4391
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fusotao.png",
|
|
4392
4392
|
"providers": {
|
|
4393
4393
|
"fusotao": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2"
|
|
4394
4394
|
},
|
|
@@ -4417,7 +4417,7 @@
|
|
|
4417
4417
|
"name": "Discovol",
|
|
4418
4418
|
"isTestnet": false,
|
|
4419
4419
|
"chainStatus": "ACTIVE",
|
|
4420
|
-
"icon": "https://
|
|
4420
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol.png",
|
|
4421
4421
|
"providers": {
|
|
4422
4422
|
"discovol": "wss://gateway.mainnet.octopus.network/discovol/afpft46l1egfhrv8at5pfyrld03zseo1"
|
|
4423
4423
|
},
|
|
@@ -4446,7 +4446,7 @@
|
|
|
4446
4446
|
"name": "Discovol Testnet",
|
|
4447
4447
|
"isTestnet": true,
|
|
4448
4448
|
"chainStatus": "ACTIVE",
|
|
4449
|
-
"icon": "https://
|
|
4449
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol_testnet.png",
|
|
4450
4450
|
"providers": {
|
|
4451
4451
|
"discovol_testnet": "wss://gateway.testnet.octopus.network/discovol/o4urcey87y4n1qimhfrad92gzs315z9h"
|
|
4452
4452
|
},
|
|
@@ -4475,7 +4475,7 @@
|
|
|
4475
4475
|
"name": "Atocha",
|
|
4476
4476
|
"isTestnet": false,
|
|
4477
4477
|
"chainStatus": "ACTIVE",
|
|
4478
|
-
"icon": "https://
|
|
4478
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/atocha.png",
|
|
4479
4479
|
"providers": {
|
|
4480
4480
|
"atocha": "wss://gateway.mainnet.octopus.network/atocha/jungxomf4hdcfocwcalgoiz64g9avjim"
|
|
4481
4481
|
},
|
|
@@ -4504,7 +4504,7 @@
|
|
|
4504
4504
|
"name": "Myriad",
|
|
4505
4505
|
"isTestnet": false,
|
|
4506
4506
|
"chainStatus": "ACTIVE",
|
|
4507
|
-
"icon": "https://
|
|
4507
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/myriad.png",
|
|
4508
4508
|
"providers": {
|
|
4509
4509
|
"myriad": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0"
|
|
4510
4510
|
},
|
|
@@ -4533,7 +4533,7 @@
|
|
|
4533
4533
|
"name": "DeBio",
|
|
4534
4534
|
"isTestnet": false,
|
|
4535
4535
|
"chainStatus": "ACTIVE",
|
|
4536
|
-
"icon": "https://
|
|
4536
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/debio.png",
|
|
4537
4537
|
"providers": {
|
|
4538
4538
|
"deBio": "wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e"
|
|
4539
4539
|
},
|
|
@@ -4562,7 +4562,7 @@
|
|
|
4562
4562
|
"name": "Polkadot Collectives",
|
|
4563
4563
|
"isTestnet": false,
|
|
4564
4564
|
"chainStatus": "ACTIVE",
|
|
4565
|
-
"icon": "https://
|
|
4565
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/collectives.png",
|
|
4566
4566
|
"providers": {
|
|
4567
4567
|
"viaParity": "wss://polkadot-collectives-rpc.polkadot.io"
|
|
4568
4568
|
},
|
|
@@ -4591,7 +4591,7 @@
|
|
|
4591
4591
|
"name": "Ajuna Network",
|
|
4592
4592
|
"isTestnet": false,
|
|
4593
4593
|
"chainStatus": "ACTIVE",
|
|
4594
|
-
"icon": "https://
|
|
4594
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ajunapolkadot.png",
|
|
4595
4595
|
"providers": {
|
|
4596
4596
|
"viaAjunaNetwork": "wss://rpc-parachain.ajuna.network",
|
|
4597
4597
|
"OnFinality": "wss://ajuna.api.onfinality.io/public-ws"
|
|
@@ -4633,7 +4633,7 @@
|
|
|
4633
4633
|
"name": "Bitgreen",
|
|
4634
4634
|
"isTestnet": false,
|
|
4635
4635
|
"chainStatus": "ACTIVE",
|
|
4636
|
-
"icon": "https://
|
|
4636
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitgreen.png",
|
|
4637
4637
|
"providers": {
|
|
4638
4638
|
"viaBitgreen": "wss://mainnet.bitgreen.org"
|
|
4639
4639
|
},
|
|
@@ -4662,7 +4662,7 @@
|
|
|
4662
4662
|
"name": "Frequency",
|
|
4663
4663
|
"isTestnet": false,
|
|
4664
4664
|
"chainStatus": "ACTIVE",
|
|
4665
|
-
"icon": "https://
|
|
4665
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/frequency.png",
|
|
4666
4666
|
"providers": {
|
|
4667
4667
|
"Frequency 0": "wss://0.rpc.frequency.xyz",
|
|
4668
4668
|
"Frequency 1": "wss://1.rpc.frequency.xyz"
|
|
@@ -4692,7 +4692,7 @@
|
|
|
4692
4692
|
"name": "Hashed Network",
|
|
4693
4693
|
"isTestnet": false,
|
|
4694
4694
|
"chainStatus": "ACTIVE",
|
|
4695
|
-
"icon": "https://
|
|
4695
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hashednetwork.png",
|
|
4696
4696
|
"providers": {
|
|
4697
4697
|
"Hashed Systems": "wss://c1.hashed.live",
|
|
4698
4698
|
"Hashed Systems 2": "wss://c2.hashed.network",
|
|
@@ -4746,7 +4746,7 @@
|
|
|
4746
4746
|
"name": "Kapex",
|
|
4747
4747
|
"isTestnet": false,
|
|
4748
4748
|
"chainStatus": "ACTIVE",
|
|
4749
|
-
"icon": "https://
|
|
4749
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kapex.png",
|
|
4750
4750
|
"providers": {
|
|
4751
4751
|
"viaTotem": "wss://kapex-rpc.dwellir.com"
|
|
4752
4752
|
},
|
|
@@ -4787,7 +4787,7 @@
|
|
|
4787
4787
|
"name": "Kylin Network",
|
|
4788
4788
|
"isTestnet": false,
|
|
4789
4789
|
"chainStatus": "ACTIVE",
|
|
4790
|
-
"icon": "https://
|
|
4790
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kylinnetwork.png",
|
|
4791
4791
|
"providers": {
|
|
4792
4792
|
"Kylin Network": "wss://polkadot.kylin-node.co.uk"
|
|
4793
4793
|
},
|
|
@@ -4828,7 +4828,7 @@
|
|
|
4828
4828
|
"name": "DAO IPCI",
|
|
4829
4829
|
"isTestnet": false,
|
|
4830
4830
|
"chainStatus": "ACTIVE",
|
|
4831
|
-
"icon": "https://
|
|
4831
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ipci.png",
|
|
4832
4832
|
"providers": {
|
|
4833
4833
|
"viaAiralab": "wss://kusama.rpc.ipci.io"
|
|
4834
4834
|
},
|
|
@@ -4857,7 +4857,7 @@
|
|
|
4857
4857
|
"name": "KICO",
|
|
4858
4858
|
"isTestnet": false,
|
|
4859
4859
|
"chainStatus": "INACTIVE",
|
|
4860
|
-
"icon": "https://
|
|
4860
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kico.png",
|
|
4861
4861
|
"providers": {},
|
|
4862
4862
|
"evmInfo": null,
|
|
4863
4863
|
"substrateInfo": {
|
|
@@ -4896,7 +4896,7 @@
|
|
|
4896
4896
|
"name": "Luhn Network",
|
|
4897
4897
|
"isTestnet": false,
|
|
4898
4898
|
"chainStatus": "INACTIVE",
|
|
4899
|
-
"icon": "https://
|
|
4899
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/luhnnetwork.png",
|
|
4900
4900
|
"providers": {},
|
|
4901
4901
|
"evmInfo": null,
|
|
4902
4902
|
"substrateInfo": {
|
|
@@ -4923,7 +4923,7 @@
|
|
|
4923
4923
|
"name": "Pichiu Network",
|
|
4924
4924
|
"isTestnet": false,
|
|
4925
4925
|
"chainStatus": "INACTIVE",
|
|
4926
|
-
"icon": "https://
|
|
4926
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pichiu.png",
|
|
4927
4927
|
"providers": {},
|
|
4928
4928
|
"evmInfo": null,
|
|
4929
4929
|
"substrateInfo": {
|
|
@@ -4962,7 +4962,7 @@
|
|
|
4962
4962
|
"name": "RioDeFi",
|
|
4963
4963
|
"isTestnet": false,
|
|
4964
4964
|
"chainStatus": "INACTIVE",
|
|
4965
|
-
"icon": "https://
|
|
4965
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riodefi.png",
|
|
4966
4966
|
"providers": {},
|
|
4967
4967
|
"evmInfo": null,
|
|
4968
4968
|
"substrateInfo": {
|
|
@@ -4989,7 +4989,7 @@
|
|
|
4989
4989
|
"name": "Automata",
|
|
4990
4990
|
"isTestnet": false,
|
|
4991
4991
|
"chainStatus": "ACTIVE",
|
|
4992
|
-
"icon": "https://
|
|
4992
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/automata.png",
|
|
4993
4993
|
"providers": {
|
|
4994
4994
|
"Automata Network": "wss://api.ata.network",
|
|
4995
4995
|
"OnFinality": "wss://automata.api.onfinality.io/public-ws"
|
|
@@ -5019,7 +5019,7 @@
|
|
|
5019
5019
|
"name": "Creditcoin",
|
|
5020
5020
|
"isTestnet": false,
|
|
5021
5021
|
"chainStatus": "ACTIVE",
|
|
5022
|
-
"icon": "https://
|
|
5022
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcoin.png",
|
|
5023
5023
|
"providers": {
|
|
5024
5024
|
"Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
|
|
5025
5025
|
},
|
|
@@ -5048,7 +5048,7 @@
|
|
|
5048
5048
|
"name": "Crown Sterling",
|
|
5049
5049
|
"isTestnet": false,
|
|
5050
5050
|
"chainStatus": "ACTIVE",
|
|
5051
|
-
"icon": "https://
|
|
5051
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crownsterling.png",
|
|
5052
5052
|
"providers": {
|
|
5053
5053
|
"Crown Sterling": "wss://blockchain.crownsterling.io"
|
|
5054
5054
|
},
|
|
@@ -5077,7 +5077,7 @@
|
|
|
5077
5077
|
"name": "Dock",
|
|
5078
5078
|
"isTestnet": false,
|
|
5079
5079
|
"chainStatus": "ACTIVE",
|
|
5080
|
-
"icon": "https://
|
|
5080
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dockposmainnet.png",
|
|
5081
5081
|
"providers": {
|
|
5082
5082
|
"Dock Association": "wss://mainnet-node.dock.io"
|
|
5083
5083
|
},
|
|
@@ -5108,7 +5108,7 @@
|
|
|
5108
5108
|
"name": "Kusari",
|
|
5109
5109
|
"isTestnet": false,
|
|
5110
5110
|
"chainStatus": "INACTIVE",
|
|
5111
|
-
"icon": "https://
|
|
5111
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusari.png",
|
|
5112
5112
|
"providers": {},
|
|
5113
5113
|
"evmInfo": null,
|
|
5114
5114
|
"substrateInfo": {
|
|
@@ -5135,7 +5135,7 @@
|
|
|
5135
5135
|
"name": "logion Standalone",
|
|
5136
5136
|
"isTestnet": false,
|
|
5137
5137
|
"chainStatus": "ACTIVE",
|
|
5138
|
-
"icon": "https://
|
|
5138
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/logion.png",
|
|
5139
5139
|
"providers": {
|
|
5140
5140
|
"Logion": "wss://rpc01.logion.network"
|
|
5141
5141
|
},
|
|
@@ -5187,7 +5187,7 @@
|
|
|
5187
5187
|
"name": "Neatcoin",
|
|
5188
5188
|
"isTestnet": false,
|
|
5189
5189
|
"chainStatus": "ACTIVE",
|
|
5190
|
-
"icon": "https://
|
|
5190
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/neatcoin.png",
|
|
5191
5191
|
"providers": {
|
|
5192
5192
|
"Neatcoin": "wss://rpc.neatcoin.org/ws"
|
|
5193
5193
|
},
|
|
@@ -5216,7 +5216,7 @@
|
|
|
5216
5216
|
"name": "NFTMart",
|
|
5217
5217
|
"isTestnet": false,
|
|
5218
5218
|
"chainStatus": "ACTIVE",
|
|
5219
|
-
"icon": "https://
|
|
5219
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nftmart.png",
|
|
5220
5220
|
"providers": {
|
|
5221
5221
|
"NFTMart": "wss://mainnet.nftmart.io/rpc/ws"
|
|
5222
5222
|
},
|
|
@@ -5245,7 +5245,7 @@
|
|
|
5245
5245
|
"name": "Polymesh Mainnet",
|
|
5246
5246
|
"isTestnet": false,
|
|
5247
5247
|
"chainStatus": "ACTIVE",
|
|
5248
|
-
"icon": "https://
|
|
5248
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polymesh.png",
|
|
5249
5249
|
"providers": {
|
|
5250
5250
|
"Polymath": "wss://mainnet-rpc.polymesh.network"
|
|
5251
5251
|
},
|
|
@@ -5276,7 +5276,7 @@
|
|
|
5276
5276
|
"name": "RioChain",
|
|
5277
5277
|
"isTestnet": false,
|
|
5278
5278
|
"chainStatus": "INACTIVE",
|
|
5279
|
-
"icon": "https://
|
|
5279
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riochain.png",
|
|
5280
5280
|
"providers": {},
|
|
5281
5281
|
"evmInfo": null,
|
|
5282
5282
|
"substrateInfo": {
|
|
@@ -5303,7 +5303,7 @@
|
|
|
5303
5303
|
"name": "SherpaX",
|
|
5304
5304
|
"isTestnet": false,
|
|
5305
5305
|
"chainStatus": "INACTIVE",
|
|
5306
|
-
"icon": "https://
|
|
5306
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sherpax.png",
|
|
5307
5307
|
"providers": {},
|
|
5308
5308
|
"evmInfo": null,
|
|
5309
5309
|
"substrateInfo": {
|
|
@@ -5330,7 +5330,7 @@
|
|
|
5330
5330
|
"name": "SORA",
|
|
5331
5331
|
"isTestnet": false,
|
|
5332
5332
|
"chainStatus": "ACTIVE",
|
|
5333
|
-
"icon": "https://
|
|
5333
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_substrate.png",
|
|
5334
5334
|
"providers": {
|
|
5335
5335
|
"SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
|
|
5336
5336
|
"SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
|
|
@@ -5387,7 +5387,7 @@
|
|
|
5387
5387
|
"name": "Swapdex",
|
|
5388
5388
|
"isTestnet": false,
|
|
5389
5389
|
"chainStatus": "ACTIVE",
|
|
5390
|
-
"icon": "https://
|
|
5390
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/swapdex.png",
|
|
5391
5391
|
"providers": {
|
|
5392
5392
|
"Swapdex": "wss://ws.swapdex.network"
|
|
5393
5393
|
},
|
|
@@ -5416,7 +5416,7 @@
|
|
|
5416
5416
|
"name": "3DPass",
|
|
5417
5417
|
"isTestnet": false,
|
|
5418
5418
|
"chainStatus": "ACTIVE",
|
|
5419
|
-
"icon": "https://
|
|
5419
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/3dpass.png",
|
|
5420
5420
|
"providers": {
|
|
5421
5421
|
"3dpass": "wss://rpc2.3dpass.org"
|
|
5422
5422
|
},
|
|
@@ -5445,7 +5445,7 @@
|
|
|
5445
5445
|
"name": "Aleph Zero Smartnet",
|
|
5446
5446
|
"isTestnet": true,
|
|
5447
5447
|
"chainStatus": "INACTIVE",
|
|
5448
|
-
"icon": "https://
|
|
5448
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephsmartnet.png",
|
|
5449
5449
|
"providers": {},
|
|
5450
5450
|
"evmInfo": null,
|
|
5451
5451
|
"substrateInfo": {
|
|
@@ -5472,7 +5472,7 @@
|
|
|
5472
5472
|
"name": "Kulupu",
|
|
5473
5473
|
"isTestnet": false,
|
|
5474
5474
|
"chainStatus": "ACTIVE",
|
|
5475
|
-
"icon": "https://
|
|
5475
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kulupu.png",
|
|
5476
5476
|
"providers": {
|
|
5477
5477
|
"Kulupu": "wss://rpc.kulupu.corepaper.org/ws"
|
|
5478
5478
|
},
|
|
@@ -5501,7 +5501,7 @@
|
|
|
5501
5501
|
"name": "Joystream",
|
|
5502
5502
|
"isTestnet": false,
|
|
5503
5503
|
"chainStatus": "ACTIVE",
|
|
5504
|
-
"icon": "https://
|
|
5504
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/joystream.png",
|
|
5505
5505
|
"providers": {
|
|
5506
5506
|
"Jsgenesis": "wss://rpc.joystream.org"
|
|
5507
5507
|
},
|
|
@@ -5532,7 +5532,7 @@
|
|
|
5532
5532
|
"name": "Aventus Testnet",
|
|
5533
5533
|
"isTestnet": true,
|
|
5534
5534
|
"chainStatus": "ACTIVE",
|
|
5535
|
-
"icon": "https://
|
|
5535
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus_testnet.png",
|
|
5536
5536
|
"providers": {
|
|
5537
5537
|
"Aventus": "wss://public-rpc.public-testnet.aventus.io"
|
|
5538
5538
|
},
|
|
@@ -5561,7 +5561,7 @@
|
|
|
5561
5561
|
"name": "Vara Network",
|
|
5562
5562
|
"isTestnet": false,
|
|
5563
5563
|
"chainStatus": "ACTIVE",
|
|
5564
|
-
"icon": "https://
|
|
5564
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_network.png",
|
|
5565
5565
|
"providers": {
|
|
5566
5566
|
"Vara": "wss://rpc.vara-network.io"
|
|
5567
5567
|
},
|
|
@@ -5592,7 +5592,7 @@
|
|
|
5592
5592
|
"name": "Avail Kate Testnet",
|
|
5593
5593
|
"isTestnet": true,
|
|
5594
5594
|
"chainStatus": "ACTIVE",
|
|
5595
|
-
"icon": "https://
|
|
5595
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kate.png",
|
|
5596
5596
|
"providers": {
|
|
5597
5597
|
"AVAIL": "wss://kate.avail.tools/ws"
|
|
5598
5598
|
},
|
|
@@ -5621,7 +5621,7 @@
|
|
|
5621
5621
|
"name": "Polkadot Bridge Hub",
|
|
5622
5622
|
"isTestnet": false,
|
|
5623
5623
|
"chainStatus": "ACTIVE",
|
|
5624
|
-
"icon": "https://
|
|
5624
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubpolkadot.png",
|
|
5625
5625
|
"providers": {
|
|
5626
5626
|
"Parity": "wss://polkadot-bridge-hub-rpc.polkadot.io",
|
|
5627
5627
|
"Stakeworld": "wss://dot-rpc.stakeworld.io/bridgehub"
|
|
@@ -5651,7 +5651,7 @@
|
|
|
5651
5651
|
"name": "Kusama Bridge Hub",
|
|
5652
5652
|
"isTestnet": false,
|
|
5653
5653
|
"chainStatus": "ACTIVE",
|
|
5654
|
-
"icon": "https://
|
|
5654
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubkusama.png",
|
|
5655
5655
|
"providers": {
|
|
5656
5656
|
"Parity": "wss://kusama-bridge-hub-rpc.polkadot.io",
|
|
5657
5657
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/bridgehub",
|
|
@@ -5683,7 +5683,7 @@
|
|
|
5683
5683
|
"name": "Fantom Testnet",
|
|
5684
5684
|
"isTestnet": true,
|
|
5685
5685
|
"chainStatus": "ACTIVE",
|
|
5686
|
-
"icon": "https://
|
|
5686
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom_testnet.png",
|
|
5687
5687
|
"providers": {
|
|
5688
5688
|
"Ankr": "https://rpc.ankr.com/fantom_testnet",
|
|
5689
5689
|
"X_API": "https://xapi.testnet.fantom.network/lachesis/",
|
|
@@ -5710,7 +5710,7 @@
|
|
|
5710
5710
|
"name": "Fantom",
|
|
5711
5711
|
"isTestnet": false,
|
|
5712
5712
|
"chainStatus": "ACTIVE",
|
|
5713
|
-
"icon": "https://
|
|
5713
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom.png",
|
|
5714
5714
|
"providers": {
|
|
5715
5715
|
"Ankr": "https://rpc.ankr.com/fantom",
|
|
5716
5716
|
"RPC_API": "https://rpcapi.fantom.network",
|
|
@@ -5738,7 +5738,7 @@
|
|
|
5738
5738
|
"name": "Krest Network",
|
|
5739
5739
|
"isTestnet": false,
|
|
5740
5740
|
"chainStatus": "ACTIVE",
|
|
5741
|
-
"icon": "https://
|
|
5741
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/krest_network.png",
|
|
5742
5742
|
"providers": {
|
|
5743
5743
|
"Peaq": "wss://wss-krest.peaq.network/"
|
|
5744
5744
|
},
|
|
@@ -5781,7 +5781,7 @@
|
|
|
5781
5781
|
"name": "Deeper Network",
|
|
5782
5782
|
"isTestnet": false,
|
|
5783
5783
|
"chainStatus": "ACTIVE",
|
|
5784
|
-
"icon": "https://
|
|
5784
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/deeper_network.png",
|
|
5785
5785
|
"providers": {
|
|
5786
5786
|
"DeeperNetwork": "wss://mainnet-full.deeper.network"
|
|
5787
5787
|
},
|
|
@@ -5810,7 +5810,7 @@
|
|
|
5810
5810
|
"name": "Jur Network",
|
|
5811
5811
|
"isTestnet": false,
|
|
5812
5812
|
"chainStatus": "ACTIVE",
|
|
5813
|
-
"icon": "https://
|
|
5813
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/jur_network.png",
|
|
5814
5814
|
"providers": {
|
|
5815
5815
|
"DeeperNetwork": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws"
|
|
5816
5816
|
},
|
|
@@ -5839,7 +5839,7 @@
|
|
|
5839
5839
|
"name": "Base Mainnet",
|
|
5840
5840
|
"isTestnet": false,
|
|
5841
5841
|
"chainStatus": "ACTIVE",
|
|
5842
|
-
"icon": "https://
|
|
5842
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/base_mainnet.png",
|
|
5843
5843
|
"providers": {
|
|
5844
5844
|
"PublicNode": "https://base.publicnode.com"
|
|
5845
5845
|
},
|
|
@@ -5863,7 +5863,7 @@
|
|
|
5863
5863
|
"name": "Avalanche C-Chain",
|
|
5864
5864
|
"isTestnet": false,
|
|
5865
5865
|
"chainStatus": "ACTIVE",
|
|
5866
|
-
"icon": "https://
|
|
5866
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avalanche_c.png",
|
|
5867
5867
|
"providers": {
|
|
5868
5868
|
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
5869
5869
|
},
|
|
@@ -5884,10 +5884,10 @@
|
|
|
5884
5884
|
},
|
|
5885
5885
|
"crust_mainnet": {
|
|
5886
5886
|
"slug": "crust_mainnet",
|
|
5887
|
-
"name": "Crust
|
|
5887
|
+
"name": "Crust Mainnet",
|
|
5888
5888
|
"isTestnet": false,
|
|
5889
5889
|
"chainStatus": "ACTIVE",
|
|
5890
|
-
"icon": "https://
|
|
5890
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust_mainnet.png",
|
|
5891
5891
|
"providers": {
|
|
5892
5892
|
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
5893
5893
|
"Crust Network": "wss://rpc.crust.network"
|
|
@@ -5919,7 +5919,7 @@
|
|
|
5919
5919
|
"name": "Acala - EVM",
|
|
5920
5920
|
"isTestnet": false,
|
|
5921
5921
|
"chainStatus": "ACTIVE",
|
|
5922
|
-
"icon": "https://
|
|
5922
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_evm.png",
|
|
5923
5923
|
"providers": {
|
|
5924
5924
|
"Acala": "https://eth-rpc-acala.aca-api.network"
|
|
5925
5925
|
},
|
|
@@ -5943,7 +5943,7 @@
|
|
|
5943
5943
|
"name": "Karura - EVM",
|
|
5944
5944
|
"isTestnet": false,
|
|
5945
5945
|
"chainStatus": "ACTIVE",
|
|
5946
|
-
"icon": "https://
|
|
5946
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura_evm.png",
|
|
5947
5947
|
"providers": {
|
|
5948
5948
|
"Acala": "https://eth-rpc-karura.aca-api.network"
|
|
5949
5949
|
},
|
|
@@ -5967,7 +5967,7 @@
|
|
|
5967
5967
|
"name": "Bittensor",
|
|
5968
5968
|
"isTestnet": false,
|
|
5969
5969
|
"chainStatus": "ACTIVE",
|
|
5970
|
-
"icon": "https://
|
|
5970
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bittensor.png",
|
|
5971
5971
|
"providers": {
|
|
5972
5972
|
"Opentensor": "wss://entrypoint-finney.opentensor.ai:443"
|
|
5973
5973
|
},
|
|
@@ -6008,7 +6008,7 @@
|
|
|
6008
6008
|
"name": "Xcavate",
|
|
6009
6009
|
"isTestnet": true,
|
|
6010
6010
|
"chainStatus": "ACTIVE",
|
|
6011
|
-
"icon": "https://
|
|
6011
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xcavate.png",
|
|
6012
6012
|
"providers": {
|
|
6013
6013
|
"Tanssi": "wss://fraa-dancebox-3031-rpc.a.dancebox.tanssi.network"
|
|
6014
6014
|
},
|
|
@@ -6037,7 +6037,7 @@
|
|
|
6037
6037
|
"name": "Unorthodox",
|
|
6038
6038
|
"isTestnet": false,
|
|
6039
6039
|
"chainStatus": "INACTIVE",
|
|
6040
|
-
"icon": "https://
|
|
6040
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unorthodox.png",
|
|
6041
6041
|
"providers": {},
|
|
6042
6042
|
"evmInfo": null,
|
|
6043
6043
|
"substrateInfo": {
|
|
@@ -6064,7 +6064,7 @@
|
|
|
6064
6064
|
"name": "Coinversation",
|
|
6065
6065
|
"isTestnet": false,
|
|
6066
6066
|
"chainStatus": "INACTIVE",
|
|
6067
|
-
"icon": "https://
|
|
6067
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/coinversation.png",
|
|
6068
6068
|
"providers": {},
|
|
6069
6069
|
"evmInfo": null,
|
|
6070
6070
|
"substrateInfo": {
|
|
@@ -6103,7 +6103,7 @@
|
|
|
6103
6103
|
"name": "LayerX Network",
|
|
6104
6104
|
"isTestnet": false,
|
|
6105
6105
|
"chainStatus": "INACTIVE",
|
|
6106
|
-
"icon": "https://
|
|
6106
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/layerx_network.png",
|
|
6107
6107
|
"providers": {},
|
|
6108
6108
|
"evmInfo": null,
|
|
6109
6109
|
"substrateInfo": {
|
|
@@ -6130,7 +6130,7 @@
|
|
|
6130
6130
|
"name": "Moonsama",
|
|
6131
6131
|
"isTestnet": false,
|
|
6132
6132
|
"chainStatus": "INACTIVE",
|
|
6133
|
-
"icon": "https://
|
|
6133
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonsama.png",
|
|
6134
6134
|
"providers": {},
|
|
6135
6135
|
"evmInfo": null,
|
|
6136
6136
|
"substrateInfo": {
|
|
@@ -6169,7 +6169,7 @@
|
|
|
6169
6169
|
"name": "OAK Network",
|
|
6170
6170
|
"isTestnet": false,
|
|
6171
6171
|
"chainStatus": "INACTIVE",
|
|
6172
|
-
"icon": "https://
|
|
6172
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/oak_network.png",
|
|
6173
6173
|
"providers": {},
|
|
6174
6174
|
"evmInfo": null,
|
|
6175
6175
|
"substrateInfo": {
|
|
@@ -6208,7 +6208,7 @@
|
|
|
6208
6208
|
"name": "OmniBTC",
|
|
6209
6209
|
"isTestnet": false,
|
|
6210
6210
|
"chainStatus": "INACTIVE",
|
|
6211
|
-
"icon": "https://
|
|
6211
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/omnibtc.png",
|
|
6212
6212
|
"providers": {},
|
|
6213
6213
|
"evmInfo": null,
|
|
6214
6214
|
"substrateInfo": {
|
|
@@ -6247,7 +6247,7 @@
|
|
|
6247
6247
|
"name": "peaq",
|
|
6248
6248
|
"isTestnet": false,
|
|
6249
6249
|
"chainStatus": "INACTIVE",
|
|
6250
|
-
"icon": "https://
|
|
6250
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/peaq.png",
|
|
6251
6251
|
"providers": {},
|
|
6252
6252
|
"evmInfo": null,
|
|
6253
6253
|
"substrateInfo": {
|
|
@@ -6286,7 +6286,7 @@
|
|
|
6286
6286
|
"name": "Quantum Portal",
|
|
6287
6287
|
"isTestnet": false,
|
|
6288
6288
|
"chainStatus": "INACTIVE",
|
|
6289
|
-
"icon": "https://
|
|
6289
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quantum_portal.png",
|
|
6290
6290
|
"providers": {},
|
|
6291
6291
|
"evmInfo": null,
|
|
6292
6292
|
"substrateInfo": {
|
|
@@ -6313,7 +6313,7 @@
|
|
|
6313
6313
|
"name": "Virto Network",
|
|
6314
6314
|
"isTestnet": false,
|
|
6315
6315
|
"chainStatus": "INACTIVE",
|
|
6316
|
-
"icon": "https://
|
|
6316
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/virto_network.png",
|
|
6317
6317
|
"providers": {},
|
|
6318
6318
|
"evmInfo": null,
|
|
6319
6319
|
"substrateInfo": {
|
|
@@ -6340,7 +6340,7 @@
|
|
|
6340
6340
|
"name": "Energy Web X",
|
|
6341
6341
|
"isTestnet": false,
|
|
6342
6342
|
"chainStatus": "INACTIVE",
|
|
6343
|
-
"icon": "https://
|
|
6343
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x.png",
|
|
6344
6344
|
"providers": {},
|
|
6345
6345
|
"evmInfo": null,
|
|
6346
6346
|
"substrateInfo": {
|
|
@@ -6379,7 +6379,7 @@
|
|
|
6379
6379
|
"name": "InvArch",
|
|
6380
6380
|
"isTestnet": false,
|
|
6381
6381
|
"chainStatus": "INACTIVE",
|
|
6382
|
-
"icon": "https://
|
|
6382
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/invarch.png",
|
|
6383
6383
|
"providers": {},
|
|
6384
6384
|
"evmInfo": null,
|
|
6385
6385
|
"substrateInfo": {
|
|
@@ -6418,7 +6418,7 @@
|
|
|
6418
6418
|
"name": "Zero",
|
|
6419
6419
|
"isTestnet": false,
|
|
6420
6420
|
"chainStatus": "INACTIVE",
|
|
6421
|
-
"icon": "https://
|
|
6421
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zero.png",
|
|
6422
6422
|
"providers": {},
|
|
6423
6423
|
"evmInfo": null,
|
|
6424
6424
|
"substrateInfo": {
|
|
@@ -6445,7 +6445,7 @@
|
|
|
6445
6445
|
"name": " Kpron Network",
|
|
6446
6446
|
"isTestnet": false,
|
|
6447
6447
|
"chainStatus": "INACTIVE",
|
|
6448
|
-
"icon": "https://
|
|
6448
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kpron_network.png",
|
|
6449
6449
|
"providers": {},
|
|
6450
6450
|
"evmInfo": null,
|
|
6451
6451
|
"substrateInfo": {
|
|
@@ -6472,7 +6472,7 @@
|
|
|
6472
6472
|
"name": "Mars",
|
|
6473
6473
|
"isTestnet": false,
|
|
6474
6474
|
"chainStatus": "INACTIVE",
|
|
6475
|
-
"icon": "https://
|
|
6475
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mars.png",
|
|
6476
6476
|
"providers": {},
|
|
6477
6477
|
"evmInfo": null,
|
|
6478
6478
|
"substrateInfo": {
|
|
@@ -6499,7 +6499,7 @@
|
|
|
6499
6499
|
"name": "Snow",
|
|
6500
6500
|
"isTestnet": false,
|
|
6501
6501
|
"chainStatus": "INACTIVE",
|
|
6502
|
-
"icon": "https://
|
|
6502
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/snow.png",
|
|
6503
6503
|
"providers": {},
|
|
6504
6504
|
"evmInfo": null,
|
|
6505
6505
|
"substrateInfo": {
|
|
@@ -6538,7 +6538,7 @@
|
|
|
6538
6538
|
"name": "Aband",
|
|
6539
6539
|
"isTestnet": false,
|
|
6540
6540
|
"chainStatus": "INACTIVE",
|
|
6541
|
-
"icon": "https://
|
|
6541
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aband.png",
|
|
6542
6542
|
"providers": {},
|
|
6543
6543
|
"evmInfo": null,
|
|
6544
6544
|
"substrateInfo": {
|
|
@@ -6577,7 +6577,7 @@
|
|
|
6577
6577
|
"name": "Acurast Canary",
|
|
6578
6578
|
"isTestnet": false,
|
|
6579
6579
|
"chainStatus": "INACTIVE",
|
|
6580
|
-
"icon": "https://
|
|
6580
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acurast_canary.png",
|
|
6581
6581
|
"providers": {},
|
|
6582
6582
|
"evmInfo": null,
|
|
6583
6583
|
"substrateInfo": {
|
|
@@ -6604,7 +6604,7 @@
|
|
|
6604
6604
|
"name": "Alpha Network",
|
|
6605
6605
|
"isTestnet": false,
|
|
6606
6606
|
"chainStatus": "INACTIVE",
|
|
6607
|
-
"icon": "https://
|
|
6607
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alpha_network.png",
|
|
6608
6608
|
"providers": {},
|
|
6609
6609
|
"evmInfo": null,
|
|
6610
6610
|
"substrateInfo": {
|
|
@@ -6631,7 +6631,7 @@
|
|
|
6631
6631
|
"name": "Loom Network",
|
|
6632
6632
|
"isTestnet": false,
|
|
6633
6633
|
"chainStatus": "INACTIVE",
|
|
6634
|
-
"icon": "https://
|
|
6634
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/loom_network.png",
|
|
6635
6635
|
"providers": {},
|
|
6636
6636
|
"evmInfo": null,
|
|
6637
6637
|
"substrateInfo": {
|
|
@@ -6658,7 +6658,7 @@
|
|
|
6658
6658
|
"name": "SubGame Gamma",
|
|
6659
6659
|
"isTestnet": false,
|
|
6660
6660
|
"chainStatus": "INACTIVE",
|
|
6661
|
-
"icon": "https://
|
|
6661
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_gamma.png",
|
|
6662
6662
|
"providers": {},
|
|
6663
6663
|
"evmInfo": null,
|
|
6664
6664
|
"substrateInfo": {
|
|
@@ -6685,7 +6685,7 @@
|
|
|
6685
6685
|
"name": "TrustBase",
|
|
6686
6686
|
"isTestnet": false,
|
|
6687
6687
|
"chainStatus": "INACTIVE",
|
|
6688
|
-
"icon": "https://
|
|
6688
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/trustbase.png",
|
|
6689
6689
|
"providers": {},
|
|
6690
6690
|
"evmInfo": null,
|
|
6691
6691
|
"substrateInfo": {
|
|
@@ -6712,7 +6712,7 @@
|
|
|
6712
6712
|
"name": "Manta Network",
|
|
6713
6713
|
"isTestnet": false,
|
|
6714
6714
|
"chainStatus": "INACTIVE",
|
|
6715
|
-
"icon": "https://
|
|
6715
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network.png",
|
|
6716
6716
|
"providers": {},
|
|
6717
6717
|
"evmInfo": null,
|
|
6718
6718
|
"substrateInfo": {
|
|
@@ -6741,7 +6741,7 @@
|
|
|
6741
6741
|
"name": "t3rn",
|
|
6742
6742
|
"isTestnet": false,
|
|
6743
6743
|
"chainStatus": "INACTIVE",
|
|
6744
|
-
"icon": "https://
|
|
6744
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/t3rn.png",
|
|
6745
6745
|
"providers": {},
|
|
6746
6746
|
"evmInfo": null,
|
|
6747
6747
|
"substrateInfo": {
|
|
@@ -6768,7 +6768,7 @@
|
|
|
6768
6768
|
"name": "Geminis Network",
|
|
6769
6769
|
"isTestnet": false,
|
|
6770
6770
|
"chainStatus": "INACTIVE",
|
|
6771
|
-
"icon": "https://
|
|
6771
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/geminis_network.png",
|
|
6772
6772
|
"providers": {},
|
|
6773
6773
|
"evmInfo": null,
|
|
6774
6774
|
"substrateInfo": {
|
|
@@ -6795,7 +6795,7 @@
|
|
|
6795
6795
|
"name": "Polimec",
|
|
6796
6796
|
"isTestnet": false,
|
|
6797
6797
|
"chainStatus": "INACTIVE",
|
|
6798
|
-
"icon": "https://
|
|
6798
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polimec.png",
|
|
6799
6799
|
"providers": {},
|
|
6800
6800
|
"evmInfo": null,
|
|
6801
6801
|
"substrateInfo": {
|
|
@@ -6834,7 +6834,7 @@
|
|
|
6834
6834
|
"name": "SubDAO",
|
|
6835
6835
|
"isTestnet": false,
|
|
6836
6836
|
"chainStatus": "INACTIVE",
|
|
6837
|
-
"icon": "https://
|
|
6837
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subdao.png",
|
|
6838
6838
|
"providers": {},
|
|
6839
6839
|
"evmInfo": null,
|
|
6840
6840
|
"substrateInfo": {
|
|
@@ -6861,7 +6861,7 @@
|
|
|
6861
6861
|
"name": "SubGame Network",
|
|
6862
6862
|
"isTestnet": false,
|
|
6863
6863
|
"chainStatus": "INACTIVE",
|
|
6864
|
-
"icon": "https://
|
|
6864
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_network.png",
|
|
6865
6865
|
"providers": {},
|
|
6866
6866
|
"evmInfo": null,
|
|
6867
6867
|
"substrateInfo": {
|
|
@@ -6888,7 +6888,7 @@
|
|
|
6888
6888
|
"name": "ZetaChain Testnet",
|
|
6889
6889
|
"isTestnet": true,
|
|
6890
6890
|
"chainStatus": "ACTIVE",
|
|
6891
|
-
"icon": "https://
|
|
6891
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeta_test.png",
|
|
6892
6892
|
"providers": {
|
|
6893
6893
|
"Athens": "https://zetachain-athens-evm.blockpi.network/v1/rpc/public"
|
|
6894
6894
|
},
|
|
@@ -6909,7 +6909,7 @@
|
|
|
6909
6909
|
"name": "Watr Mainnet",
|
|
6910
6910
|
"isTestnet": false,
|
|
6911
6911
|
"chainStatus": "ACTIVE",
|
|
6912
|
-
"icon": "https://
|
|
6912
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet.png",
|
|
6913
6913
|
"providers": {
|
|
6914
6914
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
6915
6915
|
},
|
|
@@ -6938,7 +6938,7 @@
|
|
|
6938
6938
|
"name": "Watr Mainnet - EVM",
|
|
6939
6939
|
"isTestnet": false,
|
|
6940
6940
|
"chainStatus": "ACTIVE",
|
|
6941
|
-
"icon": "https://
|
|
6941
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet_evm.png",
|
|
6942
6942
|
"providers": {
|
|
6943
6943
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
6944
6944
|
},
|
|
@@ -6959,7 +6959,7 @@
|
|
|
6959
6959
|
"name": "Enjin Relaychain",
|
|
6960
6960
|
"isTestnet": false,
|
|
6961
6961
|
"chainStatus": "ACTIVE",
|
|
6962
|
-
"icon": "https://
|
|
6962
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_relaychain.png",
|
|
6963
6963
|
"providers": {
|
|
6964
6964
|
"Enjin": "wss://rpc.relay.blockchain.enjin.io/"
|
|
6965
6965
|
},
|
|
@@ -6988,7 +6988,7 @@
|
|
|
6988
6988
|
"name": "Enjin Matrixchain",
|
|
6989
6989
|
"isTestnet": false,
|
|
6990
6990
|
"chainStatus": "ACTIVE",
|
|
6991
|
-
"icon": "https://
|
|
6991
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_matrixchain.png",
|
|
6992
6992
|
"providers": {
|
|
6993
6993
|
"MatrixChain": "wss://rpc.matrix.blockchain.enjin.io/",
|
|
6994
6994
|
"Dwellir": "wss://enjin-matrix-rpc-1.dwellir.com/"
|
|
@@ -7018,7 +7018,7 @@
|
|
|
7018
7018
|
"name": "Vara Network Testnet",
|
|
7019
7019
|
"isTestnet": true,
|
|
7020
7020
|
"chainStatus": "ACTIVE",
|
|
7021
|
-
"icon": "https://
|
|
7021
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_testnet.png",
|
|
7022
7022
|
"providers": {
|
|
7023
7023
|
"Vara": "wss://testnet.vara-network.io"
|
|
7024
7024
|
},
|
|
@@ -7047,7 +7047,7 @@
|
|
|
7047
7047
|
"name": "Goldberg Testnet",
|
|
7048
7048
|
"isTestnet": true,
|
|
7049
7049
|
"chainStatus": "ACTIVE",
|
|
7050
|
-
"icon": "https://
|
|
7050
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/goldberg_testnet.png",
|
|
7051
7051
|
"providers": {
|
|
7052
7052
|
"Avail Goldberg Testnet": "wss://goldberg.avail.tools/ws"
|
|
7053
7053
|
},
|