@subwallet/chain-list 0.2.59-beta.3 → 0.2.59
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 +1679 -2199
- package/cjs/data/AssetLogoMap.json +607 -618
- package/cjs/data/AssetRef.json +1 -99
- package/cjs/data/ChainAsset.json +548 -760
- package/cjs/data/ChainInfo.json +234 -411
- package/cjs/data/ChainLogoMap.json +236 -243
- package/cjs/data/MultiChainAsset.json +54 -54
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +607 -618
- package/data/AssetRef.json +1 -99
- package/data/ChainAsset.json +548 -760
- package/data/ChainInfo.json +234 -411
- package/data/ChainLogoMap.json +236 -243
- package/data/MultiChainAsset.json +54 -54
- 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://kusama.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
|
"PublicNode": "https://ethereum.publicnode.com",
|
|
88
88
|
"BlastApi": "https://eth-mainnet.public.blastapi.io",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"name": "Binance Smart Chain",
|
|
112
112
|
"isTestnet": false,
|
|
113
113
|
"chainStatus": "ACTIVE",
|
|
114
|
-
"icon": "https://
|
|
114
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance.png",
|
|
115
115
|
"providers": {
|
|
116
116
|
"Binance": "https://bsc-dataseed.binance.org/",
|
|
117
117
|
"Defibit": "https://bsc-dataseed1.defibit.io/",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"name": "Moonbeam",
|
|
142
142
|
"isTestnet": false,
|
|
143
143
|
"chainStatus": "ACTIVE",
|
|
144
|
-
"icon": "https://
|
|
144
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbeam.png",
|
|
145
145
|
"providers": {
|
|
146
146
|
"Moonbeam Foundation": "wss://wss.api.moonbeam.network",
|
|
147
147
|
"Dwellir": "wss://moonbeam-rpc.dwellir.com",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"name": "Pioneer Network",
|
|
200
200
|
"isTestnet": false,
|
|
201
201
|
"chainStatus": "ACTIVE",
|
|
202
|
-
"icon": "https://
|
|
202
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pioneer.png",
|
|
203
203
|
"providers": {
|
|
204
204
|
"Pioneer": "wss://pioneer-rpc-3.bit.country/wss"
|
|
205
205
|
},
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"name": "Aleph Zero",
|
|
244
244
|
"isTestnet": false,
|
|
245
245
|
"chainStatus": "ACTIVE",
|
|
246
|
-
"icon": "https://
|
|
246
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aleph.png",
|
|
247
247
|
"providers": {
|
|
248
248
|
"Aleph Zero Foundation": "wss://ws.azero.dev",
|
|
249
249
|
"Dwellir": "wss://aleph-zero-rpc.dwellir.com"
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
"name": "Astar",
|
|
280
280
|
"isTestnet": false,
|
|
281
281
|
"chainStatus": "ACTIVE",
|
|
282
|
-
"icon": "https://
|
|
282
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astar.png",
|
|
283
283
|
"providers": {
|
|
284
284
|
"Astar": "wss://rpc.astar.network",
|
|
285
285
|
"OnFinality": "wss://astar.api.onfinality.io/public-ws",
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
"name": "Astar - EVM",
|
|
332
332
|
"isTestnet": false,
|
|
333
333
|
"chainStatus": "ACTIVE",
|
|
334
|
-
"icon": "https://
|
|
334
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarevm.png",
|
|
335
335
|
"providers": {
|
|
336
336
|
"Astar": "https://evm.astar.network",
|
|
337
337
|
"OnFinality": "https://astar.api.onfinality.io/public",
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"name": "Polkadot Asset Hub (Statemint)",
|
|
359
359
|
"isTestnet": false,
|
|
360
360
|
"chainStatus": "ACTIVE",
|
|
361
|
-
"icon": "https://
|
|
361
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemint.png",
|
|
362
362
|
"providers": {
|
|
363
363
|
"Dwellir": "wss://statemint-rpc.dwellir.com",
|
|
364
364
|
"Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com",
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
"name": "Acala",
|
|
395
395
|
"isTestnet": false,
|
|
396
396
|
"chainStatus": "ACTIVE",
|
|
397
|
-
"icon": "https://
|
|
397
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala.png",
|
|
398
398
|
"providers": {
|
|
399
399
|
"Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
|
|
400
400
|
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"name": "Polygon",
|
|
445
445
|
"isTestnet": false,
|
|
446
446
|
"chainStatus": "ACTIVE",
|
|
447
|
-
"icon": "https://
|
|
447
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polygon.png",
|
|
448
448
|
"providers": {
|
|
449
449
|
"Polygon Scan": "https://polygon-rpc.com/",
|
|
450
450
|
"Llamarpc": "https://polygon.llamarpc.com",
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"name": "Arbitrum One",
|
|
475
475
|
"isTestnet": false,
|
|
476
476
|
"chainStatus": "ACTIVE",
|
|
477
|
-
"icon": "https://
|
|
477
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/arbitrum_one.png",
|
|
478
478
|
"providers": {
|
|
479
479
|
"Omniatech": "https://endpoints.omniatech.io/v1/arbitrum/one/public",
|
|
480
480
|
"BlastApi": "https://arbitrum-one.public.blastapi.io"
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
"name": "Optimism",
|
|
503
503
|
"isTestnet": false,
|
|
504
504
|
"chainStatus": "ACTIVE",
|
|
505
|
-
"icon": "https://
|
|
505
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/optimism.png",
|
|
506
506
|
"providers": {
|
|
507
507
|
"Kyber Engineering": "https://optimism.kyberengineering.io",
|
|
508
508
|
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
|
|
@@ -530,7 +530,7 @@
|
|
|
530
530
|
"name": "Viction",
|
|
531
531
|
"isTestnet": false,
|
|
532
532
|
"chainStatus": "ACTIVE",
|
|
533
|
-
"icon": "https://
|
|
533
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tomochain.png",
|
|
534
534
|
"providers": {
|
|
535
535
|
"TomoChain": "https://rpc.tomochain.com"
|
|
536
536
|
},
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
"name": "Aleph Zero Testnet",
|
|
555
555
|
"isTestnet": true,
|
|
556
556
|
"chainStatus": "ACTIVE",
|
|
557
|
-
"icon": "https://
|
|
557
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephtest.png",
|
|
558
558
|
"providers": {
|
|
559
559
|
"Aleph Zero Foundation": "wss://ws.test.azero.dev"
|
|
560
560
|
},
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
"name": "Shiden",
|
|
587
587
|
"isTestnet": false,
|
|
588
588
|
"chainStatus": "ACTIVE",
|
|
589
|
-
"icon": "https://
|
|
589
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shiden.png",
|
|
590
590
|
"providers": {
|
|
591
591
|
"Astar": "wss://rpc.shiden.astar.network",
|
|
592
592
|
"OnFinality": "wss://shiden.api.onfinality.io/public-ws",
|
|
@@ -658,7 +658,7 @@
|
|
|
658
658
|
"name": "Shiden - EVM",
|
|
659
659
|
"isTestnet": false,
|
|
660
660
|
"chainStatus": "ACTIVE",
|
|
661
|
-
"icon": "https://
|
|
661
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shidenevm.png",
|
|
662
662
|
"providers": {
|
|
663
663
|
"Astar": "https://evm.shiden.astar.network",
|
|
664
664
|
"OnFinality": "https://shiden.api.onfinality.io/public",
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
"name": "Shibuya Testnet",
|
|
686
686
|
"isTestnet": true,
|
|
687
687
|
"chainStatus": "ACTIVE",
|
|
688
|
-
"icon": "https://
|
|
688
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuya.png",
|
|
689
689
|
"providers": {
|
|
690
690
|
"Shibuya": "wss://rpc.shibuya.astar.network",
|
|
691
691
|
"Dwellir": "wss://shibuya-rpc.dwellir.com"
|
|
@@ -721,7 +721,7 @@
|
|
|
721
721
|
"name": "Shibuya Testnet - EVM",
|
|
722
722
|
"isTestnet": true,
|
|
723
723
|
"chainStatus": "ACTIVE",
|
|
724
|
-
"icon": "https://
|
|
724
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuyaevm.png",
|
|
725
725
|
"providers": {
|
|
726
726
|
"Shibuya": "https://evm.shibuya.astar.network ",
|
|
727
727
|
"BlastAPI": "https://shibuya.public.blastapi.io"
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
"name": "Aventus Polkadot",
|
|
747
747
|
"isTestnet": false,
|
|
748
748
|
"chainStatus": "ACTIVE",
|
|
749
|
-
"icon": "https://
|
|
749
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus.png",
|
|
750
750
|
"providers": {
|
|
751
751
|
"Aventus": "wss://public-rpc.mainnet.aventus.io"
|
|
752
752
|
},
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
"name": "Westend",
|
|
788
788
|
"isTestnet": true,
|
|
789
789
|
"chainStatus": "ACTIVE",
|
|
790
|
-
"icon": "https://
|
|
790
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/westend.png",
|
|
791
791
|
"providers": {
|
|
792
792
|
"Parity": "wss://westend-rpc.polkadot.io",
|
|
793
793
|
"Dwellir": "wss://westend-rpc.dwellir.com",
|
|
@@ -823,7 +823,7 @@
|
|
|
823
823
|
"name": "Rococo",
|
|
824
824
|
"isTestnet": true,
|
|
825
825
|
"chainStatus": "ACTIVE",
|
|
826
|
-
"icon": "https://
|
|
826
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo.png",
|
|
827
827
|
"providers": {
|
|
828
828
|
"Parity": "wss://rococo-rpc.polkadot.io",
|
|
829
829
|
"Light Client": "light://substrate-connect/rococo"
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
"name": "Bit.Country - Alpha Net",
|
|
860
860
|
"isTestnet": true,
|
|
861
861
|
"chainStatus": "ACTIVE",
|
|
862
|
-
"icon": "https://
|
|
862
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcountry.png",
|
|
863
863
|
"providers": {
|
|
864
864
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
865
865
|
},
|
|
@@ -888,7 +888,7 @@
|
|
|
888
888
|
"name": "Equilibrium",
|
|
889
889
|
"isTestnet": false,
|
|
890
890
|
"chainStatus": "ACTIVE",
|
|
891
|
-
"icon": "https://
|
|
891
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/equilibrium_parachain.png",
|
|
892
892
|
"providers": {
|
|
893
893
|
"Equilibrium": "wss://node.pol.equilibrium.io",
|
|
894
894
|
"Dwellir": "wss://equilibrium-rpc.dwellir.com"
|
|
@@ -930,7 +930,7 @@
|
|
|
930
930
|
"name": "Moonbase Alpha",
|
|
931
931
|
"isTestnet": true,
|
|
932
932
|
"chainStatus": "ACTIVE",
|
|
933
|
-
"icon": "https://
|
|
933
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbase.png",
|
|
934
934
|
"providers": {
|
|
935
935
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
936
936
|
"Blast": "wss://moonbase-alpha.public.blastapi.io"
|
|
@@ -974,7 +974,7 @@
|
|
|
974
974
|
"name": "Moonriver",
|
|
975
975
|
"isTestnet": false,
|
|
976
976
|
"chainStatus": "ACTIVE",
|
|
977
|
-
"icon": "https://
|
|
977
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonriver.png",
|
|
978
978
|
"providers": {
|
|
979
979
|
"Moonbeam Foundation": "wss://wss.api.moonriver.moonbeam.network",
|
|
980
980
|
"Blast": "wss://moonriver.public.blastapi.io",
|
|
@@ -1043,7 +1043,7 @@
|
|
|
1043
1043
|
"name": "Turing Staging",
|
|
1044
1044
|
"isTestnet": true,
|
|
1045
1045
|
"chainStatus": "ACTIVE",
|
|
1046
|
-
"icon": "https://
|
|
1046
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turingstaging.png",
|
|
1047
1047
|
"providers": {
|
|
1048
1048
|
"Turing": "wss://rpc.turing-staging.oak.tech"
|
|
1049
1049
|
},
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
"name": "Turing",
|
|
1073
1073
|
"isTestnet": false,
|
|
1074
1074
|
"chainStatus": "ACTIVE",
|
|
1075
|
-
"icon": "https://
|
|
1075
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turing.png",
|
|
1076
1076
|
"providers": {
|
|
1077
1077
|
"Turing": "wss://rpc.turing.oak.tech",
|
|
1078
1078
|
"Dwellir": "wss://turing-rpc.dwellir.com"
|
|
@@ -1117,7 +1117,7 @@
|
|
|
1117
1117
|
"name": "Bifrost Kusama",
|
|
1118
1118
|
"isTestnet": false,
|
|
1119
1119
|
"chainStatus": "ACTIVE",
|
|
1120
|
-
"icon": "https://
|
|
1120
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost.png",
|
|
1121
1121
|
"providers": {
|
|
1122
1122
|
"Liebi 0": "wss://bifrost-rpc.liebi.com/ws",
|
|
1123
1123
|
"Dwellir": "wss://bifrost-rpc.dwellir.com",
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
"name": "Bifrost Polkadot",
|
|
1175
1175
|
"isTestnet": false,
|
|
1176
1176
|
"chainStatus": "ACTIVE",
|
|
1177
|
-
"icon": "https://
|
|
1177
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_dot.png",
|
|
1178
1178
|
"providers": {
|
|
1179
1179
|
"Dwellir": "wss://bifrost-polkadot-rpc.dwellir.com",
|
|
1180
1180
|
"Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
"name": "Bifrost Testnet",
|
|
1222
1222
|
"isTestnet": true,
|
|
1223
1223
|
"chainStatus": "ACTIVE",
|
|
1224
|
-
"icon": "https://
|
|
1224
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_testnet.png",
|
|
1225
1225
|
"providers": {
|
|
1226
1226
|
"Liebi": "wss://bifrost-rpc.rococo.liebi.com/ws"
|
|
1227
1227
|
},
|
|
@@ -1253,7 +1253,7 @@
|
|
|
1253
1253
|
"name": "Calamari",
|
|
1254
1254
|
"isTestnet": false,
|
|
1255
1255
|
"chainStatus": "ACTIVE",
|
|
1256
|
-
"icon": "https://
|
|
1256
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari.png",
|
|
1257
1257
|
"providers": {
|
|
1258
1258
|
"Manta Network": "wss://calamari.systems"
|
|
1259
1259
|
},
|
|
@@ -1297,7 +1297,7 @@
|
|
|
1297
1297
|
"name": "Amplitude",
|
|
1298
1298
|
"isTestnet": false,
|
|
1299
1299
|
"chainStatus": "ACTIVE",
|
|
1300
|
-
"icon": "https://
|
|
1300
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude.png",
|
|
1301
1301
|
"providers": {
|
|
1302
1302
|
"Amplitude": "wss://rpc-amplitude.pendulumchain.tech"
|
|
1303
1303
|
},
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
"name": "Amplitude Testnet",
|
|
1339
1339
|
"isTestnet": true,
|
|
1340
1340
|
"chainStatus": "ACTIVE",
|
|
1341
|
-
"icon": "https://
|
|
1341
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude_test.png",
|
|
1342
1342
|
"providers": {
|
|
1343
1343
|
"Amplitude": "wss://rpc-foucoco.pendulumchain.tech"
|
|
1344
1344
|
},
|
|
@@ -1367,7 +1367,7 @@
|
|
|
1367
1367
|
"name": "Bobabase Testnet",
|
|
1368
1368
|
"isTestnet": true,
|
|
1369
1369
|
"chainStatus": "INACTIVE",
|
|
1370
|
-
"icon": "https://
|
|
1370
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabase.png",
|
|
1371
1371
|
"providers": {},
|
|
1372
1372
|
"evmInfo": {
|
|
1373
1373
|
"evmChainId": 1297,
|
|
@@ -1389,7 +1389,7 @@
|
|
|
1389
1389
|
"name": "Ethereum Goerli",
|
|
1390
1390
|
"isTestnet": true,
|
|
1391
1391
|
"chainStatus": "ACTIVE",
|
|
1392
|
-
"icon": "https://
|
|
1392
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum_goerli.png",
|
|
1393
1393
|
"providers": {
|
|
1394
1394
|
"Infura": "https://goerli.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
|
|
1395
1395
|
},
|
|
@@ -1413,7 +1413,7 @@
|
|
|
1413
1413
|
"name": "Binance Smart Chain (Testnet)",
|
|
1414
1414
|
"isTestnet": true,
|
|
1415
1415
|
"chainStatus": "ACTIVE",
|
|
1416
|
-
"icon": "https://
|
|
1416
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance_test.png",
|
|
1417
1417
|
"providers": {
|
|
1418
1418
|
"Binance": "https://data-seed-prebsc-1-s1.binance.org:8545/",
|
|
1419
1419
|
"Binance2": "https://data-seed-prebsc-2-s1.binance.org:8545/"
|
|
@@ -1438,7 +1438,7 @@
|
|
|
1438
1438
|
"name": "Parallel",
|
|
1439
1439
|
"isTestnet": false,
|
|
1440
1440
|
"chainStatus": "ACTIVE",
|
|
1441
|
-
"icon": "https://
|
|
1441
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/parallel.png",
|
|
1442
1442
|
"providers": {
|
|
1443
1443
|
"Dwellir": "wss://parallel-rpc.dwellir.com"
|
|
1444
1444
|
},
|
|
@@ -1504,7 +1504,7 @@
|
|
|
1504
1504
|
"name": "Clover",
|
|
1505
1505
|
"isTestnet": false,
|
|
1506
1506
|
"chainStatus": "ACTIVE",
|
|
1507
|
-
"icon": "https://
|
|
1507
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/clover.png",
|
|
1508
1508
|
"providers": {
|
|
1509
1509
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1510
1510
|
},
|
|
@@ -1559,7 +1559,7 @@
|
|
|
1559
1559
|
"name": "Clover - EVM",
|
|
1560
1560
|
"isTestnet": false,
|
|
1561
1561
|
"chainStatus": "ACTIVE",
|
|
1562
|
-
"icon": "https://
|
|
1562
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cloverevm.png",
|
|
1563
1563
|
"providers": {
|
|
1564
1564
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1565
1565
|
},
|
|
@@ -1583,7 +1583,7 @@
|
|
|
1583
1583
|
"name": "HydraDX",
|
|
1584
1584
|
"isTestnet": false,
|
|
1585
1585
|
"chainStatus": "ACTIVE",
|
|
1586
|
-
"icon": "https://
|
|
1586
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_main.png",
|
|
1587
1587
|
"providers": {
|
|
1588
1588
|
"Galactic Council": "wss://rpc.hydradx.cloud",
|
|
1589
1589
|
"Dwellir": "wss://hydradx-rpc.dwellir.com"
|
|
@@ -1628,7 +1628,7 @@
|
|
|
1628
1628
|
"name": "Edgeware",
|
|
1629
1629
|
"isTestnet": false,
|
|
1630
1630
|
"chainStatus": "ACTIVE",
|
|
1631
|
-
"icon": "https://
|
|
1631
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/edgeware.png",
|
|
1632
1632
|
"providers": {
|
|
1633
1633
|
"JelliedOwl": "wss://edgeware.jelliedowl.net",
|
|
1634
1634
|
"Commonwealth Labs": "wss://mainnet2.edgewa.re"
|
|
@@ -1661,7 +1661,7 @@
|
|
|
1661
1661
|
"name": "Centrifuge",
|
|
1662
1662
|
"isTestnet": false,
|
|
1663
1663
|
"chainStatus": "ACTIVE",
|
|
1664
|
-
"icon": "https://
|
|
1664
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/centrifuge.png",
|
|
1665
1665
|
"providers": {
|
|
1666
1666
|
"Centrifuge": "wss://fullnode.parachain.centrifuge.io",
|
|
1667
1667
|
"OnFinality": "wss://centrifuge-parachain.api.onfinality.io/public-ws"
|
|
@@ -1706,7 +1706,7 @@
|
|
|
1706
1706
|
"name": "Interlay",
|
|
1707
1707
|
"isTestnet": false,
|
|
1708
1708
|
"chainStatus": "ACTIVE",
|
|
1709
|
-
"icon": "https://
|
|
1709
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/interlay.png",
|
|
1710
1710
|
"providers": {
|
|
1711
1711
|
"Kintsugi Labs": "wss://api.interlay.io/parachain",
|
|
1712
1712
|
"Dwellir": "wss://interlay-rpc.dwellir.com",
|
|
@@ -1752,7 +1752,7 @@
|
|
|
1752
1752
|
"name": "Nodle",
|
|
1753
1753
|
"isTestnet": false,
|
|
1754
1754
|
"chainStatus": "ACTIVE",
|
|
1755
|
-
"icon": "https://
|
|
1755
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nodle.png",
|
|
1756
1756
|
"providers": {
|
|
1757
1757
|
"OnFinality": "wss://nodle-parachain.api.onfinality.io/public-ws",
|
|
1758
1758
|
"Dwellir": "wss://eden-rpc.dwellir.com"
|
|
@@ -1797,7 +1797,7 @@
|
|
|
1797
1797
|
"name": "Darwinia 2",
|
|
1798
1798
|
"isTestnet": false,
|
|
1799
1799
|
"chainStatus": "ACTIVE",
|
|
1800
|
-
"icon": "https://
|
|
1800
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/darwinia2.png",
|
|
1801
1801
|
"providers": {
|
|
1802
1802
|
"Darwinia Network": "wss://rpc.darwinia.network",
|
|
1803
1803
|
"Darwinia Community": "wss://darwinia-rpc.darwiniacommunitydao.xyz",
|
|
@@ -1842,7 +1842,7 @@
|
|
|
1842
1842
|
"name": "SORA Kusama",
|
|
1843
1843
|
"isTestnet": false,
|
|
1844
1844
|
"chainStatus": "ACTIVE",
|
|
1845
|
-
"icon": "https://
|
|
1845
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_ksm.png",
|
|
1846
1846
|
"providers": {
|
|
1847
1847
|
"Soramitsu": "wss://ws.parachain-collator-2.c2.sora2.soramitsu.co.jp"
|
|
1848
1848
|
},
|
|
@@ -1894,7 +1894,7 @@
|
|
|
1894
1894
|
"name": "Ares Odyssey",
|
|
1895
1895
|
"isTestnet": false,
|
|
1896
1896
|
"chainStatus": "ACTIVE",
|
|
1897
|
-
"icon": "https://
|
|
1897
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/odyssey.png",
|
|
1898
1898
|
"providers": {
|
|
1899
1899
|
"AresProtocol": "wss://odyssey.aresprotocol.io"
|
|
1900
1900
|
},
|
|
@@ -1923,7 +1923,7 @@
|
|
|
1923
1923
|
"name": "Polkadex",
|
|
1924
1924
|
"isTestnet": false,
|
|
1925
1925
|
"chainStatus": "ACTIVE",
|
|
1926
|
-
"icon": "https://
|
|
1926
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex.png",
|
|
1927
1927
|
"providers": {
|
|
1928
1928
|
"RadiumBlock": "wss://polkadex.public.curie.radiumblock.co/ws",
|
|
1929
1929
|
"OnFinality": "wss://polkadex.api.onfinality.io/public-ws"
|
|
@@ -1956,7 +1956,7 @@
|
|
|
1956
1956
|
"name": "Polkadex - Testnet",
|
|
1957
1957
|
"isTestnet": true,
|
|
1958
1958
|
"chainStatus": "STOPPED",
|
|
1959
|
-
"icon": "https://
|
|
1959
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadextest.png",
|
|
1960
1960
|
"providers": {
|
|
1961
1961
|
"Polkadex Team": "wss://blockchain.polkadex.trade"
|
|
1962
1962
|
},
|
|
@@ -1985,7 +1985,7 @@
|
|
|
1985
1985
|
"name": "RMRK Devnet",
|
|
1986
1986
|
"isTestnet": true,
|
|
1987
1987
|
"chainStatus": "INACTIVE",
|
|
1988
|
-
"icon": "https://
|
|
1988
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rmrk.png",
|
|
1989
1989
|
"providers": {
|
|
1990
1990
|
"rmrk": "wss://staging.node.rmrk.app"
|
|
1991
1991
|
},
|
|
@@ -2014,7 +2014,7 @@
|
|
|
2014
2014
|
"name": "Dolphin Testnet",
|
|
2015
2015
|
"isTestnet": true,
|
|
2016
2016
|
"chainStatus": "INACTIVE",
|
|
2017
|
-
"icon": "https://
|
|
2017
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dolphin.png",
|
|
2018
2018
|
"providers": {},
|
|
2019
2019
|
"evmInfo": null,
|
|
2020
2020
|
"substrateInfo": {
|
|
@@ -2044,7 +2044,7 @@
|
|
|
2044
2044
|
"name": "Opal",
|
|
2045
2045
|
"isTestnet": true,
|
|
2046
2046
|
"chainStatus": "ACTIVE",
|
|
2047
|
-
"icon": "https://
|
|
2047
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/opal.png",
|
|
2048
2048
|
"providers": {
|
|
2049
2049
|
"Unique": "wss://ws-opal.unique.network",
|
|
2050
2050
|
"Europe": "wss://eu-ws-opal.unique.network",
|
|
@@ -2076,7 +2076,7 @@
|
|
|
2076
2076
|
"name": "Efinity",
|
|
2077
2077
|
"isTestnet": false,
|
|
2078
2078
|
"chainStatus": "INACTIVE",
|
|
2079
|
-
"icon": "https://
|
|
2079
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/efinity.png",
|
|
2080
2080
|
"providers": {
|
|
2081
2081
|
"Efinity": "wss://rpc.efinity.io",
|
|
2082
2082
|
"Dwellir": "wss://efinity -rpc.dwellir.com"
|
|
@@ -2121,7 +2121,7 @@
|
|
|
2121
2121
|
"name": "Composable Finance",
|
|
2122
2122
|
"isTestnet": false,
|
|
2123
2123
|
"chainStatus": "ACTIVE",
|
|
2124
|
-
"icon": "https://
|
|
2124
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/composablefinance.png",
|
|
2125
2125
|
"providers": {
|
|
2126
2126
|
"Composable": "wss://rpc.composable.finance"
|
|
2127
2127
|
},
|
|
@@ -2165,7 +2165,7 @@
|
|
|
2165
2165
|
"name": "Phala",
|
|
2166
2166
|
"isTestnet": false,
|
|
2167
2167
|
"chainStatus": "ACTIVE",
|
|
2168
|
-
"icon": "https://
|
|
2168
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phala.png",
|
|
2169
2169
|
"providers": {
|
|
2170
2170
|
"Phala": "wss://api.phala.network/ws",
|
|
2171
2171
|
"OnFinality": "wss://phala.api.onfinality.io/public-ws"
|
|
@@ -2210,7 +2210,7 @@
|
|
|
2210
2210
|
"name": "Crust",
|
|
2211
2211
|
"isTestnet": false,
|
|
2212
2212
|
"chainStatus": "ACTIVE",
|
|
2213
|
-
"icon": "https://
|
|
2213
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust.png",
|
|
2214
2214
|
"providers": {
|
|
2215
2215
|
"Crust": "wss://crust-parachain.crustapps.net"
|
|
2216
2216
|
},
|
|
@@ -2254,7 +2254,7 @@
|
|
|
2254
2254
|
"name": "Kusama Asset Hub (Statemine)",
|
|
2255
2255
|
"isTestnet": false,
|
|
2256
2256
|
"chainStatus": "ACTIVE",
|
|
2257
|
-
"icon": "https://
|
|
2257
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemine.png",
|
|
2258
2258
|
"providers": {
|
|
2259
2259
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2260
2260
|
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com",
|
|
@@ -2291,7 +2291,7 @@
|
|
|
2291
2291
|
"name": "Karura",
|
|
2292
2292
|
"isTestnet": false,
|
|
2293
2293
|
"chainStatus": "ACTIVE",
|
|
2294
|
-
"icon": "https://
|
|
2294
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura.png",
|
|
2295
2295
|
"providers": {
|
|
2296
2296
|
"Acala Foundation 0": "wss://karura-rpc-0.aca-api.network",
|
|
2297
2297
|
"Acala Foundation 1": "wss://karura-rpc-1.aca-api.network",
|
|
@@ -2327,7 +2327,7 @@
|
|
|
2327
2327
|
"name": "Khala",
|
|
2328
2328
|
"isTestnet": false,
|
|
2329
2329
|
"chainStatus": "ACTIVE",
|
|
2330
|
-
"icon": "https://
|
|
2330
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/khala.png",
|
|
2331
2331
|
"providers": {
|
|
2332
2332
|
"Phala": "wss://khala-api.phala.network/ws",
|
|
2333
2333
|
"OnFinality": "wss://khala.api.onfinality.io/public-ws",
|
|
@@ -2373,7 +2373,7 @@
|
|
|
2373
2373
|
"name": "KILT Spiritnet",
|
|
2374
2374
|
"isTestnet": false,
|
|
2375
2375
|
"chainStatus": "ACTIVE",
|
|
2376
|
-
"icon": "https://
|
|
2376
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt.png",
|
|
2377
2377
|
"providers": {
|
|
2378
2378
|
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
2379
2379
|
"OnFinality": "wss://spiritnet.api.onfinality.io/public-ws",
|
|
@@ -2407,7 +2407,7 @@
|
|
|
2407
2407
|
"name": "Basilisk",
|
|
2408
2408
|
"isTestnet": false,
|
|
2409
2409
|
"chainStatus": "ACTIVE",
|
|
2410
|
-
"icon": "https://
|
|
2410
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/basilisk.png",
|
|
2411
2411
|
"providers": {
|
|
2412
2412
|
"Basilisk ": "wss://rpc.basilisk.cloud",
|
|
2413
2413
|
"Dwellir": "wss://basilisk-rpc.dwellir.com"
|
|
@@ -2452,7 +2452,7 @@
|
|
|
2452
2452
|
"name": "Altair",
|
|
2453
2453
|
"isTestnet": false,
|
|
2454
2454
|
"chainStatus": "ACTIVE",
|
|
2455
|
-
"icon": "https://
|
|
2455
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/altair.png",
|
|
2456
2456
|
"providers": {
|
|
2457
2457
|
"Centrifuge": "wss://fullnode.altair.centrifuge.io",
|
|
2458
2458
|
"OnFinality": "wss://altair.api.onfinality.io/public-ws"
|
|
@@ -2497,7 +2497,7 @@
|
|
|
2497
2497
|
"name": "Heiko",
|
|
2498
2498
|
"isTestnet": false,
|
|
2499
2499
|
"chainStatus": "ACTIVE",
|
|
2500
|
-
"icon": "https://
|
|
2500
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/heiko.png",
|
|
2501
2501
|
"providers": {
|
|
2502
2502
|
"Parallel": "wss://heiko-rpc.parallel.fi"
|
|
2503
2503
|
},
|
|
@@ -2552,7 +2552,7 @@
|
|
|
2552
2552
|
"name": "Kintsugi",
|
|
2553
2553
|
"isTestnet": false,
|
|
2554
2554
|
"chainStatus": "ACTIVE",
|
|
2555
|
-
"icon": "https://
|
|
2555
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi.png",
|
|
2556
2556
|
"providers": {
|
|
2557
2557
|
"Kintsugi Labs": "wss://api-kusama.interlay.io/parachain",
|
|
2558
2558
|
"OnFinality": "wss://kintsugi.api.onfinality.io/public-ws"
|
|
@@ -2597,7 +2597,7 @@
|
|
|
2597
2597
|
"name": "Kintsugi Testnet",
|
|
2598
2598
|
"isTestnet": true,
|
|
2599
2599
|
"chainStatus": "ACTIVE",
|
|
2600
|
-
"icon": "https://
|
|
2600
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi_test.png",
|
|
2601
2601
|
"providers": {
|
|
2602
2602
|
"testnet": "wss://api-dev-kintsugi.interlay.io/parachain"
|
|
2603
2603
|
},
|
|
@@ -2626,7 +2626,7 @@
|
|
|
2626
2626
|
"name": "Picasso",
|
|
2627
2627
|
"isTestnet": false,
|
|
2628
2628
|
"chainStatus": "ACTIVE",
|
|
2629
|
-
"icon": "https://
|
|
2629
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/picasso.png",
|
|
2630
2630
|
"providers": {
|
|
2631
2631
|
"Composable": "wss://rpc.composablenodes.tech"
|
|
2632
2632
|
},
|
|
@@ -2692,7 +2692,7 @@
|
|
|
2692
2692
|
"name": "Quartz",
|
|
2693
2693
|
"isTestnet": false,
|
|
2694
2694
|
"chainStatus": "ACTIVE",
|
|
2695
|
-
"icon": "https://
|
|
2695
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quartz.png",
|
|
2696
2696
|
"providers": {
|
|
2697
2697
|
"Unique Europe": "wss://eu-ws-quartz.unique.network",
|
|
2698
2698
|
"Unique US": "wss://us-ws-quartz.unique.network",
|
|
@@ -2738,7 +2738,7 @@
|
|
|
2738
2738
|
"name": "Unique",
|
|
2739
2739
|
"isTestnet": false,
|
|
2740
2740
|
"chainStatus": "ACTIVE",
|
|
2741
|
-
"icon": "https://
|
|
2741
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unique_network.png",
|
|
2742
2742
|
"providers": {
|
|
2743
2743
|
"unique": "wss://us-ws.unique.network/",
|
|
2744
2744
|
"UniqueEu": "wss://eu-ws.unique.network/",
|
|
@@ -2784,7 +2784,7 @@
|
|
|
2784
2784
|
"name": "Genshiro",
|
|
2785
2785
|
"isTestnet": false,
|
|
2786
2786
|
"chainStatus": "ACTIVE",
|
|
2787
|
-
"icon": "https://
|
|
2787
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro.png",
|
|
2788
2788
|
"providers": {
|
|
2789
2789
|
"Equilibrium": "wss://node.genshiro.io"
|
|
2790
2790
|
},
|
|
@@ -2839,7 +2839,7 @@
|
|
|
2839
2839
|
"name": "Genshiro Testnet",
|
|
2840
2840
|
"isTestnet": true,
|
|
2841
2841
|
"chainStatus": "INACTIVE",
|
|
2842
|
-
"icon": "https://
|
|
2842
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro_testnet.png",
|
|
2843
2843
|
"providers": {},
|
|
2844
2844
|
"evmInfo": null,
|
|
2845
2845
|
"substrateInfo": {
|
|
@@ -2866,7 +2866,7 @@
|
|
|
2866
2866
|
"name": "Subsocial",
|
|
2867
2867
|
"isTestnet": false,
|
|
2868
2868
|
"chainStatus": "ACTIVE",
|
|
2869
|
-
"icon": "https://
|
|
2869
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subsocial_x.png",
|
|
2870
2870
|
"providers": {
|
|
2871
2871
|
"subsocialx": "wss://para.f3joule.space"
|
|
2872
2872
|
},
|
|
@@ -2895,7 +2895,7 @@
|
|
|
2895
2895
|
"name": "Zeitgeist",
|
|
2896
2896
|
"isTestnet": false,
|
|
2897
2897
|
"chainStatus": "ACTIVE",
|
|
2898
|
-
"icon": "https://
|
|
2898
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeitgeist.png",
|
|
2899
2899
|
"providers": {
|
|
2900
2900
|
"OnFinality": "wss://zeitgeist.api.onfinality.io/public-ws",
|
|
2901
2901
|
"Dwellir": "wss://zeitgeist-rpc.dwellir.com"
|
|
@@ -2940,7 +2940,7 @@
|
|
|
2940
2940
|
"name": "Sakura",
|
|
2941
2941
|
"isTestnet": false,
|
|
2942
2942
|
"chainStatus": "ACTIVE",
|
|
2943
|
-
"icon": "https://
|
|
2943
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sakura.png",
|
|
2944
2944
|
"providers": {
|
|
2945
2945
|
"Clover": "wss://rpc.sakura.clover.finance"
|
|
2946
2946
|
},
|
|
@@ -2984,7 +2984,7 @@
|
|
|
2984
2984
|
"name": "Crust Shadow",
|
|
2985
2985
|
"isTestnet": false,
|
|
2986
2986
|
"chainStatus": "ACTIVE",
|
|
2987
|
-
"icon": "https://
|
|
2987
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shadow.png",
|
|
2988
2988
|
"providers": {
|
|
2989
2989
|
"Crust": "wss://rpc-shadow.crust.network/"
|
|
2990
2990
|
},
|
|
@@ -3039,7 +3039,7 @@
|
|
|
3039
3039
|
"name": "Unique TestNet 2.0",
|
|
3040
3040
|
"isTestnet": true,
|
|
3041
3041
|
"chainStatus": "INACTIVE",
|
|
3042
|
-
"icon": "https://
|
|
3042
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/uniquenft.png",
|
|
3043
3043
|
"providers": {
|
|
3044
3044
|
"Unique": "wss://testnet2.unique.network"
|
|
3045
3045
|
},
|
|
@@ -3068,7 +3068,7 @@
|
|
|
3068
3068
|
"name": "Robonomics",
|
|
3069
3069
|
"isTestnet": false,
|
|
3070
3070
|
"chainStatus": "ACTIVE",
|
|
3071
|
-
"icon": "https://
|
|
3071
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/robonomics.png",
|
|
3072
3072
|
"providers": {
|
|
3073
3073
|
"Airalab": "wss://kusama.rpc.robonomics.network/",
|
|
3074
3074
|
"Samsara": "wss://robonomics.0xsamsara.com"
|
|
@@ -3124,7 +3124,7 @@
|
|
|
3124
3124
|
"name": "Integritee Network",
|
|
3125
3125
|
"isTestnet": false,
|
|
3126
3126
|
"chainStatus": "ACTIVE",
|
|
3127
|
-
"icon": "https://
|
|
3127
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integritee.png",
|
|
3128
3128
|
"providers": {
|
|
3129
3129
|
"Integritee": "wss://kusama.api.integritee.network",
|
|
3130
3130
|
"OnFinality": "wss://integritee-kusama.api.onfinality.io/public-ws"
|
|
@@ -3169,7 +3169,7 @@
|
|
|
3169
3169
|
"name": "Integritee Shell",
|
|
3170
3170
|
"isTestnet": false,
|
|
3171
3171
|
"chainStatus": "ACTIVE",
|
|
3172
|
-
"icon": "https://
|
|
3172
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integriteepolkadot.png",
|
|
3173
3173
|
"providers": {
|
|
3174
3174
|
"Integritee": "wss://polkadot.api.integritee.network"
|
|
3175
3175
|
},
|
|
@@ -3210,7 +3210,7 @@
|
|
|
3210
3210
|
"name": "Crab2 Parachain",
|
|
3211
3211
|
"isTestnet": false,
|
|
3212
3212
|
"chainStatus": "ACTIVE",
|
|
3213
|
-
"icon": "https://
|
|
3213
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crabparachain.png",
|
|
3214
3214
|
"providers": {
|
|
3215
3215
|
"Crab": "wss://crab-rpc.darwinia.network/",
|
|
3216
3216
|
"Dwellir": "wss://darwiniacrab-rpc.dwellir.com"
|
|
@@ -3266,7 +3266,7 @@
|
|
|
3266
3266
|
"name": "Pangolin",
|
|
3267
3267
|
"isTestnet": true,
|
|
3268
3268
|
"chainStatus": "ACTIVE",
|
|
3269
|
-
"icon": "https://
|
|
3269
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pangolin.png",
|
|
3270
3270
|
"providers": {
|
|
3271
3271
|
"Pangolin_Network": "wss://pangolin-rpc.darwinia.network"
|
|
3272
3272
|
},
|
|
@@ -3306,7 +3306,7 @@
|
|
|
3306
3306
|
"name": "Chain X",
|
|
3307
3307
|
"isTestnet": false,
|
|
3308
3308
|
"chainStatus": "ACTIVE",
|
|
3309
|
-
"icon": "https://
|
|
3309
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainx.png",
|
|
3310
3310
|
"providers": {
|
|
3311
3311
|
"chainx ": "wss://mainnet.chainx.org/ws"
|
|
3312
3312
|
},
|
|
@@ -3335,7 +3335,7 @@
|
|
|
3335
3335
|
"name": "Acala Mandala TC7",
|
|
3336
3336
|
"isTestnet": true,
|
|
3337
3337
|
"chainStatus": "ACTIVE",
|
|
3338
|
-
"icon": "https://
|
|
3338
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_testnet.png",
|
|
3339
3339
|
"providers": {
|
|
3340
3340
|
"Mandala": "wss://mandala-tc9-rpc.aca-staging.network"
|
|
3341
3341
|
},
|
|
@@ -3367,7 +3367,7 @@
|
|
|
3367
3367
|
"name": "MangataX Public Testnet",
|
|
3368
3368
|
"isTestnet": true,
|
|
3369
3369
|
"chainStatus": "INACTIVE",
|
|
3370
|
-
"icon": "https://
|
|
3370
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax.png",
|
|
3371
3371
|
"providers": {
|
|
3372
3372
|
"mangatax": "wss://collator-01-ws-rococo.mangata.online"
|
|
3373
3373
|
},
|
|
@@ -3399,7 +3399,7 @@
|
|
|
3399
3399
|
"name": "Mangata X",
|
|
3400
3400
|
"isTestnet": false,
|
|
3401
3401
|
"chainStatus": "ACTIVE",
|
|
3402
|
-
"icon": "https://
|
|
3402
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax_para.png",
|
|
3403
3403
|
"providers": {
|
|
3404
3404
|
"mangata": "wss://kusama-rpc.mangata.online",
|
|
3405
3405
|
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
@@ -3455,7 +3455,7 @@
|
|
|
3455
3455
|
"name": "Encointer",
|
|
3456
3456
|
"isTestnet": false,
|
|
3457
3457
|
"chainStatus": "ACTIVE",
|
|
3458
|
-
"icon": "https://
|
|
3458
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/encointer.png",
|
|
3459
3459
|
"providers": {
|
|
3460
3460
|
"Encointer Association": "wss://kusama.api.encointer.org"
|
|
3461
3461
|
},
|
|
@@ -3487,7 +3487,7 @@
|
|
|
3487
3487
|
"name": "Litmus",
|
|
3488
3488
|
"isTestnet": false,
|
|
3489
3489
|
"chainStatus": "ACTIVE",
|
|
3490
|
-
"icon": "https://
|
|
3490
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litmus.png",
|
|
3491
3491
|
"providers": {
|
|
3492
3492
|
"litmus": "wss://rpc.litmus-parachain.litentry.io"
|
|
3493
3493
|
},
|
|
@@ -3528,7 +3528,7 @@
|
|
|
3528
3528
|
"name": "Litentry",
|
|
3529
3529
|
"isTestnet": false,
|
|
3530
3530
|
"chainStatus": "ACTIVE",
|
|
3531
|
-
"icon": "https://
|
|
3531
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litentry.png",
|
|
3532
3532
|
"providers": {
|
|
3533
3533
|
"Litentry": "wss://rpc.litentry-parachain.litentry.io",
|
|
3534
3534
|
"Dwellir": "wss://litentry-rpc.dwellir.com"
|
|
@@ -3570,7 +3570,7 @@
|
|
|
3570
3570
|
"name": "Tinkernet",
|
|
3571
3571
|
"isTestnet": false,
|
|
3572
3572
|
"chainStatus": "ACTIVE",
|
|
3573
|
-
"icon": "https://
|
|
3573
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tinkernet.png",
|
|
3574
3574
|
"providers": {
|
|
3575
3575
|
"Dwellir": "wss://tinkernet-rpc.dwellir.com",
|
|
3576
3576
|
"Light Client": "light://substrate-connect/kusama/tinkernet"
|
|
@@ -3612,7 +3612,7 @@
|
|
|
3612
3612
|
"name": "Imbue Kusama",
|
|
3613
3613
|
"isTestnet": false,
|
|
3614
3614
|
"chainStatus": "ACTIVE",
|
|
3615
|
-
"icon": "https://
|
|
3615
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/imbue_network.png",
|
|
3616
3616
|
"providers": {
|
|
3617
3617
|
"Imbue": "wss://kusama.imbuenetwork.com"
|
|
3618
3618
|
},
|
|
@@ -3653,7 +3653,7 @@
|
|
|
3653
3653
|
"name": "Subspace Testnet",
|
|
3654
3654
|
"isTestnet": true,
|
|
3655
3655
|
"chainStatus": "INACTIVE",
|
|
3656
|
-
"icon": "https://
|
|
3656
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_test.png",
|
|
3657
3657
|
"providers": {},
|
|
3658
3658
|
"evmInfo": null,
|
|
3659
3659
|
"substrateInfo": {
|
|
@@ -3680,7 +3680,7 @@
|
|
|
3680
3680
|
"name": "Subspace Gemini 2a",
|
|
3681
3681
|
"isTestnet": true,
|
|
3682
3682
|
"chainStatus": "INACTIVE",
|
|
3683
|
-
"icon": "https://
|
|
3683
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_2a.png",
|
|
3684
3684
|
"providers": {
|
|
3685
3685
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
3686
3686
|
},
|
|
@@ -3709,7 +3709,7 @@
|
|
|
3709
3709
|
"name": "Subspace Gemini 3c",
|
|
3710
3710
|
"isTestnet": true,
|
|
3711
3711
|
"chainStatus": "INACTIVE",
|
|
3712
|
-
"icon": "https://
|
|
3712
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3c.png",
|
|
3713
3713
|
"providers": {},
|
|
3714
3714
|
"evmInfo": null,
|
|
3715
3715
|
"substrateInfo": {
|
|
@@ -3736,7 +3736,7 @@
|
|
|
3736
3736
|
"name": "Subspace Gemini 3d",
|
|
3737
3737
|
"isTestnet": true,
|
|
3738
3738
|
"chainStatus": "INACTIVE",
|
|
3739
|
-
"icon": "https://
|
|
3739
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3d.png",
|
|
3740
3740
|
"providers": {},
|
|
3741
3741
|
"evmInfo": null,
|
|
3742
3742
|
"substrateInfo": {
|
|
@@ -3763,7 +3763,7 @@
|
|
|
3763
3763
|
"name": "Subspace Gemini 3e",
|
|
3764
3764
|
"isTestnet": true,
|
|
3765
3765
|
"chainStatus": "INACTIVE",
|
|
3766
|
-
"icon": "https://
|
|
3766
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3e.png",
|
|
3767
3767
|
"providers": {},
|
|
3768
3768
|
"evmInfo": null,
|
|
3769
3769
|
"substrateInfo": {
|
|
@@ -3790,7 +3790,7 @@
|
|
|
3790
3790
|
"name": "Subspace Gemini 3f",
|
|
3791
3791
|
"isTestnet": true,
|
|
3792
3792
|
"chainStatus": "INACTIVE",
|
|
3793
|
-
"icon": "https://
|
|
3793
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3f.png",
|
|
3794
3794
|
"providers": {
|
|
3795
3795
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
3796
3796
|
},
|
|
@@ -3819,7 +3819,7 @@
|
|
|
3819
3819
|
"name": "NeuroWeb Mainnet",
|
|
3820
3820
|
"isTestnet": false,
|
|
3821
3821
|
"chainStatus": "ACTIVE",
|
|
3822
|
-
"icon": "https://
|
|
3822
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/origintrail.png",
|
|
3823
3823
|
"providers": {
|
|
3824
3824
|
"TraceLabs": "wss://parachain-rpc.origin-trail.network"
|
|
3825
3825
|
},
|
|
@@ -3863,7 +3863,7 @@
|
|
|
3863
3863
|
"name": "Subspace Gemini 3g",
|
|
3864
3864
|
"isTestnet": true,
|
|
3865
3865
|
"chainStatus": "ACTIVE",
|
|
3866
|
-
"icon": "https://
|
|
3866
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3g.png",
|
|
3867
3867
|
"providers": {
|
|
3868
3868
|
"Gemini 3g": "wss://rpc-0.gemini-3g.subspace.network/ws"
|
|
3869
3869
|
},
|
|
@@ -3892,7 +3892,7 @@
|
|
|
3892
3892
|
"name": "Dorafactory",
|
|
3893
3893
|
"isTestnet": false,
|
|
3894
3894
|
"chainStatus": "INACTIVE",
|
|
3895
|
-
"icon": "https://
|
|
3895
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dorafactory.png",
|
|
3896
3896
|
"providers": {},
|
|
3897
3897
|
"evmInfo": null,
|
|
3898
3898
|
"substrateInfo": {
|
|
@@ -3931,7 +3931,7 @@
|
|
|
3931
3931
|
"name": "Bajun Kusama",
|
|
3932
3932
|
"isTestnet": false,
|
|
3933
3933
|
"chainStatus": "ACTIVE",
|
|
3934
|
-
"icon": "https://
|
|
3934
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bajun.png",
|
|
3935
3935
|
"providers": {
|
|
3936
3936
|
"AjunaNetwork": "wss://rpc-parachain.bajun.network",
|
|
3937
3937
|
"OnFinality": "wss://bajun.api.onfinality.io/public-ws"
|
|
@@ -3976,7 +3976,7 @@
|
|
|
3976
3976
|
"name": "Dancebox",
|
|
3977
3977
|
"isTestnet": true,
|
|
3978
3978
|
"chainStatus": "ACTIVE",
|
|
3979
|
-
"icon": "https://
|
|
3979
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dancebox.png",
|
|
3980
3980
|
"providers": {
|
|
3981
3981
|
"Dancebox": "wss://fraa-dancebox-rpc.a.dancebox.tanssi.network"
|
|
3982
3982
|
},
|
|
@@ -4005,7 +4005,7 @@
|
|
|
4005
4005
|
"name": "Listen Network",
|
|
4006
4006
|
"isTestnet": false,
|
|
4007
4007
|
"chainStatus": "INACTIVE",
|
|
4008
|
-
"icon": "https://
|
|
4008
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/listen.png",
|
|
4009
4009
|
"providers": {},
|
|
4010
4010
|
"evmInfo": null,
|
|
4011
4011
|
"substrateInfo": {
|
|
@@ -4032,7 +4032,7 @@
|
|
|
4032
4032
|
"name": "Kabocha",
|
|
4033
4033
|
"isTestnet": false,
|
|
4034
4034
|
"chainStatus": "ACTIVE",
|
|
4035
|
-
"icon": "https://
|
|
4035
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kabocha.png",
|
|
4036
4036
|
"providers": {
|
|
4037
4037
|
"JelliedOwl": "wss://kabocha.jelliedowl.com"
|
|
4038
4038
|
},
|
|
@@ -4073,7 +4073,7 @@
|
|
|
4073
4073
|
"name": "GM Parachain",
|
|
4074
4074
|
"isTestnet": false,
|
|
4075
4075
|
"chainStatus": "INACTIVE",
|
|
4076
|
-
"icon": "https://
|
|
4076
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gmdie.png",
|
|
4077
4077
|
"providers": {},
|
|
4078
4078
|
"evmInfo": null,
|
|
4079
4079
|
"substrateInfo": {
|
|
@@ -4112,7 +4112,7 @@
|
|
|
4112
4112
|
"name": "Ternoa",
|
|
4113
4113
|
"isTestnet": false,
|
|
4114
4114
|
"chainStatus": "ACTIVE",
|
|
4115
|
-
"icon": "https://
|
|
4115
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa.png",
|
|
4116
4116
|
"providers": {
|
|
4117
4117
|
"ternoa": "wss://mainnet.ternoa.network"
|
|
4118
4118
|
},
|
|
@@ -4141,7 +4141,7 @@
|
|
|
4141
4141
|
"name": "DataHighway Tanganika",
|
|
4142
4142
|
"isTestnet": false,
|
|
4143
4143
|
"chainStatus": "INACTIVE",
|
|
4144
|
-
"icon": "https://
|
|
4144
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tanganika.png",
|
|
4145
4145
|
"providers": {},
|
|
4146
4146
|
"evmInfo": null,
|
|
4147
4147
|
"substrateInfo": {
|
|
@@ -4183,7 +4183,7 @@
|
|
|
4183
4183
|
"name": "Pendulum",
|
|
4184
4184
|
"isTestnet": false,
|
|
4185
4185
|
"chainStatus": "ACTIVE",
|
|
4186
|
-
"icon": "https://
|
|
4186
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pendulum.png",
|
|
4187
4187
|
"providers": {
|
|
4188
4188
|
"Pendulum": "wss://rpc-pendulum.prd.pendulumchain.tech"
|
|
4189
4189
|
},
|
|
@@ -4224,7 +4224,7 @@
|
|
|
4224
4224
|
"name": "Gear Staging Testnet",
|
|
4225
4225
|
"isTestnet": true,
|
|
4226
4226
|
"chainStatus": "INACTIVE",
|
|
4227
|
-
"icon": "https://
|
|
4227
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gear_testnet.png",
|
|
4228
4228
|
"providers": {
|
|
4229
4229
|
"gear": "wss://rpc-node.gear-tech.io"
|
|
4230
4230
|
},
|
|
@@ -4253,7 +4253,7 @@
|
|
|
4253
4253
|
"name": "Ternoa Alphanet",
|
|
4254
4254
|
"isTestnet": true,
|
|
4255
4255
|
"chainStatus": "ACTIVE",
|
|
4256
|
-
"icon": "https://
|
|
4256
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa_alphanet.png",
|
|
4257
4257
|
"providers": {
|
|
4258
4258
|
"ternoa": "wss://alphanet.ternoa.com"
|
|
4259
4259
|
},
|
|
@@ -4282,7 +4282,7 @@
|
|
|
4282
4282
|
"name": "Calamari Staging",
|
|
4283
4283
|
"isTestnet": true,
|
|
4284
4284
|
"chainStatus": "ACTIVE",
|
|
4285
|
-
"icon": "https://
|
|
4285
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari_test.png",
|
|
4286
4286
|
"providers": {
|
|
4287
4287
|
"calamari_test": "wss://c1.calamari.seabird.systems"
|
|
4288
4288
|
},
|
|
@@ -4311,7 +4311,7 @@
|
|
|
4311
4311
|
"name": "Boba Network",
|
|
4312
4312
|
"isTestnet": false,
|
|
4313
4313
|
"chainStatus": "ACTIVE",
|
|
4314
|
-
"icon": "https://
|
|
4314
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/boba.png",
|
|
4315
4315
|
"providers": {
|
|
4316
4316
|
"Read RPC": "https://lightning-replica.boba.network",
|
|
4317
4317
|
"Write RPC": "https://mainnet.boba.network"
|
|
@@ -4336,7 +4336,7 @@
|
|
|
4336
4336
|
"name": "Bobabeam",
|
|
4337
4337
|
"isTestnet": false,
|
|
4338
4338
|
"chainStatus": "INACTIVE",
|
|
4339
|
-
"icon": "https://
|
|
4339
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabeam.png",
|
|
4340
4340
|
"providers": {
|
|
4341
4341
|
"RPC": "https://bobabeam.boba.network",
|
|
4342
4342
|
"Replica RPC": "https://replica.bobabeam.boba.network"
|
|
@@ -4361,7 +4361,7 @@
|
|
|
4361
4361
|
"name": "KILT Peregrine",
|
|
4362
4362
|
"isTestnet": true,
|
|
4363
4363
|
"chainStatus": "ACTIVE",
|
|
4364
|
-
"icon": "https://
|
|
4364
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt_peregrine.png",
|
|
4365
4365
|
"providers": {
|
|
4366
4366
|
"kilt": "wss://peregrine.kilt.io/parachain-public-ws/"
|
|
4367
4367
|
},
|
|
@@ -4393,7 +4393,7 @@
|
|
|
4393
4393
|
"name": "XX Network",
|
|
4394
4394
|
"isTestnet": false,
|
|
4395
4395
|
"chainStatus": "ACTIVE",
|
|
4396
|
-
"icon": "https://
|
|
4396
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xx_network.png",
|
|
4397
4397
|
"providers": {
|
|
4398
4398
|
"XX Foundation": "wss://rpc.xx.network"
|
|
4399
4399
|
},
|
|
@@ -4422,7 +4422,7 @@
|
|
|
4422
4422
|
"name": "Watr Testnet",
|
|
4423
4423
|
"isTestnet": true,
|
|
4424
4424
|
"chainStatus": "ACTIVE",
|
|
4425
|
-
"icon": "https://
|
|
4425
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network.png",
|
|
4426
4426
|
"providers": {
|
|
4427
4427
|
"watr": "wss://rpc.dev.watr.org"
|
|
4428
4428
|
},
|
|
@@ -4451,7 +4451,7 @@
|
|
|
4451
4451
|
"name": "Watr Testnet - EVM",
|
|
4452
4452
|
"isTestnet": true,
|
|
4453
4453
|
"chainStatus": "ACTIVE",
|
|
4454
|
-
"icon": "https://
|
|
4454
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network_evm.png",
|
|
4455
4455
|
"providers": {
|
|
4456
4456
|
"watr": "https://rpc.dev.watr.org"
|
|
4457
4457
|
},
|
|
@@ -4475,7 +4475,7 @@
|
|
|
4475
4475
|
"name": "Fusotao",
|
|
4476
4476
|
"isTestnet": false,
|
|
4477
4477
|
"chainStatus": "ACTIVE",
|
|
4478
|
-
"icon": "https://
|
|
4478
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fusotao.png",
|
|
4479
4479
|
"providers": {
|
|
4480
4480
|
"fusotao": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2"
|
|
4481
4481
|
},
|
|
@@ -4504,7 +4504,7 @@
|
|
|
4504
4504
|
"name": "Discovol",
|
|
4505
4505
|
"isTestnet": false,
|
|
4506
4506
|
"chainStatus": "ACTIVE",
|
|
4507
|
-
"icon": "https://
|
|
4507
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol.png",
|
|
4508
4508
|
"providers": {
|
|
4509
4509
|
"discovol": "wss://gateway.mainnet.octopus.network/discovol/afpft46l1egfhrv8at5pfyrld03zseo1"
|
|
4510
4510
|
},
|
|
@@ -4533,7 +4533,7 @@
|
|
|
4533
4533
|
"name": "Discovol Testnet",
|
|
4534
4534
|
"isTestnet": true,
|
|
4535
4535
|
"chainStatus": "INACTIVE",
|
|
4536
|
-
"icon": "https://
|
|
4536
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol_testnet.png",
|
|
4537
4537
|
"providers": {
|
|
4538
4538
|
"discovol_testnet": "wss://gateway.testnet.octopus.network/discovol/o4urcey87y4n1qimhfrad92gzs315z9h"
|
|
4539
4539
|
},
|
|
@@ -4562,7 +4562,7 @@
|
|
|
4562
4562
|
"name": "Atocha",
|
|
4563
4563
|
"isTestnet": false,
|
|
4564
4564
|
"chainStatus": "ACTIVE",
|
|
4565
|
-
"icon": "https://
|
|
4565
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/atocha.png",
|
|
4566
4566
|
"providers": {
|
|
4567
4567
|
"atocha": "wss://gateway.mainnet.octopus.network/atocha/jungxomf4hdcfocwcalgoiz64g9avjim"
|
|
4568
4568
|
},
|
|
@@ -4591,7 +4591,7 @@
|
|
|
4591
4591
|
"name": "Myriad",
|
|
4592
4592
|
"isTestnet": false,
|
|
4593
4593
|
"chainStatus": "ACTIVE",
|
|
4594
|
-
"icon": "https://
|
|
4594
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/myriad.png",
|
|
4595
4595
|
"providers": {
|
|
4596
4596
|
"myriad": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0"
|
|
4597
4597
|
},
|
|
@@ -4620,7 +4620,7 @@
|
|
|
4620
4620
|
"name": "DeBio",
|
|
4621
4621
|
"isTestnet": false,
|
|
4622
4622
|
"chainStatus": "ACTIVE",
|
|
4623
|
-
"icon": "https://
|
|
4623
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/debio.png",
|
|
4624
4624
|
"providers": {
|
|
4625
4625
|
"deBio": "wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e"
|
|
4626
4626
|
},
|
|
@@ -4649,7 +4649,7 @@
|
|
|
4649
4649
|
"name": "Polkadot Collectives",
|
|
4650
4650
|
"isTestnet": false,
|
|
4651
4651
|
"chainStatus": "ACTIVE",
|
|
4652
|
-
"icon": "https://
|
|
4652
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/collectives.png",
|
|
4653
4653
|
"providers": {
|
|
4654
4654
|
"viaParity": "wss://polkadot-collectives-rpc.polkadot.io"
|
|
4655
4655
|
},
|
|
@@ -4678,7 +4678,7 @@
|
|
|
4678
4678
|
"name": "Ajuna Network",
|
|
4679
4679
|
"isTestnet": false,
|
|
4680
4680
|
"chainStatus": "ACTIVE",
|
|
4681
|
-
"icon": "https://
|
|
4681
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ajunapolkadot.png",
|
|
4682
4682
|
"providers": {
|
|
4683
4683
|
"OnFinality": "wss://ajuna.api.onfinality.io/public-ws"
|
|
4684
4684
|
},
|
|
@@ -4719,7 +4719,7 @@
|
|
|
4719
4719
|
"name": "Bitgreen",
|
|
4720
4720
|
"isTestnet": false,
|
|
4721
4721
|
"chainStatus": "ACTIVE",
|
|
4722
|
-
"icon": "https://
|
|
4722
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitgreen.png",
|
|
4723
4723
|
"providers": {
|
|
4724
4724
|
"viaBitgreen": "wss://mainnet.bitgreen.org"
|
|
4725
4725
|
},
|
|
@@ -4748,7 +4748,7 @@
|
|
|
4748
4748
|
"name": "Frequency",
|
|
4749
4749
|
"isTestnet": false,
|
|
4750
4750
|
"chainStatus": "ACTIVE",
|
|
4751
|
-
"icon": "https://
|
|
4751
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/frequency.png",
|
|
4752
4752
|
"providers": {
|
|
4753
4753
|
"Frequency 0": "wss://0.rpc.frequency.xyz",
|
|
4754
4754
|
"Frequency 1": "wss://1.rpc.frequency.xyz"
|
|
@@ -4778,7 +4778,7 @@
|
|
|
4778
4778
|
"name": "Hashed Network",
|
|
4779
4779
|
"isTestnet": false,
|
|
4780
4780
|
"chainStatus": "ACTIVE",
|
|
4781
|
-
"icon": "https://
|
|
4781
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hashednetwork.png",
|
|
4782
4782
|
"providers": {
|
|
4783
4783
|
"Hashed Systems": "wss://c1.hashed.live",
|
|
4784
4784
|
"Hashed Systems 2": "wss://c2.hashed.network",
|
|
@@ -4832,7 +4832,7 @@
|
|
|
4832
4832
|
"name": "Kapex",
|
|
4833
4833
|
"isTestnet": false,
|
|
4834
4834
|
"chainStatus": "INACTIVE",
|
|
4835
|
-
"icon": "https://
|
|
4835
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kapex.png",
|
|
4836
4836
|
"providers": {
|
|
4837
4837
|
"viaTotem": "wss://kapex-rpc.dwellir.com"
|
|
4838
4838
|
},
|
|
@@ -4873,7 +4873,7 @@
|
|
|
4873
4873
|
"name": "Kylin Network",
|
|
4874
4874
|
"isTestnet": false,
|
|
4875
4875
|
"chainStatus": "INACTIVE",
|
|
4876
|
-
"icon": "https://
|
|
4876
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kylinnetwork.png",
|
|
4877
4877
|
"providers": {
|
|
4878
4878
|
"Kylin Network": "wss://polkadot.kylin-node.co.uk"
|
|
4879
4879
|
},
|
|
@@ -4914,7 +4914,7 @@
|
|
|
4914
4914
|
"name": "DAO IPCI",
|
|
4915
4915
|
"isTestnet": false,
|
|
4916
4916
|
"chainStatus": "ACTIVE",
|
|
4917
|
-
"icon": "https://
|
|
4917
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ipci.png",
|
|
4918
4918
|
"providers": {
|
|
4919
4919
|
"viaAiralab": "wss://kusama.rpc.ipci.io"
|
|
4920
4920
|
},
|
|
@@ -4943,7 +4943,7 @@
|
|
|
4943
4943
|
"name": "KICO",
|
|
4944
4944
|
"isTestnet": false,
|
|
4945
4945
|
"chainStatus": "INACTIVE",
|
|
4946
|
-
"icon": "https://
|
|
4946
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kico.png",
|
|
4947
4947
|
"providers": {},
|
|
4948
4948
|
"evmInfo": null,
|
|
4949
4949
|
"substrateInfo": {
|
|
@@ -4982,7 +4982,7 @@
|
|
|
4982
4982
|
"name": "Luhn Network",
|
|
4983
4983
|
"isTestnet": false,
|
|
4984
4984
|
"chainStatus": "INACTIVE",
|
|
4985
|
-
"icon": "https://
|
|
4985
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/luhnnetwork.png",
|
|
4986
4986
|
"providers": {},
|
|
4987
4987
|
"evmInfo": null,
|
|
4988
4988
|
"substrateInfo": {
|
|
@@ -5009,7 +5009,7 @@
|
|
|
5009
5009
|
"name": "Pichiu Network",
|
|
5010
5010
|
"isTestnet": false,
|
|
5011
5011
|
"chainStatus": "INACTIVE",
|
|
5012
|
-
"icon": "https://
|
|
5012
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pichiu.png",
|
|
5013
5013
|
"providers": {},
|
|
5014
5014
|
"evmInfo": null,
|
|
5015
5015
|
"substrateInfo": {
|
|
@@ -5048,7 +5048,7 @@
|
|
|
5048
5048
|
"name": "RioDeFi",
|
|
5049
5049
|
"isTestnet": false,
|
|
5050
5050
|
"chainStatus": "INACTIVE",
|
|
5051
|
-
"icon": "https://
|
|
5051
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riodefi.png",
|
|
5052
5052
|
"providers": {},
|
|
5053
5053
|
"evmInfo": null,
|
|
5054
5054
|
"substrateInfo": {
|
|
@@ -5075,7 +5075,7 @@
|
|
|
5075
5075
|
"name": "Automata",
|
|
5076
5076
|
"isTestnet": false,
|
|
5077
5077
|
"chainStatus": "ACTIVE",
|
|
5078
|
-
"icon": "https://
|
|
5078
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/automata.png",
|
|
5079
5079
|
"providers": {
|
|
5080
5080
|
"OnFinality": "wss://automata.api.onfinality.io/public-ws"
|
|
5081
5081
|
},
|
|
@@ -5104,7 +5104,7 @@
|
|
|
5104
5104
|
"name": "Creditcoin",
|
|
5105
5105
|
"isTestnet": false,
|
|
5106
5106
|
"chainStatus": "ACTIVE",
|
|
5107
|
-
"icon": "https://
|
|
5107
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcoin.png",
|
|
5108
5108
|
"providers": {
|
|
5109
5109
|
"Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
|
|
5110
5110
|
},
|
|
@@ -5136,7 +5136,7 @@
|
|
|
5136
5136
|
"name": "Crown Sterling",
|
|
5137
5137
|
"isTestnet": false,
|
|
5138
5138
|
"chainStatus": "ACTIVE",
|
|
5139
|
-
"icon": "https://
|
|
5139
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crownsterling.png",
|
|
5140
5140
|
"providers": {
|
|
5141
5141
|
"Crown Sterling": "wss://blockchain.crownsterling.io"
|
|
5142
5142
|
},
|
|
@@ -5165,7 +5165,7 @@
|
|
|
5165
5165
|
"name": "Dock",
|
|
5166
5166
|
"isTestnet": false,
|
|
5167
5167
|
"chainStatus": "ACTIVE",
|
|
5168
|
-
"icon": "https://
|
|
5168
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dockposmainnet.png",
|
|
5169
5169
|
"providers": {
|
|
5170
5170
|
"Dock Association": "wss://mainnet-node.dock.io"
|
|
5171
5171
|
},
|
|
@@ -5197,7 +5197,7 @@
|
|
|
5197
5197
|
"name": "Kusari",
|
|
5198
5198
|
"isTestnet": false,
|
|
5199
5199
|
"chainStatus": "INACTIVE",
|
|
5200
|
-
"icon": "https://
|
|
5200
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusari.png",
|
|
5201
5201
|
"providers": {},
|
|
5202
5202
|
"evmInfo": null,
|
|
5203
5203
|
"substrateInfo": {
|
|
@@ -5224,7 +5224,7 @@
|
|
|
5224
5224
|
"name": "logion Standalone",
|
|
5225
5225
|
"isTestnet": false,
|
|
5226
5226
|
"chainStatus": "ACTIVE",
|
|
5227
|
-
"icon": "https://
|
|
5227
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/logion.png",
|
|
5228
5228
|
"providers": {
|
|
5229
5229
|
"Logion": "wss://rpc01.logion.network"
|
|
5230
5230
|
},
|
|
@@ -5276,7 +5276,7 @@
|
|
|
5276
5276
|
"name": "Neatcoin",
|
|
5277
5277
|
"isTestnet": false,
|
|
5278
5278
|
"chainStatus": "ACTIVE",
|
|
5279
|
-
"icon": "https://
|
|
5279
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/neatcoin.png",
|
|
5280
5280
|
"providers": {
|
|
5281
5281
|
"Neatcoin": "wss://rpc.neatcoin.org/ws"
|
|
5282
5282
|
},
|
|
@@ -5305,7 +5305,7 @@
|
|
|
5305
5305
|
"name": "NFTMart",
|
|
5306
5306
|
"isTestnet": false,
|
|
5307
5307
|
"chainStatus": "ACTIVE",
|
|
5308
|
-
"icon": "https://
|
|
5308
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nftmart.png",
|
|
5309
5309
|
"providers": {
|
|
5310
5310
|
"NFTMart": "wss://mainnet.nftmart.io/rpc/ws"
|
|
5311
5311
|
},
|
|
@@ -5334,7 +5334,7 @@
|
|
|
5334
5334
|
"name": "Polymesh Mainnet",
|
|
5335
5335
|
"isTestnet": false,
|
|
5336
5336
|
"chainStatus": "ACTIVE",
|
|
5337
|
-
"icon": "https://
|
|
5337
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polymesh.png",
|
|
5338
5338
|
"providers": {
|
|
5339
5339
|
"Polymath": "wss://mainnet-rpc.polymesh.network"
|
|
5340
5340
|
},
|
|
@@ -5366,7 +5366,7 @@
|
|
|
5366
5366
|
"name": "RioChain",
|
|
5367
5367
|
"isTestnet": false,
|
|
5368
5368
|
"chainStatus": "INACTIVE",
|
|
5369
|
-
"icon": "https://
|
|
5369
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riochain.png",
|
|
5370
5370
|
"providers": {},
|
|
5371
5371
|
"evmInfo": null,
|
|
5372
5372
|
"substrateInfo": {
|
|
@@ -5393,7 +5393,7 @@
|
|
|
5393
5393
|
"name": "SherpaX",
|
|
5394
5394
|
"isTestnet": false,
|
|
5395
5395
|
"chainStatus": "INACTIVE",
|
|
5396
|
-
"icon": "https://
|
|
5396
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sherpax.png",
|
|
5397
5397
|
"providers": {},
|
|
5398
5398
|
"evmInfo": null,
|
|
5399
5399
|
"substrateInfo": {
|
|
@@ -5420,7 +5420,7 @@
|
|
|
5420
5420
|
"name": "SORA",
|
|
5421
5421
|
"isTestnet": false,
|
|
5422
5422
|
"chainStatus": "ACTIVE",
|
|
5423
|
-
"icon": "https://
|
|
5423
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_substrate.png",
|
|
5424
5424
|
"providers": {
|
|
5425
5425
|
"SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
|
|
5426
5426
|
"SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
|
|
@@ -5478,7 +5478,7 @@
|
|
|
5478
5478
|
"name": "Swapdex",
|
|
5479
5479
|
"isTestnet": false,
|
|
5480
5480
|
"chainStatus": "INACTIVE",
|
|
5481
|
-
"icon": "https://
|
|
5481
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/swapdex.png",
|
|
5482
5482
|
"providers": {
|
|
5483
5483
|
"Swapdex": "wss://ws.swapdex.network"
|
|
5484
5484
|
},
|
|
@@ -5507,7 +5507,7 @@
|
|
|
5507
5507
|
"name": "3DPass",
|
|
5508
5508
|
"isTestnet": false,
|
|
5509
5509
|
"chainStatus": "ACTIVE",
|
|
5510
|
-
"icon": "https://
|
|
5510
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/3dpass.png",
|
|
5511
5511
|
"providers": {
|
|
5512
5512
|
"3dpass": "wss://rpc.3dpass.org",
|
|
5513
5513
|
"3dpscan": "wss://rpc.3dpscan.io",
|
|
@@ -5538,7 +5538,7 @@
|
|
|
5538
5538
|
"name": "Aleph Zero Smartnet",
|
|
5539
5539
|
"isTestnet": true,
|
|
5540
5540
|
"chainStatus": "INACTIVE",
|
|
5541
|
-
"icon": "https://
|
|
5541
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephsmartnet.png",
|
|
5542
5542
|
"providers": {},
|
|
5543
5543
|
"evmInfo": null,
|
|
5544
5544
|
"substrateInfo": {
|
|
@@ -5565,7 +5565,7 @@
|
|
|
5565
5565
|
"name": "Kulupu",
|
|
5566
5566
|
"isTestnet": false,
|
|
5567
5567
|
"chainStatus": "ACTIVE",
|
|
5568
|
-
"icon": "https://
|
|
5568
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kulupu.png",
|
|
5569
5569
|
"providers": {
|
|
5570
5570
|
"Kulupu": "wss://rpc.kulupu.corepaper.org/ws"
|
|
5571
5571
|
},
|
|
@@ -5594,7 +5594,7 @@
|
|
|
5594
5594
|
"name": "Joystream",
|
|
5595
5595
|
"isTestnet": false,
|
|
5596
5596
|
"chainStatus": "ACTIVE",
|
|
5597
|
-
"icon": "https://
|
|
5597
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/joystream.png",
|
|
5598
5598
|
"providers": {
|
|
5599
5599
|
"Jsgenesis": "wss://rpc.joystream.org"
|
|
5600
5600
|
},
|
|
@@ -5626,7 +5626,7 @@
|
|
|
5626
5626
|
"name": "Aventus Testnet",
|
|
5627
5627
|
"isTestnet": true,
|
|
5628
5628
|
"chainStatus": "ACTIVE",
|
|
5629
|
-
"icon": "https://
|
|
5629
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus_testnet.png",
|
|
5630
5630
|
"providers": {
|
|
5631
5631
|
"Aventus": "wss://public-rpc.public-testnet.aventus.io"
|
|
5632
5632
|
},
|
|
@@ -5655,7 +5655,7 @@
|
|
|
5655
5655
|
"name": "Vara Network",
|
|
5656
5656
|
"isTestnet": false,
|
|
5657
5657
|
"chainStatus": "ACTIVE",
|
|
5658
|
-
"icon": "https://
|
|
5658
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_network.png",
|
|
5659
5659
|
"providers": {
|
|
5660
5660
|
"Vara Network": "wss://rpc.vara.network",
|
|
5661
5661
|
"BlastApi": "wss://vara-mainnet.public.blastapi.io"
|
|
@@ -5688,7 +5688,7 @@
|
|
|
5688
5688
|
"name": "Avail Kate Testnet",
|
|
5689
5689
|
"isTestnet": true,
|
|
5690
5690
|
"chainStatus": "INACTIVE",
|
|
5691
|
-
"icon": "https://
|
|
5691
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kate.png",
|
|
5692
5692
|
"providers": {
|
|
5693
5693
|
"AVAIL": "wss://kate.avail.tools/ws"
|
|
5694
5694
|
},
|
|
@@ -5717,7 +5717,7 @@
|
|
|
5717
5717
|
"name": "Polkadot Bridge Hub",
|
|
5718
5718
|
"isTestnet": false,
|
|
5719
5719
|
"chainStatus": "ACTIVE",
|
|
5720
|
-
"icon": "https://
|
|
5720
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubpolkadot.png",
|
|
5721
5721
|
"providers": {
|
|
5722
5722
|
"Parity": "wss://polkadot-bridge-hub-rpc.polkadot.io",
|
|
5723
5723
|
"Stakeworld": "wss://dot-rpc.stakeworld.io/bridgehub"
|
|
@@ -5747,7 +5747,7 @@
|
|
|
5747
5747
|
"name": "Kusama Bridge Hub",
|
|
5748
5748
|
"isTestnet": false,
|
|
5749
5749
|
"chainStatus": "ACTIVE",
|
|
5750
|
-
"icon": "https://
|
|
5750
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubkusama.png",
|
|
5751
5751
|
"providers": {
|
|
5752
5752
|
"Parity": "wss://kusama-bridge-hub-rpc.polkadot.io",
|
|
5753
5753
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/bridgehub",
|
|
@@ -5779,7 +5779,7 @@
|
|
|
5779
5779
|
"name": "Fantom Testnet",
|
|
5780
5780
|
"isTestnet": true,
|
|
5781
5781
|
"chainStatus": "ACTIVE",
|
|
5782
|
-
"icon": "https://
|
|
5782
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom_testnet.png",
|
|
5783
5783
|
"providers": {
|
|
5784
5784
|
"Ankr": "https://rpc.ankr.com/fantom_testnet",
|
|
5785
5785
|
"X_API": "https://xapi.testnet.fantom.network/lachesis/",
|
|
@@ -5806,7 +5806,7 @@
|
|
|
5806
5806
|
"name": "Fantom",
|
|
5807
5807
|
"isTestnet": false,
|
|
5808
5808
|
"chainStatus": "ACTIVE",
|
|
5809
|
-
"icon": "https://
|
|
5809
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom.png",
|
|
5810
5810
|
"providers": {
|
|
5811
5811
|
"Ankr": "https://rpc.ankr.com/fantom",
|
|
5812
5812
|
"RPC_API": "https://rpcapi.fantom.network",
|
|
@@ -5834,7 +5834,7 @@
|
|
|
5834
5834
|
"name": "Krest Network",
|
|
5835
5835
|
"isTestnet": false,
|
|
5836
5836
|
"chainStatus": "ACTIVE",
|
|
5837
|
-
"icon": "https://
|
|
5837
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/krest_network.png",
|
|
5838
5838
|
"providers": {
|
|
5839
5839
|
"Peaq": "wss://wss-krest.peaq.network/",
|
|
5840
5840
|
"UnitedBloc": "wss://krest.unitedbloc.com/"
|
|
@@ -5879,7 +5879,7 @@
|
|
|
5879
5879
|
"name": "Deeper Network",
|
|
5880
5880
|
"isTestnet": false,
|
|
5881
5881
|
"chainStatus": "ACTIVE",
|
|
5882
|
-
"icon": "https://
|
|
5882
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/deeper_network.png",
|
|
5883
5883
|
"providers": {
|
|
5884
5884
|
"DeeperNetwork": "wss://mainnet-full.deeper.network"
|
|
5885
5885
|
},
|
|
@@ -5908,7 +5908,7 @@
|
|
|
5908
5908
|
"name": "Jur Network",
|
|
5909
5909
|
"isTestnet": false,
|
|
5910
5910
|
"chainStatus": "ACTIVE",
|
|
5911
|
-
"icon": "https://
|
|
5911
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/jur_network.png",
|
|
5912
5912
|
"providers": {
|
|
5913
5913
|
"Jur Mainnet": "wss://mainnet.jur.io/"
|
|
5914
5914
|
},
|
|
@@ -5937,7 +5937,7 @@
|
|
|
5937
5937
|
"name": "Base Mainnet",
|
|
5938
5938
|
"isTestnet": false,
|
|
5939
5939
|
"chainStatus": "ACTIVE",
|
|
5940
|
-
"icon": "https://
|
|
5940
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/base_mainnet.png",
|
|
5941
5941
|
"providers": {
|
|
5942
5942
|
"PublicNode": "https://base.publicnode.com"
|
|
5943
5943
|
},
|
|
@@ -5961,7 +5961,7 @@
|
|
|
5961
5961
|
"name": "Avalanche C-Chain",
|
|
5962
5962
|
"isTestnet": false,
|
|
5963
5963
|
"chainStatus": "ACTIVE",
|
|
5964
|
-
"icon": "https://
|
|
5964
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avalanche_c.png",
|
|
5965
5965
|
"providers": {
|
|
5966
5966
|
"Avax Network": "https://api.avax.network/ext/bc/C/rpc",
|
|
5967
5967
|
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
@@ -5989,7 +5989,7 @@
|
|
|
5989
5989
|
"name": "Crust Mainnet",
|
|
5990
5990
|
"isTestnet": false,
|
|
5991
5991
|
"chainStatus": "ACTIVE",
|
|
5992
|
-
"icon": "https://
|
|
5992
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust_mainnet.png",
|
|
5993
5993
|
"providers": {
|
|
5994
5994
|
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
5995
5995
|
"Crust Network": "wss://rpc.crust.network"
|
|
@@ -6022,7 +6022,7 @@
|
|
|
6022
6022
|
"name": "Acala - EVM",
|
|
6023
6023
|
"isTestnet": false,
|
|
6024
6024
|
"chainStatus": "ACTIVE",
|
|
6025
|
-
"icon": "https://
|
|
6025
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_evm.png",
|
|
6026
6026
|
"providers": {
|
|
6027
6027
|
"Acala": "https://eth-rpc-acala.aca-api.network"
|
|
6028
6028
|
},
|
|
@@ -6046,7 +6046,7 @@
|
|
|
6046
6046
|
"name": "Karura - EVM",
|
|
6047
6047
|
"isTestnet": false,
|
|
6048
6048
|
"chainStatus": "ACTIVE",
|
|
6049
|
-
"icon": "https://
|
|
6049
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura_evm.png",
|
|
6050
6050
|
"providers": {
|
|
6051
6051
|
"Acala": "https://eth-rpc-karura.aca-api.network"
|
|
6052
6052
|
},
|
|
@@ -6070,7 +6070,7 @@
|
|
|
6070
6070
|
"name": "Bittensor",
|
|
6071
6071
|
"isTestnet": false,
|
|
6072
6072
|
"chainStatus": "ACTIVE",
|
|
6073
|
-
"icon": "https://
|
|
6073
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bittensor.png",
|
|
6074
6074
|
"providers": {
|
|
6075
6075
|
"Opentensor": "wss://entrypoint-finney.opentensor.ai:443"
|
|
6076
6076
|
},
|
|
@@ -6111,7 +6111,7 @@
|
|
|
6111
6111
|
"name": "Xcavate",
|
|
6112
6112
|
"isTestnet": true,
|
|
6113
6113
|
"chainStatus": "INACTIVE",
|
|
6114
|
-
"icon": "https://
|
|
6114
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xcavate.png",
|
|
6115
6115
|
"providers": {
|
|
6116
6116
|
"Tanssi": "wss://fraa-dancebox-3031-rpc.a.dancebox.tanssi.network"
|
|
6117
6117
|
},
|
|
@@ -6140,7 +6140,7 @@
|
|
|
6140
6140
|
"name": "Unorthodox",
|
|
6141
6141
|
"isTestnet": false,
|
|
6142
6142
|
"chainStatus": "INACTIVE",
|
|
6143
|
-
"icon": "https://
|
|
6143
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unorthodox.png",
|
|
6144
6144
|
"providers": {},
|
|
6145
6145
|
"evmInfo": null,
|
|
6146
6146
|
"substrateInfo": {
|
|
@@ -6167,7 +6167,7 @@
|
|
|
6167
6167
|
"name": "Coinversation",
|
|
6168
6168
|
"isTestnet": false,
|
|
6169
6169
|
"chainStatus": "INACTIVE",
|
|
6170
|
-
"icon": "https://
|
|
6170
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/coinversation.png",
|
|
6171
6171
|
"providers": {},
|
|
6172
6172
|
"evmInfo": null,
|
|
6173
6173
|
"substrateInfo": {
|
|
@@ -6206,7 +6206,7 @@
|
|
|
6206
6206
|
"name": "LayerX Network",
|
|
6207
6207
|
"isTestnet": false,
|
|
6208
6208
|
"chainStatus": "INACTIVE",
|
|
6209
|
-
"icon": "https://
|
|
6209
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/layerx_network.png",
|
|
6210
6210
|
"providers": {},
|
|
6211
6211
|
"evmInfo": null,
|
|
6212
6212
|
"substrateInfo": {
|
|
@@ -6233,7 +6233,7 @@
|
|
|
6233
6233
|
"name": "Moonsama",
|
|
6234
6234
|
"isTestnet": false,
|
|
6235
6235
|
"chainStatus": "INACTIVE",
|
|
6236
|
-
"icon": "https://
|
|
6236
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonsama.png",
|
|
6237
6237
|
"providers": {},
|
|
6238
6238
|
"evmInfo": null,
|
|
6239
6239
|
"substrateInfo": {
|
|
@@ -6272,7 +6272,7 @@
|
|
|
6272
6272
|
"name": "OAK Network",
|
|
6273
6273
|
"isTestnet": false,
|
|
6274
6274
|
"chainStatus": "INACTIVE",
|
|
6275
|
-
"icon": "https://
|
|
6275
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/oak_network.png",
|
|
6276
6276
|
"providers": {},
|
|
6277
6277
|
"evmInfo": null,
|
|
6278
6278
|
"substrateInfo": {
|
|
@@ -6311,7 +6311,7 @@
|
|
|
6311
6311
|
"name": "OmniBTC",
|
|
6312
6312
|
"isTestnet": false,
|
|
6313
6313
|
"chainStatus": "INACTIVE",
|
|
6314
|
-
"icon": "https://
|
|
6314
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/omnibtc.png",
|
|
6315
6315
|
"providers": {},
|
|
6316
6316
|
"evmInfo": null,
|
|
6317
6317
|
"substrateInfo": {
|
|
@@ -6350,7 +6350,7 @@
|
|
|
6350
6350
|
"name": "peaq",
|
|
6351
6351
|
"isTestnet": false,
|
|
6352
6352
|
"chainStatus": "INACTIVE",
|
|
6353
|
-
"icon": "https://
|
|
6353
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/peaq.png",
|
|
6354
6354
|
"providers": {},
|
|
6355
6355
|
"evmInfo": null,
|
|
6356
6356
|
"substrateInfo": {
|
|
@@ -6389,7 +6389,7 @@
|
|
|
6389
6389
|
"name": "Quantum Portal",
|
|
6390
6390
|
"isTestnet": false,
|
|
6391
6391
|
"chainStatus": "INACTIVE",
|
|
6392
|
-
"icon": "https://
|
|
6392
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quantum_portal.png",
|
|
6393
6393
|
"providers": {},
|
|
6394
6394
|
"evmInfo": null,
|
|
6395
6395
|
"substrateInfo": {
|
|
@@ -6416,7 +6416,7 @@
|
|
|
6416
6416
|
"name": "Virto Network",
|
|
6417
6417
|
"isTestnet": false,
|
|
6418
6418
|
"chainStatus": "INACTIVE",
|
|
6419
|
-
"icon": "https://
|
|
6419
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/virto_network.png",
|
|
6420
6420
|
"providers": {},
|
|
6421
6421
|
"evmInfo": null,
|
|
6422
6422
|
"substrateInfo": {
|
|
@@ -6443,7 +6443,7 @@
|
|
|
6443
6443
|
"name": "Energy Web X",
|
|
6444
6444
|
"isTestnet": false,
|
|
6445
6445
|
"chainStatus": "ACTIVE",
|
|
6446
|
-
"icon": "https://
|
|
6446
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x.png",
|
|
6447
6447
|
"providers": {
|
|
6448
6448
|
"EWX": "wss://public-rpc.mainnet.energywebx.com/ws"
|
|
6449
6449
|
},
|
|
@@ -6484,7 +6484,7 @@
|
|
|
6484
6484
|
"name": "InvArch Network",
|
|
6485
6485
|
"isTestnet": false,
|
|
6486
6486
|
"chainStatus": "ACTIVE",
|
|
6487
|
-
"icon": "https://
|
|
6487
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/invarch.png",
|
|
6488
6488
|
"providers": {
|
|
6489
6489
|
"Dwellir": "wss://invarch-rpc.dwellir.com"
|
|
6490
6490
|
},
|
|
@@ -6525,7 +6525,7 @@
|
|
|
6525
6525
|
"name": "Zero",
|
|
6526
6526
|
"isTestnet": false,
|
|
6527
6527
|
"chainStatus": "INACTIVE",
|
|
6528
|
-
"icon": "https://
|
|
6528
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zero.png",
|
|
6529
6529
|
"providers": {},
|
|
6530
6530
|
"evmInfo": null,
|
|
6531
6531
|
"substrateInfo": {
|
|
@@ -6552,7 +6552,7 @@
|
|
|
6552
6552
|
"name": " Kpron Network",
|
|
6553
6553
|
"isTestnet": false,
|
|
6554
6554
|
"chainStatus": "INACTIVE",
|
|
6555
|
-
"icon": "https://
|
|
6555
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kpron_network.png",
|
|
6556
6556
|
"providers": {},
|
|
6557
6557
|
"evmInfo": null,
|
|
6558
6558
|
"substrateInfo": {
|
|
@@ -6579,7 +6579,7 @@
|
|
|
6579
6579
|
"name": "Mars",
|
|
6580
6580
|
"isTestnet": false,
|
|
6581
6581
|
"chainStatus": "INACTIVE",
|
|
6582
|
-
"icon": "https://
|
|
6582
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mars.png",
|
|
6583
6583
|
"providers": {},
|
|
6584
6584
|
"evmInfo": null,
|
|
6585
6585
|
"substrateInfo": {
|
|
@@ -6606,7 +6606,7 @@
|
|
|
6606
6606
|
"name": "Snow",
|
|
6607
6607
|
"isTestnet": false,
|
|
6608
6608
|
"chainStatus": "INACTIVE",
|
|
6609
|
-
"icon": "https://
|
|
6609
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/snow.png",
|
|
6610
6610
|
"providers": {},
|
|
6611
6611
|
"evmInfo": null,
|
|
6612
6612
|
"substrateInfo": {
|
|
@@ -6648,7 +6648,7 @@
|
|
|
6648
6648
|
"name": "Aband",
|
|
6649
6649
|
"isTestnet": false,
|
|
6650
6650
|
"chainStatus": "INACTIVE",
|
|
6651
|
-
"icon": "https://
|
|
6651
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aband.png",
|
|
6652
6652
|
"providers": {},
|
|
6653
6653
|
"evmInfo": null,
|
|
6654
6654
|
"substrateInfo": {
|
|
@@ -6687,7 +6687,7 @@
|
|
|
6687
6687
|
"name": "Acurast Canary",
|
|
6688
6688
|
"isTestnet": false,
|
|
6689
6689
|
"chainStatus": "INACTIVE",
|
|
6690
|
-
"icon": "https://
|
|
6690
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acurast_canary.png",
|
|
6691
6691
|
"providers": {},
|
|
6692
6692
|
"evmInfo": null,
|
|
6693
6693
|
"substrateInfo": {
|
|
@@ -6714,7 +6714,7 @@
|
|
|
6714
6714
|
"name": "Alpha Network",
|
|
6715
6715
|
"isTestnet": false,
|
|
6716
6716
|
"chainStatus": "INACTIVE",
|
|
6717
|
-
"icon": "https://
|
|
6717
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alpha_network.png",
|
|
6718
6718
|
"providers": {},
|
|
6719
6719
|
"evmInfo": null,
|
|
6720
6720
|
"substrateInfo": {
|
|
@@ -6741,7 +6741,7 @@
|
|
|
6741
6741
|
"name": "Loom Network",
|
|
6742
6742
|
"isTestnet": false,
|
|
6743
6743
|
"chainStatus": "INACTIVE",
|
|
6744
|
-
"icon": "https://
|
|
6744
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/loom_network.png",
|
|
6745
6745
|
"providers": {},
|
|
6746
6746
|
"evmInfo": null,
|
|
6747
6747
|
"substrateInfo": {
|
|
@@ -6768,7 +6768,7 @@
|
|
|
6768
6768
|
"name": "SubGame Gamma",
|
|
6769
6769
|
"isTestnet": false,
|
|
6770
6770
|
"chainStatus": "INACTIVE",
|
|
6771
|
-
"icon": "https://
|
|
6771
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_gamma.png",
|
|
6772
6772
|
"providers": {},
|
|
6773
6773
|
"evmInfo": null,
|
|
6774
6774
|
"substrateInfo": {
|
|
@@ -6795,7 +6795,7 @@
|
|
|
6795
6795
|
"name": "TrustBase",
|
|
6796
6796
|
"isTestnet": false,
|
|
6797
6797
|
"chainStatus": "INACTIVE",
|
|
6798
|
-
"icon": "https://
|
|
6798
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/trustbase.png",
|
|
6799
6799
|
"providers": {},
|
|
6800
6800
|
"evmInfo": null,
|
|
6801
6801
|
"substrateInfo": {
|
|
@@ -6822,7 +6822,7 @@
|
|
|
6822
6822
|
"name": "Manta Atlantic",
|
|
6823
6823
|
"isTestnet": false,
|
|
6824
6824
|
"chainStatus": "ACTIVE",
|
|
6825
|
-
"icon": "https://
|
|
6825
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network.png",
|
|
6826
6826
|
"providers": {
|
|
6827
6827
|
"Manta Network": "wss://ws.manta.systems"
|
|
6828
6828
|
},
|
|
@@ -6854,7 +6854,7 @@
|
|
|
6854
6854
|
"name": "t3rn",
|
|
6855
6855
|
"isTestnet": false,
|
|
6856
6856
|
"chainStatus": "INACTIVE",
|
|
6857
|
-
"icon": "https://
|
|
6857
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/t3rn.png",
|
|
6858
6858
|
"providers": {},
|
|
6859
6859
|
"evmInfo": null,
|
|
6860
6860
|
"substrateInfo": {
|
|
@@ -6881,7 +6881,7 @@
|
|
|
6881
6881
|
"name": "Geminis Network",
|
|
6882
6882
|
"isTestnet": false,
|
|
6883
6883
|
"chainStatus": "INACTIVE",
|
|
6884
|
-
"icon": "https://
|
|
6884
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/geminis_network.png",
|
|
6885
6885
|
"providers": {},
|
|
6886
6886
|
"evmInfo": null,
|
|
6887
6887
|
"substrateInfo": {
|
|
@@ -6908,7 +6908,7 @@
|
|
|
6908
6908
|
"name": "Polimec Polkadot",
|
|
6909
6909
|
"isTestnet": false,
|
|
6910
6910
|
"chainStatus": "ACTIVE",
|
|
6911
|
-
"icon": "https://
|
|
6911
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polimec.png",
|
|
6912
6912
|
"providers": {
|
|
6913
6913
|
"Polimec": "wss://rpc.polimec.org",
|
|
6914
6914
|
"Amforc": "wss://polimec.rpc.amforc.com"
|
|
@@ -6950,7 +6950,7 @@
|
|
|
6950
6950
|
"name": "SubDAO",
|
|
6951
6951
|
"isTestnet": false,
|
|
6952
6952
|
"chainStatus": "INACTIVE",
|
|
6953
|
-
"icon": "https://
|
|
6953
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subdao.png",
|
|
6954
6954
|
"providers": {},
|
|
6955
6955
|
"evmInfo": null,
|
|
6956
6956
|
"substrateInfo": {
|
|
@@ -6977,7 +6977,7 @@
|
|
|
6977
6977
|
"name": "SubGame Network",
|
|
6978
6978
|
"isTestnet": false,
|
|
6979
6979
|
"chainStatus": "INACTIVE",
|
|
6980
|
-
"icon": "https://
|
|
6980
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_network.png",
|
|
6981
6981
|
"providers": {},
|
|
6982
6982
|
"evmInfo": null,
|
|
6983
6983
|
"substrateInfo": {
|
|
@@ -7004,7 +7004,7 @@
|
|
|
7004
7004
|
"name": "ZetaChain Testnet",
|
|
7005
7005
|
"isTestnet": true,
|
|
7006
7006
|
"chainStatus": "ACTIVE",
|
|
7007
|
-
"icon": "https://
|
|
7007
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeta_test.png",
|
|
7008
7008
|
"providers": {
|
|
7009
7009
|
"Athens": "https://zetachain-athens-evm.blockpi.network/v1/rpc/public"
|
|
7010
7010
|
},
|
|
@@ -7025,7 +7025,7 @@
|
|
|
7025
7025
|
"name": "Watr Mainnet",
|
|
7026
7026
|
"isTestnet": false,
|
|
7027
7027
|
"chainStatus": "ACTIVE",
|
|
7028
|
-
"icon": "https://
|
|
7028
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet.png",
|
|
7029
7029
|
"providers": {
|
|
7030
7030
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7031
7031
|
},
|
|
@@ -7054,7 +7054,7 @@
|
|
|
7054
7054
|
"name": "Watr Mainnet - EVM",
|
|
7055
7055
|
"isTestnet": false,
|
|
7056
7056
|
"chainStatus": "ACTIVE",
|
|
7057
|
-
"icon": "https://
|
|
7057
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet_evm.png",
|
|
7058
7058
|
"providers": {
|
|
7059
7059
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7060
7060
|
},
|
|
@@ -7075,7 +7075,7 @@
|
|
|
7075
7075
|
"name": "Enjin Relaychain",
|
|
7076
7076
|
"isTestnet": false,
|
|
7077
7077
|
"chainStatus": "ACTIVE",
|
|
7078
|
-
"icon": "https://
|
|
7078
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_relaychain.png",
|
|
7079
7079
|
"providers": {
|
|
7080
7080
|
"Enjin": "wss://rpc.relay.blockchain.enjin.io/"
|
|
7081
7081
|
},
|
|
@@ -7107,7 +7107,7 @@
|
|
|
7107
7107
|
"name": "Enjin Matrixchain",
|
|
7108
7108
|
"isTestnet": false,
|
|
7109
7109
|
"chainStatus": "ACTIVE",
|
|
7110
|
-
"icon": "https://
|
|
7110
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_matrixchain.png",
|
|
7111
7111
|
"providers": {
|
|
7112
7112
|
"MatrixChain": "wss://rpc.matrix.blockchain.enjin.io/",
|
|
7113
7113
|
"Dwellir": "wss://enjin-matrix-rpc-1.dwellir.com/"
|
|
@@ -7140,7 +7140,7 @@
|
|
|
7140
7140
|
"name": "Vara Network Testnet",
|
|
7141
7141
|
"isTestnet": true,
|
|
7142
7142
|
"chainStatus": "ACTIVE",
|
|
7143
|
-
"icon": "https://
|
|
7143
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_testnet.png",
|
|
7144
7144
|
"providers": {
|
|
7145
7145
|
"Vara": "wss://testnet.vara-network.io"
|
|
7146
7146
|
},
|
|
@@ -7169,7 +7169,7 @@
|
|
|
7169
7169
|
"name": "Avail Goldberg Testnet",
|
|
7170
7170
|
"isTestnet": true,
|
|
7171
7171
|
"chainStatus": "ACTIVE",
|
|
7172
|
-
"icon": "https://
|
|
7172
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/goldberg_testnet.png",
|
|
7173
7173
|
"providers": {
|
|
7174
7174
|
"Avail Tool Testnet": "wss://rpc-testnet.avail.tools/ws",
|
|
7175
7175
|
"Goldberg testnet": "wss://goldberg-testnet-rpc.avail.tools/ws"
|
|
@@ -7202,7 +7202,7 @@
|
|
|
7202
7202
|
"name": "EWX Staging Parachain",
|
|
7203
7203
|
"isTestnet": true,
|
|
7204
7204
|
"chainStatus": "ACTIVE",
|
|
7205
|
-
"icon": "https://
|
|
7205
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_testnet.png",
|
|
7206
7206
|
"providers": {
|
|
7207
7207
|
"EWX": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws"
|
|
7208
7208
|
},
|
|
@@ -7231,7 +7231,7 @@
|
|
|
7231
7231
|
"name": "Energy Web Chain",
|
|
7232
7232
|
"isTestnet": false,
|
|
7233
7233
|
"chainStatus": "ACTIVE",
|
|
7234
|
-
"icon": "https://
|
|
7234
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_chain.png",
|
|
7235
7235
|
"providers": {
|
|
7236
7236
|
"Energy Web Chain": "https://rpc.energyweb.org"
|
|
7237
7237
|
},
|
|
@@ -7255,7 +7255,7 @@
|
|
|
7255
7255
|
"name": "Energy Web X Rococo",
|
|
7256
7256
|
"isTestnet": true,
|
|
7257
7257
|
"chainStatus": "ACTIVE",
|
|
7258
|
-
"icon": "https://
|
|
7258
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_rococo.png",
|
|
7259
7259
|
"providers": {
|
|
7260
7260
|
"EWX": "wss://public-rpc.testnet.energywebx.com/ws"
|
|
7261
7261
|
},
|
|
@@ -7284,7 +7284,7 @@
|
|
|
7284
7284
|
"name": "Manta Pacific",
|
|
7285
7285
|
"isTestnet": false,
|
|
7286
7286
|
"chainStatus": "ACTIVE",
|
|
7287
|
-
"icon": "https://
|
|
7287
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network_evm.png",
|
|
7288
7288
|
"providers": {
|
|
7289
7289
|
"Manta Pacific": "https://pacific-rpc.manta.network/http"
|
|
7290
7290
|
},
|
|
@@ -7308,7 +7308,7 @@
|
|
|
7308
7308
|
"name": "Polkadex Polkadot",
|
|
7309
7309
|
"isTestnet": false,
|
|
7310
7310
|
"chainStatus": "ACTIVE",
|
|
7311
|
-
"icon": "https://
|
|
7311
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex_dot.png",
|
|
7312
7312
|
"providers": {
|
|
7313
7313
|
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
7314
7314
|
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
@@ -7348,41 +7348,12 @@
|
|
|
7348
7348
|
"chainBalanceSlug": null
|
|
7349
7349
|
}
|
|
7350
7350
|
},
|
|
7351
|
-
"bittensor_testnet": {
|
|
7352
|
-
"slug": "bittensor_testnet",
|
|
7353
|
-
"name": "Bittensor Testnet",
|
|
7354
|
-
"isTestnet": true,
|
|
7355
|
-
"chainStatus": "INACTIVE",
|
|
7356
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7357
|
-
"providers": {
|
|
7358
|
-
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
7359
|
-
},
|
|
7360
|
-
"evmInfo": null,
|
|
7361
|
-
"substrateInfo": {
|
|
7362
|
-
"relaySlug": null,
|
|
7363
|
-
"paraId": null,
|
|
7364
|
-
"genesisHash": "0x8f9cf856bf558a14440e75569c9e58594757048d7b3a84b5d25f6bd978263105",
|
|
7365
|
-
"addressPrefix": 42,
|
|
7366
|
-
"chainType": null,
|
|
7367
|
-
"crowdloanUrl": null,
|
|
7368
|
-
"blockExplorer": null,
|
|
7369
|
-
"existentialDeposit": "500",
|
|
7370
|
-
"symbol": "TAO",
|
|
7371
|
-
"decimals": 9,
|
|
7372
|
-
"hasNativeNft": null,
|
|
7373
|
-
"supportStaking": true,
|
|
7374
|
-
"supportSmartContract": null,
|
|
7375
|
-
"crowdloanParaId": null,
|
|
7376
|
-
"crowdloanFunds": []
|
|
7377
|
-
},
|
|
7378
|
-
"extraInfo": null
|
|
7379
|
-
},
|
|
7380
7351
|
"subspace_gemini_3h": {
|
|
7381
7352
|
"slug": "subspace_gemini_3h",
|
|
7382
7353
|
"name": "Subspace Gemini 3h",
|
|
7383
7354
|
"isTestnet": true,
|
|
7384
7355
|
"chainStatus": "ACTIVE",
|
|
7385
|
-
"icon": "https://
|
|
7356
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3h.png",
|
|
7386
7357
|
"providers": {
|
|
7387
7358
|
"Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
|
|
7388
7359
|
},
|
|
@@ -7414,7 +7385,7 @@
|
|
|
7414
7385
|
"name": "Continuum Network",
|
|
7415
7386
|
"isTestnet": false,
|
|
7416
7387
|
"chainStatus": "ACTIVE",
|
|
7417
|
-
"icon": "https://
|
|
7388
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/continuum_network.png",
|
|
7418
7389
|
"providers": {
|
|
7419
7390
|
"Continuum RPC Node": "wss://continuum-rpc-1.metaverse.network/wss"
|
|
7420
7391
|
},
|
|
@@ -7446,7 +7417,7 @@
|
|
|
7446
7417
|
"name": "Rococo Asset Hub",
|
|
7447
7418
|
"isTestnet": true,
|
|
7448
7419
|
"chainStatus": "ACTIVE",
|
|
7449
|
-
"icon": "https://
|
|
7420
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo_assethub.png",
|
|
7450
7421
|
"providers": {
|
|
7451
7422
|
"Dwellir": "wss://rococo-asset-hub-rpc.dwellir.com",
|
|
7452
7423
|
"Parity": "wss://rococo-asset-hub-rpc.polkadot.io"
|
|
@@ -7476,7 +7447,7 @@
|
|
|
7476
7447
|
"name": "X Layer testnet",
|
|
7477
7448
|
"isTestnet": true,
|
|
7478
7449
|
"chainStatus": "ACTIVE",
|
|
7479
|
-
"icon": "https://
|
|
7450
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/okxtest.png",
|
|
7480
7451
|
"providers": {
|
|
7481
7452
|
"Testrpc": "https://testrpc.x1.tech/",
|
|
7482
7453
|
"X1testrpc": "https://x1testrpc.okx.com/"
|
|
@@ -7501,7 +7472,7 @@
|
|
|
7501
7472
|
"name": "Liberland Testnet",
|
|
7502
7473
|
"isTestnet": true,
|
|
7503
7474
|
"chainStatus": "ACTIVE",
|
|
7504
|
-
"icon": "https://
|
|
7475
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/liberlandtest.png",
|
|
7505
7476
|
"providers": {
|
|
7506
7477
|
"Liberland": "wss://testchain.liberland.org"
|
|
7507
7478
|
},
|
|
@@ -7530,7 +7501,7 @@
|
|
|
7530
7501
|
"name": "Liberland",
|
|
7531
7502
|
"isTestnet": false,
|
|
7532
7503
|
"chainStatus": "ACTIVE",
|
|
7533
|
-
"icon": "https://
|
|
7504
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/liberland.png",
|
|
7534
7505
|
"providers": {
|
|
7535
7506
|
"Liberland": "wss://mainnet.liberland.org",
|
|
7536
7507
|
"Dwellir": "wss://liberland-rpc.dwellir.com"
|
|
@@ -7560,7 +7531,7 @@
|
|
|
7560
7531
|
"name": "Polkadot Chainflip Testnet",
|
|
7561
7532
|
"isTestnet": true,
|
|
7562
7533
|
"chainStatus": "ACTIVE",
|
|
7563
|
-
"icon": "https://
|
|
7534
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainflip_dot.png",
|
|
7564
7535
|
"providers": {
|
|
7565
7536
|
"Chainflip": "wss://rpc-pdot.chainflip.io"
|
|
7566
7537
|
},
|
|
@@ -7589,7 +7560,7 @@
|
|
|
7589
7560
|
"name": "Tangle Testnet",
|
|
7590
7561
|
"isTestnet": true,
|
|
7591
7562
|
"chainStatus": "ACTIVE",
|
|
7592
|
-
"icon": "https://
|
|
7563
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tangletest.png",
|
|
7593
7564
|
"providers": {
|
|
7594
7565
|
"Webb": "wss://testnet-rpc.tangle.tools"
|
|
7595
7566
|
},
|
|
@@ -7618,7 +7589,7 @@
|
|
|
7618
7589
|
"name": "DENTNet",
|
|
7619
7590
|
"isTestnet": false,
|
|
7620
7591
|
"chainStatus": "ACTIVE",
|
|
7621
|
-
"icon": "https://
|
|
7592
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dentnet.png",
|
|
7622
7593
|
"providers": {
|
|
7623
7594
|
"Dentnet": "wss://rpc.dentnet.io/ws"
|
|
7624
7595
|
},
|
|
@@ -7647,7 +7618,7 @@
|
|
|
7647
7618
|
"name": "Phyken Network Testnet",
|
|
7648
7619
|
"isTestnet": true,
|
|
7649
7620
|
"chainStatus": "ACTIVE",
|
|
7650
|
-
"icon": "https://
|
|
7621
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phykentest.png",
|
|
7651
7622
|
"providers": {
|
|
7652
7623
|
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz"
|
|
7653
7624
|
},
|
|
@@ -7676,7 +7647,7 @@
|
|
|
7676
7647
|
"name": "Creditcoin Testnet - EVM",
|
|
7677
7648
|
"isTestnet": true,
|
|
7678
7649
|
"chainStatus": "ACTIVE",
|
|
7679
|
-
"icon": "https://
|
|
7650
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointestevm.png",
|
|
7680
7651
|
"providers": {
|
|
7681
7652
|
"Creditcoin Testnet EVM": "https://rpc.cc3-testnet.creditcoin.network/"
|
|
7682
7653
|
},
|
|
@@ -7697,7 +7668,7 @@
|
|
|
7697
7668
|
"name": "Astar zkEVM",
|
|
7698
7669
|
"isTestnet": false,
|
|
7699
7670
|
"chainStatus": "ACTIVE",
|
|
7700
|
-
"icon": "https://
|
|
7671
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarzkevm.png",
|
|
7701
7672
|
"providers": {
|
|
7702
7673
|
"Dwellir": "https://astar-zkevm-rpc.dwellir.com"
|
|
7703
7674
|
},
|
|
@@ -7721,7 +7692,7 @@
|
|
|
7721
7692
|
"name": "Ethereum Sepolia",
|
|
7722
7693
|
"isTestnet": true,
|
|
7723
7694
|
"chainStatus": "ACTIVE",
|
|
7724
|
-
"icon": "https://
|
|
7695
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sepolia_ethereum.png",
|
|
7725
7696
|
"providers": {
|
|
7726
7697
|
"Asia RPC": "https://rpc.sepolia.org",
|
|
7727
7698
|
"Europe RPC 2": "https://rpc2.sepolia.org",
|
|
@@ -7747,7 +7718,7 @@
|
|
|
7747
7718
|
"name": "HydraDX Rococo",
|
|
7748
7719
|
"isTestnet": true,
|
|
7749
7720
|
"chainStatus": "ACTIVE",
|
|
7750
|
-
"icon": "https://
|
|
7721
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_rococo.png",
|
|
7751
7722
|
"providers": {
|
|
7752
7723
|
"Hydration Nice": "wss://rpc.nice.hydration.cloud"
|
|
7753
7724
|
},
|
|
@@ -7776,7 +7747,7 @@
|
|
|
7776
7747
|
"name": "Creditcoin testnet",
|
|
7777
7748
|
"isTestnet": true,
|
|
7778
7749
|
"chainStatus": "ACTIVE",
|
|
7779
|
-
"icon": "https://
|
|
7750
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointest.png",
|
|
7780
7751
|
"providers": {
|
|
7781
7752
|
"Cc3": "wss://rpc.cc3-testnet.creditcoin.network"
|
|
7782
7753
|
},
|
|
@@ -7808,7 +7779,7 @@
|
|
|
7808
7779
|
"name": "X Layer",
|
|
7809
7780
|
"isTestnet": false,
|
|
7810
7781
|
"chainStatus": "ACTIVE",
|
|
7811
|
-
"icon": "https://
|
|
7782
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xlayer.png",
|
|
7812
7783
|
"providers": {
|
|
7813
7784
|
"X Layer": "https://rpc.xlayer.tech",
|
|
7814
7785
|
"X Layer OKX": "https://xlayerrpc.okx.com/"
|
|
@@ -7830,7 +7801,7 @@
|
|
|
7830
7801
|
"name": "Acurast Canary",
|
|
7831
7802
|
"isTestnet": false,
|
|
7832
7803
|
"chainStatus": "ACTIVE",
|
|
7833
|
-
"icon": "https://
|
|
7804
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acurast.png",
|
|
7834
7805
|
"providers": {
|
|
7835
7806
|
"Acurast": "wss://acurast-canarynet-ws.prod.gke.papers.tech"
|
|
7836
7807
|
},
|
|
@@ -7859,7 +7830,7 @@
|
|
|
7859
7830
|
"name": "Mythos",
|
|
7860
7831
|
"isTestnet": false,
|
|
7861
7832
|
"chainStatus": "ACTIVE",
|
|
7862
|
-
"icon": "https://
|
|
7833
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mythos.png",
|
|
7863
7834
|
"providers": {
|
|
7864
7835
|
"Parity": "wss://polkadot-mythos-rpc.polkadot.io"
|
|
7865
7836
|
},
|
|
@@ -7896,7 +7867,7 @@
|
|
|
7896
7867
|
"name": "Humanode",
|
|
7897
7868
|
"isTestnet": false,
|
|
7898
7869
|
"chainStatus": "ACTIVE",
|
|
7899
|
-
"icon": "https://
|
|
7870
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/humanode.png",
|
|
7900
7871
|
"providers": {
|
|
7901
7872
|
"Humanode": "wss://explorer-rpc-ws.mainnet.stages.humanode.io"
|
|
7902
7873
|
},
|
|
@@ -7928,7 +7899,7 @@
|
|
|
7928
7899
|
"name": "Humanode - EVM",
|
|
7929
7900
|
"isTestnet": false,
|
|
7930
7901
|
"chainStatus": "ACTIVE",
|
|
7931
|
-
"icon": "https://
|
|
7902
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/humanodeevm.png",
|
|
7932
7903
|
"providers": {
|
|
7933
7904
|
"Humanode": "https://explorer-rpc-http.mainnet.stages.humanode.io"
|
|
7934
7905
|
},
|
|
@@ -7952,7 +7923,7 @@
|
|
|
7952
7923
|
"name": "Paseo Testnet",
|
|
7953
7924
|
"isTestnet": true,
|
|
7954
7925
|
"chainStatus": "ACTIVE",
|
|
7955
|
-
"icon": "https://
|
|
7926
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/paseotest.png",
|
|
7956
7927
|
"providers": {
|
|
7957
7928
|
"Amforc": "wss://paseo.rpc.amforc.com",
|
|
7958
7929
|
"Dwellir": "wss://paseo-rpc.dwellir.com",
|
|
@@ -7987,7 +7958,7 @@
|
|
|
7987
7958
|
"name": "Commune AI",
|
|
7988
7959
|
"isTestnet": false,
|
|
7989
7960
|
"chainStatus": "ACTIVE",
|
|
7990
|
-
"icon": "https://
|
|
7961
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/commune.png",
|
|
7991
7962
|
"providers": {
|
|
7992
7963
|
"Commune Node 1": "wss://commune-api-node-1.communeai.net"
|
|
7993
7964
|
},
|
|
@@ -8016,7 +7987,7 @@
|
|
|
8016
7987
|
"name": "DBC Mainnet",
|
|
8017
7988
|
"isTestnet": false,
|
|
8018
7989
|
"chainStatus": "ACTIVE",
|
|
8019
|
-
"icon": "https://
|
|
7990
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dbcchain.png",
|
|
8020
7991
|
"providers": {
|
|
8021
7992
|
"DBC Chain": "wss://info1.dbcwallet.io"
|
|
8022
7993
|
},
|
|
@@ -8048,7 +8019,7 @@
|
|
|
8048
8019
|
"name": "Avail Turing Testnet",
|
|
8049
8020
|
"isTestnet": true,
|
|
8050
8021
|
"chainStatus": "ACTIVE",
|
|
8051
|
-
"icon": "https://
|
|
8022
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/availturingtest.png",
|
|
8052
8023
|
"providers": {
|
|
8053
8024
|
"Avail Turing ": "wss://turing-rpc.avail.so/",
|
|
8054
8025
|
"Avail Space": "wss://turing-rpc.availspace.app/"
|
|
@@ -8073,160 +8044,12 @@
|
|
|
8073
8044
|
},
|
|
8074
8045
|
"extraInfo": null
|
|
8075
8046
|
},
|
|
8076
|
-
"bitlayer": {
|
|
8077
|
-
"slug": "bitlayer",
|
|
8078
|
-
"name": "Bitlayer Mainnet",
|
|
8079
|
-
"isTestnet": false,
|
|
8080
|
-
"chainStatus": "ACTIVE",
|
|
8081
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayer.png",
|
|
8082
|
-
"providers": {
|
|
8083
|
-
"Bitlayer": "https://rpc.bitlayer.org",
|
|
8084
|
-
"Rpc": "https://rpc.bitlayer-rpc.com",
|
|
8085
|
-
"Ankr": "https://rpc.ankr.com/bitlayer"
|
|
8086
|
-
},
|
|
8087
|
-
"evmInfo": {
|
|
8088
|
-
"evmChainId": 200901,
|
|
8089
|
-
"blockExplorer": "https://www.btrscan.com",
|
|
8090
|
-
"existentialDeposit": "0",
|
|
8091
|
-
"symbol": "BTC",
|
|
8092
|
-
"decimals": 18,
|
|
8093
|
-
"supportSmartContract": [
|
|
8094
|
-
"ERC20",
|
|
8095
|
-
"ERC721"
|
|
8096
|
-
],
|
|
8097
|
-
"abiExplorer": "https://www.btrscan.com"
|
|
8098
|
-
},
|
|
8099
|
-
"substrateInfo": null,
|
|
8100
|
-
"extraInfo": null
|
|
8101
|
-
},
|
|
8102
|
-
"bitlayerTest": {
|
|
8103
|
-
"slug": "bitlayerTest",
|
|
8104
|
-
"name": "Bitlayer Testnet",
|
|
8105
|
-
"isTestnet": true,
|
|
8106
|
-
"chainStatus": "ACTIVE",
|
|
8107
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayertest.png",
|
|
8108
|
-
"providers": {
|
|
8109
|
-
"Rpc testnet": "https://testnet-rpc.bitlayer.org"
|
|
8110
|
-
},
|
|
8111
|
-
"evmInfo": {
|
|
8112
|
-
"evmChainId": 200810,
|
|
8113
|
-
"blockExplorer": "https://testnet-scan.bitlayer.org",
|
|
8114
|
-
"existentialDeposit": "0",
|
|
8115
|
-
"symbol": "BTC",
|
|
8116
|
-
"decimals": 18,
|
|
8117
|
-
"supportSmartContract": [
|
|
8118
|
-
"ERC20",
|
|
8119
|
-
"ERC721"
|
|
8120
|
-
],
|
|
8121
|
-
"abiExplorer": "https://testnet-scan.bitlayer.org"
|
|
8122
|
-
},
|
|
8123
|
-
"substrateInfo": null,
|
|
8124
|
-
"extraInfo": null
|
|
8125
|
-
},
|
|
8126
|
-
"bevm": {
|
|
8127
|
-
"slug": "bevm",
|
|
8128
|
-
"name": "BEVM Mainnet",
|
|
8129
|
-
"isTestnet": false,
|
|
8130
|
-
"chainStatus": "ACTIVE",
|
|
8131
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm.png",
|
|
8132
|
-
"providers": {
|
|
8133
|
-
"Mainnet 1": "https://rpc-mainnet-1.bevm.io",
|
|
8134
|
-
"Mainnet 2": "https://rpc-mainnet-2.bevm.io"
|
|
8135
|
-
},
|
|
8136
|
-
"evmInfo": {
|
|
8137
|
-
"evmChainId": 11501,
|
|
8138
|
-
"blockExplorer": "https://scan-mainnet.bevm.io/",
|
|
8139
|
-
"existentialDeposit": "0",
|
|
8140
|
-
"symbol": "BTC",
|
|
8141
|
-
"decimals": 18,
|
|
8142
|
-
"supportSmartContract": [
|
|
8143
|
-
"ERC20",
|
|
8144
|
-
"ERC721"
|
|
8145
|
-
],
|
|
8146
|
-
"abiExplorer": "https://scan-mainnet.bevm.io/"
|
|
8147
|
-
},
|
|
8148
|
-
"substrateInfo": null,
|
|
8149
|
-
"extraInfo": null
|
|
8150
|
-
},
|
|
8151
|
-
"bevmTest": {
|
|
8152
|
-
"slug": "bevmTest",
|
|
8153
|
-
"name": "BEVM Testnet",
|
|
8154
|
-
"isTestnet": true,
|
|
8155
|
-
"chainStatus": "ACTIVE",
|
|
8156
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevmtest.png",
|
|
8157
|
-
"providers": {
|
|
8158
|
-
"BEVM testnet": "https://testnet.bevm.io"
|
|
8159
|
-
},
|
|
8160
|
-
"evmInfo": {
|
|
8161
|
-
"evmChainId": 11503,
|
|
8162
|
-
"blockExplorer": "https://scan-testnet.bevm.io",
|
|
8163
|
-
"existentialDeposit": "0",
|
|
8164
|
-
"symbol": "BTC",
|
|
8165
|
-
"decimals": 18,
|
|
8166
|
-
"supportSmartContract": [
|
|
8167
|
-
"ERC20",
|
|
8168
|
-
"ERC721"
|
|
8169
|
-
],
|
|
8170
|
-
"abiExplorer": "https://scan-testnet.bevm.io"
|
|
8171
|
-
},
|
|
8172
|
-
"substrateInfo": null,
|
|
8173
|
-
"extraInfo": null
|
|
8174
|
-
},
|
|
8175
|
-
"b2": {
|
|
8176
|
-
"slug": "b2",
|
|
8177
|
-
"name": "B2 Mainnet",
|
|
8178
|
-
"isTestnet": false,
|
|
8179
|
-
"chainStatus": "ACTIVE",
|
|
8180
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/b2.png",
|
|
8181
|
-
"providers": {
|
|
8182
|
-
"Bsquared": "https://rpc.bsquared.network",
|
|
8183
|
-
"Alt technology": "https://b2-mainnet.alt.technology"
|
|
8184
|
-
},
|
|
8185
|
-
"evmInfo": {
|
|
8186
|
-
"evmChainId": 223,
|
|
8187
|
-
"blockExplorer": "https://explorer.bsquared.network/",
|
|
8188
|
-
"existentialDeposit": "0",
|
|
8189
|
-
"symbol": "BTC",
|
|
8190
|
-
"decimals": 18,
|
|
8191
|
-
"supportSmartContract": [
|
|
8192
|
-
"ERC20",
|
|
8193
|
-
"ERC721"
|
|
8194
|
-
],
|
|
8195
|
-
"abiExplorer": "https://explorer.bsquared.network/"
|
|
8196
|
-
},
|
|
8197
|
-
"substrateInfo": null,
|
|
8198
|
-
"extraInfo": null
|
|
8199
|
-
},
|
|
8200
|
-
"bobMainnet": {
|
|
8201
|
-
"slug": "bobMainnet",
|
|
8202
|
-
"name": "BOB Mainnet",
|
|
8203
|
-
"isTestnet": false,
|
|
8204
|
-
"chainStatus": "ACTIVE",
|
|
8205
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobmainnet.png",
|
|
8206
|
-
"providers": {
|
|
8207
|
-
"Gobob": "https://rpc.gobob.xyz/"
|
|
8208
|
-
},
|
|
8209
|
-
"evmInfo": {
|
|
8210
|
-
"evmChainId": 60808,
|
|
8211
|
-
"blockExplorer": "https://explorer.gobob.xyz/",
|
|
8212
|
-
"existentialDeposit": "0",
|
|
8213
|
-
"symbol": "ETH",
|
|
8214
|
-
"decimals": 18,
|
|
8215
|
-
"supportSmartContract": [
|
|
8216
|
-
"ERC20",
|
|
8217
|
-
"ERC721"
|
|
8218
|
-
],
|
|
8219
|
-
"abiExplorer": "https://explorer.gobob.xyz/"
|
|
8220
|
-
},
|
|
8221
|
-
"substrateInfo": null,
|
|
8222
|
-
"extraInfo": null
|
|
8223
|
-
},
|
|
8224
8047
|
"avail_mainnet": {
|
|
8225
8048
|
"slug": "avail_mainnet",
|
|
8226
|
-
"name": "Avail
|
|
8049
|
+
"name": "Avail",
|
|
8227
8050
|
"isTestnet": false,
|
|
8228
8051
|
"chainStatus": "ACTIVE",
|
|
8229
|
-
"icon": "https://
|
|
8052
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avail_mainnet.png",
|
|
8230
8053
|
"providers": {},
|
|
8231
8054
|
"evmInfo": null,
|
|
8232
8055
|
"substrateInfo": {
|