@subwallet/chain-list 0.2.44-beta.7 → 0.2.45
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 +1542 -1599
- package/cjs/data/AssetLogoMap.json +548 -549
- package/cjs/data/ChainAsset.json +505 -519
- package/cjs/data/ChainInfo.json +220 -249
- package/cjs/data/ChainLogoMap.json +223 -224
- package/cjs/data/MultiChainAsset.json +46 -55
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +548 -549
- package/data/ChainAsset.json +505 -519
- package/data/ChainInfo.json +220 -249
- package/data/ChainLogoMap.json +223 -224
- package/data/MultiChainAsset.json +46 -55
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/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",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"name": "Kusama",
|
|
45
45
|
"isTestnet": false,
|
|
46
46
|
"chainStatus": "ACTIVE",
|
|
47
|
-
"icon": "https://
|
|
47
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusama.png",
|
|
48
48
|
"providers": {
|
|
49
49
|
"Dwellir": "wss://kusama-rpc.dwellir.com",
|
|
50
50
|
"RadiumBlock": "wss://kusama.public.curie.radiumblock.co/ws",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"name": "Ethereum",
|
|
84
84
|
"isTestnet": false,
|
|
85
85
|
"chainStatus": "ACTIVE",
|
|
86
|
-
"icon": "https://
|
|
86
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum.png",
|
|
87
87
|
"providers": {
|
|
88
88
|
"PublicNode": "https://ethereum.publicnode.com",
|
|
89
89
|
"BlastApi": "https://eth-mainnet.public.blastapi.io",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"name": "Binance Smart Chain",
|
|
113
113
|
"isTestnet": false,
|
|
114
114
|
"chainStatus": "ACTIVE",
|
|
115
|
-
"icon": "https://
|
|
115
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance.png",
|
|
116
116
|
"providers": {
|
|
117
117
|
"Binance": "https://bsc-dataseed.binance.org/",
|
|
118
118
|
"Defibit": "https://bsc-dataseed1.defibit.io/",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"name": "Moonbeam",
|
|
143
143
|
"isTestnet": false,
|
|
144
144
|
"chainStatus": "ACTIVE",
|
|
145
|
-
"icon": "https://
|
|
145
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbeam.png",
|
|
146
146
|
"providers": {
|
|
147
147
|
"Moonbeam Foundation": "wss://wss.api.moonbeam.network",
|
|
148
148
|
"Dwellir": "wss://moonbeam-rpc.dwellir.com",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"name": "Pioneer Network",
|
|
202
202
|
"isTestnet": false,
|
|
203
203
|
"chainStatus": "ACTIVE",
|
|
204
|
-
"icon": "https://
|
|
204
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pioneer.png",
|
|
205
205
|
"providers": {
|
|
206
206
|
"Pioneer": "wss://pioneer-rpc-3.bit.country/wss"
|
|
207
207
|
},
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"name": "Aleph Zero",
|
|
246
246
|
"isTestnet": false,
|
|
247
247
|
"chainStatus": "ACTIVE",
|
|
248
|
-
"icon": "https://
|
|
248
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aleph.png",
|
|
249
249
|
"providers": {
|
|
250
250
|
"Aleph Zero Foundation": "wss://ws.azero.dev",
|
|
251
251
|
"Dwellir": "wss://aleph-zero-rpc.dwellir.com"
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
"name": "Astar",
|
|
282
282
|
"isTestnet": false,
|
|
283
283
|
"chainStatus": "ACTIVE",
|
|
284
|
-
"icon": "https://
|
|
284
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astar.png",
|
|
285
285
|
"providers": {
|
|
286
286
|
"Astar": "wss://rpc.astar.network",
|
|
287
287
|
"OnFinality": "wss://astar.api.onfinality.io/public-ws",
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"name": "Astar - EVM",
|
|
334
334
|
"isTestnet": false,
|
|
335
335
|
"chainStatus": "ACTIVE",
|
|
336
|
-
"icon": "https://
|
|
336
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarevm.png",
|
|
337
337
|
"providers": {
|
|
338
338
|
"Astar": "https://evm.astar.network",
|
|
339
339
|
"OnFinality": "https://astar.api.onfinality.io/public",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"name": "Polkadot Asset Hub (Statemint)",
|
|
361
361
|
"isTestnet": false,
|
|
362
362
|
"chainStatus": "ACTIVE",
|
|
363
|
-
"icon": "https://
|
|
363
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemint.png",
|
|
364
364
|
"providers": {
|
|
365
365
|
"Dwellir": "wss://statemint-rpc.dwellir.com",
|
|
366
366
|
"Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com",
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"name": "Acala",
|
|
398
398
|
"isTestnet": false,
|
|
399
399
|
"chainStatus": "ACTIVE",
|
|
400
|
-
"icon": "https://
|
|
400
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala.png",
|
|
401
401
|
"providers": {
|
|
402
402
|
"Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
|
|
403
403
|
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
"name": "Polygon",
|
|
448
448
|
"isTestnet": false,
|
|
449
449
|
"chainStatus": "ACTIVE",
|
|
450
|
-
"icon": "https://
|
|
450
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polygon.png",
|
|
451
451
|
"providers": {
|
|
452
452
|
"Polygon Scan": "https://polygon-rpc.com/",
|
|
453
453
|
"Llamarpc": "https://polygon.llamarpc.com",
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
"name": "Arbitrum One",
|
|
478
478
|
"isTestnet": false,
|
|
479
479
|
"chainStatus": "ACTIVE",
|
|
480
|
-
"icon": "https://
|
|
480
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/arbitrum_one.png",
|
|
481
481
|
"providers": {
|
|
482
482
|
"Omniatech": "https://endpoints.omniatech.io/v1/arbitrum/one/public",
|
|
483
483
|
"BlastApi": "https://arbitrum-one.public.blastapi.io"
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
"name": "Optimism",
|
|
506
506
|
"isTestnet": false,
|
|
507
507
|
"chainStatus": "ACTIVE",
|
|
508
|
-
"icon": "https://
|
|
508
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/optimism.png",
|
|
509
509
|
"providers": {
|
|
510
510
|
"Kyber Engineering": "https://optimism.kyberengineering.io",
|
|
511
511
|
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
"name": "TomoChain",
|
|
534
534
|
"isTestnet": false,
|
|
535
535
|
"chainStatus": "ACTIVE",
|
|
536
|
-
"icon": "https://
|
|
536
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tomochain.png",
|
|
537
537
|
"providers": {
|
|
538
538
|
"TomoChain": "https://rpc.tomochain.com"
|
|
539
539
|
},
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
"name": "Aleph Zero Testnet",
|
|
558
558
|
"isTestnet": true,
|
|
559
559
|
"chainStatus": "ACTIVE",
|
|
560
|
-
"icon": "https://
|
|
560
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephtest.png",
|
|
561
561
|
"providers": {
|
|
562
562
|
"Aleph Zero Foundation": "wss://ws.test.azero.dev"
|
|
563
563
|
},
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
"name": "Shiden",
|
|
590
590
|
"isTestnet": false,
|
|
591
591
|
"chainStatus": "ACTIVE",
|
|
592
|
-
"icon": "https://
|
|
592
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shiden.png",
|
|
593
593
|
"providers": {
|
|
594
594
|
"Astar": "wss://rpc.shiden.astar.network",
|
|
595
595
|
"OnFinality": "wss://shiden.api.onfinality.io/public-ws",
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
"name": "Shiden - EVM",
|
|
662
662
|
"isTestnet": false,
|
|
663
663
|
"chainStatus": "ACTIVE",
|
|
664
|
-
"icon": "https://
|
|
664
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shidenevm.png",
|
|
665
665
|
"providers": {
|
|
666
666
|
"Astar": "https://evm.shiden.astar.network",
|
|
667
667
|
"OnFinality": "https://shiden.api.onfinality.io/public",
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"name": "Shibuya Testnet",
|
|
689
689
|
"isTestnet": true,
|
|
690
690
|
"chainStatus": "ACTIVE",
|
|
691
|
-
"icon": "https://
|
|
691
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuya.png",
|
|
692
692
|
"providers": {
|
|
693
693
|
"Shibuya": "wss://rpc.shibuya.astar.network",
|
|
694
694
|
"Dwellir": "wss://shibuya-rpc.dwellir.com"
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
"name": "Shibuya Testnet - EVM",
|
|
725
725
|
"isTestnet": true,
|
|
726
726
|
"chainStatus": "ACTIVE",
|
|
727
|
-
"icon": "https://
|
|
727
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuyaevm.png",
|
|
728
728
|
"providers": {
|
|
729
729
|
"Shibuya": "https://evm.shibuya.astar.network ",
|
|
730
730
|
"BlastAPI": "https://shibuya.public.blastapi.io"
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
"name": "Aventus Polkadot",
|
|
750
750
|
"isTestnet": false,
|
|
751
751
|
"chainStatus": "ACTIVE",
|
|
752
|
-
"icon": "https://
|
|
752
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus.png",
|
|
753
753
|
"providers": {
|
|
754
754
|
"Aventus": "wss://public-rpc.mainnet.aventus.io"
|
|
755
755
|
},
|
|
@@ -790,7 +790,7 @@
|
|
|
790
790
|
"name": "Westend",
|
|
791
791
|
"isTestnet": true,
|
|
792
792
|
"chainStatus": "ACTIVE",
|
|
793
|
-
"icon": "https://
|
|
793
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/westend.png",
|
|
794
794
|
"providers": {
|
|
795
795
|
"Parity": "wss://westend-rpc.polkadot.io",
|
|
796
796
|
"Dwellir": "wss://westend-rpc.dwellir.com",
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
"name": "Rococo",
|
|
827
827
|
"isTestnet": true,
|
|
828
828
|
"chainStatus": "ACTIVE",
|
|
829
|
-
"icon": "https://
|
|
829
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo.png",
|
|
830
830
|
"providers": {
|
|
831
831
|
"Parity": "wss://rococo-rpc.polkadot.io",
|
|
832
832
|
"Light Client": "light://substrate-connect/rococo"
|
|
@@ -862,7 +862,7 @@
|
|
|
862
862
|
"name": "Bit.Country - Alpha Net",
|
|
863
863
|
"isTestnet": true,
|
|
864
864
|
"chainStatus": "ACTIVE",
|
|
865
|
-
"icon": "https://
|
|
865
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcountry.png",
|
|
866
866
|
"providers": {
|
|
867
867
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
868
868
|
},
|
|
@@ -891,7 +891,7 @@
|
|
|
891
891
|
"name": "Equilibrium",
|
|
892
892
|
"isTestnet": false,
|
|
893
893
|
"chainStatus": "ACTIVE",
|
|
894
|
-
"icon": "https://
|
|
894
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/equilibrium_parachain.png",
|
|
895
895
|
"providers": {
|
|
896
896
|
"Equilibrium": "wss://node.pol.equilibrium.io",
|
|
897
897
|
"Dwellir": "wss://equilibrium-rpc.dwellir.com"
|
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
"name": "Moonbase Alpha",
|
|
934
934
|
"isTestnet": true,
|
|
935
935
|
"chainStatus": "ACTIVE",
|
|
936
|
-
"icon": "https://
|
|
936
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbase.png",
|
|
937
937
|
"providers": {
|
|
938
938
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
939
939
|
"Blast": "wss://moonbase-alpha.public.blastapi.io"
|
|
@@ -977,7 +977,7 @@
|
|
|
977
977
|
"name": "Moonriver",
|
|
978
978
|
"isTestnet": false,
|
|
979
979
|
"chainStatus": "ACTIVE",
|
|
980
|
-
"icon": "https://
|
|
980
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonriver.png",
|
|
981
981
|
"providers": {
|
|
982
982
|
"Moonbeam Foundation": "wss://wss.api.moonriver.moonbeam.network",
|
|
983
983
|
"Blast": "wss://moonriver.public.blastapi.io",
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
"name": "Turing Staging",
|
|
1047
1047
|
"isTestnet": true,
|
|
1048
1048
|
"chainStatus": "ACTIVE",
|
|
1049
|
-
"icon": "https://
|
|
1049
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turingstaging.png",
|
|
1050
1050
|
"providers": {
|
|
1051
1051
|
"Turing": "wss://rpc.turing-staging.oak.tech"
|
|
1052
1052
|
},
|
|
@@ -1075,7 +1075,7 @@
|
|
|
1075
1075
|
"name": "Turing",
|
|
1076
1076
|
"isTestnet": false,
|
|
1077
1077
|
"chainStatus": "ACTIVE",
|
|
1078
|
-
"icon": "https://
|
|
1078
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turing.png",
|
|
1079
1079
|
"providers": {
|
|
1080
1080
|
"Turing": "wss://rpc.turing.oak.tech",
|
|
1081
1081
|
"Dwellir": "wss://turing-rpc.dwellir.com"
|
|
@@ -1120,7 +1120,7 @@
|
|
|
1120
1120
|
"name": "Bifrost Kusama",
|
|
1121
1121
|
"isTestnet": false,
|
|
1122
1122
|
"chainStatus": "ACTIVE",
|
|
1123
|
-
"icon": "https://
|
|
1123
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost.png",
|
|
1124
1124
|
"providers": {
|
|
1125
1125
|
"Liebi 0": "wss://bifrost-rpc.liebi.com/ws",
|
|
1126
1126
|
"Dwellir": "wss://bifrost-rpc.dwellir.com",
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
"name": "Bifrost Polkadot",
|
|
1178
1178
|
"isTestnet": false,
|
|
1179
1179
|
"chainStatus": "ACTIVE",
|
|
1180
|
-
"icon": "https://
|
|
1180
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_dot.png",
|
|
1181
1181
|
"providers": {
|
|
1182
1182
|
"Dwellir": "wss://bifrost-polkadot-rpc.dwellir.com",
|
|
1183
1183
|
"Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
|
|
@@ -1224,7 +1224,7 @@
|
|
|
1224
1224
|
"name": "Bifrost Testnet",
|
|
1225
1225
|
"isTestnet": true,
|
|
1226
1226
|
"chainStatus": "ACTIVE",
|
|
1227
|
-
"icon": "https://
|
|
1227
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_testnet.png",
|
|
1228
1228
|
"providers": {
|
|
1229
1229
|
"Liebi": "wss://bifrost-rpc.rococo.liebi.com/ws"
|
|
1230
1230
|
},
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
"name": "Calamari",
|
|
1257
1257
|
"isTestnet": false,
|
|
1258
1258
|
"chainStatus": "ACTIVE",
|
|
1259
|
-
"icon": "https://
|
|
1259
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari.png",
|
|
1260
1260
|
"providers": {
|
|
1261
1261
|
"Manta Network": "wss://calamari.systems"
|
|
1262
1262
|
},
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
"name": "Amplitude",
|
|
1301
1301
|
"isTestnet": false,
|
|
1302
1302
|
"chainStatus": "ACTIVE",
|
|
1303
|
-
"icon": "https://
|
|
1303
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude.png",
|
|
1304
1304
|
"providers": {
|
|
1305
1305
|
"Amplitude": "wss://rpc-amplitude.pendulumchain.tech"
|
|
1306
1306
|
},
|
|
@@ -1341,7 +1341,7 @@
|
|
|
1341
1341
|
"name": "Amplitude Testnet",
|
|
1342
1342
|
"isTestnet": true,
|
|
1343
1343
|
"chainStatus": "ACTIVE",
|
|
1344
|
-
"icon": "https://
|
|
1344
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude_test.png",
|
|
1345
1345
|
"providers": {
|
|
1346
1346
|
"Amplitude": "wss://rpc-foucoco.pendulumchain.tech"
|
|
1347
1347
|
},
|
|
@@ -1370,7 +1370,7 @@
|
|
|
1370
1370
|
"name": "Bobabase Testnet",
|
|
1371
1371
|
"isTestnet": true,
|
|
1372
1372
|
"chainStatus": "INACTIVE",
|
|
1373
|
-
"icon": "https://
|
|
1373
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabase.png",
|
|
1374
1374
|
"providers": {},
|
|
1375
1375
|
"evmInfo": {
|
|
1376
1376
|
"evmChainId": 1297,
|
|
@@ -1392,7 +1392,7 @@
|
|
|
1392
1392
|
"name": "Ethereum Goerli",
|
|
1393
1393
|
"isTestnet": true,
|
|
1394
1394
|
"chainStatus": "ACTIVE",
|
|
1395
|
-
"icon": "https://
|
|
1395
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum_goerli.png",
|
|
1396
1396
|
"providers": {
|
|
1397
1397
|
"Infura": "https://goerli.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
|
|
1398
1398
|
},
|
|
@@ -1416,7 +1416,7 @@
|
|
|
1416
1416
|
"name": "Binance Smart Chain (Testnet)",
|
|
1417
1417
|
"isTestnet": true,
|
|
1418
1418
|
"chainStatus": "ACTIVE",
|
|
1419
|
-
"icon": "https://
|
|
1419
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance_test.png",
|
|
1420
1420
|
"providers": {
|
|
1421
1421
|
"Binance": "https://data-seed-prebsc-1-s1.binance.org:8545/",
|
|
1422
1422
|
"Binance2": "https://data-seed-prebsc-2-s1.binance.org:8545/"
|
|
@@ -1441,7 +1441,7 @@
|
|
|
1441
1441
|
"name": "Parallel",
|
|
1442
1442
|
"isTestnet": false,
|
|
1443
1443
|
"chainStatus": "ACTIVE",
|
|
1444
|
-
"icon": "https://
|
|
1444
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/parallel.png",
|
|
1445
1445
|
"providers": {
|
|
1446
1446
|
"Dwellir": "wss://parallel-rpc.dwellir.com"
|
|
1447
1447
|
},
|
|
@@ -1507,7 +1507,7 @@
|
|
|
1507
1507
|
"name": "Clover",
|
|
1508
1508
|
"isTestnet": false,
|
|
1509
1509
|
"chainStatus": "ACTIVE",
|
|
1510
|
-
"icon": "https://
|
|
1510
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/clover.png",
|
|
1511
1511
|
"providers": {
|
|
1512
1512
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1513
1513
|
},
|
|
@@ -1562,7 +1562,7 @@
|
|
|
1562
1562
|
"name": "Clover - EVM",
|
|
1563
1563
|
"isTestnet": false,
|
|
1564
1564
|
"chainStatus": "ACTIVE",
|
|
1565
|
-
"icon": "https://
|
|
1565
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cloverevm.png",
|
|
1566
1566
|
"providers": {
|
|
1567
1567
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1568
1568
|
},
|
|
@@ -1586,7 +1586,7 @@
|
|
|
1586
1586
|
"name": "HydraDX",
|
|
1587
1587
|
"isTestnet": false,
|
|
1588
1588
|
"chainStatus": "ACTIVE",
|
|
1589
|
-
"icon": "https://
|
|
1589
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_main.png",
|
|
1590
1590
|
"providers": {
|
|
1591
1591
|
"Galactic Council": "wss://rpc.hydradx.cloud",
|
|
1592
1592
|
"Dwellir": "wss://hydradx-rpc.dwellir.com"
|
|
@@ -1631,7 +1631,7 @@
|
|
|
1631
1631
|
"name": "Edgeware",
|
|
1632
1632
|
"isTestnet": false,
|
|
1633
1633
|
"chainStatus": "ACTIVE",
|
|
1634
|
-
"icon": "https://
|
|
1634
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/edgeware.png",
|
|
1635
1635
|
"providers": {
|
|
1636
1636
|
"JelliedOwl": "wss://edgeware.jelliedowl.net",
|
|
1637
1637
|
"Commonwealth Labs": "wss://mainnet2.edgewa.re"
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
"name": "Centrifuge",
|
|
1665
1665
|
"isTestnet": false,
|
|
1666
1666
|
"chainStatus": "ACTIVE",
|
|
1667
|
-
"icon": "https://
|
|
1667
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/centrifuge.png",
|
|
1668
1668
|
"providers": {
|
|
1669
1669
|
"Centrifuge": "wss://fullnode.parachain.centrifuge.io",
|
|
1670
1670
|
"OnFinality": "wss://centrifuge-parachain.api.onfinality.io/public-ws"
|
|
@@ -1709,7 +1709,7 @@
|
|
|
1709
1709
|
"name": "Interlay",
|
|
1710
1710
|
"isTestnet": false,
|
|
1711
1711
|
"chainStatus": "ACTIVE",
|
|
1712
|
-
"icon": "https://
|
|
1712
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/interlay.png",
|
|
1713
1713
|
"providers": {
|
|
1714
1714
|
"Kintsugi Labs": "wss://api.interlay.io/parachain",
|
|
1715
1715
|
"Dwellir": "wss://interlay-rpc.dwellir.com",
|
|
@@ -1755,7 +1755,7 @@
|
|
|
1755
1755
|
"name": "Nodle",
|
|
1756
1756
|
"isTestnet": false,
|
|
1757
1757
|
"chainStatus": "ACTIVE",
|
|
1758
|
-
"icon": "https://
|
|
1758
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nodle.png",
|
|
1759
1759
|
"providers": {
|
|
1760
1760
|
"OnFinality": "wss://nodle-parachain.api.onfinality.io/public-ws",
|
|
1761
1761
|
"Dwellir": "wss://eden-rpc.dwellir.com"
|
|
@@ -1800,7 +1800,7 @@
|
|
|
1800
1800
|
"name": "Darwinia 2",
|
|
1801
1801
|
"isTestnet": false,
|
|
1802
1802
|
"chainStatus": "ACTIVE",
|
|
1803
|
-
"icon": "https://
|
|
1803
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/darwinia2.png",
|
|
1804
1804
|
"providers": {
|
|
1805
1805
|
"Darwinia Network": "wss://rpc.darwinia.network",
|
|
1806
1806
|
"Darwinia Community": "wss://darwinia-rpc.darwiniacommunitydao.xyz",
|
|
@@ -1845,7 +1845,7 @@
|
|
|
1845
1845
|
"name": "SORA Kusama",
|
|
1846
1846
|
"isTestnet": false,
|
|
1847
1847
|
"chainStatus": "ACTIVE",
|
|
1848
|
-
"icon": "https://
|
|
1848
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_ksm.png",
|
|
1849
1849
|
"providers": {
|
|
1850
1850
|
"Soramitsu": "wss://ws.parachain-collator-2.c2.sora2.soramitsu.co.jp"
|
|
1851
1851
|
},
|
|
@@ -1897,7 +1897,7 @@
|
|
|
1897
1897
|
"name": "Ares Odyssey",
|
|
1898
1898
|
"isTestnet": false,
|
|
1899
1899
|
"chainStatus": "ACTIVE",
|
|
1900
|
-
"icon": "https://
|
|
1900
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/odyssey.png",
|
|
1901
1901
|
"providers": {
|
|
1902
1902
|
"AresProtocol": "wss://odyssey.aresprotocol.io"
|
|
1903
1903
|
},
|
|
@@ -1926,7 +1926,7 @@
|
|
|
1926
1926
|
"name": "Polkadex",
|
|
1927
1927
|
"isTestnet": false,
|
|
1928
1928
|
"chainStatus": "ACTIVE",
|
|
1929
|
-
"icon": "https://
|
|
1929
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex.png",
|
|
1930
1930
|
"providers": {
|
|
1931
1931
|
"RadiumBlock": "wss://polkadex.public.curie.radiumblock.co/ws",
|
|
1932
1932
|
"OnFinality": "wss://polkadex.api.onfinality.io/public-ws"
|
|
@@ -1959,7 +1959,7 @@
|
|
|
1959
1959
|
"name": "Polkadex - Testnet",
|
|
1960
1960
|
"isTestnet": true,
|
|
1961
1961
|
"chainStatus": "STOPPED",
|
|
1962
|
-
"icon": "https://
|
|
1962
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadextest.png",
|
|
1963
1963
|
"providers": {
|
|
1964
1964
|
"Polkadex Team": "wss://blockchain.polkadex.trade"
|
|
1965
1965
|
},
|
|
@@ -1988,7 +1988,7 @@
|
|
|
1988
1988
|
"name": "RMRK Devnet",
|
|
1989
1989
|
"isTestnet": true,
|
|
1990
1990
|
"chainStatus": "INACTIVE",
|
|
1991
|
-
"icon": "https://
|
|
1991
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rmrk.png",
|
|
1992
1992
|
"providers": {
|
|
1993
1993
|
"rmrk": "wss://staging.node.rmrk.app"
|
|
1994
1994
|
},
|
|
@@ -2017,7 +2017,7 @@
|
|
|
2017
2017
|
"name": "Dolphin Testnet",
|
|
2018
2018
|
"isTestnet": true,
|
|
2019
2019
|
"chainStatus": "INACTIVE",
|
|
2020
|
-
"icon": "https://
|
|
2020
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dolphin.png",
|
|
2021
2021
|
"providers": {},
|
|
2022
2022
|
"evmInfo": null,
|
|
2023
2023
|
"substrateInfo": {
|
|
@@ -2047,7 +2047,7 @@
|
|
|
2047
2047
|
"name": "Opal",
|
|
2048
2048
|
"isTestnet": true,
|
|
2049
2049
|
"chainStatus": "ACTIVE",
|
|
2050
|
-
"icon": "https://
|
|
2050
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/opal.png",
|
|
2051
2051
|
"providers": {
|
|
2052
2052
|
"Unique": "wss://ws-opal.unique.network",
|
|
2053
2053
|
"Europe": "wss://eu-ws-opal.unique.network",
|
|
@@ -2079,7 +2079,7 @@
|
|
|
2079
2079
|
"name": "Efinity",
|
|
2080
2080
|
"isTestnet": false,
|
|
2081
2081
|
"chainStatus": "INACTIVE",
|
|
2082
|
-
"icon": "https://
|
|
2082
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/efinity.png",
|
|
2083
2083
|
"providers": {
|
|
2084
2084
|
"Efinity": "wss://rpc.efinity.io",
|
|
2085
2085
|
"Dwellir": "wss://efinity -rpc.dwellir.com"
|
|
@@ -2124,7 +2124,7 @@
|
|
|
2124
2124
|
"name": "Composable Finance",
|
|
2125
2125
|
"isTestnet": false,
|
|
2126
2126
|
"chainStatus": "ACTIVE",
|
|
2127
|
-
"icon": "https://
|
|
2127
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/composablefinance.png",
|
|
2128
2128
|
"providers": {
|
|
2129
2129
|
"Composable": "wss://rpc.composable.finance"
|
|
2130
2130
|
},
|
|
@@ -2168,7 +2168,7 @@
|
|
|
2168
2168
|
"name": "Phala",
|
|
2169
2169
|
"isTestnet": false,
|
|
2170
2170
|
"chainStatus": "ACTIVE",
|
|
2171
|
-
"icon": "https://
|
|
2171
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phala.png",
|
|
2172
2172
|
"providers": {
|
|
2173
2173
|
"Phala": "wss://api.phala.network/ws",
|
|
2174
2174
|
"OnFinality": "wss://phala.api.onfinality.io/public-ws"
|
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
"name": "Crust",
|
|
2214
2214
|
"isTestnet": false,
|
|
2215
2215
|
"chainStatus": "ACTIVE",
|
|
2216
|
-
"icon": "https://
|
|
2216
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust.png",
|
|
2217
2217
|
"providers": {
|
|
2218
2218
|
"Crust": "wss://crust-parachain.crustapps.net"
|
|
2219
2219
|
},
|
|
@@ -2257,7 +2257,7 @@
|
|
|
2257
2257
|
"name": "Kusama Asset Hub (Statemine)",
|
|
2258
2258
|
"isTestnet": false,
|
|
2259
2259
|
"chainStatus": "ACTIVE",
|
|
2260
|
-
"icon": "https://
|
|
2260
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemine.png",
|
|
2261
2261
|
"providers": {
|
|
2262
2262
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2263
2263
|
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com",
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
"name": "Karura",
|
|
2295
2295
|
"isTestnet": false,
|
|
2296
2296
|
"chainStatus": "ACTIVE",
|
|
2297
|
-
"icon": "https://
|
|
2297
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura.png",
|
|
2298
2298
|
"providers": {
|
|
2299
2299
|
"Acala Foundation 0": "wss://karura-rpc-0.aca-api.network",
|
|
2300
2300
|
"Acala Foundation 1": "wss://karura-rpc-1.aca-api.network",
|
|
@@ -2330,7 +2330,7 @@
|
|
|
2330
2330
|
"name": "Khala",
|
|
2331
2331
|
"isTestnet": false,
|
|
2332
2332
|
"chainStatus": "ACTIVE",
|
|
2333
|
-
"icon": "https://
|
|
2333
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/khala.png",
|
|
2334
2334
|
"providers": {
|
|
2335
2335
|
"Phala": "wss://khala-api.phala.network/ws",
|
|
2336
2336
|
"OnFinality": "wss://khala.api.onfinality.io/public-ws",
|
|
@@ -2376,7 +2376,7 @@
|
|
|
2376
2376
|
"name": "KILT Spiritnet",
|
|
2377
2377
|
"isTestnet": false,
|
|
2378
2378
|
"chainStatus": "ACTIVE",
|
|
2379
|
-
"icon": "https://
|
|
2379
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt.png",
|
|
2380
2380
|
"providers": {
|
|
2381
2381
|
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
2382
2382
|
"OnFinality": "wss://spiritnet.api.onfinality.io/public-ws",
|
|
@@ -2410,7 +2410,7 @@
|
|
|
2410
2410
|
"name": "Basilisk",
|
|
2411
2411
|
"isTestnet": false,
|
|
2412
2412
|
"chainStatus": "ACTIVE",
|
|
2413
|
-
"icon": "https://
|
|
2413
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/basilisk.png",
|
|
2414
2414
|
"providers": {
|
|
2415
2415
|
"Basilisk ": "wss://rpc.basilisk.cloud",
|
|
2416
2416
|
"Dwellir": "wss://basilisk-rpc.dwellir.com"
|
|
@@ -2455,7 +2455,7 @@
|
|
|
2455
2455
|
"name": "Altair",
|
|
2456
2456
|
"isTestnet": false,
|
|
2457
2457
|
"chainStatus": "ACTIVE",
|
|
2458
|
-
"icon": "https://
|
|
2458
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/altair.png",
|
|
2459
2459
|
"providers": {
|
|
2460
2460
|
"Centrifuge": "wss://fullnode.altair.centrifuge.io",
|
|
2461
2461
|
"OnFinality": "wss://altair.api.onfinality.io/public-ws"
|
|
@@ -2500,7 +2500,7 @@
|
|
|
2500
2500
|
"name": "Heiko",
|
|
2501
2501
|
"isTestnet": false,
|
|
2502
2502
|
"chainStatus": "ACTIVE",
|
|
2503
|
-
"icon": "https://
|
|
2503
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/heiko.png",
|
|
2504
2504
|
"providers": {
|
|
2505
2505
|
"Parallel": "wss://heiko-rpc.parallel.fi"
|
|
2506
2506
|
},
|
|
@@ -2555,7 +2555,7 @@
|
|
|
2555
2555
|
"name": "Kintsugi",
|
|
2556
2556
|
"isTestnet": false,
|
|
2557
2557
|
"chainStatus": "ACTIVE",
|
|
2558
|
-
"icon": "https://
|
|
2558
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi.png",
|
|
2559
2559
|
"providers": {
|
|
2560
2560
|
"Kintsugi Labs": "wss://api-kusama.interlay.io/parachain",
|
|
2561
2561
|
"OnFinality": "wss://kintsugi.api.onfinality.io/public-ws"
|
|
@@ -2600,7 +2600,7 @@
|
|
|
2600
2600
|
"name": "Kintsugi Testnet",
|
|
2601
2601
|
"isTestnet": true,
|
|
2602
2602
|
"chainStatus": "ACTIVE",
|
|
2603
|
-
"icon": "https://
|
|
2603
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi_test.png",
|
|
2604
2604
|
"providers": {
|
|
2605
2605
|
"testnet": "wss://api-dev-kintsugi.interlay.io/parachain"
|
|
2606
2606
|
},
|
|
@@ -2629,7 +2629,7 @@
|
|
|
2629
2629
|
"name": "Picasso",
|
|
2630
2630
|
"isTestnet": false,
|
|
2631
2631
|
"chainStatus": "ACTIVE",
|
|
2632
|
-
"icon": "https://
|
|
2632
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/picasso.png",
|
|
2633
2633
|
"providers": {
|
|
2634
2634
|
"Composable": "wss://rpc.composablenodes.tech"
|
|
2635
2635
|
},
|
|
@@ -2695,7 +2695,7 @@
|
|
|
2695
2695
|
"name": "Quartz",
|
|
2696
2696
|
"isTestnet": false,
|
|
2697
2697
|
"chainStatus": "ACTIVE",
|
|
2698
|
-
"icon": "https://
|
|
2698
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quartz.png",
|
|
2699
2699
|
"providers": {
|
|
2700
2700
|
"Unique Europe": "wss://eu-ws-quartz.unique.network",
|
|
2701
2701
|
"Unique US": "wss://us-ws-quartz.unique.network",
|
|
@@ -2741,7 +2741,7 @@
|
|
|
2741
2741
|
"name": "Unique",
|
|
2742
2742
|
"isTestnet": false,
|
|
2743
2743
|
"chainStatus": "ACTIVE",
|
|
2744
|
-
"icon": "https://
|
|
2744
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unique_network.png",
|
|
2745
2745
|
"providers": {
|
|
2746
2746
|
"unique": "wss://us-ws.unique.network/",
|
|
2747
2747
|
"UniqueEu": "wss://eu-ws.unique.network/",
|
|
@@ -2787,7 +2787,7 @@
|
|
|
2787
2787
|
"name": "Genshiro",
|
|
2788
2788
|
"isTestnet": false,
|
|
2789
2789
|
"chainStatus": "ACTIVE",
|
|
2790
|
-
"icon": "https://
|
|
2790
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro.png",
|
|
2791
2791
|
"providers": {
|
|
2792
2792
|
"Equilibrium": "wss://node.genshiro.io"
|
|
2793
2793
|
},
|
|
@@ -2842,7 +2842,7 @@
|
|
|
2842
2842
|
"name": "Genshiro Testnet",
|
|
2843
2843
|
"isTestnet": true,
|
|
2844
2844
|
"chainStatus": "INACTIVE",
|
|
2845
|
-
"icon": "https://
|
|
2845
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro_testnet.png",
|
|
2846
2846
|
"providers": {},
|
|
2847
2847
|
"evmInfo": null,
|
|
2848
2848
|
"substrateInfo": {
|
|
@@ -2869,7 +2869,7 @@
|
|
|
2869
2869
|
"name": "Subsocial",
|
|
2870
2870
|
"isTestnet": false,
|
|
2871
2871
|
"chainStatus": "ACTIVE",
|
|
2872
|
-
"icon": "https://
|
|
2872
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subsocial_x.png",
|
|
2873
2873
|
"providers": {
|
|
2874
2874
|
"subsocialx": "wss://para.f3joule.space"
|
|
2875
2875
|
},
|
|
@@ -2898,7 +2898,7 @@
|
|
|
2898
2898
|
"name": "Zeitgeist",
|
|
2899
2899
|
"isTestnet": false,
|
|
2900
2900
|
"chainStatus": "ACTIVE",
|
|
2901
|
-
"icon": "https://
|
|
2901
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeitgeist.png",
|
|
2902
2902
|
"providers": {
|
|
2903
2903
|
"OnFinality": "wss://zeitgeist.api.onfinality.io/public-ws",
|
|
2904
2904
|
"Dwellir": "wss://zeitgeist-rpc.dwellir.com"
|
|
@@ -2943,7 +2943,7 @@
|
|
|
2943
2943
|
"name": "Sakura",
|
|
2944
2944
|
"isTestnet": false,
|
|
2945
2945
|
"chainStatus": "ACTIVE",
|
|
2946
|
-
"icon": "https://
|
|
2946
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sakura.png",
|
|
2947
2947
|
"providers": {
|
|
2948
2948
|
"Clover": "wss://rpc.sakura.clover.finance"
|
|
2949
2949
|
},
|
|
@@ -2987,7 +2987,7 @@
|
|
|
2987
2987
|
"name": "Crust Shadow",
|
|
2988
2988
|
"isTestnet": false,
|
|
2989
2989
|
"chainStatus": "ACTIVE",
|
|
2990
|
-
"icon": "https://
|
|
2990
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shadow.png",
|
|
2991
2991
|
"providers": {
|
|
2992
2992
|
"Crust": "wss://rpc-shadow.crust.network/"
|
|
2993
2993
|
},
|
|
@@ -3042,7 +3042,7 @@
|
|
|
3042
3042
|
"name": "Unique TestNet 2.0",
|
|
3043
3043
|
"isTestnet": true,
|
|
3044
3044
|
"chainStatus": "INACTIVE",
|
|
3045
|
-
"icon": "https://
|
|
3045
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/uniquenft.png",
|
|
3046
3046
|
"providers": {
|
|
3047
3047
|
"Unique": "wss://testnet2.unique.network"
|
|
3048
3048
|
},
|
|
@@ -3071,7 +3071,7 @@
|
|
|
3071
3071
|
"name": "Robonomics",
|
|
3072
3072
|
"isTestnet": false,
|
|
3073
3073
|
"chainStatus": "ACTIVE",
|
|
3074
|
-
"icon": "https://
|
|
3074
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/robonomics.png",
|
|
3075
3075
|
"providers": {
|
|
3076
3076
|
"Airalab": "wss://kusama.rpc.robonomics.network/",
|
|
3077
3077
|
"Samsara": "wss://robonomics.0xsamsara.com"
|
|
@@ -3127,7 +3127,7 @@
|
|
|
3127
3127
|
"name": "Integritee Network",
|
|
3128
3128
|
"isTestnet": false,
|
|
3129
3129
|
"chainStatus": "ACTIVE",
|
|
3130
|
-
"icon": "https://
|
|
3130
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integritee.png",
|
|
3131
3131
|
"providers": {
|
|
3132
3132
|
"Integritee": "wss://kusama.api.integritee.network",
|
|
3133
3133
|
"OnFinality": "wss://integritee-kusama.api.onfinality.io/public-ws"
|
|
@@ -3172,7 +3172,7 @@
|
|
|
3172
3172
|
"name": "Integritee Shell",
|
|
3173
3173
|
"isTestnet": false,
|
|
3174
3174
|
"chainStatus": "ACTIVE",
|
|
3175
|
-
"icon": "https://
|
|
3175
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integriteepolkadot.png",
|
|
3176
3176
|
"providers": {
|
|
3177
3177
|
"Integritee": "wss://polkadot.api.integritee.network"
|
|
3178
3178
|
},
|
|
@@ -3213,7 +3213,7 @@
|
|
|
3213
3213
|
"name": "Crab2 Parachain",
|
|
3214
3214
|
"isTestnet": false,
|
|
3215
3215
|
"chainStatus": "ACTIVE",
|
|
3216
|
-
"icon": "https://
|
|
3216
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crabparachain.png",
|
|
3217
3217
|
"providers": {
|
|
3218
3218
|
"Crab": "wss://crab-rpc.darwinia.network/",
|
|
3219
3219
|
"Dwellir": "wss://darwiniacrab-rpc.dwellir.com"
|
|
@@ -3269,7 +3269,7 @@
|
|
|
3269
3269
|
"name": "Pangolin",
|
|
3270
3270
|
"isTestnet": true,
|
|
3271
3271
|
"chainStatus": "ACTIVE",
|
|
3272
|
-
"icon": "https://
|
|
3272
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pangolin.png",
|
|
3273
3273
|
"providers": {
|
|
3274
3274
|
"Pangolin_Network": "wss://pangolin-rpc.darwinia.network"
|
|
3275
3275
|
},
|
|
@@ -3309,7 +3309,7 @@
|
|
|
3309
3309
|
"name": "Chain X",
|
|
3310
3310
|
"isTestnet": false,
|
|
3311
3311
|
"chainStatus": "ACTIVE",
|
|
3312
|
-
"icon": "https://
|
|
3312
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainx.png",
|
|
3313
3313
|
"providers": {
|
|
3314
3314
|
"chainx ": "wss://mainnet.chainx.org/ws"
|
|
3315
3315
|
},
|
|
@@ -3338,7 +3338,7 @@
|
|
|
3338
3338
|
"name": "Acala Mandala TC7",
|
|
3339
3339
|
"isTestnet": true,
|
|
3340
3340
|
"chainStatus": "ACTIVE",
|
|
3341
|
-
"icon": "https://
|
|
3341
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_testnet.png",
|
|
3342
3342
|
"providers": {
|
|
3343
3343
|
"Mandala": "wss://mandala-tc9-rpc.aca-staging.network"
|
|
3344
3344
|
},
|
|
@@ -3370,7 +3370,7 @@
|
|
|
3370
3370
|
"name": "MangataX Public Testnet",
|
|
3371
3371
|
"isTestnet": true,
|
|
3372
3372
|
"chainStatus": "INACTIVE",
|
|
3373
|
-
"icon": "https://
|
|
3373
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax.png",
|
|
3374
3374
|
"providers": {
|
|
3375
3375
|
"mangatax": "wss://collator-01-ws-rococo.mangata.online"
|
|
3376
3376
|
},
|
|
@@ -3402,7 +3402,7 @@
|
|
|
3402
3402
|
"name": "Mangata X",
|
|
3403
3403
|
"isTestnet": false,
|
|
3404
3404
|
"chainStatus": "ACTIVE",
|
|
3405
|
-
"icon": "https://
|
|
3405
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax_para.png",
|
|
3406
3406
|
"providers": {
|
|
3407
3407
|
"mangata": "wss://kusama-rpc.mangata.online",
|
|
3408
3408
|
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
@@ -3458,7 +3458,7 @@
|
|
|
3458
3458
|
"name": "Encointer",
|
|
3459
3459
|
"isTestnet": false,
|
|
3460
3460
|
"chainStatus": "ACTIVE",
|
|
3461
|
-
"icon": "https://
|
|
3461
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/encointer.png",
|
|
3462
3462
|
"providers": {
|
|
3463
3463
|
"Encointer Association": "wss://kusama.api.encointer.org"
|
|
3464
3464
|
},
|
|
@@ -3490,7 +3490,7 @@
|
|
|
3490
3490
|
"name": "Litmus",
|
|
3491
3491
|
"isTestnet": false,
|
|
3492
3492
|
"chainStatus": "ACTIVE",
|
|
3493
|
-
"icon": "https://
|
|
3493
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litmus.png",
|
|
3494
3494
|
"providers": {
|
|
3495
3495
|
"litmus": "wss://rpc.litmus-parachain.litentry.io"
|
|
3496
3496
|
},
|
|
@@ -3531,7 +3531,7 @@
|
|
|
3531
3531
|
"name": "Litentry",
|
|
3532
3532
|
"isTestnet": false,
|
|
3533
3533
|
"chainStatus": "ACTIVE",
|
|
3534
|
-
"icon": "https://
|
|
3534
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litentry.png",
|
|
3535
3535
|
"providers": {
|
|
3536
3536
|
"Litentry": "wss://rpc.litentry-parachain.litentry.io",
|
|
3537
3537
|
"Dwellir": "wss://litentry-rpc.dwellir.com"
|
|
@@ -3573,7 +3573,7 @@
|
|
|
3573
3573
|
"name": "Tinkernet",
|
|
3574
3574
|
"isTestnet": false,
|
|
3575
3575
|
"chainStatus": "ACTIVE",
|
|
3576
|
-
"icon": "https://
|
|
3576
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tinkernet.png",
|
|
3577
3577
|
"providers": {
|
|
3578
3578
|
"Dwellir": "wss://tinkernet-rpc.dwellir.com",
|
|
3579
3579
|
"Light Client": "light://substrate-connect/kusama/tinkernet"
|
|
@@ -3615,7 +3615,7 @@
|
|
|
3615
3615
|
"name": "Imbue Kusama",
|
|
3616
3616
|
"isTestnet": false,
|
|
3617
3617
|
"chainStatus": "ACTIVE",
|
|
3618
|
-
"icon": "https://
|
|
3618
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/imbue_network.png",
|
|
3619
3619
|
"providers": {
|
|
3620
3620
|
"Imbue": "wss://kusama.imbuenetwork.com"
|
|
3621
3621
|
},
|
|
@@ -3656,7 +3656,7 @@
|
|
|
3656
3656
|
"name": "Subspace Testnet",
|
|
3657
3657
|
"isTestnet": true,
|
|
3658
3658
|
"chainStatus": "INACTIVE",
|
|
3659
|
-
"icon": "https://
|
|
3659
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_test.png",
|
|
3660
3660
|
"providers": {},
|
|
3661
3661
|
"evmInfo": null,
|
|
3662
3662
|
"substrateInfo": {
|
|
@@ -3683,7 +3683,7 @@
|
|
|
3683
3683
|
"name": "Subspace Gemini 2a",
|
|
3684
3684
|
"isTestnet": true,
|
|
3685
3685
|
"chainStatus": "INACTIVE",
|
|
3686
|
-
"icon": "https://
|
|
3686
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_2a.png",
|
|
3687
3687
|
"providers": {
|
|
3688
3688
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
3689
3689
|
},
|
|
@@ -3712,7 +3712,7 @@
|
|
|
3712
3712
|
"name": "Subspace Gemini 3c",
|
|
3713
3713
|
"isTestnet": true,
|
|
3714
3714
|
"chainStatus": "INACTIVE",
|
|
3715
|
-
"icon": "https://
|
|
3715
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3c.png",
|
|
3716
3716
|
"providers": {},
|
|
3717
3717
|
"evmInfo": null,
|
|
3718
3718
|
"substrateInfo": {
|
|
@@ -3739,7 +3739,7 @@
|
|
|
3739
3739
|
"name": "Subspace Gemini 3d",
|
|
3740
3740
|
"isTestnet": true,
|
|
3741
3741
|
"chainStatus": "INACTIVE",
|
|
3742
|
-
"icon": "https://
|
|
3742
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3d.png",
|
|
3743
3743
|
"providers": {},
|
|
3744
3744
|
"evmInfo": null,
|
|
3745
3745
|
"substrateInfo": {
|
|
@@ -3766,7 +3766,7 @@
|
|
|
3766
3766
|
"name": "Subspace Gemini 3e",
|
|
3767
3767
|
"isTestnet": true,
|
|
3768
3768
|
"chainStatus": "INACTIVE",
|
|
3769
|
-
"icon": "https://
|
|
3769
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3e.png",
|
|
3770
3770
|
"providers": {},
|
|
3771
3771
|
"evmInfo": null,
|
|
3772
3772
|
"substrateInfo": {
|
|
@@ -3793,7 +3793,7 @@
|
|
|
3793
3793
|
"name": "Subspace Gemini 3f",
|
|
3794
3794
|
"isTestnet": true,
|
|
3795
3795
|
"chainStatus": "INACTIVE",
|
|
3796
|
-
"icon": "https://
|
|
3796
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3f.png",
|
|
3797
3797
|
"providers": {
|
|
3798
3798
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
3799
3799
|
},
|
|
@@ -3822,7 +3822,7 @@
|
|
|
3822
3822
|
"name": "OriginTrail",
|
|
3823
3823
|
"isTestnet": false,
|
|
3824
3824
|
"chainStatus": "ACTIVE",
|
|
3825
|
-
"icon": "https://
|
|
3825
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/origintrail.png",
|
|
3826
3826
|
"providers": {
|
|
3827
3827
|
"TraceLabs": "wss://parachain-rpc.origin-trail.network"
|
|
3828
3828
|
},
|
|
@@ -3866,7 +3866,7 @@
|
|
|
3866
3866
|
"name": "Subspace Gemini 3g",
|
|
3867
3867
|
"isTestnet": true,
|
|
3868
3868
|
"chainStatus": "ACTIVE",
|
|
3869
|
-
"icon": "https://
|
|
3869
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3g.png",
|
|
3870
3870
|
"providers": {
|
|
3871
3871
|
"Gemini 3g": "wss://rpc-0.gemini-3g.subspace.network/ws"
|
|
3872
3872
|
},
|
|
@@ -3895,7 +3895,7 @@
|
|
|
3895
3895
|
"name": "Dorafactory",
|
|
3896
3896
|
"isTestnet": false,
|
|
3897
3897
|
"chainStatus": "INACTIVE",
|
|
3898
|
-
"icon": "https://
|
|
3898
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dorafactory.png",
|
|
3899
3899
|
"providers": {},
|
|
3900
3900
|
"evmInfo": null,
|
|
3901
3901
|
"substrateInfo": {
|
|
@@ -3934,7 +3934,7 @@
|
|
|
3934
3934
|
"name": "Bajun Kusama",
|
|
3935
3935
|
"isTestnet": false,
|
|
3936
3936
|
"chainStatus": "ACTIVE",
|
|
3937
|
-
"icon": "https://
|
|
3937
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bajun.png",
|
|
3938
3938
|
"providers": {
|
|
3939
3939
|
"AjunaNetwork": "wss://rpc-parachain.bajun.network",
|
|
3940
3940
|
"OnFinality": "wss://bajun.api.onfinality.io/public-ws"
|
|
@@ -3979,7 +3979,7 @@
|
|
|
3979
3979
|
"name": "Dancebox",
|
|
3980
3980
|
"isTestnet": true,
|
|
3981
3981
|
"chainStatus": "ACTIVE",
|
|
3982
|
-
"icon": "https://
|
|
3982
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dancebox.png",
|
|
3983
3983
|
"providers": {
|
|
3984
3984
|
"Dancebox": "wss://fraa-dancebox-rpc.a.dancebox.tanssi.network"
|
|
3985
3985
|
},
|
|
@@ -4008,7 +4008,7 @@
|
|
|
4008
4008
|
"name": "Listen Network",
|
|
4009
4009
|
"isTestnet": false,
|
|
4010
4010
|
"chainStatus": "INACTIVE",
|
|
4011
|
-
"icon": "https://
|
|
4011
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/listen.png",
|
|
4012
4012
|
"providers": {},
|
|
4013
4013
|
"evmInfo": null,
|
|
4014
4014
|
"substrateInfo": {
|
|
@@ -4035,7 +4035,7 @@
|
|
|
4035
4035
|
"name": "Kabocha",
|
|
4036
4036
|
"isTestnet": false,
|
|
4037
4037
|
"chainStatus": "ACTIVE",
|
|
4038
|
-
"icon": "https://
|
|
4038
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kabocha.png",
|
|
4039
4039
|
"providers": {
|
|
4040
4040
|
"JelliedOwl": "wss://kabocha.jelliedowl.com"
|
|
4041
4041
|
},
|
|
@@ -4076,7 +4076,7 @@
|
|
|
4076
4076
|
"name": "GM Parachain",
|
|
4077
4077
|
"isTestnet": false,
|
|
4078
4078
|
"chainStatus": "INACTIVE",
|
|
4079
|
-
"icon": "https://
|
|
4079
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gmdie.png",
|
|
4080
4080
|
"providers": {},
|
|
4081
4081
|
"evmInfo": null,
|
|
4082
4082
|
"substrateInfo": {
|
|
@@ -4115,7 +4115,7 @@
|
|
|
4115
4115
|
"name": "Ternoa",
|
|
4116
4116
|
"isTestnet": false,
|
|
4117
4117
|
"chainStatus": "ACTIVE",
|
|
4118
|
-
"icon": "https://
|
|
4118
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa.png",
|
|
4119
4119
|
"providers": {
|
|
4120
4120
|
"ternoa": "wss://mainnet.ternoa.network"
|
|
4121
4121
|
},
|
|
@@ -4144,7 +4144,7 @@
|
|
|
4144
4144
|
"name": "DataHighway Tanganika",
|
|
4145
4145
|
"isTestnet": false,
|
|
4146
4146
|
"chainStatus": "INACTIVE",
|
|
4147
|
-
"icon": "https://
|
|
4147
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tanganika.png",
|
|
4148
4148
|
"providers": {},
|
|
4149
4149
|
"evmInfo": null,
|
|
4150
4150
|
"substrateInfo": {
|
|
@@ -4186,7 +4186,7 @@
|
|
|
4186
4186
|
"name": "Pendulum",
|
|
4187
4187
|
"isTestnet": false,
|
|
4188
4188
|
"chainStatus": "ACTIVE",
|
|
4189
|
-
"icon": "https://
|
|
4189
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pendulum.png",
|
|
4190
4190
|
"providers": {
|
|
4191
4191
|
"Pendulum": "wss://rpc-pendulum.prd.pendulumchain.tech"
|
|
4192
4192
|
},
|
|
@@ -4227,7 +4227,7 @@
|
|
|
4227
4227
|
"name": "Gear Staging Testnet",
|
|
4228
4228
|
"isTestnet": true,
|
|
4229
4229
|
"chainStatus": "INACTIVE",
|
|
4230
|
-
"icon": "https://
|
|
4230
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gear_testnet.png",
|
|
4231
4231
|
"providers": {
|
|
4232
4232
|
"gear": "wss://rpc-node.gear-tech.io"
|
|
4233
4233
|
},
|
|
@@ -4256,7 +4256,7 @@
|
|
|
4256
4256
|
"name": "Ternoa Alphanet",
|
|
4257
4257
|
"isTestnet": true,
|
|
4258
4258
|
"chainStatus": "ACTIVE",
|
|
4259
|
-
"icon": "https://
|
|
4259
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa_alphanet.png",
|
|
4260
4260
|
"providers": {
|
|
4261
4261
|
"ternoa": "wss://alphanet.ternoa.com"
|
|
4262
4262
|
},
|
|
@@ -4285,7 +4285,7 @@
|
|
|
4285
4285
|
"name": "Calamari Staging",
|
|
4286
4286
|
"isTestnet": true,
|
|
4287
4287
|
"chainStatus": "ACTIVE",
|
|
4288
|
-
"icon": "https://
|
|
4288
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari_test.png",
|
|
4289
4289
|
"providers": {
|
|
4290
4290
|
"calamari_test": "wss://c1.calamari.seabird.systems"
|
|
4291
4291
|
},
|
|
@@ -4314,7 +4314,7 @@
|
|
|
4314
4314
|
"name": "Boba Network",
|
|
4315
4315
|
"isTestnet": false,
|
|
4316
4316
|
"chainStatus": "ACTIVE",
|
|
4317
|
-
"icon": "https://
|
|
4317
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/boba.png",
|
|
4318
4318
|
"providers": {
|
|
4319
4319
|
"Read RPC": "https://lightning-replica.boba.network",
|
|
4320
4320
|
"Write RPC": "https://mainnet.boba.network"
|
|
@@ -4339,7 +4339,7 @@
|
|
|
4339
4339
|
"name": "Bobabeam",
|
|
4340
4340
|
"isTestnet": false,
|
|
4341
4341
|
"chainStatus": "INACTIVE",
|
|
4342
|
-
"icon": "https://
|
|
4342
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabeam.png",
|
|
4343
4343
|
"providers": {
|
|
4344
4344
|
"RPC": "https://bobabeam.boba.network",
|
|
4345
4345
|
"Replica RPC": "https://replica.bobabeam.boba.network"
|
|
@@ -4364,7 +4364,7 @@
|
|
|
4364
4364
|
"name": "KILT Peregrine",
|
|
4365
4365
|
"isTestnet": true,
|
|
4366
4366
|
"chainStatus": "ACTIVE",
|
|
4367
|
-
"icon": "https://
|
|
4367
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt_peregrine.png",
|
|
4368
4368
|
"providers": {
|
|
4369
4369
|
"kilt": "wss://peregrine.kilt.io/parachain-public-ws/"
|
|
4370
4370
|
},
|
|
@@ -4396,7 +4396,7 @@
|
|
|
4396
4396
|
"name": "XX Network",
|
|
4397
4397
|
"isTestnet": false,
|
|
4398
4398
|
"chainStatus": "ACTIVE",
|
|
4399
|
-
"icon": "https://
|
|
4399
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xx_network.png",
|
|
4400
4400
|
"providers": {
|
|
4401
4401
|
"XX Foundation": "wss://rpc.xx.network"
|
|
4402
4402
|
},
|
|
@@ -4425,7 +4425,7 @@
|
|
|
4425
4425
|
"name": "Watr Testnet",
|
|
4426
4426
|
"isTestnet": true,
|
|
4427
4427
|
"chainStatus": "ACTIVE",
|
|
4428
|
-
"icon": "https://
|
|
4428
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network.png",
|
|
4429
4429
|
"providers": {
|
|
4430
4430
|
"watr": "wss://rpc.dev.watr.org"
|
|
4431
4431
|
},
|
|
@@ -4454,7 +4454,7 @@
|
|
|
4454
4454
|
"name": "Watr Testnet - EVM",
|
|
4455
4455
|
"isTestnet": true,
|
|
4456
4456
|
"chainStatus": "ACTIVE",
|
|
4457
|
-
"icon": "https://
|
|
4457
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network_evm.png",
|
|
4458
4458
|
"providers": {
|
|
4459
4459
|
"watr": "https://rpc.dev.watr.org"
|
|
4460
4460
|
},
|
|
@@ -4478,7 +4478,7 @@
|
|
|
4478
4478
|
"name": "Fusotao",
|
|
4479
4479
|
"isTestnet": false,
|
|
4480
4480
|
"chainStatus": "ACTIVE",
|
|
4481
|
-
"icon": "https://
|
|
4481
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fusotao.png",
|
|
4482
4482
|
"providers": {
|
|
4483
4483
|
"fusotao": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2"
|
|
4484
4484
|
},
|
|
@@ -4507,7 +4507,7 @@
|
|
|
4507
4507
|
"name": "Discovol",
|
|
4508
4508
|
"isTestnet": false,
|
|
4509
4509
|
"chainStatus": "ACTIVE",
|
|
4510
|
-
"icon": "https://
|
|
4510
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol.png",
|
|
4511
4511
|
"providers": {
|
|
4512
4512
|
"discovol": "wss://gateway.mainnet.octopus.network/discovol/afpft46l1egfhrv8at5pfyrld03zseo1"
|
|
4513
4513
|
},
|
|
@@ -4536,7 +4536,7 @@
|
|
|
4536
4536
|
"name": "Discovol Testnet",
|
|
4537
4537
|
"isTestnet": true,
|
|
4538
4538
|
"chainStatus": "INACTIVE",
|
|
4539
|
-
"icon": "https://
|
|
4539
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol_testnet.png",
|
|
4540
4540
|
"providers": {
|
|
4541
4541
|
"discovol_testnet": "wss://gateway.testnet.octopus.network/discovol/o4urcey87y4n1qimhfrad92gzs315z9h"
|
|
4542
4542
|
},
|
|
@@ -4565,7 +4565,7 @@
|
|
|
4565
4565
|
"name": "Atocha",
|
|
4566
4566
|
"isTestnet": false,
|
|
4567
4567
|
"chainStatus": "ACTIVE",
|
|
4568
|
-
"icon": "https://
|
|
4568
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/atocha.png",
|
|
4569
4569
|
"providers": {
|
|
4570
4570
|
"atocha": "wss://gateway.mainnet.octopus.network/atocha/jungxomf4hdcfocwcalgoiz64g9avjim"
|
|
4571
4571
|
},
|
|
@@ -4594,7 +4594,7 @@
|
|
|
4594
4594
|
"name": "Myriad",
|
|
4595
4595
|
"isTestnet": false,
|
|
4596
4596
|
"chainStatus": "ACTIVE",
|
|
4597
|
-
"icon": "https://
|
|
4597
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/myriad.png",
|
|
4598
4598
|
"providers": {
|
|
4599
4599
|
"myriad": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0"
|
|
4600
4600
|
},
|
|
@@ -4623,7 +4623,7 @@
|
|
|
4623
4623
|
"name": "DeBio",
|
|
4624
4624
|
"isTestnet": false,
|
|
4625
4625
|
"chainStatus": "ACTIVE",
|
|
4626
|
-
"icon": "https://
|
|
4626
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/debio.png",
|
|
4627
4627
|
"providers": {
|
|
4628
4628
|
"deBio": "wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e"
|
|
4629
4629
|
},
|
|
@@ -4652,7 +4652,7 @@
|
|
|
4652
4652
|
"name": "Polkadot Collectives",
|
|
4653
4653
|
"isTestnet": false,
|
|
4654
4654
|
"chainStatus": "ACTIVE",
|
|
4655
|
-
"icon": "https://
|
|
4655
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/collectives.png",
|
|
4656
4656
|
"providers": {
|
|
4657
4657
|
"viaParity": "wss://polkadot-collectives-rpc.polkadot.io"
|
|
4658
4658
|
},
|
|
@@ -4681,7 +4681,7 @@
|
|
|
4681
4681
|
"name": "Ajuna Network",
|
|
4682
4682
|
"isTestnet": false,
|
|
4683
4683
|
"chainStatus": "ACTIVE",
|
|
4684
|
-
"icon": "https://
|
|
4684
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ajunapolkadot.png",
|
|
4685
4685
|
"providers": {
|
|
4686
4686
|
"OnFinality": "wss://ajuna.api.onfinality.io/public-ws"
|
|
4687
4687
|
},
|
|
@@ -4722,7 +4722,7 @@
|
|
|
4722
4722
|
"name": "Bitgreen",
|
|
4723
4723
|
"isTestnet": false,
|
|
4724
4724
|
"chainStatus": "ACTIVE",
|
|
4725
|
-
"icon": "https://
|
|
4725
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitgreen.png",
|
|
4726
4726
|
"providers": {
|
|
4727
4727
|
"viaBitgreen": "wss://mainnet.bitgreen.org"
|
|
4728
4728
|
},
|
|
@@ -4751,7 +4751,7 @@
|
|
|
4751
4751
|
"name": "Frequency",
|
|
4752
4752
|
"isTestnet": false,
|
|
4753
4753
|
"chainStatus": "ACTIVE",
|
|
4754
|
-
"icon": "https://
|
|
4754
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/frequency.png",
|
|
4755
4755
|
"providers": {
|
|
4756
4756
|
"Frequency 0": "wss://0.rpc.frequency.xyz",
|
|
4757
4757
|
"Frequency 1": "wss://1.rpc.frequency.xyz"
|
|
@@ -4781,7 +4781,7 @@
|
|
|
4781
4781
|
"name": "Hashed Network",
|
|
4782
4782
|
"isTestnet": false,
|
|
4783
4783
|
"chainStatus": "ACTIVE",
|
|
4784
|
-
"icon": "https://
|
|
4784
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hashednetwork.png",
|
|
4785
4785
|
"providers": {
|
|
4786
4786
|
"Hashed Systems": "wss://c1.hashed.live",
|
|
4787
4787
|
"Hashed Systems 2": "wss://c2.hashed.network",
|
|
@@ -4835,7 +4835,7 @@
|
|
|
4835
4835
|
"name": "Kapex",
|
|
4836
4836
|
"isTestnet": false,
|
|
4837
4837
|
"chainStatus": "INACTIVE",
|
|
4838
|
-
"icon": "https://
|
|
4838
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kapex.png",
|
|
4839
4839
|
"providers": {
|
|
4840
4840
|
"viaTotem": "wss://kapex-rpc.dwellir.com"
|
|
4841
4841
|
},
|
|
@@ -4876,7 +4876,7 @@
|
|
|
4876
4876
|
"name": "Kylin Network",
|
|
4877
4877
|
"isTestnet": false,
|
|
4878
4878
|
"chainStatus": "INACTIVE",
|
|
4879
|
-
"icon": "https://
|
|
4879
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kylinnetwork.png",
|
|
4880
4880
|
"providers": {
|
|
4881
4881
|
"Kylin Network": "wss://polkadot.kylin-node.co.uk"
|
|
4882
4882
|
},
|
|
@@ -4917,7 +4917,7 @@
|
|
|
4917
4917
|
"name": "DAO IPCI",
|
|
4918
4918
|
"isTestnet": false,
|
|
4919
4919
|
"chainStatus": "ACTIVE",
|
|
4920
|
-
"icon": "https://
|
|
4920
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ipci.png",
|
|
4921
4921
|
"providers": {
|
|
4922
4922
|
"viaAiralab": "wss://kusama.rpc.ipci.io"
|
|
4923
4923
|
},
|
|
@@ -4946,7 +4946,7 @@
|
|
|
4946
4946
|
"name": "KICO",
|
|
4947
4947
|
"isTestnet": false,
|
|
4948
4948
|
"chainStatus": "INACTIVE",
|
|
4949
|
-
"icon": "https://
|
|
4949
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kico.png",
|
|
4950
4950
|
"providers": {},
|
|
4951
4951
|
"evmInfo": null,
|
|
4952
4952
|
"substrateInfo": {
|
|
@@ -4985,7 +4985,7 @@
|
|
|
4985
4985
|
"name": "Luhn Network",
|
|
4986
4986
|
"isTestnet": false,
|
|
4987
4987
|
"chainStatus": "INACTIVE",
|
|
4988
|
-
"icon": "https://
|
|
4988
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/luhnnetwork.png",
|
|
4989
4989
|
"providers": {},
|
|
4990
4990
|
"evmInfo": null,
|
|
4991
4991
|
"substrateInfo": {
|
|
@@ -5012,7 +5012,7 @@
|
|
|
5012
5012
|
"name": "Pichiu Network",
|
|
5013
5013
|
"isTestnet": false,
|
|
5014
5014
|
"chainStatus": "INACTIVE",
|
|
5015
|
-
"icon": "https://
|
|
5015
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pichiu.png",
|
|
5016
5016
|
"providers": {},
|
|
5017
5017
|
"evmInfo": null,
|
|
5018
5018
|
"substrateInfo": {
|
|
@@ -5051,7 +5051,7 @@
|
|
|
5051
5051
|
"name": "RioDeFi",
|
|
5052
5052
|
"isTestnet": false,
|
|
5053
5053
|
"chainStatus": "INACTIVE",
|
|
5054
|
-
"icon": "https://
|
|
5054
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riodefi.png",
|
|
5055
5055
|
"providers": {},
|
|
5056
5056
|
"evmInfo": null,
|
|
5057
5057
|
"substrateInfo": {
|
|
@@ -5078,7 +5078,7 @@
|
|
|
5078
5078
|
"name": "Automata",
|
|
5079
5079
|
"isTestnet": false,
|
|
5080
5080
|
"chainStatus": "ACTIVE",
|
|
5081
|
-
"icon": "https://
|
|
5081
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/automata.png",
|
|
5082
5082
|
"providers": {
|
|
5083
5083
|
"OnFinality": "wss://automata.api.onfinality.io/public-ws"
|
|
5084
5084
|
},
|
|
@@ -5107,7 +5107,7 @@
|
|
|
5107
5107
|
"name": "Creditcoin",
|
|
5108
5108
|
"isTestnet": false,
|
|
5109
5109
|
"chainStatus": "ACTIVE",
|
|
5110
|
-
"icon": "https://
|
|
5110
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcoin.png",
|
|
5111
5111
|
"providers": {
|
|
5112
5112
|
"Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
|
|
5113
5113
|
},
|
|
@@ -5139,7 +5139,7 @@
|
|
|
5139
5139
|
"name": "Crown Sterling",
|
|
5140
5140
|
"isTestnet": false,
|
|
5141
5141
|
"chainStatus": "ACTIVE",
|
|
5142
|
-
"icon": "https://
|
|
5142
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crownsterling.png",
|
|
5143
5143
|
"providers": {
|
|
5144
5144
|
"Crown Sterling": "wss://blockchain.crownsterling.io"
|
|
5145
5145
|
},
|
|
@@ -5168,7 +5168,7 @@
|
|
|
5168
5168
|
"name": "Dock",
|
|
5169
5169
|
"isTestnet": false,
|
|
5170
5170
|
"chainStatus": "ACTIVE",
|
|
5171
|
-
"icon": "https://
|
|
5171
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dockposmainnet.png",
|
|
5172
5172
|
"providers": {
|
|
5173
5173
|
"Dock Association": "wss://mainnet-node.dock.io"
|
|
5174
5174
|
},
|
|
@@ -5200,7 +5200,7 @@
|
|
|
5200
5200
|
"name": "Kusari",
|
|
5201
5201
|
"isTestnet": false,
|
|
5202
5202
|
"chainStatus": "INACTIVE",
|
|
5203
|
-
"icon": "https://
|
|
5203
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusari.png",
|
|
5204
5204
|
"providers": {},
|
|
5205
5205
|
"evmInfo": null,
|
|
5206
5206
|
"substrateInfo": {
|
|
@@ -5227,7 +5227,7 @@
|
|
|
5227
5227
|
"name": "logion Standalone",
|
|
5228
5228
|
"isTestnet": false,
|
|
5229
5229
|
"chainStatus": "ACTIVE",
|
|
5230
|
-
"icon": "https://
|
|
5230
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/logion.png",
|
|
5231
5231
|
"providers": {
|
|
5232
5232
|
"Logion": "wss://rpc01.logion.network"
|
|
5233
5233
|
},
|
|
@@ -5279,7 +5279,7 @@
|
|
|
5279
5279
|
"name": "Neatcoin",
|
|
5280
5280
|
"isTestnet": false,
|
|
5281
5281
|
"chainStatus": "ACTIVE",
|
|
5282
|
-
"icon": "https://
|
|
5282
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/neatcoin.png",
|
|
5283
5283
|
"providers": {
|
|
5284
5284
|
"Neatcoin": "wss://rpc.neatcoin.org/ws"
|
|
5285
5285
|
},
|
|
@@ -5308,7 +5308,7 @@
|
|
|
5308
5308
|
"name": "NFTMart",
|
|
5309
5309
|
"isTestnet": false,
|
|
5310
5310
|
"chainStatus": "ACTIVE",
|
|
5311
|
-
"icon": "https://
|
|
5311
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nftmart.png",
|
|
5312
5312
|
"providers": {
|
|
5313
5313
|
"NFTMart": "wss://mainnet.nftmart.io/rpc/ws"
|
|
5314
5314
|
},
|
|
@@ -5337,7 +5337,7 @@
|
|
|
5337
5337
|
"name": "Polymesh Mainnet",
|
|
5338
5338
|
"isTestnet": false,
|
|
5339
5339
|
"chainStatus": "ACTIVE",
|
|
5340
|
-
"icon": "https://
|
|
5340
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polymesh.png",
|
|
5341
5341
|
"providers": {
|
|
5342
5342
|
"Polymath": "wss://mainnet-rpc.polymesh.network"
|
|
5343
5343
|
},
|
|
@@ -5369,7 +5369,7 @@
|
|
|
5369
5369
|
"name": "RioChain",
|
|
5370
5370
|
"isTestnet": false,
|
|
5371
5371
|
"chainStatus": "INACTIVE",
|
|
5372
|
-
"icon": "https://
|
|
5372
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riochain.png",
|
|
5373
5373
|
"providers": {},
|
|
5374
5374
|
"evmInfo": null,
|
|
5375
5375
|
"substrateInfo": {
|
|
@@ -5396,7 +5396,7 @@
|
|
|
5396
5396
|
"name": "SherpaX",
|
|
5397
5397
|
"isTestnet": false,
|
|
5398
5398
|
"chainStatus": "INACTIVE",
|
|
5399
|
-
"icon": "https://
|
|
5399
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sherpax.png",
|
|
5400
5400
|
"providers": {},
|
|
5401
5401
|
"evmInfo": null,
|
|
5402
5402
|
"substrateInfo": {
|
|
@@ -5423,7 +5423,7 @@
|
|
|
5423
5423
|
"name": "SORA",
|
|
5424
5424
|
"isTestnet": false,
|
|
5425
5425
|
"chainStatus": "ACTIVE",
|
|
5426
|
-
"icon": "https://
|
|
5426
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_substrate.png",
|
|
5427
5427
|
"providers": {
|
|
5428
5428
|
"SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
|
|
5429
5429
|
"SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
|
|
@@ -5481,7 +5481,7 @@
|
|
|
5481
5481
|
"name": "Swapdex",
|
|
5482
5482
|
"isTestnet": false,
|
|
5483
5483
|
"chainStatus": "INACTIVE",
|
|
5484
|
-
"icon": "https://
|
|
5484
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/swapdex.png",
|
|
5485
5485
|
"providers": {
|
|
5486
5486
|
"Swapdex": "wss://ws.swapdex.network"
|
|
5487
5487
|
},
|
|
@@ -5510,7 +5510,7 @@
|
|
|
5510
5510
|
"name": "3DPass",
|
|
5511
5511
|
"isTestnet": false,
|
|
5512
5512
|
"chainStatus": "ACTIVE",
|
|
5513
|
-
"icon": "https://
|
|
5513
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/3dpass.png",
|
|
5514
5514
|
"providers": {
|
|
5515
5515
|
"3dpass": "wss://rpc.3dpass.org",
|
|
5516
5516
|
"3dpscan": "wss://rpc.3dpscan.io",
|
|
@@ -5541,7 +5541,7 @@
|
|
|
5541
5541
|
"name": "Aleph Zero Smartnet",
|
|
5542
5542
|
"isTestnet": true,
|
|
5543
5543
|
"chainStatus": "INACTIVE",
|
|
5544
|
-
"icon": "https://
|
|
5544
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephsmartnet.png",
|
|
5545
5545
|
"providers": {},
|
|
5546
5546
|
"evmInfo": null,
|
|
5547
5547
|
"substrateInfo": {
|
|
@@ -5568,7 +5568,7 @@
|
|
|
5568
5568
|
"name": "Kulupu",
|
|
5569
5569
|
"isTestnet": false,
|
|
5570
5570
|
"chainStatus": "ACTIVE",
|
|
5571
|
-
"icon": "https://
|
|
5571
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kulupu.png",
|
|
5572
5572
|
"providers": {
|
|
5573
5573
|
"Kulupu": "wss://rpc.kulupu.corepaper.org/ws"
|
|
5574
5574
|
},
|
|
@@ -5597,7 +5597,7 @@
|
|
|
5597
5597
|
"name": "Joystream",
|
|
5598
5598
|
"isTestnet": false,
|
|
5599
5599
|
"chainStatus": "ACTIVE",
|
|
5600
|
-
"icon": "https://
|
|
5600
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/joystream.png",
|
|
5601
5601
|
"providers": {
|
|
5602
5602
|
"Jsgenesis": "wss://rpc.joystream.org"
|
|
5603
5603
|
},
|
|
@@ -5629,7 +5629,7 @@
|
|
|
5629
5629
|
"name": "Aventus Testnet",
|
|
5630
5630
|
"isTestnet": true,
|
|
5631
5631
|
"chainStatus": "ACTIVE",
|
|
5632
|
-
"icon": "https://
|
|
5632
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus_testnet.png",
|
|
5633
5633
|
"providers": {
|
|
5634
5634
|
"Aventus": "wss://public-rpc.public-testnet.aventus.io"
|
|
5635
5635
|
},
|
|
@@ -5658,7 +5658,7 @@
|
|
|
5658
5658
|
"name": "Vara Network",
|
|
5659
5659
|
"isTestnet": false,
|
|
5660
5660
|
"chainStatus": "ACTIVE",
|
|
5661
|
-
"icon": "https://
|
|
5661
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_network.png",
|
|
5662
5662
|
"providers": {
|
|
5663
5663
|
"Vara": "wss://rpc.vara-network.io",
|
|
5664
5664
|
"Vara Network": "wss://rpc.vara.network"
|
|
@@ -5691,7 +5691,7 @@
|
|
|
5691
5691
|
"name": "Avail Kate Testnet",
|
|
5692
5692
|
"isTestnet": true,
|
|
5693
5693
|
"chainStatus": "INACTIVE",
|
|
5694
|
-
"icon": "https://
|
|
5694
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kate.png",
|
|
5695
5695
|
"providers": {
|
|
5696
5696
|
"AVAIL": "wss://kate.avail.tools/ws"
|
|
5697
5697
|
},
|
|
@@ -5720,7 +5720,7 @@
|
|
|
5720
5720
|
"name": "Polkadot Bridge Hub",
|
|
5721
5721
|
"isTestnet": false,
|
|
5722
5722
|
"chainStatus": "ACTIVE",
|
|
5723
|
-
"icon": "https://
|
|
5723
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubpolkadot.png",
|
|
5724
5724
|
"providers": {
|
|
5725
5725
|
"Parity": "wss://polkadot-bridge-hub-rpc.polkadot.io",
|
|
5726
5726
|
"Stakeworld": "wss://dot-rpc.stakeworld.io/bridgehub"
|
|
@@ -5750,7 +5750,7 @@
|
|
|
5750
5750
|
"name": "Kusama Bridge Hub",
|
|
5751
5751
|
"isTestnet": false,
|
|
5752
5752
|
"chainStatus": "ACTIVE",
|
|
5753
|
-
"icon": "https://
|
|
5753
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubkusama.png",
|
|
5754
5754
|
"providers": {
|
|
5755
5755
|
"Parity": "wss://kusama-bridge-hub-rpc.polkadot.io",
|
|
5756
5756
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/bridgehub",
|
|
@@ -5782,7 +5782,7 @@
|
|
|
5782
5782
|
"name": "Fantom Testnet",
|
|
5783
5783
|
"isTestnet": true,
|
|
5784
5784
|
"chainStatus": "ACTIVE",
|
|
5785
|
-
"icon": "https://
|
|
5785
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom_testnet.png",
|
|
5786
5786
|
"providers": {
|
|
5787
5787
|
"Ankr": "https://rpc.ankr.com/fantom_testnet",
|
|
5788
5788
|
"X_API": "https://xapi.testnet.fantom.network/lachesis/",
|
|
@@ -5809,7 +5809,7 @@
|
|
|
5809
5809
|
"name": "Fantom",
|
|
5810
5810
|
"isTestnet": false,
|
|
5811
5811
|
"chainStatus": "ACTIVE",
|
|
5812
|
-
"icon": "https://
|
|
5812
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom.png",
|
|
5813
5813
|
"providers": {
|
|
5814
5814
|
"Ankr": "https://rpc.ankr.com/fantom",
|
|
5815
5815
|
"RPC_API": "https://rpcapi.fantom.network",
|
|
@@ -5837,7 +5837,7 @@
|
|
|
5837
5837
|
"name": "Krest Network",
|
|
5838
5838
|
"isTestnet": false,
|
|
5839
5839
|
"chainStatus": "ACTIVE",
|
|
5840
|
-
"icon": "https://
|
|
5840
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/krest_network.png",
|
|
5841
5841
|
"providers": {
|
|
5842
5842
|
"Peaq": "wss://wss-krest.peaq.network/",
|
|
5843
5843
|
"UnitedBloc": "wss://krest.unitedbloc.com/"
|
|
@@ -5882,7 +5882,7 @@
|
|
|
5882
5882
|
"name": "Deeper Network",
|
|
5883
5883
|
"isTestnet": false,
|
|
5884
5884
|
"chainStatus": "ACTIVE",
|
|
5885
|
-
"icon": "https://
|
|
5885
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/deeper_network.png",
|
|
5886
5886
|
"providers": {
|
|
5887
5887
|
"DeeperNetwork": "wss://mainnet-full.deeper.network"
|
|
5888
5888
|
},
|
|
@@ -5911,7 +5911,7 @@
|
|
|
5911
5911
|
"name": "Jur Network",
|
|
5912
5912
|
"isTestnet": false,
|
|
5913
5913
|
"chainStatus": "ACTIVE",
|
|
5914
|
-
"icon": "https://
|
|
5914
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/jur_network.png",
|
|
5915
5915
|
"providers": {
|
|
5916
5916
|
"Jur Mainnet": "wss://mainnet.jur.io/"
|
|
5917
5917
|
},
|
|
@@ -5940,7 +5940,7 @@
|
|
|
5940
5940
|
"name": "Base Mainnet",
|
|
5941
5941
|
"isTestnet": false,
|
|
5942
5942
|
"chainStatus": "ACTIVE",
|
|
5943
|
-
"icon": "https://
|
|
5943
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/base_mainnet.png",
|
|
5944
5944
|
"providers": {
|
|
5945
5945
|
"PublicNode": "https://base.publicnode.com"
|
|
5946
5946
|
},
|
|
@@ -5964,7 +5964,7 @@
|
|
|
5964
5964
|
"name": "Avalanche C-Chain",
|
|
5965
5965
|
"isTestnet": false,
|
|
5966
5966
|
"chainStatus": "ACTIVE",
|
|
5967
|
-
"icon": "https://
|
|
5967
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avalanche_c.png",
|
|
5968
5968
|
"providers": {
|
|
5969
5969
|
"Avax Network": "https://api.avax.network/ext/bc/C/rpc",
|
|
5970
5970
|
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
@@ -5992,7 +5992,7 @@
|
|
|
5992
5992
|
"name": "Crust Mainnet",
|
|
5993
5993
|
"isTestnet": false,
|
|
5994
5994
|
"chainStatus": "ACTIVE",
|
|
5995
|
-
"icon": "https://
|
|
5995
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust_mainnet.png",
|
|
5996
5996
|
"providers": {
|
|
5997
5997
|
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
5998
5998
|
"Crust Network": "wss://rpc.crust.network"
|
|
@@ -6025,7 +6025,7 @@
|
|
|
6025
6025
|
"name": "Acala - EVM",
|
|
6026
6026
|
"isTestnet": false,
|
|
6027
6027
|
"chainStatus": "ACTIVE",
|
|
6028
|
-
"icon": "https://
|
|
6028
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_evm.png",
|
|
6029
6029
|
"providers": {
|
|
6030
6030
|
"Acala": "https://eth-rpc-acala.aca-api.network"
|
|
6031
6031
|
},
|
|
@@ -6049,7 +6049,7 @@
|
|
|
6049
6049
|
"name": "Karura - EVM",
|
|
6050
6050
|
"isTestnet": false,
|
|
6051
6051
|
"chainStatus": "ACTIVE",
|
|
6052
|
-
"icon": "https://
|
|
6052
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura_evm.png",
|
|
6053
6053
|
"providers": {
|
|
6054
6054
|
"Acala": "https://eth-rpc-karura.aca-api.network"
|
|
6055
6055
|
},
|
|
@@ -6073,7 +6073,7 @@
|
|
|
6073
6073
|
"name": "Bittensor",
|
|
6074
6074
|
"isTestnet": false,
|
|
6075
6075
|
"chainStatus": "ACTIVE",
|
|
6076
|
-
"icon": "https://
|
|
6076
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bittensor.png",
|
|
6077
6077
|
"providers": {
|
|
6078
6078
|
"Opentensor": "wss://entrypoint-finney.opentensor.ai:443"
|
|
6079
6079
|
},
|
|
@@ -6114,7 +6114,7 @@
|
|
|
6114
6114
|
"name": "Xcavate",
|
|
6115
6115
|
"isTestnet": true,
|
|
6116
6116
|
"chainStatus": "INACTIVE",
|
|
6117
|
-
"icon": "https://
|
|
6117
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xcavate.png",
|
|
6118
6118
|
"providers": {
|
|
6119
6119
|
"Tanssi": "wss://fraa-dancebox-3031-rpc.a.dancebox.tanssi.network"
|
|
6120
6120
|
},
|
|
@@ -6143,7 +6143,7 @@
|
|
|
6143
6143
|
"name": "Unorthodox",
|
|
6144
6144
|
"isTestnet": false,
|
|
6145
6145
|
"chainStatus": "INACTIVE",
|
|
6146
|
-
"icon": "https://
|
|
6146
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unorthodox.png",
|
|
6147
6147
|
"providers": {},
|
|
6148
6148
|
"evmInfo": null,
|
|
6149
6149
|
"substrateInfo": {
|
|
@@ -6170,7 +6170,7 @@
|
|
|
6170
6170
|
"name": "Coinversation",
|
|
6171
6171
|
"isTestnet": false,
|
|
6172
6172
|
"chainStatus": "INACTIVE",
|
|
6173
|
-
"icon": "https://
|
|
6173
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/coinversation.png",
|
|
6174
6174
|
"providers": {},
|
|
6175
6175
|
"evmInfo": null,
|
|
6176
6176
|
"substrateInfo": {
|
|
@@ -6209,7 +6209,7 @@
|
|
|
6209
6209
|
"name": "LayerX Network",
|
|
6210
6210
|
"isTestnet": false,
|
|
6211
6211
|
"chainStatus": "INACTIVE",
|
|
6212
|
-
"icon": "https://
|
|
6212
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/layerx_network.png",
|
|
6213
6213
|
"providers": {},
|
|
6214
6214
|
"evmInfo": null,
|
|
6215
6215
|
"substrateInfo": {
|
|
@@ -6236,7 +6236,7 @@
|
|
|
6236
6236
|
"name": "Moonsama",
|
|
6237
6237
|
"isTestnet": false,
|
|
6238
6238
|
"chainStatus": "INACTIVE",
|
|
6239
|
-
"icon": "https://
|
|
6239
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonsama.png",
|
|
6240
6240
|
"providers": {},
|
|
6241
6241
|
"evmInfo": null,
|
|
6242
6242
|
"substrateInfo": {
|
|
@@ -6275,7 +6275,7 @@
|
|
|
6275
6275
|
"name": "OAK Network",
|
|
6276
6276
|
"isTestnet": false,
|
|
6277
6277
|
"chainStatus": "INACTIVE",
|
|
6278
|
-
"icon": "https://
|
|
6278
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/oak_network.png",
|
|
6279
6279
|
"providers": {},
|
|
6280
6280
|
"evmInfo": null,
|
|
6281
6281
|
"substrateInfo": {
|
|
@@ -6314,7 +6314,7 @@
|
|
|
6314
6314
|
"name": "OmniBTC",
|
|
6315
6315
|
"isTestnet": false,
|
|
6316
6316
|
"chainStatus": "INACTIVE",
|
|
6317
|
-
"icon": "https://
|
|
6317
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/omnibtc.png",
|
|
6318
6318
|
"providers": {},
|
|
6319
6319
|
"evmInfo": null,
|
|
6320
6320
|
"substrateInfo": {
|
|
@@ -6353,7 +6353,7 @@
|
|
|
6353
6353
|
"name": "peaq",
|
|
6354
6354
|
"isTestnet": false,
|
|
6355
6355
|
"chainStatus": "INACTIVE",
|
|
6356
|
-
"icon": "https://
|
|
6356
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/peaq.png",
|
|
6357
6357
|
"providers": {},
|
|
6358
6358
|
"evmInfo": null,
|
|
6359
6359
|
"substrateInfo": {
|
|
@@ -6392,7 +6392,7 @@
|
|
|
6392
6392
|
"name": "Quantum Portal",
|
|
6393
6393
|
"isTestnet": false,
|
|
6394
6394
|
"chainStatus": "INACTIVE",
|
|
6395
|
-
"icon": "https://
|
|
6395
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quantum_portal.png",
|
|
6396
6396
|
"providers": {},
|
|
6397
6397
|
"evmInfo": null,
|
|
6398
6398
|
"substrateInfo": {
|
|
@@ -6419,7 +6419,7 @@
|
|
|
6419
6419
|
"name": "Virto Network",
|
|
6420
6420
|
"isTestnet": false,
|
|
6421
6421
|
"chainStatus": "INACTIVE",
|
|
6422
|
-
"icon": "https://
|
|
6422
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/virto_network.png",
|
|
6423
6423
|
"providers": {},
|
|
6424
6424
|
"evmInfo": null,
|
|
6425
6425
|
"substrateInfo": {
|
|
@@ -6446,7 +6446,7 @@
|
|
|
6446
6446
|
"name": "Energy Web X",
|
|
6447
6447
|
"isTestnet": false,
|
|
6448
6448
|
"chainStatus": "ACTIVE",
|
|
6449
|
-
"icon": "https://
|
|
6449
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x.png",
|
|
6450
6450
|
"providers": {
|
|
6451
6451
|
"EWX": "wss://public-rpc.mainnet.energywebx.com/ws"
|
|
6452
6452
|
},
|
|
@@ -6487,7 +6487,7 @@
|
|
|
6487
6487
|
"name": "InvArch Network",
|
|
6488
6488
|
"isTestnet": false,
|
|
6489
6489
|
"chainStatus": "ACTIVE",
|
|
6490
|
-
"icon": "https://
|
|
6490
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/invarch.png",
|
|
6491
6491
|
"providers": {
|
|
6492
6492
|
"Dwellir": "wss://invarch-rpc.dwellir.com"
|
|
6493
6493
|
},
|
|
@@ -6528,7 +6528,7 @@
|
|
|
6528
6528
|
"name": "Zero",
|
|
6529
6529
|
"isTestnet": false,
|
|
6530
6530
|
"chainStatus": "INACTIVE",
|
|
6531
|
-
"icon": "https://
|
|
6531
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zero.png",
|
|
6532
6532
|
"providers": {},
|
|
6533
6533
|
"evmInfo": null,
|
|
6534
6534
|
"substrateInfo": {
|
|
@@ -6555,7 +6555,7 @@
|
|
|
6555
6555
|
"name": " Kpron Network",
|
|
6556
6556
|
"isTestnet": false,
|
|
6557
6557
|
"chainStatus": "INACTIVE",
|
|
6558
|
-
"icon": "https://
|
|
6558
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kpron_network.png",
|
|
6559
6559
|
"providers": {},
|
|
6560
6560
|
"evmInfo": null,
|
|
6561
6561
|
"substrateInfo": {
|
|
@@ -6582,7 +6582,7 @@
|
|
|
6582
6582
|
"name": "Mars",
|
|
6583
6583
|
"isTestnet": false,
|
|
6584
6584
|
"chainStatus": "INACTIVE",
|
|
6585
|
-
"icon": "https://
|
|
6585
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mars.png",
|
|
6586
6586
|
"providers": {},
|
|
6587
6587
|
"evmInfo": null,
|
|
6588
6588
|
"substrateInfo": {
|
|
@@ -6609,7 +6609,7 @@
|
|
|
6609
6609
|
"name": "Snow",
|
|
6610
6610
|
"isTestnet": false,
|
|
6611
6611
|
"chainStatus": "INACTIVE",
|
|
6612
|
-
"icon": "https://
|
|
6612
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/snow.png",
|
|
6613
6613
|
"providers": {},
|
|
6614
6614
|
"evmInfo": null,
|
|
6615
6615
|
"substrateInfo": {
|
|
@@ -6651,7 +6651,7 @@
|
|
|
6651
6651
|
"name": "Aband",
|
|
6652
6652
|
"isTestnet": false,
|
|
6653
6653
|
"chainStatus": "INACTIVE",
|
|
6654
|
-
"icon": "https://
|
|
6654
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aband.png",
|
|
6655
6655
|
"providers": {},
|
|
6656
6656
|
"evmInfo": null,
|
|
6657
6657
|
"substrateInfo": {
|
|
@@ -6690,7 +6690,7 @@
|
|
|
6690
6690
|
"name": "Acurast Canary",
|
|
6691
6691
|
"isTestnet": false,
|
|
6692
6692
|
"chainStatus": "INACTIVE",
|
|
6693
|
-
"icon": "https://
|
|
6693
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acurast_canary.png",
|
|
6694
6694
|
"providers": {},
|
|
6695
6695
|
"evmInfo": null,
|
|
6696
6696
|
"substrateInfo": {
|
|
@@ -6717,7 +6717,7 @@
|
|
|
6717
6717
|
"name": "Alpha Network",
|
|
6718
6718
|
"isTestnet": false,
|
|
6719
6719
|
"chainStatus": "INACTIVE",
|
|
6720
|
-
"icon": "https://
|
|
6720
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alpha_network.png",
|
|
6721
6721
|
"providers": {},
|
|
6722
6722
|
"evmInfo": null,
|
|
6723
6723
|
"substrateInfo": {
|
|
@@ -6744,7 +6744,7 @@
|
|
|
6744
6744
|
"name": "Loom Network",
|
|
6745
6745
|
"isTestnet": false,
|
|
6746
6746
|
"chainStatus": "INACTIVE",
|
|
6747
|
-
"icon": "https://
|
|
6747
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/loom_network.png",
|
|
6748
6748
|
"providers": {},
|
|
6749
6749
|
"evmInfo": null,
|
|
6750
6750
|
"substrateInfo": {
|
|
@@ -6771,7 +6771,7 @@
|
|
|
6771
6771
|
"name": "SubGame Gamma",
|
|
6772
6772
|
"isTestnet": false,
|
|
6773
6773
|
"chainStatus": "INACTIVE",
|
|
6774
|
-
"icon": "https://
|
|
6774
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_gamma.png",
|
|
6775
6775
|
"providers": {},
|
|
6776
6776
|
"evmInfo": null,
|
|
6777
6777
|
"substrateInfo": {
|
|
@@ -6798,7 +6798,7 @@
|
|
|
6798
6798
|
"name": "TrustBase",
|
|
6799
6799
|
"isTestnet": false,
|
|
6800
6800
|
"chainStatus": "INACTIVE",
|
|
6801
|
-
"icon": "https://
|
|
6801
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/trustbase.png",
|
|
6802
6802
|
"providers": {},
|
|
6803
6803
|
"evmInfo": null,
|
|
6804
6804
|
"substrateInfo": {
|
|
@@ -6825,7 +6825,7 @@
|
|
|
6825
6825
|
"name": "Manta Atlantic",
|
|
6826
6826
|
"isTestnet": false,
|
|
6827
6827
|
"chainStatus": "ACTIVE",
|
|
6828
|
-
"icon": "https://
|
|
6828
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network.png",
|
|
6829
6829
|
"providers": {
|
|
6830
6830
|
"Manta Network": "wss://ws.manta.systems"
|
|
6831
6831
|
},
|
|
@@ -6857,7 +6857,7 @@
|
|
|
6857
6857
|
"name": "t3rn",
|
|
6858
6858
|
"isTestnet": false,
|
|
6859
6859
|
"chainStatus": "INACTIVE",
|
|
6860
|
-
"icon": "https://
|
|
6860
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/t3rn.png",
|
|
6861
6861
|
"providers": {},
|
|
6862
6862
|
"evmInfo": null,
|
|
6863
6863
|
"substrateInfo": {
|
|
@@ -6884,7 +6884,7 @@
|
|
|
6884
6884
|
"name": "Geminis Network",
|
|
6885
6885
|
"isTestnet": false,
|
|
6886
6886
|
"chainStatus": "INACTIVE",
|
|
6887
|
-
"icon": "https://
|
|
6887
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/geminis_network.png",
|
|
6888
6888
|
"providers": {},
|
|
6889
6889
|
"evmInfo": null,
|
|
6890
6890
|
"substrateInfo": {
|
|
@@ -6911,7 +6911,7 @@
|
|
|
6911
6911
|
"name": "Polimec Polkadot",
|
|
6912
6912
|
"isTestnet": false,
|
|
6913
6913
|
"chainStatus": "ACTIVE",
|
|
6914
|
-
"icon": "https://
|
|
6914
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polimec.png",
|
|
6915
6915
|
"providers": {
|
|
6916
6916
|
"Polimec": "wss://rpc.polimec.org"
|
|
6917
6917
|
},
|
|
@@ -6952,7 +6952,7 @@
|
|
|
6952
6952
|
"name": "SubDAO",
|
|
6953
6953
|
"isTestnet": false,
|
|
6954
6954
|
"chainStatus": "INACTIVE",
|
|
6955
|
-
"icon": "https://
|
|
6955
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subdao.png",
|
|
6956
6956
|
"providers": {},
|
|
6957
6957
|
"evmInfo": null,
|
|
6958
6958
|
"substrateInfo": {
|
|
@@ -6979,7 +6979,7 @@
|
|
|
6979
6979
|
"name": "SubGame Network",
|
|
6980
6980
|
"isTestnet": false,
|
|
6981
6981
|
"chainStatus": "INACTIVE",
|
|
6982
|
-
"icon": "https://
|
|
6982
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_network.png",
|
|
6983
6983
|
"providers": {},
|
|
6984
6984
|
"evmInfo": null,
|
|
6985
6985
|
"substrateInfo": {
|
|
@@ -7006,7 +7006,7 @@
|
|
|
7006
7006
|
"name": "ZetaChain Testnet",
|
|
7007
7007
|
"isTestnet": true,
|
|
7008
7008
|
"chainStatus": "ACTIVE",
|
|
7009
|
-
"icon": "https://
|
|
7009
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeta_test.png",
|
|
7010
7010
|
"providers": {
|
|
7011
7011
|
"Athens": "https://zetachain-athens-evm.blockpi.network/v1/rpc/public"
|
|
7012
7012
|
},
|
|
@@ -7027,7 +7027,7 @@
|
|
|
7027
7027
|
"name": "Watr Mainnet",
|
|
7028
7028
|
"isTestnet": false,
|
|
7029
7029
|
"chainStatus": "ACTIVE",
|
|
7030
|
-
"icon": "https://
|
|
7030
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet.png",
|
|
7031
7031
|
"providers": {
|
|
7032
7032
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7033
7033
|
},
|
|
@@ -7056,7 +7056,7 @@
|
|
|
7056
7056
|
"name": "Watr Mainnet - EVM",
|
|
7057
7057
|
"isTestnet": false,
|
|
7058
7058
|
"chainStatus": "ACTIVE",
|
|
7059
|
-
"icon": "https://
|
|
7059
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet_evm.png",
|
|
7060
7060
|
"providers": {
|
|
7061
7061
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7062
7062
|
},
|
|
@@ -7077,7 +7077,7 @@
|
|
|
7077
7077
|
"name": "Enjin Relaychain",
|
|
7078
7078
|
"isTestnet": false,
|
|
7079
7079
|
"chainStatus": "ACTIVE",
|
|
7080
|
-
"icon": "https://
|
|
7080
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_relaychain.png",
|
|
7081
7081
|
"providers": {
|
|
7082
7082
|
"Enjin": "wss://rpc.relay.blockchain.enjin.io/"
|
|
7083
7083
|
},
|
|
@@ -7106,7 +7106,7 @@
|
|
|
7106
7106
|
"name": "Enjin Matrixchain",
|
|
7107
7107
|
"isTestnet": false,
|
|
7108
7108
|
"chainStatus": "ACTIVE",
|
|
7109
|
-
"icon": "https://
|
|
7109
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_matrixchain.png",
|
|
7110
7110
|
"providers": {
|
|
7111
7111
|
"MatrixChain": "wss://rpc.matrix.blockchain.enjin.io/",
|
|
7112
7112
|
"Dwellir": "wss://enjin-matrix-rpc-1.dwellir.com/"
|
|
@@ -7136,7 +7136,7 @@
|
|
|
7136
7136
|
"name": "Vara Network Testnet",
|
|
7137
7137
|
"isTestnet": true,
|
|
7138
7138
|
"chainStatus": "ACTIVE",
|
|
7139
|
-
"icon": "https://
|
|
7139
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_testnet.png",
|
|
7140
7140
|
"providers": {
|
|
7141
7141
|
"Vara": "wss://testnet.vara-network.io"
|
|
7142
7142
|
},
|
|
@@ -7165,7 +7165,7 @@
|
|
|
7165
7165
|
"name": "Avail Goldberg Testnet",
|
|
7166
7166
|
"isTestnet": true,
|
|
7167
7167
|
"chainStatus": "ACTIVE",
|
|
7168
|
-
"icon": "https://
|
|
7168
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/goldberg_testnet.png",
|
|
7169
7169
|
"providers": {
|
|
7170
7170
|
"Avail Goldberg Testnet": "wss://goldberg.avail.tools/ws"
|
|
7171
7171
|
},
|
|
@@ -7194,7 +7194,7 @@
|
|
|
7194
7194
|
"name": "EWX Staging Parachain",
|
|
7195
7195
|
"isTestnet": true,
|
|
7196
7196
|
"chainStatus": "ACTIVE",
|
|
7197
|
-
"icon": "https://
|
|
7197
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_testnet.png",
|
|
7198
7198
|
"providers": {
|
|
7199
7199
|
"EWX": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws"
|
|
7200
7200
|
},
|
|
@@ -7223,7 +7223,7 @@
|
|
|
7223
7223
|
"name": "Energy Web Chain",
|
|
7224
7224
|
"isTestnet": false,
|
|
7225
7225
|
"chainStatus": "ACTIVE",
|
|
7226
|
-
"icon": "https://
|
|
7226
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_chain.png",
|
|
7227
7227
|
"providers": {
|
|
7228
7228
|
"Energy Web Chain": "https://rpc.energyweb.org"
|
|
7229
7229
|
},
|
|
@@ -7247,7 +7247,7 @@
|
|
|
7247
7247
|
"name": "Energy Web X Rococo",
|
|
7248
7248
|
"isTestnet": true,
|
|
7249
7249
|
"chainStatus": "ACTIVE",
|
|
7250
|
-
"icon": "https://
|
|
7250
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_rococo.png",
|
|
7251
7251
|
"providers": {
|
|
7252
7252
|
"EWX": "wss://public-rpc.testnet.energywebx.com/ws"
|
|
7253
7253
|
},
|
|
@@ -7276,7 +7276,7 @@
|
|
|
7276
7276
|
"name": "Manta Pacific",
|
|
7277
7277
|
"isTestnet": false,
|
|
7278
7278
|
"chainStatus": "ACTIVE",
|
|
7279
|
-
"icon": "https://
|
|
7279
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network_evm.png",
|
|
7280
7280
|
"providers": {
|
|
7281
7281
|
"Manta Pacific": "https://pacific-rpc.manta.network/http"
|
|
7282
7282
|
},
|
|
@@ -7300,7 +7300,7 @@
|
|
|
7300
7300
|
"name": "Polkadex Polkadot",
|
|
7301
7301
|
"isTestnet": false,
|
|
7302
7302
|
"chainStatus": "ACTIVE",
|
|
7303
|
-
"icon": "https://
|
|
7303
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex_dot.png",
|
|
7304
7304
|
"providers": {
|
|
7305
7305
|
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
7306
7306
|
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
@@ -7340,41 +7340,12 @@
|
|
|
7340
7340
|
"chainBalanceSlug": null
|
|
7341
7341
|
}
|
|
7342
7342
|
},
|
|
7343
|
-
"bittensor_testnet": {
|
|
7344
|
-
"slug": "bittensor_testnet",
|
|
7345
|
-
"name": "Bittensor Testnet",
|
|
7346
|
-
"isTestnet": true,
|
|
7347
|
-
"chainStatus": "INACTIVE",
|
|
7348
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7349
|
-
"providers": {
|
|
7350
|
-
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
7351
|
-
},
|
|
7352
|
-
"evmInfo": null,
|
|
7353
|
-
"substrateInfo": {
|
|
7354
|
-
"relaySlug": null,
|
|
7355
|
-
"paraId": null,
|
|
7356
|
-
"genesisHash": "0x8f9cf856bf558a14440e75569c9e58594757048d7b3a84b5d25f6bd978263105",
|
|
7357
|
-
"addressPrefix": 42,
|
|
7358
|
-
"chainType": null,
|
|
7359
|
-
"crowdloanUrl": null,
|
|
7360
|
-
"blockExplorer": null,
|
|
7361
|
-
"existentialDeposit": "500",
|
|
7362
|
-
"symbol": "TAO",
|
|
7363
|
-
"decimals": 9,
|
|
7364
|
-
"hasNativeNft": null,
|
|
7365
|
-
"supportStaking": true,
|
|
7366
|
-
"supportSmartContract": null,
|
|
7367
|
-
"crowdloanParaId": null,
|
|
7368
|
-
"crowdloanFunds": []
|
|
7369
|
-
},
|
|
7370
|
-
"extraInfo": null
|
|
7371
|
-
},
|
|
7372
7343
|
"subspace_gemini_3h": {
|
|
7373
7344
|
"slug": "subspace_gemini_3h",
|
|
7374
7345
|
"name": "Subspace Gemini 3h",
|
|
7375
7346
|
"isTestnet": true,
|
|
7376
7347
|
"chainStatus": "ACTIVE",
|
|
7377
|
-
"icon": "https://
|
|
7348
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3h.png",
|
|
7378
7349
|
"providers": {
|
|
7379
7350
|
"Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
|
|
7380
7351
|
},
|
|
@@ -7406,7 +7377,7 @@
|
|
|
7406
7377
|
"name": "Continuum Network",
|
|
7407
7378
|
"isTestnet": false,
|
|
7408
7379
|
"chainStatus": "ACTIVE",
|
|
7409
|
-
"icon": "https://
|
|
7380
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/continuum_network.png",
|
|
7410
7381
|
"providers": {
|
|
7411
7382
|
"Continuum RPC Node": "wss://continuum-rpc-1.metaverse.network/wss"
|
|
7412
7383
|
},
|
|
@@ -7438,7 +7409,7 @@
|
|
|
7438
7409
|
"name": "Rococo Asset Hub",
|
|
7439
7410
|
"isTestnet": true,
|
|
7440
7411
|
"chainStatus": "ACTIVE",
|
|
7441
|
-
"icon": "https://
|
|
7412
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo_assethub.png",
|
|
7442
7413
|
"providers": {
|
|
7443
7414
|
"Dwellir": "wss://rococo-asset-hub-rpc.dwellir.com",
|
|
7444
7415
|
"Parity": "wss://rococo-asset-hub-rpc.polkadot.io"
|
|
@@ -7468,7 +7439,7 @@
|
|
|
7468
7439
|
"name": "OKX X1 testnet",
|
|
7469
7440
|
"isTestnet": true,
|
|
7470
7441
|
"chainStatus": "ACTIVE",
|
|
7471
|
-
"icon": "https://
|
|
7442
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/okxtest.png",
|
|
7472
7443
|
"providers": {
|
|
7473
7444
|
"Testrpc": "https://testrpc.x1.tech/",
|
|
7474
7445
|
"X1testrpc": "https://x1testrpc.okx.com/"
|
|
@@ -7493,7 +7464,7 @@
|
|
|
7493
7464
|
"name": "Liberland Testnet",
|
|
7494
7465
|
"isTestnet": true,
|
|
7495
7466
|
"chainStatus": "ACTIVE",
|
|
7496
|
-
"icon": "https://
|
|
7467
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/liberlandtest.png",
|
|
7497
7468
|
"providers": {
|
|
7498
7469
|
"Liberland": "wss://testchain.liberland.org"
|
|
7499
7470
|
},
|
|
@@ -7522,7 +7493,7 @@
|
|
|
7522
7493
|
"name": "Liberland",
|
|
7523
7494
|
"isTestnet": false,
|
|
7524
7495
|
"chainStatus": "ACTIVE",
|
|
7525
|
-
"icon": "https://
|
|
7496
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/liberland.png",
|
|
7526
7497
|
"providers": {
|
|
7527
7498
|
"Liberland": "wss://mainnet.liberland.org"
|
|
7528
7499
|
},
|
|
@@ -7551,7 +7522,7 @@
|
|
|
7551
7522
|
"name": "Polkadot Chainflip Testnet",
|
|
7552
7523
|
"isTestnet": true,
|
|
7553
7524
|
"chainStatus": "ACTIVE",
|
|
7554
|
-
"icon": "https://
|
|
7525
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainflip_dot.png",
|
|
7555
7526
|
"providers": {
|
|
7556
7527
|
"Chainflip": "wss://rpc-pdot.chainflip.io"
|
|
7557
7528
|
},
|
|
@@ -7580,7 +7551,7 @@
|
|
|
7580
7551
|
"name": "Tangle Testnet",
|
|
7581
7552
|
"isTestnet": true,
|
|
7582
7553
|
"chainStatus": "ACTIVE",
|
|
7583
|
-
"icon": "https://
|
|
7554
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tangletest.png",
|
|
7584
7555
|
"providers": {
|
|
7585
7556
|
"Webb": "wss://testnet-rpc.tangle.tools"
|
|
7586
7557
|
},
|
|
@@ -7609,7 +7580,7 @@
|
|
|
7609
7580
|
"name": "DENTNet",
|
|
7610
7581
|
"isTestnet": false,
|
|
7611
7582
|
"chainStatus": "ACTIVE",
|
|
7612
|
-
"icon": "https://
|
|
7583
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dentnet.png",
|
|
7613
7584
|
"providers": {
|
|
7614
7585
|
"Dentnet": "wss://rpc.dentnet.io/ws"
|
|
7615
7586
|
},
|
|
@@ -7638,7 +7609,7 @@
|
|
|
7638
7609
|
"name": "Phyken Network Testnet",
|
|
7639
7610
|
"isTestnet": true,
|
|
7640
7611
|
"chainStatus": "ACTIVE",
|
|
7641
|
-
"icon": "https://
|
|
7612
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phykentest.png",
|
|
7642
7613
|
"providers": {
|
|
7643
7614
|
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz"
|
|
7644
7615
|
},
|
|
@@ -7667,7 +7638,7 @@
|
|
|
7667
7638
|
"name": "Creditcoin Testnet - EVM",
|
|
7668
7639
|
"isTestnet": true,
|
|
7669
7640
|
"chainStatus": "ACTIVE",
|
|
7670
|
-
"icon":
|
|
7641
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointestevm.png",
|
|
7671
7642
|
"providers": {
|
|
7672
7643
|
"Creditcoin Testnet EVM": "https://rpc.cc3-testnet.creditcoin.network/"
|
|
7673
7644
|
},
|
|
@@ -7688,7 +7659,7 @@
|
|
|
7688
7659
|
"name": "Astar zkEVM",
|
|
7689
7660
|
"isTestnet": false,
|
|
7690
7661
|
"chainStatus": "ACTIVE",
|
|
7691
|
-
"icon": "https://
|
|
7662
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarzkevm.png",
|
|
7692
7663
|
"providers": {
|
|
7693
7664
|
"Dwellir": "https://astar-zkevm-rpc.dwellir.com"
|
|
7694
7665
|
},
|