@subwallet/chain-list 0.2.83-beta.4 → 0.2.83
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 +2157 -2305
- package/cjs/data/AssetLogoMap.json +805 -809
- package/cjs/data/ChainAsset.json +713 -771
- package/cjs/data/ChainInfo.json +278 -354
- package/cjs/data/ChainLogoMap.json +277 -280
- package/cjs/data/MultiChainAsset.json +87 -87
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +805 -809
- package/data/ChainAsset.json +713 -771
- package/data/ChainInfo.json +278 -354
- package/data/ChainLogoMap.json +277 -280
- package/data/MultiChainAsset.json +87 -87
- 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",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"name": "Kusama",
|
|
47
47
|
"isTestnet": false,
|
|
48
48
|
"chainStatus": "ACTIVE",
|
|
49
|
-
"icon": "https://
|
|
49
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusama.png",
|
|
50
50
|
"providers": {
|
|
51
51
|
"RadiumBlock": "wss://kusama.public.curie.radiumblock.co/ws",
|
|
52
52
|
"LuckyFriday": "wss://rpc-kusama.luckyfriday.io",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"name": "Ethereum",
|
|
86
86
|
"isTestnet": false,
|
|
87
87
|
"chainStatus": "ACTIVE",
|
|
88
|
-
"icon": "https://
|
|
88
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum.png",
|
|
89
89
|
"providers": {
|
|
90
90
|
"Llamarpc": "https://eth.llamarpc.com",
|
|
91
91
|
"PublicNode": "https://ethereum.publicnode.com",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"name": "Binance Smart Chain",
|
|
120
120
|
"isTestnet": false,
|
|
121
121
|
"chainStatus": "ACTIVE",
|
|
122
|
-
"icon": "https://
|
|
122
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance.png",
|
|
123
123
|
"providers": {
|
|
124
124
|
"Binance": "https://bsc-dataseed.binance.org/",
|
|
125
125
|
"Defibit": "https://bsc-dataseed1.defibit.io/",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"name": "Moonbeam",
|
|
152
152
|
"isTestnet": false,
|
|
153
153
|
"chainStatus": "ACTIVE",
|
|
154
|
-
"icon": "https://
|
|
154
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbeam.png",
|
|
155
155
|
"providers": {
|
|
156
156
|
"Moonbeam Foundation": "wss://wss.api.moonbeam.network",
|
|
157
157
|
"Blast": "wss://moonbeam.public.blastapi.io"
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"name": "Pioneer Network",
|
|
210
210
|
"isTestnet": false,
|
|
211
211
|
"chainStatus": "ACTIVE",
|
|
212
|
-
"icon": "https://
|
|
212
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pioneer.png",
|
|
213
213
|
"providers": {
|
|
214
214
|
"Pioneer": "wss://pioneer-rpc-3.bit.country/wss"
|
|
215
215
|
},
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"name": "Aleph Zero",
|
|
256
256
|
"isTestnet": false,
|
|
257
257
|
"chainStatus": "ACTIVE",
|
|
258
|
-
"icon": "https://
|
|
258
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aleph.png",
|
|
259
259
|
"providers": {
|
|
260
260
|
"Aleph Zero Foundation": "wss://ws.azero.dev",
|
|
261
261
|
"Onfinality": "wss://aleph-zero.api.onfinality.io/public-ws"
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"name": "Astar",
|
|
294
294
|
"isTestnet": false,
|
|
295
295
|
"chainStatus": "ACTIVE",
|
|
296
|
-
"icon": "https://
|
|
296
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astar.png",
|
|
297
297
|
"providers": {
|
|
298
298
|
"Astar": "wss://rpc.astar.network",
|
|
299
299
|
"OnFinality": "wss://astar.api.onfinality.io/public-ws",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"name": "Astar - EVM",
|
|
347
347
|
"isTestnet": false,
|
|
348
348
|
"chainStatus": "ACTIVE",
|
|
349
|
-
"icon": "https://
|
|
349
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarevm.png",
|
|
350
350
|
"providers": {
|
|
351
351
|
"Astar": "https://evm.astar.network",
|
|
352
352
|
"OnFinality": "https://astar.api.onfinality.io/public",
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
"name": "Polkadot Asset Hub",
|
|
376
376
|
"isTestnet": false,
|
|
377
377
|
"chainStatus": "ACTIVE",
|
|
378
|
-
"icon": "https://
|
|
378
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemint.png",
|
|
379
379
|
"providers": {
|
|
380
380
|
"IBP-GeoDNS1": "wss://sys.ibp.network/statemint",
|
|
381
381
|
"StakeWorld": "wss://dot-rpc.stakeworld.io/assethub",
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"name": "Acala",
|
|
412
412
|
"isTestnet": false,
|
|
413
413
|
"chainStatus": "ACTIVE",
|
|
414
|
-
"icon": "https://
|
|
414
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala.png",
|
|
415
415
|
"providers": {
|
|
416
416
|
"Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
|
|
417
417
|
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
"name": "Polygon",
|
|
463
463
|
"isTestnet": false,
|
|
464
464
|
"chainStatus": "ACTIVE",
|
|
465
|
-
"icon": "https://
|
|
465
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polygon.png",
|
|
466
466
|
"providers": {
|
|
467
467
|
"Polygon Scan": "https://polygon-rpc.com/",
|
|
468
468
|
"Llamarpc": "https://polygon.llamarpc.com",
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
"name": "Arbitrum One",
|
|
495
495
|
"isTestnet": false,
|
|
496
496
|
"chainStatus": "ACTIVE",
|
|
497
|
-
"icon": "https://
|
|
497
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/arbitrum_one.png",
|
|
498
498
|
"providers": {
|
|
499
499
|
"Omniatech": "https://endpoints.omniatech.io/v1/arbitrum/one/public",
|
|
500
500
|
"BlastApi": "https://arbitrum-one.public.blastapi.io"
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
"name": "Optimism",
|
|
525
525
|
"isTestnet": false,
|
|
526
526
|
"chainStatus": "ACTIVE",
|
|
527
|
-
"icon": "https://
|
|
527
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/optimism.png",
|
|
528
528
|
"providers": {
|
|
529
529
|
"Kyber Engineering": "https://optimism.kyberengineering.io",
|
|
530
530
|
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
"name": "Viction",
|
|
555
555
|
"isTestnet": false,
|
|
556
556
|
"chainStatus": "ACTIVE",
|
|
557
|
-
"icon": "https://
|
|
557
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tomochain.png",
|
|
558
558
|
"providers": {
|
|
559
559
|
"TomoChain": "https://rpc.tomochain.com"
|
|
560
560
|
},
|
|
@@ -580,7 +580,7 @@
|
|
|
580
580
|
"name": "Aleph Zero Testnet",
|
|
581
581
|
"isTestnet": true,
|
|
582
582
|
"chainStatus": "ACTIVE",
|
|
583
|
-
"icon": "https://
|
|
583
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephtest.png",
|
|
584
584
|
"providers": {
|
|
585
585
|
"Aleph Zero Foundation": "wss://ws.test.azero.dev"
|
|
586
586
|
},
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
"name": "Shiden",
|
|
615
615
|
"isTestnet": false,
|
|
616
616
|
"chainStatus": "ACTIVE",
|
|
617
|
-
"icon": "https://
|
|
617
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shiden.png",
|
|
618
618
|
"providers": {
|
|
619
619
|
"Astar": "wss://rpc.shiden.astar.network",
|
|
620
620
|
"OnFinality": "wss://shiden.api.onfinality.io/public-ws",
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"name": "Shiden - EVM",
|
|
689
689
|
"isTestnet": false,
|
|
690
690
|
"chainStatus": "ACTIVE",
|
|
691
|
-
"icon": "https://
|
|
691
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shidenevm.png",
|
|
692
692
|
"providers": {
|
|
693
693
|
"Astar": "https://evm.shiden.astar.network",
|
|
694
694
|
"OnFinality": "https://shiden.api.onfinality.io/public",
|
|
@@ -717,7 +717,7 @@
|
|
|
717
717
|
"name": "Shibuya Testnet",
|
|
718
718
|
"isTestnet": true,
|
|
719
719
|
"chainStatus": "ACTIVE",
|
|
720
|
-
"icon": "https://
|
|
720
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuya.png",
|
|
721
721
|
"providers": {
|
|
722
722
|
"Shibuya": "wss://rpc.shibuya.astar.network",
|
|
723
723
|
"Dwellir": "wss://shibuya-rpc.dwellir.com"
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
"name": "Shibuya Testnet - EVM",
|
|
756
756
|
"isTestnet": true,
|
|
757
757
|
"chainStatus": "ACTIVE",
|
|
758
|
-
"icon": "https://
|
|
758
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuyaevm.png",
|
|
759
759
|
"providers": {
|
|
760
760
|
"Shibuya": "https://evm.shibuya.astar.network ",
|
|
761
761
|
"BlastAPI": "https://shibuya.public.blastapi.io"
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
"name": "Aventus Polkadot",
|
|
783
783
|
"isTestnet": false,
|
|
784
784
|
"chainStatus": "ACTIVE",
|
|
785
|
-
"icon": "https://
|
|
785
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus.png",
|
|
786
786
|
"providers": {
|
|
787
787
|
"Aventus": "wss://public-rpc.mainnet.aventus.network"
|
|
788
788
|
},
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
"name": "Westend",
|
|
826
826
|
"isTestnet": true,
|
|
827
827
|
"chainStatus": "ACTIVE",
|
|
828
|
-
"icon": "https://
|
|
828
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/westend.png",
|
|
829
829
|
"providers": {
|
|
830
830
|
"Parity": "wss://westend-rpc.polkadot.io",
|
|
831
831
|
"Dwellir": "wss://westend-rpc.dwellir.com",
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
"name": "Rococo",
|
|
864
864
|
"isTestnet": true,
|
|
865
865
|
"chainStatus": "ACTIVE",
|
|
866
|
-
"icon": "https://
|
|
866
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo.png",
|
|
867
867
|
"providers": {
|
|
868
868
|
"Parity": "wss://rococo-rpc.polkadot.io",
|
|
869
869
|
"Light Client": "light://substrate-connect/rococo"
|
|
@@ -901,7 +901,7 @@
|
|
|
901
901
|
"name": "Bit.Country - Alpha Net",
|
|
902
902
|
"isTestnet": true,
|
|
903
903
|
"chainStatus": "INACTIVE",
|
|
904
|
-
"icon": "https://
|
|
904
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcountry.png",
|
|
905
905
|
"providers": {
|
|
906
906
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
907
907
|
},
|
|
@@ -932,7 +932,7 @@
|
|
|
932
932
|
"name": "Equilibrium",
|
|
933
933
|
"isTestnet": false,
|
|
934
934
|
"chainStatus": "INACTIVE",
|
|
935
|
-
"icon": "https://
|
|
935
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/equilibrium_parachain.png",
|
|
936
936
|
"providers": {
|
|
937
937
|
"Equilibrium": "wss://node.pol.equilibrium.io",
|
|
938
938
|
"Dwellir": "wss://equilibrium-rpc.dwellir.com"
|
|
@@ -976,7 +976,7 @@
|
|
|
976
976
|
"name": "Moonbase Alpha",
|
|
977
977
|
"isTestnet": true,
|
|
978
978
|
"chainStatus": "ACTIVE",
|
|
979
|
-
"icon": "https://
|
|
979
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbase.png",
|
|
980
980
|
"providers": {
|
|
981
981
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
982
982
|
"Blast": "wss://moonbase-alpha.public.blastapi.io"
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
"name": "Moonriver",
|
|
1023
1023
|
"isTestnet": false,
|
|
1024
1024
|
"chainStatus": "ACTIVE",
|
|
1025
|
-
"icon": "https://
|
|
1025
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonriver.png",
|
|
1026
1026
|
"providers": {
|
|
1027
1027
|
"Moonbeam Foundation": "wss://wss.api.moonriver.moonbeam.network",
|
|
1028
1028
|
"Blast": "wss://moonriver.public.blastapi.io",
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
"name": "Turing Staging",
|
|
1093
1093
|
"isTestnet": true,
|
|
1094
1094
|
"chainStatus": "ACTIVE",
|
|
1095
|
-
"icon": "https://
|
|
1095
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turingstaging.png",
|
|
1096
1096
|
"providers": {
|
|
1097
1097
|
"Turing": "wss://rpc.turing-staging.oak.tech"
|
|
1098
1098
|
},
|
|
@@ -1123,7 +1123,7 @@
|
|
|
1123
1123
|
"name": "Turing",
|
|
1124
1124
|
"isTestnet": false,
|
|
1125
1125
|
"chainStatus": "ACTIVE",
|
|
1126
|
-
"icon": "https://
|
|
1126
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turing.png",
|
|
1127
1127
|
"providers": {
|
|
1128
1128
|
"Turing": "wss://rpc.turing.oak.tech",
|
|
1129
1129
|
"Dwellir": "wss://turing-rpc.dwellir.com"
|
|
@@ -1170,7 +1170,7 @@
|
|
|
1170
1170
|
"name": "Bifrost Kusama",
|
|
1171
1171
|
"isTestnet": false,
|
|
1172
1172
|
"chainStatus": "ACTIVE",
|
|
1173
|
-
"icon": "https://
|
|
1173
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost.png",
|
|
1174
1174
|
"providers": {
|
|
1175
1175
|
"Liebi 0": "wss://bifrost-rpc.liebi.com/ws",
|
|
1176
1176
|
"OnFinality": "wss://bifrost-parachain.api.onfinality.io/public-ws"
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
"name": "Bifrost Polkadot",
|
|
1229
1229
|
"isTestnet": false,
|
|
1230
1230
|
"chainStatus": "ACTIVE",
|
|
1231
|
-
"icon": "https://
|
|
1231
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_dot.png",
|
|
1232
1232
|
"providers": {
|
|
1233
1233
|
"Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
|
|
1234
1234
|
"LiebiEU": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
|
|
@@ -1276,7 +1276,7 @@
|
|
|
1276
1276
|
"name": "Bifrost Testnet",
|
|
1277
1277
|
"isTestnet": true,
|
|
1278
1278
|
"chainStatus": "ACTIVE",
|
|
1279
|
-
"icon": "https://
|
|
1279
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_testnet.png",
|
|
1280
1280
|
"providers": {
|
|
1281
1281
|
"Liebi": "wss://bifrost-rpc.rococo.liebi.com/ws"
|
|
1282
1282
|
},
|
|
@@ -1310,7 +1310,7 @@
|
|
|
1310
1310
|
"name": "Calamari",
|
|
1311
1311
|
"isTestnet": false,
|
|
1312
1312
|
"chainStatus": "ACTIVE",
|
|
1313
|
-
"icon": "https://
|
|
1313
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari.png",
|
|
1314
1314
|
"providers": {
|
|
1315
1315
|
"Manta Network": "wss://calamari.systems"
|
|
1316
1316
|
},
|
|
@@ -1356,7 +1356,7 @@
|
|
|
1356
1356
|
"name": "Amplitude",
|
|
1357
1357
|
"isTestnet": false,
|
|
1358
1358
|
"chainStatus": "ACTIVE",
|
|
1359
|
-
"icon": "https://
|
|
1359
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude.png",
|
|
1360
1360
|
"providers": {
|
|
1361
1361
|
"Amplitude": "wss://rpc-amplitude.pendulumchain.tech"
|
|
1362
1362
|
},
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
"name": "Amplitude Testnet",
|
|
1400
1400
|
"isTestnet": true,
|
|
1401
1401
|
"chainStatus": "ACTIVE",
|
|
1402
|
-
"icon": "https://
|
|
1402
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude_test.png",
|
|
1403
1403
|
"providers": {
|
|
1404
1404
|
"Amplitude": "wss://rpc-foucoco.pendulumchain.tech"
|
|
1405
1405
|
},
|
|
@@ -1430,7 +1430,7 @@
|
|
|
1430
1430
|
"name": "Bobabase Testnet",
|
|
1431
1431
|
"isTestnet": true,
|
|
1432
1432
|
"chainStatus": "INACTIVE",
|
|
1433
|
-
"icon": "https://
|
|
1433
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabase.png",
|
|
1434
1434
|
"providers": {},
|
|
1435
1435
|
"evmInfo": {
|
|
1436
1436
|
"evmChainId": 1297,
|
|
@@ -1454,7 +1454,7 @@
|
|
|
1454
1454
|
"name": "Ethereum Goerli",
|
|
1455
1455
|
"isTestnet": true,
|
|
1456
1456
|
"chainStatus": "INACTIVE",
|
|
1457
|
-
"icon": "https://
|
|
1457
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum_goerli.png",
|
|
1458
1458
|
"providers": {
|
|
1459
1459
|
"Infura": "https://goerli.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
|
|
1460
1460
|
},
|
|
@@ -1480,7 +1480,7 @@
|
|
|
1480
1480
|
"name": "Binance Smart Chain (Testnet)",
|
|
1481
1481
|
"isTestnet": true,
|
|
1482
1482
|
"chainStatus": "ACTIVE",
|
|
1483
|
-
"icon": "https://
|
|
1483
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance_test.png",
|
|
1484
1484
|
"providers": {
|
|
1485
1485
|
"Binance": "https://data-seed-prebsc-1-s1.binance.org:8545/",
|
|
1486
1486
|
"Binance2": "https://data-seed-prebsc-2-s1.binance.org:8545/"
|
|
@@ -1507,7 +1507,7 @@
|
|
|
1507
1507
|
"name": "Parallel",
|
|
1508
1508
|
"isTestnet": false,
|
|
1509
1509
|
"chainStatus": "ACTIVE",
|
|
1510
|
-
"icon": "https://
|
|
1510
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/parallel.png",
|
|
1511
1511
|
"providers": {
|
|
1512
1512
|
"Dwellir": "wss://parallel-rpc.dwellir.com"
|
|
1513
1513
|
},
|
|
@@ -1572,7 +1572,7 @@
|
|
|
1572
1572
|
"name": "Clover",
|
|
1573
1573
|
"isTestnet": false,
|
|
1574
1574
|
"chainStatus": "ACTIVE",
|
|
1575
|
-
"icon": "https://
|
|
1575
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/clover.png",
|
|
1576
1576
|
"providers": {
|
|
1577
1577
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1578
1578
|
},
|
|
@@ -1629,7 +1629,7 @@
|
|
|
1629
1629
|
"name": "Clover - EVM",
|
|
1630
1630
|
"isTestnet": false,
|
|
1631
1631
|
"chainStatus": "ACTIVE",
|
|
1632
|
-
"icon": "https://
|
|
1632
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cloverevm.png",
|
|
1633
1633
|
"providers": {
|
|
1634
1634
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1635
1635
|
},
|
|
@@ -1655,7 +1655,7 @@
|
|
|
1655
1655
|
"name": "Hydration",
|
|
1656
1656
|
"isTestnet": false,
|
|
1657
1657
|
"chainStatus": "ACTIVE",
|
|
1658
|
-
"icon": "https://
|
|
1658
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_main.png",
|
|
1659
1659
|
"providers": {
|
|
1660
1660
|
"Galactic Council": "wss://rpc.hydradx.cloud",
|
|
1661
1661
|
"Dwellir": "wss://hydradx-rpc.dwellir.com",
|
|
@@ -1703,7 +1703,7 @@
|
|
|
1703
1703
|
"name": "Edgeware",
|
|
1704
1704
|
"isTestnet": false,
|
|
1705
1705
|
"chainStatus": "ACTIVE",
|
|
1706
|
-
"icon": "https://
|
|
1706
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/edgeware.png",
|
|
1707
1707
|
"providers": {
|
|
1708
1708
|
"JelliedOwl": "wss://edgeware.jelliedowl.net"
|
|
1709
1709
|
},
|
|
@@ -1737,7 +1737,7 @@
|
|
|
1737
1737
|
"name": "Centrifuge",
|
|
1738
1738
|
"isTestnet": false,
|
|
1739
1739
|
"chainStatus": "ACTIVE",
|
|
1740
|
-
"icon": "https://
|
|
1740
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/centrifuge.png",
|
|
1741
1741
|
"providers": {
|
|
1742
1742
|
"Centrifuge": "wss://fullnode.parachain.centrifuge.io",
|
|
1743
1743
|
"OnFinality": "wss://centrifuge-parachain.api.onfinality.io/public-ws"
|
|
@@ -1784,7 +1784,7 @@
|
|
|
1784
1784
|
"name": "Interlay",
|
|
1785
1785
|
"isTestnet": false,
|
|
1786
1786
|
"chainStatus": "ACTIVE",
|
|
1787
|
-
"icon": "https://
|
|
1787
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/interlay.png",
|
|
1788
1788
|
"providers": {
|
|
1789
1789
|
"Kintsugi Labs": "wss://api.interlay.io/parachain",
|
|
1790
1790
|
"Dwellir": "wss://interlay-rpc.dwellir.com",
|
|
@@ -1832,7 +1832,7 @@
|
|
|
1832
1832
|
"name": "Nodle",
|
|
1833
1833
|
"isTestnet": false,
|
|
1834
1834
|
"chainStatus": "ACTIVE",
|
|
1835
|
-
"icon": "https://
|
|
1835
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nodle.png",
|
|
1836
1836
|
"providers": {
|
|
1837
1837
|
"OnFinality": "wss://nodle-parachain.api.onfinality.io/public-ws"
|
|
1838
1838
|
},
|
|
@@ -1878,7 +1878,7 @@
|
|
|
1878
1878
|
"name": "Darwinia 2",
|
|
1879
1879
|
"isTestnet": false,
|
|
1880
1880
|
"chainStatus": "ACTIVE",
|
|
1881
|
-
"icon": "https://
|
|
1881
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/darwinia2.png",
|
|
1882
1882
|
"providers": {
|
|
1883
1883
|
"Darwinia Network": "wss://rpc.darwinia.network",
|
|
1884
1884
|
"Dwellir": "wss://darwinia-rpc.dwellir.com"
|
|
@@ -1924,7 +1924,7 @@
|
|
|
1924
1924
|
"name": "SORA Kusama",
|
|
1925
1925
|
"isTestnet": false,
|
|
1926
1926
|
"chainStatus": "ACTIVE",
|
|
1927
|
-
"icon": "https://
|
|
1927
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_ksm.png",
|
|
1928
1928
|
"providers": {
|
|
1929
1929
|
"Soramitsu": "wss://ws.parachain-collator-2.c2.sora2.soramitsu.co.jp"
|
|
1930
1930
|
},
|
|
@@ -1978,7 +1978,7 @@
|
|
|
1978
1978
|
"name": "Ares Odyssey",
|
|
1979
1979
|
"isTestnet": false,
|
|
1980
1980
|
"chainStatus": "ACTIVE",
|
|
1981
|
-
"icon": "https://
|
|
1981
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/odyssey.png",
|
|
1982
1982
|
"providers": {
|
|
1983
1983
|
"AresProtocol": "wss://odyssey.aresprotocol.io"
|
|
1984
1984
|
},
|
|
@@ -2009,7 +2009,7 @@
|
|
|
2009
2009
|
"name": "Polkadex",
|
|
2010
2010
|
"isTestnet": false,
|
|
2011
2011
|
"chainStatus": "ACTIVE",
|
|
2012
|
-
"icon": "https://
|
|
2012
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex.png",
|
|
2013
2013
|
"providers": {
|
|
2014
2014
|
"RadiumBlock": "wss://polkadex.public.curie.radiumblock.co/ws",
|
|
2015
2015
|
"OnFinality": "wss://polkadex.api.onfinality.io/public-ws"
|
|
@@ -2044,7 +2044,7 @@
|
|
|
2044
2044
|
"name": "Polkadex - Testnet",
|
|
2045
2045
|
"isTestnet": true,
|
|
2046
2046
|
"chainStatus": "STOPPED",
|
|
2047
|
-
"icon": "https://
|
|
2047
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadextest.png",
|
|
2048
2048
|
"providers": {
|
|
2049
2049
|
"Polkadex Team": "wss://blockchain.polkadex.trade"
|
|
2050
2050
|
},
|
|
@@ -2075,7 +2075,7 @@
|
|
|
2075
2075
|
"name": "RMRK Devnet",
|
|
2076
2076
|
"isTestnet": true,
|
|
2077
2077
|
"chainStatus": "INACTIVE",
|
|
2078
|
-
"icon": "https://
|
|
2078
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rmrk.png",
|
|
2079
2079
|
"providers": {
|
|
2080
2080
|
"rmrk": "wss://staging.node.rmrk.app"
|
|
2081
2081
|
},
|
|
@@ -2106,7 +2106,7 @@
|
|
|
2106
2106
|
"name": "Dolphin Testnet",
|
|
2107
2107
|
"isTestnet": true,
|
|
2108
2108
|
"chainStatus": "INACTIVE",
|
|
2109
|
-
"icon": "https://
|
|
2109
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dolphin.png",
|
|
2110
2110
|
"providers": {},
|
|
2111
2111
|
"evmInfo": null,
|
|
2112
2112
|
"substrateInfo": {
|
|
@@ -2138,7 +2138,7 @@
|
|
|
2138
2138
|
"name": "Opal",
|
|
2139
2139
|
"isTestnet": true,
|
|
2140
2140
|
"chainStatus": "ACTIVE",
|
|
2141
|
-
"icon": "https://
|
|
2141
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/opal.png",
|
|
2142
2142
|
"providers": {
|
|
2143
2143
|
"Unique": "wss://ws-opal.unique.network",
|
|
2144
2144
|
"Europe": "wss://eu-ws-opal.unique.network",
|
|
@@ -2172,7 +2172,7 @@
|
|
|
2172
2172
|
"name": "Efinity",
|
|
2173
2173
|
"isTestnet": false,
|
|
2174
2174
|
"chainStatus": "INACTIVE",
|
|
2175
|
-
"icon": "https://
|
|
2175
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/efinity.png",
|
|
2176
2176
|
"providers": {
|
|
2177
2177
|
"Efinity": "wss://rpc.efinity.io",
|
|
2178
2178
|
"Dwellir": "wss://efinity -rpc.dwellir.com"
|
|
@@ -2219,7 +2219,7 @@
|
|
|
2219
2219
|
"name": "Composable Finance",
|
|
2220
2220
|
"isTestnet": false,
|
|
2221
2221
|
"chainStatus": "ACTIVE",
|
|
2222
|
-
"icon": "https://
|
|
2222
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/composablefinance.png",
|
|
2223
2223
|
"providers": {
|
|
2224
2224
|
"Composable": "wss://rpc.composable.finance"
|
|
2225
2225
|
},
|
|
@@ -2265,7 +2265,7 @@
|
|
|
2265
2265
|
"name": "Phala",
|
|
2266
2266
|
"isTestnet": false,
|
|
2267
2267
|
"chainStatus": "ACTIVE",
|
|
2268
|
-
"icon": "https://
|
|
2268
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phala.png",
|
|
2269
2269
|
"providers": {
|
|
2270
2270
|
"Phala": "wss://api.phala.network/ws",
|
|
2271
2271
|
"OnFinality": "wss://phala.api.onfinality.io/public-ws"
|
|
@@ -2312,7 +2312,7 @@
|
|
|
2312
2312
|
"name": "Crust",
|
|
2313
2313
|
"isTestnet": false,
|
|
2314
2314
|
"chainStatus": "ACTIVE",
|
|
2315
|
-
"icon": "https://
|
|
2315
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust.png",
|
|
2316
2316
|
"providers": {
|
|
2317
2317
|
"Crust": "wss://crust-parachain.crustapps.net"
|
|
2318
2318
|
},
|
|
@@ -2358,7 +2358,7 @@
|
|
|
2358
2358
|
"name": "Kusama Asset Hub",
|
|
2359
2359
|
"isTestnet": false,
|
|
2360
2360
|
"chainStatus": "ACTIVE",
|
|
2361
|
-
"icon": "https://
|
|
2361
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemine.png",
|
|
2362
2362
|
"providers": {
|
|
2363
2363
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2364
2364
|
"IBP-GeoDNS1": "wss://sys.ibp.network/statemine",
|
|
@@ -2396,7 +2396,7 @@
|
|
|
2396
2396
|
"name": "Karura",
|
|
2397
2397
|
"isTestnet": false,
|
|
2398
2398
|
"chainStatus": "ACTIVE",
|
|
2399
|
-
"icon": "https://
|
|
2399
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura.png",
|
|
2400
2400
|
"providers": {
|
|
2401
2401
|
"Acala Foundation 0": "wss://karura-rpc-0.aca-api.network",
|
|
2402
2402
|
"Acala Foundation 1": "wss://karura-rpc-1.aca-api.network",
|
|
@@ -2434,7 +2434,7 @@
|
|
|
2434
2434
|
"name": "Khala",
|
|
2435
2435
|
"isTestnet": false,
|
|
2436
2436
|
"chainStatus": "ACTIVE",
|
|
2437
|
-
"icon": "https://
|
|
2437
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/khala.png",
|
|
2438
2438
|
"providers": {
|
|
2439
2439
|
"Phala": "wss://khala-api.phala.network/ws",
|
|
2440
2440
|
"OnFinality": "wss://khala.api.onfinality.io/public-ws",
|
|
@@ -2482,7 +2482,7 @@
|
|
|
2482
2482
|
"name": "KILT Spiritnet",
|
|
2483
2483
|
"isTestnet": false,
|
|
2484
2484
|
"chainStatus": "ACTIVE",
|
|
2485
|
-
"icon": "https://
|
|
2485
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt.png",
|
|
2486
2486
|
"providers": {
|
|
2487
2487
|
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
2488
2488
|
"OnFinality": "wss://spiritnet.api.onfinality.io/public-ws",
|
|
@@ -2518,7 +2518,7 @@
|
|
|
2518
2518
|
"name": "Basilisk",
|
|
2519
2519
|
"isTestnet": false,
|
|
2520
2520
|
"chainStatus": "ACTIVE",
|
|
2521
|
-
"icon": "https://
|
|
2521
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/basilisk.png",
|
|
2522
2522
|
"providers": {
|
|
2523
2523
|
"Basilisk ": "wss://rpc.basilisk.cloud",
|
|
2524
2524
|
"Dwellir": "wss://basilisk-rpc.dwellir.com"
|
|
@@ -2565,7 +2565,7 @@
|
|
|
2565
2565
|
"name": "Altair",
|
|
2566
2566
|
"isTestnet": false,
|
|
2567
2567
|
"chainStatus": "ACTIVE",
|
|
2568
|
-
"icon": "https://
|
|
2568
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/altair.png",
|
|
2569
2569
|
"providers": {
|
|
2570
2570
|
"Centrifuge": "wss://fullnode.altair.centrifuge.io",
|
|
2571
2571
|
"OnFinality": "wss://altair.api.onfinality.io/public-ws"
|
|
@@ -2612,7 +2612,7 @@
|
|
|
2612
2612
|
"name": "Heiko",
|
|
2613
2613
|
"isTestnet": false,
|
|
2614
2614
|
"chainStatus": "ACTIVE",
|
|
2615
|
-
"icon": "https://
|
|
2615
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/heiko.png",
|
|
2616
2616
|
"providers": {
|
|
2617
2617
|
"Parallel": "wss://heiko-rpc.parallel.fi"
|
|
2618
2618
|
},
|
|
@@ -2669,7 +2669,7 @@
|
|
|
2669
2669
|
"name": "Kintsugi",
|
|
2670
2670
|
"isTestnet": false,
|
|
2671
2671
|
"chainStatus": "ACTIVE",
|
|
2672
|
-
"icon": "https://
|
|
2672
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi.png",
|
|
2673
2673
|
"providers": {
|
|
2674
2674
|
"Kintsugi Labs": "wss://api-kusama.interlay.io/parachain",
|
|
2675
2675
|
"OnFinality": "wss://kintsugi.api.onfinality.io/public-ws"
|
|
@@ -2716,7 +2716,7 @@
|
|
|
2716
2716
|
"name": "Kintsugi Testnet",
|
|
2717
2717
|
"isTestnet": true,
|
|
2718
2718
|
"chainStatus": "ACTIVE",
|
|
2719
|
-
"icon": "https://
|
|
2719
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi_test.png",
|
|
2720
2720
|
"providers": {
|
|
2721
2721
|
"testnet": "wss://api-dev-kintsugi.interlay.io/parachain"
|
|
2722
2722
|
},
|
|
@@ -2747,7 +2747,7 @@
|
|
|
2747
2747
|
"name": "Picasso",
|
|
2748
2748
|
"isTestnet": false,
|
|
2749
2749
|
"chainStatus": "ACTIVE",
|
|
2750
|
-
"icon": "https://
|
|
2750
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/picasso.png",
|
|
2751
2751
|
"providers": {
|
|
2752
2752
|
"Composable": "wss://rpc.composablenodes.tech"
|
|
2753
2753
|
},
|
|
@@ -2815,7 +2815,7 @@
|
|
|
2815
2815
|
"name": "Quartz",
|
|
2816
2816
|
"isTestnet": false,
|
|
2817
2817
|
"chainStatus": "ACTIVE",
|
|
2818
|
-
"icon": "https://
|
|
2818
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quartz.png",
|
|
2819
2819
|
"providers": {
|
|
2820
2820
|
"Unique Europe": "wss://eu-ws-quartz.unique.network",
|
|
2821
2821
|
"Unique US": "wss://us-ws-quartz.unique.network",
|
|
@@ -2863,7 +2863,7 @@
|
|
|
2863
2863
|
"name": "Unique",
|
|
2864
2864
|
"isTestnet": false,
|
|
2865
2865
|
"chainStatus": "ACTIVE",
|
|
2866
|
-
"icon": "https://
|
|
2866
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unique_network.png",
|
|
2867
2867
|
"providers": {
|
|
2868
2868
|
"unique": "wss://us-ws.unique.network/",
|
|
2869
2869
|
"UniqueEu": "wss://eu-ws.unique.network/",
|
|
@@ -2911,7 +2911,7 @@
|
|
|
2911
2911
|
"name": "Genshiro",
|
|
2912
2912
|
"isTestnet": false,
|
|
2913
2913
|
"chainStatus": "INACTIVE",
|
|
2914
|
-
"icon": "https://
|
|
2914
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro.png",
|
|
2915
2915
|
"providers": {
|
|
2916
2916
|
"Equilibrium": "wss://node.genshiro.io"
|
|
2917
2917
|
},
|
|
@@ -2968,7 +2968,7 @@
|
|
|
2968
2968
|
"name": "Genshiro Testnet",
|
|
2969
2969
|
"isTestnet": true,
|
|
2970
2970
|
"chainStatus": "INACTIVE",
|
|
2971
|
-
"icon": "https://
|
|
2971
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro_testnet.png",
|
|
2972
2972
|
"providers": {},
|
|
2973
2973
|
"evmInfo": null,
|
|
2974
2974
|
"substrateInfo": {
|
|
@@ -2997,7 +2997,7 @@
|
|
|
2997
2997
|
"name": "Subsocial",
|
|
2998
2998
|
"isTestnet": false,
|
|
2999
2999
|
"chainStatus": "ACTIVE",
|
|
3000
|
-
"icon": "https://
|
|
3000
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subsocial_x.png",
|
|
3001
3001
|
"providers": {
|
|
3002
3002
|
"subsocialx": "wss://para.f3joule.space"
|
|
3003
3003
|
},
|
|
@@ -3028,7 +3028,7 @@
|
|
|
3028
3028
|
"name": "Zeitgeist",
|
|
3029
3029
|
"isTestnet": false,
|
|
3030
3030
|
"chainStatus": "ACTIVE",
|
|
3031
|
-
"icon": "https://
|
|
3031
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeitgeist.png",
|
|
3032
3032
|
"providers": {
|
|
3033
3033
|
"OnFinality": "wss://zeitgeist.api.onfinality.io/public-ws",
|
|
3034
3034
|
"Dwellir": "wss://zeitgeist-rpc.dwellir.com"
|
|
@@ -3075,7 +3075,7 @@
|
|
|
3075
3075
|
"name": "Sakura",
|
|
3076
3076
|
"isTestnet": false,
|
|
3077
3077
|
"chainStatus": "ACTIVE",
|
|
3078
|
-
"icon": "https://
|
|
3078
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sakura.png",
|
|
3079
3079
|
"providers": {
|
|
3080
3080
|
"Clover": "wss://rpc.sakura.clover.finance"
|
|
3081
3081
|
},
|
|
@@ -3121,7 +3121,7 @@
|
|
|
3121
3121
|
"name": "Crust Shadow",
|
|
3122
3122
|
"isTestnet": false,
|
|
3123
3123
|
"chainStatus": "ACTIVE",
|
|
3124
|
-
"icon": "https://
|
|
3124
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shadow.png",
|
|
3125
3125
|
"providers": {
|
|
3126
3126
|
"Crust": "wss://rpc-shadow.crust.network/"
|
|
3127
3127
|
},
|
|
@@ -3178,7 +3178,7 @@
|
|
|
3178
3178
|
"name": "Unique TestNet 2.0",
|
|
3179
3179
|
"isTestnet": true,
|
|
3180
3180
|
"chainStatus": "INACTIVE",
|
|
3181
|
-
"icon": "https://
|
|
3181
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/uniquenft.png",
|
|
3182
3182
|
"providers": {
|
|
3183
3183
|
"Unique": "wss://testnet2.unique.network"
|
|
3184
3184
|
},
|
|
@@ -3209,7 +3209,7 @@
|
|
|
3209
3209
|
"name": "Robonomics",
|
|
3210
3210
|
"isTestnet": false,
|
|
3211
3211
|
"chainStatus": "ACTIVE",
|
|
3212
|
-
"icon": "https://
|
|
3212
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/robonomics.png",
|
|
3213
3213
|
"providers": {
|
|
3214
3214
|
"Airalab": "wss://kusama.rpc.robonomics.network/",
|
|
3215
3215
|
"Samsara": "wss://robonomics.0xsamsara.com"
|
|
@@ -3267,7 +3267,7 @@
|
|
|
3267
3267
|
"name": "Integritee Network",
|
|
3268
3268
|
"isTestnet": false,
|
|
3269
3269
|
"chainStatus": "ACTIVE",
|
|
3270
|
-
"icon": "https://
|
|
3270
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integritee.png",
|
|
3271
3271
|
"providers": {
|
|
3272
3272
|
"Integritee": "wss://kusama.api.integritee.network",
|
|
3273
3273
|
"OnFinality": "wss://integritee-kusama.api.onfinality.io/public-ws"
|
|
@@ -3314,7 +3314,7 @@
|
|
|
3314
3314
|
"name": "Integritee Shell",
|
|
3315
3315
|
"isTestnet": false,
|
|
3316
3316
|
"chainStatus": "ACTIVE",
|
|
3317
|
-
"icon": "https://
|
|
3317
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integriteepolkadot.png",
|
|
3318
3318
|
"providers": {
|
|
3319
3319
|
"Integritee": "wss://polkadot.api.integritee.network"
|
|
3320
3320
|
},
|
|
@@ -3357,7 +3357,7 @@
|
|
|
3357
3357
|
"name": "Crab2 Parachain",
|
|
3358
3358
|
"isTestnet": false,
|
|
3359
3359
|
"chainStatus": "ACTIVE",
|
|
3360
|
-
"icon": "https://
|
|
3360
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crabparachain.png",
|
|
3361
3361
|
"providers": {
|
|
3362
3362
|
"Crab": "wss://crab-rpc.darwinia.network/",
|
|
3363
3363
|
"Dwellir": "wss://darwiniacrab-rpc.dwellir.com"
|
|
@@ -3415,7 +3415,7 @@
|
|
|
3415
3415
|
"name": "Pangolin",
|
|
3416
3416
|
"isTestnet": true,
|
|
3417
3417
|
"chainStatus": "ACTIVE",
|
|
3418
|
-
"icon": "https://
|
|
3418
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pangolin.png",
|
|
3419
3419
|
"providers": {
|
|
3420
3420
|
"Pangolin_Network": "wss://pangolin-rpc.darwinia.network"
|
|
3421
3421
|
},
|
|
@@ -3457,7 +3457,7 @@
|
|
|
3457
3457
|
"name": "Chain X",
|
|
3458
3458
|
"isTestnet": false,
|
|
3459
3459
|
"chainStatus": "ACTIVE",
|
|
3460
|
-
"icon": "https://
|
|
3460
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainx.png",
|
|
3461
3461
|
"providers": {
|
|
3462
3462
|
"chainx ": "wss://mainnet.chainx.org/ws"
|
|
3463
3463
|
},
|
|
@@ -3488,7 +3488,7 @@
|
|
|
3488
3488
|
"name": "Acala Mandala TC7",
|
|
3489
3489
|
"isTestnet": true,
|
|
3490
3490
|
"chainStatus": "ACTIVE",
|
|
3491
|
-
"icon": "https://
|
|
3491
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_testnet.png",
|
|
3492
3492
|
"providers": {
|
|
3493
3493
|
"Mandala": "wss://mandala-tc9-rpc.aca-staging.network"
|
|
3494
3494
|
},
|
|
@@ -3522,7 +3522,7 @@
|
|
|
3522
3522
|
"name": "MangataX Public Testnet",
|
|
3523
3523
|
"isTestnet": true,
|
|
3524
3524
|
"chainStatus": "INACTIVE",
|
|
3525
|
-
"icon": "https://
|
|
3525
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax.png",
|
|
3526
3526
|
"providers": {
|
|
3527
3527
|
"mangatax": "wss://collator-01-ws-rococo.mangata.online"
|
|
3528
3528
|
},
|
|
@@ -3553,7 +3553,7 @@
|
|
|
3553
3553
|
"name": "Mangata X",
|
|
3554
3554
|
"isTestnet": false,
|
|
3555
3555
|
"chainStatus": "ACTIVE",
|
|
3556
|
-
"icon": "https://
|
|
3556
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax_para.png",
|
|
3557
3557
|
"providers": {
|
|
3558
3558
|
"mangata": "wss://kusama-rpc.mangata.online",
|
|
3559
3559
|
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
@@ -3611,7 +3611,7 @@
|
|
|
3611
3611
|
"name": "Encointer",
|
|
3612
3612
|
"isTestnet": false,
|
|
3613
3613
|
"chainStatus": "ACTIVE",
|
|
3614
|
-
"icon": "https://
|
|
3614
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/encointer.png",
|
|
3615
3615
|
"providers": {
|
|
3616
3616
|
"Encointer Association": "wss://kusama.api.encointer.org"
|
|
3617
3617
|
},
|
|
@@ -3645,7 +3645,7 @@
|
|
|
3645
3645
|
"name": "Litmus",
|
|
3646
3646
|
"isTestnet": false,
|
|
3647
3647
|
"chainStatus": "ACTIVE",
|
|
3648
|
-
"icon": "https://
|
|
3648
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litmus.png",
|
|
3649
3649
|
"providers": {
|
|
3650
3650
|
"litmus": "wss://rpc.litmus-parachain.litentry.io"
|
|
3651
3651
|
},
|
|
@@ -3688,7 +3688,7 @@
|
|
|
3688
3688
|
"name": "Litentry",
|
|
3689
3689
|
"isTestnet": false,
|
|
3690
3690
|
"chainStatus": "ACTIVE",
|
|
3691
|
-
"icon": "https://
|
|
3691
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litentry.png",
|
|
3692
3692
|
"providers": {
|
|
3693
3693
|
"Litentry": "wss://rpc.litentry-parachain.litentry.io",
|
|
3694
3694
|
"Dwellir": "wss://litentry-rpc.dwellir.com"
|
|
@@ -3732,7 +3732,7 @@
|
|
|
3732
3732
|
"name": "Tinkernet",
|
|
3733
3733
|
"isTestnet": false,
|
|
3734
3734
|
"chainStatus": "ACTIVE",
|
|
3735
|
-
"icon": "https://
|
|
3735
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tinkernet.png",
|
|
3736
3736
|
"providers": {
|
|
3737
3737
|
"Dwellir": "wss://tinkernet-rpc.dwellir.com",
|
|
3738
3738
|
"Light Client": "light://substrate-connect/kusama/tinkernet"
|
|
@@ -3776,7 +3776,7 @@
|
|
|
3776
3776
|
"name": "Imbue Kusama",
|
|
3777
3777
|
"isTestnet": false,
|
|
3778
3778
|
"chainStatus": "ACTIVE",
|
|
3779
|
-
"icon": "https://
|
|
3779
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/imbue_network.png",
|
|
3780
3780
|
"providers": {
|
|
3781
3781
|
"Imbue": "wss://kusama.imbuenetwork.com"
|
|
3782
3782
|
},
|
|
@@ -3819,7 +3819,7 @@
|
|
|
3819
3819
|
"name": "Subspace Testnet",
|
|
3820
3820
|
"isTestnet": true,
|
|
3821
3821
|
"chainStatus": "INACTIVE",
|
|
3822
|
-
"icon": "https://
|
|
3822
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_test.png",
|
|
3823
3823
|
"providers": {},
|
|
3824
3824
|
"evmInfo": null,
|
|
3825
3825
|
"substrateInfo": {
|
|
@@ -3848,7 +3848,7 @@
|
|
|
3848
3848
|
"name": "Subspace Gemini 2a",
|
|
3849
3849
|
"isTestnet": true,
|
|
3850
3850
|
"chainStatus": "INACTIVE",
|
|
3851
|
-
"icon": "https://
|
|
3851
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_2a.png",
|
|
3852
3852
|
"providers": {
|
|
3853
3853
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
3854
3854
|
},
|
|
@@ -3879,7 +3879,7 @@
|
|
|
3879
3879
|
"name": "Subspace Gemini 3c",
|
|
3880
3880
|
"isTestnet": true,
|
|
3881
3881
|
"chainStatus": "INACTIVE",
|
|
3882
|
-
"icon": "https://
|
|
3882
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3c.png",
|
|
3883
3883
|
"providers": {},
|
|
3884
3884
|
"evmInfo": null,
|
|
3885
3885
|
"substrateInfo": {
|
|
@@ -3908,7 +3908,7 @@
|
|
|
3908
3908
|
"name": "Subspace Gemini 3d",
|
|
3909
3909
|
"isTestnet": true,
|
|
3910
3910
|
"chainStatus": "INACTIVE",
|
|
3911
|
-
"icon": "https://
|
|
3911
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3d.png",
|
|
3912
3912
|
"providers": {},
|
|
3913
3913
|
"evmInfo": null,
|
|
3914
3914
|
"substrateInfo": {
|
|
@@ -3937,7 +3937,7 @@
|
|
|
3937
3937
|
"name": "Subspace Gemini 3e",
|
|
3938
3938
|
"isTestnet": true,
|
|
3939
3939
|
"chainStatus": "INACTIVE",
|
|
3940
|
-
"icon": "https://
|
|
3940
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3e.png",
|
|
3941
3941
|
"providers": {},
|
|
3942
3942
|
"evmInfo": null,
|
|
3943
3943
|
"substrateInfo": {
|
|
@@ -3966,7 +3966,7 @@
|
|
|
3966
3966
|
"name": "Subspace Gemini 3f",
|
|
3967
3967
|
"isTestnet": true,
|
|
3968
3968
|
"chainStatus": "INACTIVE",
|
|
3969
|
-
"icon": "https://
|
|
3969
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3f.png",
|
|
3970
3970
|
"providers": {
|
|
3971
3971
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
3972
3972
|
},
|
|
@@ -3997,7 +3997,7 @@
|
|
|
3997
3997
|
"name": "NeuroWeb Mainnet",
|
|
3998
3998
|
"isTestnet": false,
|
|
3999
3999
|
"chainStatus": "ACTIVE",
|
|
4000
|
-
"icon": "https://
|
|
4000
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/origintrail.png",
|
|
4001
4001
|
"providers": {
|
|
4002
4002
|
"TraceLabs": "wss://parachain-rpc.origin-trail.network"
|
|
4003
4003
|
},
|
|
@@ -4043,7 +4043,7 @@
|
|
|
4043
4043
|
"name": "Subspace Gemini 3g",
|
|
4044
4044
|
"isTestnet": true,
|
|
4045
4045
|
"chainStatus": "ACTIVE",
|
|
4046
|
-
"icon": "https://
|
|
4046
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3g.png",
|
|
4047
4047
|
"providers": {
|
|
4048
4048
|
"Gemini 3g": "wss://rpc-0.gemini-3g.subspace.network/ws"
|
|
4049
4049
|
},
|
|
@@ -4074,7 +4074,7 @@
|
|
|
4074
4074
|
"name": "Dorafactory",
|
|
4075
4075
|
"isTestnet": false,
|
|
4076
4076
|
"chainStatus": "INACTIVE",
|
|
4077
|
-
"icon": "https://
|
|
4077
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dorafactory.png",
|
|
4078
4078
|
"providers": {},
|
|
4079
4079
|
"evmInfo": null,
|
|
4080
4080
|
"substrateInfo": {
|
|
@@ -4115,7 +4115,7 @@
|
|
|
4115
4115
|
"name": "Bajun Kusama",
|
|
4116
4116
|
"isTestnet": false,
|
|
4117
4117
|
"chainStatus": "ACTIVE",
|
|
4118
|
-
"icon": "https://
|
|
4118
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bajun.png",
|
|
4119
4119
|
"providers": {
|
|
4120
4120
|
"AjunaNetwork": "wss://rpc-parachain.bajun.network",
|
|
4121
4121
|
"OnFinality": "wss://bajun.api.onfinality.io/public-ws"
|
|
@@ -4162,7 +4162,7 @@
|
|
|
4162
4162
|
"name": "Dancebox",
|
|
4163
4163
|
"isTestnet": true,
|
|
4164
4164
|
"chainStatus": "ACTIVE",
|
|
4165
|
-
"icon": "https://
|
|
4165
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dancebox.png",
|
|
4166
4166
|
"providers": {
|
|
4167
4167
|
"Dancebox": "wss://fraa-dancebox-rpc.a.dancebox.tanssi.network"
|
|
4168
4168
|
},
|
|
@@ -4193,7 +4193,7 @@
|
|
|
4193
4193
|
"name": "Listen Network",
|
|
4194
4194
|
"isTestnet": false,
|
|
4195
4195
|
"chainStatus": "INACTIVE",
|
|
4196
|
-
"icon": "https://
|
|
4196
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/listen.png",
|
|
4197
4197
|
"providers": {},
|
|
4198
4198
|
"evmInfo": null,
|
|
4199
4199
|
"substrateInfo": {
|
|
@@ -4222,7 +4222,7 @@
|
|
|
4222
4222
|
"name": "Kabocha",
|
|
4223
4223
|
"isTestnet": false,
|
|
4224
4224
|
"chainStatus": "ACTIVE",
|
|
4225
|
-
"icon": "https://
|
|
4225
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kabocha.png",
|
|
4226
4226
|
"providers": {
|
|
4227
4227
|
"JelliedOwl": "wss://kabocha.jelliedowl.com"
|
|
4228
4228
|
},
|
|
@@ -4265,7 +4265,7 @@
|
|
|
4265
4265
|
"name": "GM Parachain",
|
|
4266
4266
|
"isTestnet": false,
|
|
4267
4267
|
"chainStatus": "INACTIVE",
|
|
4268
|
-
"icon": "https://
|
|
4268
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gmdie.png",
|
|
4269
4269
|
"providers": {},
|
|
4270
4270
|
"evmInfo": null,
|
|
4271
4271
|
"substrateInfo": {
|
|
@@ -4306,7 +4306,7 @@
|
|
|
4306
4306
|
"name": "Ternoa",
|
|
4307
4307
|
"isTestnet": false,
|
|
4308
4308
|
"chainStatus": "ACTIVE",
|
|
4309
|
-
"icon": "https://
|
|
4309
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa.png",
|
|
4310
4310
|
"providers": {
|
|
4311
4311
|
"ternoa": "wss://mainnet.ternoa.network"
|
|
4312
4312
|
},
|
|
@@ -4337,7 +4337,7 @@
|
|
|
4337
4337
|
"name": "DataHighway Tanganika",
|
|
4338
4338
|
"isTestnet": false,
|
|
4339
4339
|
"chainStatus": "INACTIVE",
|
|
4340
|
-
"icon": "https://
|
|
4340
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tanganika.png",
|
|
4341
4341
|
"providers": {},
|
|
4342
4342
|
"evmInfo": null,
|
|
4343
4343
|
"substrateInfo": {
|
|
@@ -4381,7 +4381,7 @@
|
|
|
4381
4381
|
"name": "Pendulum",
|
|
4382
4382
|
"isTestnet": false,
|
|
4383
4383
|
"chainStatus": "ACTIVE",
|
|
4384
|
-
"icon": "https://
|
|
4384
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pendulum.png",
|
|
4385
4385
|
"providers": {
|
|
4386
4386
|
"Pendulum": "wss://rpc-pendulum.prd.pendulumchain.tech"
|
|
4387
4387
|
},
|
|
@@ -4427,7 +4427,7 @@
|
|
|
4427
4427
|
"name": "Gear Staging Testnet",
|
|
4428
4428
|
"isTestnet": true,
|
|
4429
4429
|
"chainStatus": "INACTIVE",
|
|
4430
|
-
"icon": "https://
|
|
4430
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gear_testnet.png",
|
|
4431
4431
|
"providers": {
|
|
4432
4432
|
"gear": "wss://rpc-node.gear-tech.io"
|
|
4433
4433
|
},
|
|
@@ -4458,7 +4458,7 @@
|
|
|
4458
4458
|
"name": "Ternoa Alphanet",
|
|
4459
4459
|
"isTestnet": true,
|
|
4460
4460
|
"chainStatus": "ACTIVE",
|
|
4461
|
-
"icon": "https://
|
|
4461
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa_alphanet.png",
|
|
4462
4462
|
"providers": {
|
|
4463
4463
|
"ternoa": "wss://alphanet.ternoa.com"
|
|
4464
4464
|
},
|
|
@@ -4489,7 +4489,7 @@
|
|
|
4489
4489
|
"name": "Calamari Staging",
|
|
4490
4490
|
"isTestnet": true,
|
|
4491
4491
|
"chainStatus": "ACTIVE",
|
|
4492
|
-
"icon": "https://
|
|
4492
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari_test.png",
|
|
4493
4493
|
"providers": {
|
|
4494
4494
|
"calamari_test": "wss://c1.calamari.seabird.systems"
|
|
4495
4495
|
},
|
|
@@ -4520,7 +4520,7 @@
|
|
|
4520
4520
|
"name": "Boba Network",
|
|
4521
4521
|
"isTestnet": false,
|
|
4522
4522
|
"chainStatus": "ACTIVE",
|
|
4523
|
-
"icon": "https://
|
|
4523
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/boba.png",
|
|
4524
4524
|
"providers": {
|
|
4525
4525
|
"Read RPC": "https://lightning-replica.boba.network",
|
|
4526
4526
|
"Write RPC": "https://mainnet.boba.network"
|
|
@@ -4547,7 +4547,7 @@
|
|
|
4547
4547
|
"name": "Bobabeam",
|
|
4548
4548
|
"isTestnet": false,
|
|
4549
4549
|
"chainStatus": "INACTIVE",
|
|
4550
|
-
"icon": "https://
|
|
4550
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabeam.png",
|
|
4551
4551
|
"providers": {
|
|
4552
4552
|
"RPC": "https://bobabeam.boba.network",
|
|
4553
4553
|
"Replica RPC": "https://replica.bobabeam.boba.network"
|
|
@@ -4574,7 +4574,7 @@
|
|
|
4574
4574
|
"name": "KILT Peregrine",
|
|
4575
4575
|
"isTestnet": true,
|
|
4576
4576
|
"chainStatus": "ACTIVE",
|
|
4577
|
-
"icon": "https://
|
|
4577
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt_peregrine.png",
|
|
4578
4578
|
"providers": {
|
|
4579
4579
|
"kilt": "wss://peregrine.kilt.io/parachain-public-ws/"
|
|
4580
4580
|
},
|
|
@@ -4608,7 +4608,7 @@
|
|
|
4608
4608
|
"name": "XX Network",
|
|
4609
4609
|
"isTestnet": false,
|
|
4610
4610
|
"chainStatus": "ACTIVE",
|
|
4611
|
-
"icon": "https://
|
|
4611
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xx_network.png",
|
|
4612
4612
|
"providers": {
|
|
4613
4613
|
"XX Foundation": "wss://rpc.xx.network"
|
|
4614
4614
|
},
|
|
@@ -4639,7 +4639,7 @@
|
|
|
4639
4639
|
"name": "Watr Testnet",
|
|
4640
4640
|
"isTestnet": true,
|
|
4641
4641
|
"chainStatus": "ACTIVE",
|
|
4642
|
-
"icon": "https://
|
|
4642
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network.png",
|
|
4643
4643
|
"providers": {
|
|
4644
4644
|
"watr": "wss://rpc.dev.watr.org"
|
|
4645
4645
|
},
|
|
@@ -4670,7 +4670,7 @@
|
|
|
4670
4670
|
"name": "Watr Testnet - EVM",
|
|
4671
4671
|
"isTestnet": true,
|
|
4672
4672
|
"chainStatus": "ACTIVE",
|
|
4673
|
-
"icon": "https://
|
|
4673
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network_evm.png",
|
|
4674
4674
|
"providers": {
|
|
4675
4675
|
"watr": "https://rpc.dev.watr.org"
|
|
4676
4676
|
},
|
|
@@ -4696,7 +4696,7 @@
|
|
|
4696
4696
|
"name": "Fusotao",
|
|
4697
4697
|
"isTestnet": false,
|
|
4698
4698
|
"chainStatus": "ACTIVE",
|
|
4699
|
-
"icon": "https://
|
|
4699
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fusotao.png",
|
|
4700
4700
|
"providers": {
|
|
4701
4701
|
"fusotao": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2"
|
|
4702
4702
|
},
|
|
@@ -4727,7 +4727,7 @@
|
|
|
4727
4727
|
"name": "Discovol",
|
|
4728
4728
|
"isTestnet": false,
|
|
4729
4729
|
"chainStatus": "ACTIVE",
|
|
4730
|
-
"icon": "https://
|
|
4730
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol.png",
|
|
4731
4731
|
"providers": {
|
|
4732
4732
|
"discovol": "wss://gateway.mainnet.octopus.network/discovol/afpft46l1egfhrv8at5pfyrld03zseo1"
|
|
4733
4733
|
},
|
|
@@ -4758,7 +4758,7 @@
|
|
|
4758
4758
|
"name": "Discovol Testnet",
|
|
4759
4759
|
"isTestnet": true,
|
|
4760
4760
|
"chainStatus": "INACTIVE",
|
|
4761
|
-
"icon": "https://
|
|
4761
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol_testnet.png",
|
|
4762
4762
|
"providers": {
|
|
4763
4763
|
"discovol_testnet": "wss://gateway.testnet.octopus.network/discovol/o4urcey87y4n1qimhfrad92gzs315z9h"
|
|
4764
4764
|
},
|
|
@@ -4789,7 +4789,7 @@
|
|
|
4789
4789
|
"name": "Atocha",
|
|
4790
4790
|
"isTestnet": false,
|
|
4791
4791
|
"chainStatus": "ACTIVE",
|
|
4792
|
-
"icon": "https://
|
|
4792
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/atocha.png",
|
|
4793
4793
|
"providers": {
|
|
4794
4794
|
"atocha": "wss://gateway.mainnet.octopus.network/atocha/jungxomf4hdcfocwcalgoiz64g9avjim"
|
|
4795
4795
|
},
|
|
@@ -4820,7 +4820,7 @@
|
|
|
4820
4820
|
"name": "Myriad",
|
|
4821
4821
|
"isTestnet": false,
|
|
4822
4822
|
"chainStatus": "ACTIVE",
|
|
4823
|
-
"icon": "https://
|
|
4823
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/myriad.png",
|
|
4824
4824
|
"providers": {
|
|
4825
4825
|
"myriad": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0"
|
|
4826
4826
|
},
|
|
@@ -4851,7 +4851,7 @@
|
|
|
4851
4851
|
"name": "DeBio",
|
|
4852
4852
|
"isTestnet": false,
|
|
4853
4853
|
"chainStatus": "ACTIVE",
|
|
4854
|
-
"icon": "https://
|
|
4854
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/debio.png",
|
|
4855
4855
|
"providers": {
|
|
4856
4856
|
"deBio": "wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e"
|
|
4857
4857
|
},
|
|
@@ -4882,7 +4882,7 @@
|
|
|
4882
4882
|
"name": "Polkadot Collectives",
|
|
4883
4883
|
"isTestnet": false,
|
|
4884
4884
|
"chainStatus": "ACTIVE",
|
|
4885
|
-
"icon": "https://
|
|
4885
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/collectives.png",
|
|
4886
4886
|
"providers": {
|
|
4887
4887
|
"viaParity": "wss://polkadot-collectives-rpc.polkadot.io"
|
|
4888
4888
|
},
|
|
@@ -4913,7 +4913,7 @@
|
|
|
4913
4913
|
"name": "Ajuna Network",
|
|
4914
4914
|
"isTestnet": false,
|
|
4915
4915
|
"chainStatus": "ACTIVE",
|
|
4916
|
-
"icon": "https://
|
|
4916
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ajunapolkadot.png",
|
|
4917
4917
|
"providers": {
|
|
4918
4918
|
"OnFinality": "wss://ajuna.api.onfinality.io/public-ws"
|
|
4919
4919
|
},
|
|
@@ -4959,7 +4959,7 @@
|
|
|
4959
4959
|
"name": "Bitgreen",
|
|
4960
4960
|
"isTestnet": false,
|
|
4961
4961
|
"chainStatus": "ACTIVE",
|
|
4962
|
-
"icon": "https://
|
|
4962
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitgreen.png",
|
|
4963
4963
|
"providers": {
|
|
4964
4964
|
"viaBitgreen": "wss://mainnet.bitgreen.org"
|
|
4965
4965
|
},
|
|
@@ -4990,7 +4990,7 @@
|
|
|
4990
4990
|
"name": "Frequency",
|
|
4991
4991
|
"isTestnet": false,
|
|
4992
4992
|
"chainStatus": "ACTIVE",
|
|
4993
|
-
"icon": "https://
|
|
4993
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/frequency.png",
|
|
4994
4994
|
"providers": {
|
|
4995
4995
|
"Frequency 0": "wss://0.rpc.frequency.xyz",
|
|
4996
4996
|
"Frequency 1": "wss://1.rpc.frequency.xyz"
|
|
@@ -5022,7 +5022,7 @@
|
|
|
5022
5022
|
"name": "Hashed Network",
|
|
5023
5023
|
"isTestnet": false,
|
|
5024
5024
|
"chainStatus": "ACTIVE",
|
|
5025
|
-
"icon": "https://
|
|
5025
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hashednetwork.png",
|
|
5026
5026
|
"providers": {
|
|
5027
5027
|
"Hashed Systems 2": "wss://c2.hashed.network"
|
|
5028
5028
|
},
|
|
@@ -5076,7 +5076,7 @@
|
|
|
5076
5076
|
"name": "Kapex",
|
|
5077
5077
|
"isTestnet": false,
|
|
5078
5078
|
"chainStatus": "INACTIVE",
|
|
5079
|
-
"icon": "https://
|
|
5079
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kapex.png",
|
|
5080
5080
|
"providers": {
|
|
5081
5081
|
"viaTotem": "wss://kapex-rpc.dwellir.com"
|
|
5082
5082
|
},
|
|
@@ -5119,7 +5119,7 @@
|
|
|
5119
5119
|
"name": "Kylin Network",
|
|
5120
5120
|
"isTestnet": false,
|
|
5121
5121
|
"chainStatus": "INACTIVE",
|
|
5122
|
-
"icon": "https://
|
|
5122
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kylinnetwork.png",
|
|
5123
5123
|
"providers": {
|
|
5124
5124
|
"Kylin Network": "wss://polkadot.kylin-node.co.uk"
|
|
5125
5125
|
},
|
|
@@ -5162,7 +5162,7 @@
|
|
|
5162
5162
|
"name": "DAO IPCI",
|
|
5163
5163
|
"isTestnet": false,
|
|
5164
5164
|
"chainStatus": "ACTIVE",
|
|
5165
|
-
"icon": "https://
|
|
5165
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ipci.png",
|
|
5166
5166
|
"providers": {
|
|
5167
5167
|
"viaAiralab": "wss://kusama.rpc.ipci.io"
|
|
5168
5168
|
},
|
|
@@ -5193,7 +5193,7 @@
|
|
|
5193
5193
|
"name": "KICO",
|
|
5194
5194
|
"isTestnet": false,
|
|
5195
5195
|
"chainStatus": "INACTIVE",
|
|
5196
|
-
"icon": "https://
|
|
5196
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kico.png",
|
|
5197
5197
|
"providers": {},
|
|
5198
5198
|
"evmInfo": null,
|
|
5199
5199
|
"substrateInfo": {
|
|
@@ -5234,7 +5234,7 @@
|
|
|
5234
5234
|
"name": "Luhn Network",
|
|
5235
5235
|
"isTestnet": false,
|
|
5236
5236
|
"chainStatus": "INACTIVE",
|
|
5237
|
-
"icon": "https://
|
|
5237
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/luhnnetwork.png",
|
|
5238
5238
|
"providers": {},
|
|
5239
5239
|
"evmInfo": null,
|
|
5240
5240
|
"substrateInfo": {
|
|
@@ -5263,7 +5263,7 @@
|
|
|
5263
5263
|
"name": "Pichiu Network",
|
|
5264
5264
|
"isTestnet": false,
|
|
5265
5265
|
"chainStatus": "INACTIVE",
|
|
5266
|
-
"icon": "https://
|
|
5266
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pichiu.png",
|
|
5267
5267
|
"providers": {},
|
|
5268
5268
|
"evmInfo": null,
|
|
5269
5269
|
"substrateInfo": {
|
|
@@ -5304,7 +5304,7 @@
|
|
|
5304
5304
|
"name": "RioDeFi",
|
|
5305
5305
|
"isTestnet": false,
|
|
5306
5306
|
"chainStatus": "INACTIVE",
|
|
5307
|
-
"icon": "https://
|
|
5307
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riodefi.png",
|
|
5308
5308
|
"providers": {},
|
|
5309
5309
|
"evmInfo": null,
|
|
5310
5310
|
"substrateInfo": {
|
|
@@ -5333,7 +5333,7 @@
|
|
|
5333
5333
|
"name": "Automata",
|
|
5334
5334
|
"isTestnet": false,
|
|
5335
5335
|
"chainStatus": "ACTIVE",
|
|
5336
|
-
"icon": "https://
|
|
5336
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/automata.png",
|
|
5337
5337
|
"providers": {
|
|
5338
5338
|
"OnFinality": "wss://automata.api.onfinality.io/public-ws"
|
|
5339
5339
|
},
|
|
@@ -5364,7 +5364,7 @@
|
|
|
5364
5364
|
"name": "Creditcoin",
|
|
5365
5365
|
"isTestnet": false,
|
|
5366
5366
|
"chainStatus": "ACTIVE",
|
|
5367
|
-
"icon": "https://
|
|
5367
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcoin.png",
|
|
5368
5368
|
"providers": {
|
|
5369
5369
|
"Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
|
|
5370
5370
|
},
|
|
@@ -5398,7 +5398,7 @@
|
|
|
5398
5398
|
"name": "Crown Sterling",
|
|
5399
5399
|
"isTestnet": false,
|
|
5400
5400
|
"chainStatus": "ACTIVE",
|
|
5401
|
-
"icon": "https://
|
|
5401
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crownsterling.png",
|
|
5402
5402
|
"providers": {
|
|
5403
5403
|
"Crown Sterling": "wss://blockchain.crownsterling.io"
|
|
5404
5404
|
},
|
|
@@ -5429,7 +5429,7 @@
|
|
|
5429
5429
|
"name": "Dock",
|
|
5430
5430
|
"isTestnet": false,
|
|
5431
5431
|
"chainStatus": "ACTIVE",
|
|
5432
|
-
"icon": "https://
|
|
5432
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dockposmainnet.png",
|
|
5433
5433
|
"providers": {
|
|
5434
5434
|
"Dock Association": "wss://mainnet-node.dock.io"
|
|
5435
5435
|
},
|
|
@@ -5463,7 +5463,7 @@
|
|
|
5463
5463
|
"name": "Kusari",
|
|
5464
5464
|
"isTestnet": false,
|
|
5465
5465
|
"chainStatus": "INACTIVE",
|
|
5466
|
-
"icon": "https://
|
|
5466
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusari.png",
|
|
5467
5467
|
"providers": {},
|
|
5468
5468
|
"evmInfo": null,
|
|
5469
5469
|
"substrateInfo": {
|
|
@@ -5492,7 +5492,7 @@
|
|
|
5492
5492
|
"name": "Logion",
|
|
5493
5493
|
"isTestnet": false,
|
|
5494
5494
|
"chainStatus": "ACTIVE",
|
|
5495
|
-
"icon": "https://
|
|
5495
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/logion.png",
|
|
5496
5496
|
"providers": {
|
|
5497
5497
|
"Logion 1": "wss://para-rpc01.logion.network"
|
|
5498
5498
|
},
|
|
@@ -5546,7 +5546,7 @@
|
|
|
5546
5546
|
"name": "Neatcoin",
|
|
5547
5547
|
"isTestnet": false,
|
|
5548
5548
|
"chainStatus": "ACTIVE",
|
|
5549
|
-
"icon": "https://
|
|
5549
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/neatcoin.png",
|
|
5550
5550
|
"providers": {
|
|
5551
5551
|
"Neatcoin": "wss://rpc.neatcoin.org/ws"
|
|
5552
5552
|
},
|
|
@@ -5577,7 +5577,7 @@
|
|
|
5577
5577
|
"name": "NFTMart",
|
|
5578
5578
|
"isTestnet": false,
|
|
5579
5579
|
"chainStatus": "ACTIVE",
|
|
5580
|
-
"icon": "https://
|
|
5580
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nftmart.png",
|
|
5581
5581
|
"providers": {
|
|
5582
5582
|
"NFTMart": "wss://mainnet.nftmart.io/rpc/ws"
|
|
5583
5583
|
},
|
|
@@ -5608,7 +5608,7 @@
|
|
|
5608
5608
|
"name": "Polymesh Mainnet",
|
|
5609
5609
|
"isTestnet": false,
|
|
5610
5610
|
"chainStatus": "ACTIVE",
|
|
5611
|
-
"icon": "https://
|
|
5611
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polymesh.png",
|
|
5612
5612
|
"providers": {
|
|
5613
5613
|
"Polymath": "wss://mainnet-rpc.polymesh.network"
|
|
5614
5614
|
},
|
|
@@ -5642,7 +5642,7 @@
|
|
|
5642
5642
|
"name": "RioChain",
|
|
5643
5643
|
"isTestnet": false,
|
|
5644
5644
|
"chainStatus": "INACTIVE",
|
|
5645
|
-
"icon": "https://
|
|
5645
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riochain.png",
|
|
5646
5646
|
"providers": {},
|
|
5647
5647
|
"evmInfo": null,
|
|
5648
5648
|
"substrateInfo": {
|
|
@@ -5671,7 +5671,7 @@
|
|
|
5671
5671
|
"name": "SherpaX",
|
|
5672
5672
|
"isTestnet": false,
|
|
5673
5673
|
"chainStatus": "INACTIVE",
|
|
5674
|
-
"icon": "https://
|
|
5674
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sherpax.png",
|
|
5675
5675
|
"providers": {},
|
|
5676
5676
|
"evmInfo": null,
|
|
5677
5677
|
"substrateInfo": {
|
|
@@ -5700,7 +5700,7 @@
|
|
|
5700
5700
|
"name": "SORA",
|
|
5701
5701
|
"isTestnet": false,
|
|
5702
5702
|
"chainStatus": "ACTIVE",
|
|
5703
|
-
"icon": "https://
|
|
5703
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_substrate.png",
|
|
5704
5704
|
"providers": {
|
|
5705
5705
|
"SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
|
|
5706
5706
|
"SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
|
|
@@ -5760,7 +5760,7 @@
|
|
|
5760
5760
|
"name": "Swapdex",
|
|
5761
5761
|
"isTestnet": false,
|
|
5762
5762
|
"chainStatus": "INACTIVE",
|
|
5763
|
-
"icon": "https://
|
|
5763
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/swapdex.png",
|
|
5764
5764
|
"providers": {
|
|
5765
5765
|
"Swapdex": "wss://ws.swapdex.network"
|
|
5766
5766
|
},
|
|
@@ -5791,7 +5791,7 @@
|
|
|
5791
5791
|
"name": "3DPass",
|
|
5792
5792
|
"isTestnet": false,
|
|
5793
5793
|
"chainStatus": "ACTIVE",
|
|
5794
|
-
"icon": "https://
|
|
5794
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/3dpass.png",
|
|
5795
5795
|
"providers": {
|
|
5796
5796
|
"3dpass": "wss://rpc.3dpass.org",
|
|
5797
5797
|
"3dpscan": "wss://rpc.3dpscan.io"
|
|
@@ -5823,7 +5823,7 @@
|
|
|
5823
5823
|
"name": "Aleph Zero Smartnet",
|
|
5824
5824
|
"isTestnet": true,
|
|
5825
5825
|
"chainStatus": "INACTIVE",
|
|
5826
|
-
"icon": "https://
|
|
5826
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephsmartnet.png",
|
|
5827
5827
|
"providers": {},
|
|
5828
5828
|
"evmInfo": null,
|
|
5829
5829
|
"substrateInfo": {
|
|
@@ -5852,7 +5852,7 @@
|
|
|
5852
5852
|
"name": "Kulupu",
|
|
5853
5853
|
"isTestnet": false,
|
|
5854
5854
|
"chainStatus": "ACTIVE",
|
|
5855
|
-
"icon": "https://
|
|
5855
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kulupu.png",
|
|
5856
5856
|
"providers": {
|
|
5857
5857
|
"Kulupu": "wss://rpc.kulupu.corepaper.org/ws"
|
|
5858
5858
|
},
|
|
@@ -5883,7 +5883,7 @@
|
|
|
5883
5883
|
"name": "Joystream",
|
|
5884
5884
|
"isTestnet": false,
|
|
5885
5885
|
"chainStatus": "ACTIVE",
|
|
5886
|
-
"icon": "https://
|
|
5886
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/joystream.png",
|
|
5887
5887
|
"providers": {
|
|
5888
5888
|
"Jsgenesis": "wss://rpc.joystream.org"
|
|
5889
5889
|
},
|
|
@@ -5917,7 +5917,7 @@
|
|
|
5917
5917
|
"name": "Aventus Testnet",
|
|
5918
5918
|
"isTestnet": true,
|
|
5919
5919
|
"chainStatus": "ACTIVE",
|
|
5920
|
-
"icon": "https://
|
|
5920
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus_testnet.png",
|
|
5921
5921
|
"providers": {
|
|
5922
5922
|
"Aventus": "wss://public-rpc.testnet.aventus.network"
|
|
5923
5923
|
},
|
|
@@ -5948,7 +5948,7 @@
|
|
|
5948
5948
|
"name": "Vara Network",
|
|
5949
5949
|
"isTestnet": false,
|
|
5950
5950
|
"chainStatus": "ACTIVE",
|
|
5951
|
-
"icon": "https://
|
|
5951
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_network.png",
|
|
5952
5952
|
"providers": {
|
|
5953
5953
|
"Vara Network": "wss://rpc.vara.network",
|
|
5954
5954
|
"BlastApi": "wss://vara-mainnet.public.blastapi.io"
|
|
@@ -5986,7 +5986,7 @@
|
|
|
5986
5986
|
"name": "Avail Kate Testnet",
|
|
5987
5987
|
"isTestnet": true,
|
|
5988
5988
|
"chainStatus": "INACTIVE",
|
|
5989
|
-
"icon": "https://
|
|
5989
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kate.png",
|
|
5990
5990
|
"providers": {
|
|
5991
5991
|
"AVAIL": "wss://kate.avail.tools/ws"
|
|
5992
5992
|
},
|
|
@@ -6017,7 +6017,7 @@
|
|
|
6017
6017
|
"name": "Polkadot Bridge Hub",
|
|
6018
6018
|
"isTestnet": false,
|
|
6019
6019
|
"chainStatus": "ACTIVE",
|
|
6020
|
-
"icon": "https://
|
|
6020
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubpolkadot.png",
|
|
6021
6021
|
"providers": {
|
|
6022
6022
|
"Parity": "wss://polkadot-bridge-hub-rpc.polkadot.io",
|
|
6023
6023
|
"Stakeworld": "wss://dot-rpc.stakeworld.io/bridgehub"
|
|
@@ -6052,7 +6052,7 @@
|
|
|
6052
6052
|
"name": "Kusama Bridge Hub",
|
|
6053
6053
|
"isTestnet": false,
|
|
6054
6054
|
"chainStatus": "ACTIVE",
|
|
6055
|
-
"icon": "https://
|
|
6055
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubkusama.png",
|
|
6056
6056
|
"providers": {
|
|
6057
6057
|
"Parity": "wss://kusama-bridge-hub-rpc.polkadot.io",
|
|
6058
6058
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/bridgehub",
|
|
@@ -6089,7 +6089,7 @@
|
|
|
6089
6089
|
"name": "Fantom Testnet",
|
|
6090
6090
|
"isTestnet": true,
|
|
6091
6091
|
"chainStatus": "ACTIVE",
|
|
6092
|
-
"icon": "https://
|
|
6092
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom_testnet.png",
|
|
6093
6093
|
"providers": {
|
|
6094
6094
|
"Ankr": "https://rpc.ankr.com/fantom_testnet",
|
|
6095
6095
|
"FantomNetwork": "https://rpc.testnet.fantom.network/",
|
|
@@ -6117,7 +6117,7 @@
|
|
|
6117
6117
|
"name": "Fantom",
|
|
6118
6118
|
"isTestnet": false,
|
|
6119
6119
|
"chainStatus": "ACTIVE",
|
|
6120
|
-
"icon": "https://
|
|
6120
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom.png",
|
|
6121
6121
|
"providers": {
|
|
6122
6122
|
"Ankr": "https://rpc.ankr.com/fantom",
|
|
6123
6123
|
"RPC_API": "https://rpcapi.fantom.network",
|
|
@@ -6147,7 +6147,7 @@
|
|
|
6147
6147
|
"name": "Krest Network",
|
|
6148
6148
|
"isTestnet": false,
|
|
6149
6149
|
"chainStatus": "ACTIVE",
|
|
6150
|
-
"icon": "https://
|
|
6150
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/krest_network.png",
|
|
6151
6151
|
"providers": {
|
|
6152
6152
|
"OnFinality": "wss://krest.api.onfinality.io/public-ws"
|
|
6153
6153
|
},
|
|
@@ -6193,7 +6193,7 @@
|
|
|
6193
6193
|
"name": "Deeper Network",
|
|
6194
6194
|
"isTestnet": false,
|
|
6195
6195
|
"chainStatus": "ACTIVE",
|
|
6196
|
-
"icon": "https://
|
|
6196
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/deeper_network.png",
|
|
6197
6197
|
"providers": {
|
|
6198
6198
|
"DeeperNetwork": "wss://mainnet-full.deeper.network"
|
|
6199
6199
|
},
|
|
@@ -6224,7 +6224,7 @@
|
|
|
6224
6224
|
"name": "Jur Network",
|
|
6225
6225
|
"isTestnet": false,
|
|
6226
6226
|
"chainStatus": "ACTIVE",
|
|
6227
|
-
"icon": "https://
|
|
6227
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/jur_network.png",
|
|
6228
6228
|
"providers": {
|
|
6229
6229
|
"Jur Mainnet": "wss://mainnet.jur.io/"
|
|
6230
6230
|
},
|
|
@@ -6255,7 +6255,7 @@
|
|
|
6255
6255
|
"name": "Base Mainnet",
|
|
6256
6256
|
"isTestnet": false,
|
|
6257
6257
|
"chainStatus": "ACTIVE",
|
|
6258
|
-
"icon": "https://
|
|
6258
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/base_mainnet.png",
|
|
6259
6259
|
"providers": {
|
|
6260
6260
|
"PublicNode": "https://base.publicnode.com"
|
|
6261
6261
|
},
|
|
@@ -6281,7 +6281,7 @@
|
|
|
6281
6281
|
"name": "Avalanche C-Chain",
|
|
6282
6282
|
"isTestnet": false,
|
|
6283
6283
|
"chainStatus": "ACTIVE",
|
|
6284
|
-
"icon": "https://
|
|
6284
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avalanche_c.png",
|
|
6285
6285
|
"providers": {
|
|
6286
6286
|
"Avax Network": "https://api.avax.network/ext/bc/C/rpc",
|
|
6287
6287
|
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
@@ -6311,7 +6311,7 @@
|
|
|
6311
6311
|
"name": "Crust Mainnet",
|
|
6312
6312
|
"isTestnet": false,
|
|
6313
6313
|
"chainStatus": "ACTIVE",
|
|
6314
|
-
"icon": "https://
|
|
6314
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust_mainnet.png",
|
|
6315
6315
|
"providers": {
|
|
6316
6316
|
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
6317
6317
|
"Crust Network": "wss://rpc.crust.network"
|
|
@@ -6346,7 +6346,7 @@
|
|
|
6346
6346
|
"name": "Acala - EVM",
|
|
6347
6347
|
"isTestnet": false,
|
|
6348
6348
|
"chainStatus": "ACTIVE",
|
|
6349
|
-
"icon": "https://
|
|
6349
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_evm.png",
|
|
6350
6350
|
"providers": {
|
|
6351
6351
|
"Acala": "https://eth-rpc-acala.aca-api.network"
|
|
6352
6352
|
},
|
|
@@ -6372,7 +6372,7 @@
|
|
|
6372
6372
|
"name": "Karura - EVM",
|
|
6373
6373
|
"isTestnet": false,
|
|
6374
6374
|
"chainStatus": "ACTIVE",
|
|
6375
|
-
"icon": "https://
|
|
6375
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura_evm.png",
|
|
6376
6376
|
"providers": {
|
|
6377
6377
|
"Acala": "https://eth-rpc-karura.aca-api.network"
|
|
6378
6378
|
},
|
|
@@ -6398,7 +6398,7 @@
|
|
|
6398
6398
|
"name": "Bittensor",
|
|
6399
6399
|
"isTestnet": false,
|
|
6400
6400
|
"chainStatus": "ACTIVE",
|
|
6401
|
-
"icon": "https://
|
|
6401
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bittensor.png",
|
|
6402
6402
|
"providers": {
|
|
6403
6403
|
"Opentensor": "wss://entrypoint-finney.opentensor.ai:443"
|
|
6404
6404
|
},
|
|
@@ -6441,7 +6441,7 @@
|
|
|
6441
6441
|
"name": "Xcavate",
|
|
6442
6442
|
"isTestnet": true,
|
|
6443
6443
|
"chainStatus": "INACTIVE",
|
|
6444
|
-
"icon": "https://
|
|
6444
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xcavate.png",
|
|
6445
6445
|
"providers": {
|
|
6446
6446
|
"Tanssi": "wss://fraa-dancebox-3031-rpc.a.dancebox.tanssi.network"
|
|
6447
6447
|
},
|
|
@@ -6472,7 +6472,7 @@
|
|
|
6472
6472
|
"name": "Unorthodox",
|
|
6473
6473
|
"isTestnet": false,
|
|
6474
6474
|
"chainStatus": "INACTIVE",
|
|
6475
|
-
"icon": "https://
|
|
6475
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unorthodox.png",
|
|
6476
6476
|
"providers": {},
|
|
6477
6477
|
"evmInfo": null,
|
|
6478
6478
|
"substrateInfo": {
|
|
@@ -6501,7 +6501,7 @@
|
|
|
6501
6501
|
"name": "Coinversation",
|
|
6502
6502
|
"isTestnet": false,
|
|
6503
6503
|
"chainStatus": "INACTIVE",
|
|
6504
|
-
"icon": "https://
|
|
6504
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/coinversation.png",
|
|
6505
6505
|
"providers": {},
|
|
6506
6506
|
"evmInfo": null,
|
|
6507
6507
|
"substrateInfo": {
|
|
@@ -6542,7 +6542,7 @@
|
|
|
6542
6542
|
"name": "LayerX Network",
|
|
6543
6543
|
"isTestnet": false,
|
|
6544
6544
|
"chainStatus": "INACTIVE",
|
|
6545
|
-
"icon": "https://
|
|
6545
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/layerx_network.png",
|
|
6546
6546
|
"providers": {},
|
|
6547
6547
|
"evmInfo": null,
|
|
6548
6548
|
"substrateInfo": {
|
|
@@ -6571,7 +6571,7 @@
|
|
|
6571
6571
|
"name": "Moonsama",
|
|
6572
6572
|
"isTestnet": false,
|
|
6573
6573
|
"chainStatus": "INACTIVE",
|
|
6574
|
-
"icon": "https://
|
|
6574
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonsama.png",
|
|
6575
6575
|
"providers": {},
|
|
6576
6576
|
"evmInfo": null,
|
|
6577
6577
|
"substrateInfo": {
|
|
@@ -6612,7 +6612,7 @@
|
|
|
6612
6612
|
"name": "OAK Network",
|
|
6613
6613
|
"isTestnet": false,
|
|
6614
6614
|
"chainStatus": "INACTIVE",
|
|
6615
|
-
"icon": "https://
|
|
6615
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/oak_network.png",
|
|
6616
6616
|
"providers": {},
|
|
6617
6617
|
"evmInfo": null,
|
|
6618
6618
|
"substrateInfo": {
|
|
@@ -6653,7 +6653,7 @@
|
|
|
6653
6653
|
"name": "OmniBTC",
|
|
6654
6654
|
"isTestnet": false,
|
|
6655
6655
|
"chainStatus": "INACTIVE",
|
|
6656
|
-
"icon": "https://
|
|
6656
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/omnibtc.png",
|
|
6657
6657
|
"providers": {},
|
|
6658
6658
|
"evmInfo": null,
|
|
6659
6659
|
"substrateInfo": {
|
|
@@ -6694,7 +6694,7 @@
|
|
|
6694
6694
|
"name": "Quantum Portal",
|
|
6695
6695
|
"isTestnet": false,
|
|
6696
6696
|
"chainStatus": "INACTIVE",
|
|
6697
|
-
"icon": "https://
|
|
6697
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quantum_portal.png",
|
|
6698
6698
|
"providers": {},
|
|
6699
6699
|
"evmInfo": null,
|
|
6700
6700
|
"substrateInfo": {
|
|
@@ -6723,7 +6723,7 @@
|
|
|
6723
6723
|
"name": "Virto Network",
|
|
6724
6724
|
"isTestnet": false,
|
|
6725
6725
|
"chainStatus": "INACTIVE",
|
|
6726
|
-
"icon": "https://
|
|
6726
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/virto_network.png",
|
|
6727
6727
|
"providers": {},
|
|
6728
6728
|
"evmInfo": null,
|
|
6729
6729
|
"substrateInfo": {
|
|
@@ -6752,7 +6752,7 @@
|
|
|
6752
6752
|
"name": "Energy Web X",
|
|
6753
6753
|
"isTestnet": false,
|
|
6754
6754
|
"chainStatus": "ACTIVE",
|
|
6755
|
-
"icon": "https://
|
|
6755
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x.png",
|
|
6756
6756
|
"providers": {
|
|
6757
6757
|
"EWX": "wss://public-rpc.mainnet.energywebx.com/ws"
|
|
6758
6758
|
},
|
|
@@ -6795,7 +6795,7 @@
|
|
|
6795
6795
|
"name": "InvArch Network",
|
|
6796
6796
|
"isTestnet": false,
|
|
6797
6797
|
"chainStatus": "ACTIVE",
|
|
6798
|
-
"icon": "https://
|
|
6798
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/invarch.png",
|
|
6799
6799
|
"providers": {
|
|
6800
6800
|
"Dwellir": "wss://invarch-rpc.dwellir.com"
|
|
6801
6801
|
},
|
|
@@ -6838,7 +6838,7 @@
|
|
|
6838
6838
|
"name": "Zero",
|
|
6839
6839
|
"isTestnet": false,
|
|
6840
6840
|
"chainStatus": "INACTIVE",
|
|
6841
|
-
"icon": "https://
|
|
6841
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zero.png",
|
|
6842
6842
|
"providers": {},
|
|
6843
6843
|
"evmInfo": null,
|
|
6844
6844
|
"substrateInfo": {
|
|
@@ -6867,7 +6867,7 @@
|
|
|
6867
6867
|
"name": " Kpron Network",
|
|
6868
6868
|
"isTestnet": false,
|
|
6869
6869
|
"chainStatus": "INACTIVE",
|
|
6870
|
-
"icon": "https://
|
|
6870
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kpron_network.png",
|
|
6871
6871
|
"providers": {},
|
|
6872
6872
|
"evmInfo": null,
|
|
6873
6873
|
"substrateInfo": {
|
|
@@ -6896,7 +6896,7 @@
|
|
|
6896
6896
|
"name": "Mars",
|
|
6897
6897
|
"isTestnet": false,
|
|
6898
6898
|
"chainStatus": "INACTIVE",
|
|
6899
|
-
"icon": "https://
|
|
6899
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mars.png",
|
|
6900
6900
|
"providers": {},
|
|
6901
6901
|
"evmInfo": null,
|
|
6902
6902
|
"substrateInfo": {
|
|
@@ -6925,7 +6925,7 @@
|
|
|
6925
6925
|
"name": "Snow",
|
|
6926
6926
|
"isTestnet": false,
|
|
6927
6927
|
"chainStatus": "INACTIVE",
|
|
6928
|
-
"icon": "https://
|
|
6928
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/snow.png",
|
|
6929
6929
|
"providers": {},
|
|
6930
6930
|
"evmInfo": null,
|
|
6931
6931
|
"substrateInfo": {
|
|
@@ -6969,7 +6969,7 @@
|
|
|
6969
6969
|
"name": "Aband",
|
|
6970
6970
|
"isTestnet": false,
|
|
6971
6971
|
"chainStatus": "INACTIVE",
|
|
6972
|
-
"icon": "https://
|
|
6972
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aband.png",
|
|
6973
6973
|
"providers": {},
|
|
6974
6974
|
"evmInfo": null,
|
|
6975
6975
|
"substrateInfo": {
|
|
@@ -7010,7 +7010,7 @@
|
|
|
7010
7010
|
"name": "Alpha Network",
|
|
7011
7011
|
"isTestnet": false,
|
|
7012
7012
|
"chainStatus": "INACTIVE",
|
|
7013
|
-
"icon": "https://
|
|
7013
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alpha_network.png",
|
|
7014
7014
|
"providers": {},
|
|
7015
7015
|
"evmInfo": null,
|
|
7016
7016
|
"substrateInfo": {
|
|
@@ -7039,7 +7039,7 @@
|
|
|
7039
7039
|
"name": "Loom Network",
|
|
7040
7040
|
"isTestnet": false,
|
|
7041
7041
|
"chainStatus": "INACTIVE",
|
|
7042
|
-
"icon": "https://
|
|
7042
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/loom_network.png",
|
|
7043
7043
|
"providers": {},
|
|
7044
7044
|
"evmInfo": null,
|
|
7045
7045
|
"substrateInfo": {
|
|
@@ -7068,7 +7068,7 @@
|
|
|
7068
7068
|
"name": "SubGame Gamma",
|
|
7069
7069
|
"isTestnet": false,
|
|
7070
7070
|
"chainStatus": "INACTIVE",
|
|
7071
|
-
"icon": "https://
|
|
7071
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_gamma.png",
|
|
7072
7072
|
"providers": {},
|
|
7073
7073
|
"evmInfo": null,
|
|
7074
7074
|
"substrateInfo": {
|
|
@@ -7097,7 +7097,7 @@
|
|
|
7097
7097
|
"name": "TrustBase",
|
|
7098
7098
|
"isTestnet": false,
|
|
7099
7099
|
"chainStatus": "INACTIVE",
|
|
7100
|
-
"icon": "https://
|
|
7100
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/trustbase.png",
|
|
7101
7101
|
"providers": {},
|
|
7102
7102
|
"evmInfo": null,
|
|
7103
7103
|
"substrateInfo": {
|
|
@@ -7126,7 +7126,7 @@
|
|
|
7126
7126
|
"name": "Manta Atlantic",
|
|
7127
7127
|
"isTestnet": false,
|
|
7128
7128
|
"chainStatus": "ACTIVE",
|
|
7129
|
-
"icon": "https://
|
|
7129
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network.png",
|
|
7130
7130
|
"providers": {
|
|
7131
7131
|
"Manta Network": "wss://ws.manta.systems"
|
|
7132
7132
|
},
|
|
@@ -7160,7 +7160,7 @@
|
|
|
7160
7160
|
"name": "t3rn",
|
|
7161
7161
|
"isTestnet": false,
|
|
7162
7162
|
"chainStatus": "INACTIVE",
|
|
7163
|
-
"icon": "https://
|
|
7163
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/t3rn.png",
|
|
7164
7164
|
"providers": {},
|
|
7165
7165
|
"evmInfo": null,
|
|
7166
7166
|
"substrateInfo": {
|
|
@@ -7189,7 +7189,7 @@
|
|
|
7189
7189
|
"name": "Geminis Network",
|
|
7190
7190
|
"isTestnet": false,
|
|
7191
7191
|
"chainStatus": "INACTIVE",
|
|
7192
|
-
"icon": "https://
|
|
7192
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/geminis_network.png",
|
|
7193
7193
|
"providers": {},
|
|
7194
7194
|
"evmInfo": null,
|
|
7195
7195
|
"substrateInfo": {
|
|
@@ -7218,7 +7218,7 @@
|
|
|
7218
7218
|
"name": "Polimec",
|
|
7219
7219
|
"isTestnet": false,
|
|
7220
7220
|
"chainStatus": "ACTIVE",
|
|
7221
|
-
"icon": "https://
|
|
7221
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polimec.png",
|
|
7222
7222
|
"providers": {
|
|
7223
7223
|
"Polimec": "wss://rpc.polimec.org",
|
|
7224
7224
|
"Amforc": "wss://polimec.rpc.amforc.com"
|
|
@@ -7262,7 +7262,7 @@
|
|
|
7262
7262
|
"name": "SubDAO",
|
|
7263
7263
|
"isTestnet": false,
|
|
7264
7264
|
"chainStatus": "INACTIVE",
|
|
7265
|
-
"icon": "https://
|
|
7265
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subdao.png",
|
|
7266
7266
|
"providers": {},
|
|
7267
7267
|
"evmInfo": null,
|
|
7268
7268
|
"substrateInfo": {
|
|
@@ -7291,7 +7291,7 @@
|
|
|
7291
7291
|
"name": "SubGame Network",
|
|
7292
7292
|
"isTestnet": false,
|
|
7293
7293
|
"chainStatus": "INACTIVE",
|
|
7294
|
-
"icon": "https://
|
|
7294
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_network.png",
|
|
7295
7295
|
"providers": {},
|
|
7296
7296
|
"evmInfo": null,
|
|
7297
7297
|
"substrateInfo": {
|
|
@@ -7320,7 +7320,7 @@
|
|
|
7320
7320
|
"name": "ZetaChain Testnet",
|
|
7321
7321
|
"isTestnet": true,
|
|
7322
7322
|
"chainStatus": "ACTIVE",
|
|
7323
|
-
"icon": "https://
|
|
7323
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeta_test.png",
|
|
7324
7324
|
"providers": {
|
|
7325
7325
|
"Athens": "https://zetachain-athens-evm.blockpi.network/v1/rpc/public"
|
|
7326
7326
|
},
|
|
@@ -7343,7 +7343,7 @@
|
|
|
7343
7343
|
"name": "Watr Mainnet",
|
|
7344
7344
|
"isTestnet": false,
|
|
7345
7345
|
"chainStatus": "ACTIVE",
|
|
7346
|
-
"icon": "https://
|
|
7346
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet.png",
|
|
7347
7347
|
"providers": {
|
|
7348
7348
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7349
7349
|
},
|
|
@@ -7374,7 +7374,7 @@
|
|
|
7374
7374
|
"name": "Watr Mainnet - EVM",
|
|
7375
7375
|
"isTestnet": false,
|
|
7376
7376
|
"chainStatus": "ACTIVE",
|
|
7377
|
-
"icon": "https://
|
|
7377
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet_evm.png",
|
|
7378
7378
|
"providers": {
|
|
7379
7379
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7380
7380
|
},
|
|
@@ -7397,7 +7397,7 @@
|
|
|
7397
7397
|
"name": "Enjin Relaychain",
|
|
7398
7398
|
"isTestnet": false,
|
|
7399
7399
|
"chainStatus": "ACTIVE",
|
|
7400
|
-
"icon": "https://
|
|
7400
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_relaychain.png",
|
|
7401
7401
|
"providers": {
|
|
7402
7402
|
"Enjin": "wss://rpc.relay.blockchain.enjin.io/"
|
|
7403
7403
|
},
|
|
@@ -7431,7 +7431,7 @@
|
|
|
7431
7431
|
"name": "Enjin Matrixchain",
|
|
7432
7432
|
"isTestnet": false,
|
|
7433
7433
|
"chainStatus": "ACTIVE",
|
|
7434
|
-
"icon": "https://
|
|
7434
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_matrixchain.png",
|
|
7435
7435
|
"providers": {
|
|
7436
7436
|
"MatrixChain": "wss://rpc.matrix.blockchain.enjin.io/",
|
|
7437
7437
|
"Dwellir": "wss://enjin-matrix-rpc-1.dwellir.com/"
|
|
@@ -7466,7 +7466,7 @@
|
|
|
7466
7466
|
"name": "Vara Network Testnet",
|
|
7467
7467
|
"isTestnet": true,
|
|
7468
7468
|
"chainStatus": "ACTIVE",
|
|
7469
|
-
"icon": "https://
|
|
7469
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_testnet.png",
|
|
7470
7470
|
"providers": {
|
|
7471
7471
|
"Vara": "wss://testnet.vara-network.io"
|
|
7472
7472
|
},
|
|
@@ -7500,7 +7500,7 @@
|
|
|
7500
7500
|
"name": "Avail Goldberg Testnet",
|
|
7501
7501
|
"isTestnet": true,
|
|
7502
7502
|
"chainStatus": "INACTIVE",
|
|
7503
|
-
"icon": "https://
|
|
7503
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/goldberg_testnet.png",
|
|
7504
7504
|
"providers": {
|
|
7505
7505
|
"Goldberg testnet": "wss://goldberg-testnet-rpc.avail.tools/ws"
|
|
7506
7506
|
},
|
|
@@ -7534,7 +7534,7 @@
|
|
|
7534
7534
|
"name": "EWX Staging Parachain",
|
|
7535
7535
|
"isTestnet": true,
|
|
7536
7536
|
"chainStatus": "ACTIVE",
|
|
7537
|
-
"icon": "https://
|
|
7537
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_testnet.png",
|
|
7538
7538
|
"providers": {
|
|
7539
7539
|
"EWX": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws"
|
|
7540
7540
|
},
|
|
@@ -7565,7 +7565,7 @@
|
|
|
7565
7565
|
"name": "Energy Web Chain",
|
|
7566
7566
|
"isTestnet": false,
|
|
7567
7567
|
"chainStatus": "ACTIVE",
|
|
7568
|
-
"icon": "https://
|
|
7568
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_chain.png",
|
|
7569
7569
|
"providers": {
|
|
7570
7570
|
"Energy Web Chain": "https://rpc.energyweb.org"
|
|
7571
7571
|
},
|
|
@@ -7591,7 +7591,7 @@
|
|
|
7591
7591
|
"name": "Energy Web X Rococo",
|
|
7592
7592
|
"isTestnet": true,
|
|
7593
7593
|
"chainStatus": "ACTIVE",
|
|
7594
|
-
"icon": "https://
|
|
7594
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_rococo.png",
|
|
7595
7595
|
"providers": {
|
|
7596
7596
|
"EWX": "wss://public-rpc.testnet.energywebx.com/ws"
|
|
7597
7597
|
},
|
|
@@ -7622,7 +7622,7 @@
|
|
|
7622
7622
|
"name": "Manta Pacific",
|
|
7623
7623
|
"isTestnet": false,
|
|
7624
7624
|
"chainStatus": "ACTIVE",
|
|
7625
|
-
"icon": "https://
|
|
7625
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network_evm.png",
|
|
7626
7626
|
"providers": {
|
|
7627
7627
|
"Manta Pacific": "https://pacific-rpc.manta.network/http"
|
|
7628
7628
|
},
|
|
@@ -7648,7 +7648,7 @@
|
|
|
7648
7648
|
"name": "Polkadex Polkadot",
|
|
7649
7649
|
"isTestnet": false,
|
|
7650
7650
|
"chainStatus": "ACTIVE",
|
|
7651
|
-
"icon": "https://
|
|
7651
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex_dot.png",
|
|
7652
7652
|
"providers": {
|
|
7653
7653
|
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
7654
7654
|
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
@@ -7695,7 +7695,7 @@
|
|
|
7695
7695
|
"name": "Bittensor Testnet",
|
|
7696
7696
|
"isTestnet": true,
|
|
7697
7697
|
"chainStatus": "INACTIVE",
|
|
7698
|
-
"icon": "https://
|
|
7698
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bittensor_testnet.png",
|
|
7699
7699
|
"providers": {
|
|
7700
7700
|
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
7701
7701
|
},
|
|
@@ -7726,7 +7726,7 @@
|
|
|
7726
7726
|
"name": "Subspace Gemini 3h",
|
|
7727
7727
|
"isTestnet": true,
|
|
7728
7728
|
"chainStatus": "ACTIVE",
|
|
7729
|
-
"icon": "https://
|
|
7729
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3h.png",
|
|
7730
7730
|
"providers": {
|
|
7731
7731
|
"Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
|
|
7732
7732
|
},
|
|
@@ -7760,7 +7760,7 @@
|
|
|
7760
7760
|
"name": "Continuum Network",
|
|
7761
7761
|
"isTestnet": false,
|
|
7762
7762
|
"chainStatus": "ACTIVE",
|
|
7763
|
-
"icon": "https://
|
|
7763
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/continuum_network.png",
|
|
7764
7764
|
"providers": {
|
|
7765
7765
|
"Continuum RPC Node": "wss://continuum-rpc-1.metaverse.network/wss"
|
|
7766
7766
|
},
|
|
@@ -7794,7 +7794,7 @@
|
|
|
7794
7794
|
"name": "Rococo Asset Hub",
|
|
7795
7795
|
"isTestnet": true,
|
|
7796
7796
|
"chainStatus": "ACTIVE",
|
|
7797
|
-
"icon": "https://
|
|
7797
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo_assethub.png",
|
|
7798
7798
|
"providers": {
|
|
7799
7799
|
"Parity": "wss://rococo-asset-hub-rpc.polkadot.io"
|
|
7800
7800
|
},
|
|
@@ -7828,7 +7828,7 @@
|
|
|
7828
7828
|
"name": "X Layer testnet",
|
|
7829
7829
|
"isTestnet": true,
|
|
7830
7830
|
"chainStatus": "ACTIVE",
|
|
7831
|
-
"icon": "https://
|
|
7831
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/okxtest.png",
|
|
7832
7832
|
"providers": {
|
|
7833
7833
|
"Testrpc": "https://testrpc.x1.tech/",
|
|
7834
7834
|
"X1testrpc": "https://x1testrpc.okx.com/"
|
|
@@ -7855,7 +7855,7 @@
|
|
|
7855
7855
|
"name": "Liberland Testnet",
|
|
7856
7856
|
"isTestnet": true,
|
|
7857
7857
|
"chainStatus": "ACTIVE",
|
|
7858
|
-
"icon": "https://
|
|
7858
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/liberlandtest.png",
|
|
7859
7859
|
"providers": {
|
|
7860
7860
|
"Liberland": "wss://testchain.liberland.org"
|
|
7861
7861
|
},
|
|
@@ -7886,7 +7886,7 @@
|
|
|
7886
7886
|
"name": "Liberland",
|
|
7887
7887
|
"isTestnet": false,
|
|
7888
7888
|
"chainStatus": "ACTIVE",
|
|
7889
|
-
"icon": "https://
|
|
7889
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/liberland.png",
|
|
7890
7890
|
"providers": {
|
|
7891
7891
|
"Liberland": "wss://mainnet.liberland.org",
|
|
7892
7892
|
"Dwellir": "wss://liberland-rpc.dwellir.com"
|
|
@@ -7918,7 +7918,7 @@
|
|
|
7918
7918
|
"name": "Polkadot Chainflip Testnet",
|
|
7919
7919
|
"isTestnet": true,
|
|
7920
7920
|
"chainStatus": "ACTIVE",
|
|
7921
|
-
"icon": "https://
|
|
7921
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainflip_dot.png",
|
|
7922
7922
|
"providers": {
|
|
7923
7923
|
"Chainflip": "wss://rpc-pdot.chainflip.io"
|
|
7924
7924
|
},
|
|
@@ -7949,7 +7949,7 @@
|
|
|
7949
7949
|
"name": "Tangle Testnet",
|
|
7950
7950
|
"isTestnet": true,
|
|
7951
7951
|
"chainStatus": "ACTIVE",
|
|
7952
|
-
"icon": "https://
|
|
7952
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tangletest.png",
|
|
7953
7953
|
"providers": {
|
|
7954
7954
|
"Webb": "wss://testnet-rpc.tangle.tools"
|
|
7955
7955
|
},
|
|
@@ -7980,7 +7980,7 @@
|
|
|
7980
7980
|
"name": "DENTNet",
|
|
7981
7981
|
"isTestnet": false,
|
|
7982
7982
|
"chainStatus": "ACTIVE",
|
|
7983
|
-
"icon": "https://
|
|
7983
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dentnet.png",
|
|
7984
7984
|
"providers": {
|
|
7985
7985
|
"Dentnet": "wss://rpc.dentnet.io/ws"
|
|
7986
7986
|
},
|
|
@@ -8011,7 +8011,7 @@
|
|
|
8011
8011
|
"name": "Phyken Network Testnet",
|
|
8012
8012
|
"isTestnet": true,
|
|
8013
8013
|
"chainStatus": "ACTIVE",
|
|
8014
|
-
"icon": "https://
|
|
8014
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phykentest.png",
|
|
8015
8015
|
"providers": {
|
|
8016
8016
|
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz"
|
|
8017
8017
|
},
|
|
@@ -8042,7 +8042,7 @@
|
|
|
8042
8042
|
"name": "Creditcoin Testnet - EVM",
|
|
8043
8043
|
"isTestnet": true,
|
|
8044
8044
|
"chainStatus": "ACTIVE",
|
|
8045
|
-
"icon": "https://
|
|
8045
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointestevm.png",
|
|
8046
8046
|
"providers": {
|
|
8047
8047
|
"Creditcoin Testnet EVM": "https://rpc.cc3-testnet.creditcoin.network/"
|
|
8048
8048
|
},
|
|
@@ -8065,7 +8065,7 @@
|
|
|
8065
8065
|
"name": "Astar zkEVM",
|
|
8066
8066
|
"isTestnet": false,
|
|
8067
8067
|
"chainStatus": "ACTIVE",
|
|
8068
|
-
"icon": "https://
|
|
8068
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarzkevm.png",
|
|
8069
8069
|
"providers": {
|
|
8070
8070
|
"Dwellir": "https://astar-zkevm-rpc.dwellir.com"
|
|
8071
8071
|
},
|
|
@@ -8091,7 +8091,7 @@
|
|
|
8091
8091
|
"name": "Ethereum Sepolia",
|
|
8092
8092
|
"isTestnet": true,
|
|
8093
8093
|
"chainStatus": "ACTIVE",
|
|
8094
|
-
"icon": "https://
|
|
8094
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sepolia_ethereum.png",
|
|
8095
8095
|
"providers": {
|
|
8096
8096
|
"Asia RPC": "https://rpc.sepolia.org",
|
|
8097
8097
|
"Europe RPC 2": "https://rpc2.sepolia.org",
|
|
@@ -8119,7 +8119,7 @@
|
|
|
8119
8119
|
"name": "Hydration Rococo",
|
|
8120
8120
|
"isTestnet": true,
|
|
8121
8121
|
"chainStatus": "ACTIVE",
|
|
8122
|
-
"icon": "https://
|
|
8122
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_rococo.png",
|
|
8123
8123
|
"providers": {
|
|
8124
8124
|
"Hydration Nice": "wss://rpc.nice.hydration.cloud"
|
|
8125
8125
|
},
|
|
@@ -8150,7 +8150,7 @@
|
|
|
8150
8150
|
"name": "Creditcoin testnet",
|
|
8151
8151
|
"isTestnet": true,
|
|
8152
8152
|
"chainStatus": "ACTIVE",
|
|
8153
|
-
"icon": "https://
|
|
8153
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointest.png",
|
|
8154
8154
|
"providers": {
|
|
8155
8155
|
"Cc3": "wss://rpc.cc3-testnet.creditcoin.network"
|
|
8156
8156
|
},
|
|
@@ -8184,7 +8184,7 @@
|
|
|
8184
8184
|
"name": "X Layer",
|
|
8185
8185
|
"isTestnet": false,
|
|
8186
8186
|
"chainStatus": "ACTIVE",
|
|
8187
|
-
"icon": "https://
|
|
8187
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xlayer.png",
|
|
8188
8188
|
"providers": {
|
|
8189
8189
|
"X Layer": "https://rpc.xlayer.tech",
|
|
8190
8190
|
"X Layer OKX": "https://xlayerrpc.okx.com/"
|
|
@@ -8208,7 +8208,7 @@
|
|
|
8208
8208
|
"name": "Acurast Canary",
|
|
8209
8209
|
"isTestnet": false,
|
|
8210
8210
|
"chainStatus": "ACTIVE",
|
|
8211
|
-
"icon": "https://
|
|
8211
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acurast.png",
|
|
8212
8212
|
"providers": {
|
|
8213
8213
|
"Acurast": "wss://acurast-canarynet-ws.prod.gke.papers.tech",
|
|
8214
8214
|
"Subwallet": "wss://subwallet-rpc.canary.acurast.com"
|
|
@@ -8240,7 +8240,7 @@
|
|
|
8240
8240
|
"name": "Mythos",
|
|
8241
8241
|
"isTestnet": false,
|
|
8242
8242
|
"chainStatus": "ACTIVE",
|
|
8243
|
-
"icon": "https://
|
|
8243
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mythos.png",
|
|
8244
8244
|
"providers": {
|
|
8245
8245
|
"Parity": "wss://polkadot-mythos-rpc.polkadot.io"
|
|
8246
8246
|
},
|
|
@@ -8282,7 +8282,7 @@
|
|
|
8282
8282
|
"name": "Humanode",
|
|
8283
8283
|
"isTestnet": false,
|
|
8284
8284
|
"chainStatus": "ACTIVE",
|
|
8285
|
-
"icon": "https://
|
|
8285
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/humanode.png",
|
|
8286
8286
|
"providers": {
|
|
8287
8287
|
"Humanode": "wss://explorer-rpc-ws.mainnet.stages.humanode.io"
|
|
8288
8288
|
},
|
|
@@ -8316,7 +8316,7 @@
|
|
|
8316
8316
|
"name": "Humanode - EVM",
|
|
8317
8317
|
"isTestnet": false,
|
|
8318
8318
|
"chainStatus": "ACTIVE",
|
|
8319
|
-
"icon": "https://
|
|
8319
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/humanodeevm.png",
|
|
8320
8320
|
"providers": {
|
|
8321
8321
|
"Humanode": "https://explorer-rpc-http.mainnet.stages.humanode.io"
|
|
8322
8322
|
},
|
|
@@ -8342,7 +8342,7 @@
|
|
|
8342
8342
|
"name": "Paseo Testnet",
|
|
8343
8343
|
"isTestnet": true,
|
|
8344
8344
|
"chainStatus": "ACTIVE",
|
|
8345
|
-
"icon": "https://
|
|
8345
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/paseotest.png",
|
|
8346
8346
|
"providers": {
|
|
8347
8347
|
"Amforc": "wss://paseo.rpc.amforc.com",
|
|
8348
8348
|
"Dwellir": "wss://paseo-rpc.dwellir.com",
|
|
@@ -8379,7 +8379,7 @@
|
|
|
8379
8379
|
"name": "Commune AI",
|
|
8380
8380
|
"isTestnet": false,
|
|
8381
8381
|
"chainStatus": "ACTIVE",
|
|
8382
|
-
"icon": "https://
|
|
8382
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/commune.png",
|
|
8383
8383
|
"providers": {
|
|
8384
8384
|
"Commune Node 1": "wss://commune-api-node-1.communeai.net"
|
|
8385
8385
|
},
|
|
@@ -8410,7 +8410,7 @@
|
|
|
8410
8410
|
"name": "DBC Mainnet",
|
|
8411
8411
|
"isTestnet": false,
|
|
8412
8412
|
"chainStatus": "ACTIVE",
|
|
8413
|
-
"icon": "https://
|
|
8413
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dbcchain.png",
|
|
8414
8414
|
"providers": {
|
|
8415
8415
|
"DBC Chain": "wss://info1.dbcwallet.io"
|
|
8416
8416
|
},
|
|
@@ -8444,7 +8444,7 @@
|
|
|
8444
8444
|
"name": "Avail Turing Testnet",
|
|
8445
8445
|
"isTestnet": true,
|
|
8446
8446
|
"chainStatus": "ACTIVE",
|
|
8447
|
-
"icon": "https://
|
|
8447
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/availturingtest.png",
|
|
8448
8448
|
"providers": {
|
|
8449
8449
|
"Avail Turing ": "wss://turing-rpc.avail.so/ws"
|
|
8450
8450
|
},
|
|
@@ -8478,7 +8478,7 @@
|
|
|
8478
8478
|
"name": "Bitlayer",
|
|
8479
8479
|
"isTestnet": false,
|
|
8480
8480
|
"chainStatus": "ACTIVE",
|
|
8481
|
-
"icon": "https://
|
|
8481
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitlayer.png",
|
|
8482
8482
|
"providers": {
|
|
8483
8483
|
"Bitlayer": "https://rpc.bitlayer.org",
|
|
8484
8484
|
"Rpc": "https://rpc.bitlayer-rpc.com",
|
|
@@ -8506,7 +8506,7 @@
|
|
|
8506
8506
|
"name": "Bitlayer Testnet",
|
|
8507
8507
|
"isTestnet": true,
|
|
8508
8508
|
"chainStatus": "ACTIVE",
|
|
8509
|
-
"icon": "https://
|
|
8509
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitlayertest.png",
|
|
8510
8510
|
"providers": {
|
|
8511
8511
|
"Rpc testnet": "https://testnet-rpc.bitlayer.org"
|
|
8512
8512
|
},
|
|
@@ -8532,7 +8532,7 @@
|
|
|
8532
8532
|
"name": "BEVM",
|
|
8533
8533
|
"isTestnet": false,
|
|
8534
8534
|
"chainStatus": "ACTIVE",
|
|
8535
|
-
"icon": "https://
|
|
8535
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bevm.png",
|
|
8536
8536
|
"providers": {
|
|
8537
8537
|
"Mainnet 1": "https://rpc-mainnet-1.bevm.io",
|
|
8538
8538
|
"Mainnet 2": "https://rpc-mainnet-2.bevm.io"
|
|
@@ -8559,7 +8559,7 @@
|
|
|
8559
8559
|
"name": "BEVM Testnet",
|
|
8560
8560
|
"isTestnet": true,
|
|
8561
8561
|
"chainStatus": "ACTIVE",
|
|
8562
|
-
"icon": "https://
|
|
8562
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bevmtest.png",
|
|
8563
8563
|
"providers": {
|
|
8564
8564
|
"BEVM testnet": "https://testnet.bevm.io"
|
|
8565
8565
|
},
|
|
@@ -8585,7 +8585,7 @@
|
|
|
8585
8585
|
"name": "B² Network",
|
|
8586
8586
|
"isTestnet": false,
|
|
8587
8587
|
"chainStatus": "ACTIVE",
|
|
8588
|
-
"icon": "https://
|
|
8588
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/b2.png",
|
|
8589
8589
|
"providers": {
|
|
8590
8590
|
"Bsquared": "https://rpc.bsquared.network",
|
|
8591
8591
|
"Alt technology": "https://b2-mainnet.alt.technology"
|
|
@@ -8612,7 +8612,7 @@
|
|
|
8612
8612
|
"name": "BOB",
|
|
8613
8613
|
"isTestnet": false,
|
|
8614
8614
|
"chainStatus": "ACTIVE",
|
|
8615
|
-
"icon": "https://
|
|
8615
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobmainnet.png",
|
|
8616
8616
|
"providers": {
|
|
8617
8617
|
"Gobob": "https://rpc.gobob.xyz/"
|
|
8618
8618
|
},
|
|
@@ -8638,7 +8638,7 @@
|
|
|
8638
8638
|
"name": "Avail",
|
|
8639
8639
|
"isTestnet": false,
|
|
8640
8640
|
"chainStatus": "ACTIVE",
|
|
8641
|
-
"icon": "https://
|
|
8641
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avail_mainnet.png",
|
|
8642
8642
|
"providers": {
|
|
8643
8643
|
"Avail": "wss://zeref-api.slowops.xyz/ws",
|
|
8644
8644
|
"SubWallet Avail": "wss://mainnet-rpc.availspace.app",
|
|
@@ -8678,7 +8678,7 @@
|
|
|
8678
8678
|
"name": "Merlin Chain",
|
|
8679
8679
|
"isTestnet": false,
|
|
8680
8680
|
"chainStatus": "ACTIVE",
|
|
8681
|
-
"icon": "https://
|
|
8681
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/merlinevm.png",
|
|
8682
8682
|
"providers": {
|
|
8683
8683
|
"Merlin Chain": "https://rpc.merlinchain.io"
|
|
8684
8684
|
},
|
|
@@ -8704,7 +8704,7 @@
|
|
|
8704
8704
|
"name": "Botanix Testnet",
|
|
8705
8705
|
"isTestnet": true,
|
|
8706
8706
|
"chainStatus": "ACTIVE",
|
|
8707
|
-
"icon": "https://
|
|
8707
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/botanixevmtest.png",
|
|
8708
8708
|
"providers": {
|
|
8709
8709
|
"Botanix Labs": "https://node.botanixlabs.dev"
|
|
8710
8710
|
},
|
|
@@ -8730,7 +8730,7 @@
|
|
|
8730
8730
|
"name": "Curio",
|
|
8731
8731
|
"isTestnet": false,
|
|
8732
8732
|
"chainStatus": "ACTIVE",
|
|
8733
|
-
"icon": "https://
|
|
8733
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/curio.png",
|
|
8734
8734
|
"providers": {
|
|
8735
8735
|
"Curio": "wss://parachain.curioinvest.com/"
|
|
8736
8736
|
},
|
|
@@ -8761,7 +8761,7 @@
|
|
|
8761
8761
|
"name": "Hyperbridge",
|
|
8762
8762
|
"isTestnet": false,
|
|
8763
8763
|
"chainStatus": "ACTIVE",
|
|
8764
|
-
"icon": "https://
|
|
8764
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hyperbridge.png",
|
|
8765
8765
|
"providers": {
|
|
8766
8766
|
"BlockOps": "wss://hyperbridge-nexus-rpc.blockops.network"
|
|
8767
8767
|
},
|
|
@@ -8792,7 +8792,7 @@
|
|
|
8792
8792
|
"name": "CESS Testnet",
|
|
8793
8793
|
"isTestnet": true,
|
|
8794
8794
|
"chainStatus": "ACTIVE",
|
|
8795
|
-
"icon": "https://
|
|
8795
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cess_testnet.png",
|
|
8796
8796
|
"providers": {
|
|
8797
8797
|
"CESS Testnet": "wss://testnet-rpc.cess.cloud/ws/"
|
|
8798
8798
|
},
|
|
@@ -8823,7 +8823,7 @@
|
|
|
8823
8823
|
"name": "Bitcoin",
|
|
8824
8824
|
"isTestnet": false,
|
|
8825
8825
|
"chainStatus": "ACTIVE",
|
|
8826
|
-
"icon": "https://
|
|
8826
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcoin.png",
|
|
8827
8827
|
"providers": {
|
|
8828
8828
|
"Blockstream": "https://api.openbit.app"
|
|
8829
8829
|
},
|
|
@@ -8844,7 +8844,7 @@
|
|
|
8844
8844
|
"name": "Bitcoin Testnet",
|
|
8845
8845
|
"isTestnet": true,
|
|
8846
8846
|
"chainStatus": "ACTIVE",
|
|
8847
|
-
"icon": "https://
|
|
8847
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcointestnet.png",
|
|
8848
8848
|
"providers": {
|
|
8849
8849
|
"Blockstream": "https://api-testnet.openbit.app"
|
|
8850
8850
|
},
|
|
@@ -8865,7 +8865,7 @@
|
|
|
8865
8865
|
"name": "Kusama People",
|
|
8866
8866
|
"isTestnet": false,
|
|
8867
8867
|
"chainStatus": "ACTIVE",
|
|
8868
|
-
"icon": "https://
|
|
8868
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/peoplekusama.png",
|
|
8869
8869
|
"providers": {
|
|
8870
8870
|
"Parity": "wss://kusama-people-rpc.polkadot.io",
|
|
8871
8871
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/people"
|
|
@@ -8897,7 +8897,7 @@
|
|
|
8897
8897
|
"name": "Linea",
|
|
8898
8898
|
"isTestnet": false,
|
|
8899
8899
|
"chainStatus": "ACTIVE",
|
|
8900
|
-
"icon": "https://
|
|
8900
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/lineazkevm.png",
|
|
8901
8901
|
"providers": {
|
|
8902
8902
|
"Linea": "https://rpc.linea.build/"
|
|
8903
8903
|
},
|
|
@@ -8923,7 +8923,7 @@
|
|
|
8923
8923
|
"name": "BounceBit",
|
|
8924
8924
|
"isTestnet": false,
|
|
8925
8925
|
"chainStatus": "ACTIVE",
|
|
8926
|
-
"icon": "https://
|
|
8926
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bouncebitevm.png",
|
|
8927
8927
|
"providers": {
|
|
8928
8928
|
"BounceBit Api": "https://fullnode-mainnet.bouncebitapi.com/"
|
|
8929
8929
|
},
|
|
@@ -8949,7 +8949,7 @@
|
|
|
8949
8949
|
"name": "BounceBit Testnet",
|
|
8950
8950
|
"isTestnet": true,
|
|
8951
8951
|
"chainStatus": "ACTIVE",
|
|
8952
|
-
"icon": "https://
|
|
8952
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bouncebitevmtest.png",
|
|
8953
8953
|
"providers": {
|
|
8954
8954
|
"BounceBit Api": "https://fullnode-testnet.bouncebitapi.com/"
|
|
8955
8955
|
},
|
|
@@ -8975,7 +8975,7 @@
|
|
|
8975
8975
|
"name": "Kreivo",
|
|
8976
8976
|
"isTestnet": false,
|
|
8977
8977
|
"chainStatus": "ACTIVE",
|
|
8978
|
-
"icon": "https://
|
|
8978
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kreivo.png",
|
|
8979
8979
|
"providers": {
|
|
8980
8980
|
"Virto": "wss://kreivo.io/",
|
|
8981
8981
|
"Kippu": "wss://kreivo.kippu.rocks/"
|
|
@@ -9007,7 +9007,7 @@
|
|
|
9007
9007
|
"name": "Analog Testnet",
|
|
9008
9008
|
"isTestnet": true,
|
|
9009
9009
|
"chainStatus": "ACTIVE",
|
|
9010
|
-
"icon": "https://
|
|
9010
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/analog_testnet.png",
|
|
9011
9011
|
"providers": {
|
|
9012
9012
|
"Analog": "wss://rpc.testnet.analog.one"
|
|
9013
9013
|
},
|
|
@@ -9038,8 +9038,10 @@
|
|
|
9038
9038
|
"name": "peaq",
|
|
9039
9039
|
"isTestnet": false,
|
|
9040
9040
|
"chainStatus": "ACTIVE",
|
|
9041
|
-
"icon": "https://
|
|
9042
|
-
"providers": {
|
|
9041
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/peaq.png",
|
|
9042
|
+
"providers": {
|
|
9043
|
+
"Fake": "wss://peaq-fake.api.onfinality.io/public-ws"
|
|
9044
|
+
},
|
|
9043
9045
|
"evmInfo": null,
|
|
9044
9046
|
"substrateInfo": {
|
|
9045
9047
|
"relaySlug": "polkadot",
|
|
@@ -9067,7 +9069,7 @@
|
|
|
9067
9069
|
"name": "LayerEdge Testnet",
|
|
9068
9070
|
"isTestnet": true,
|
|
9069
9071
|
"chainStatus": "ACTIVE",
|
|
9070
|
-
"icon": "https://
|
|
9072
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/layeredge_testnet.png",
|
|
9071
9073
|
"providers": {
|
|
9072
9074
|
"LayerEdge Testnet": "https://testnet-rpc.layeredge.io"
|
|
9073
9075
|
},
|
|
@@ -9093,7 +9095,7 @@
|
|
|
9093
9095
|
"name": "BEVM OP Testnet",
|
|
9094
9096
|
"isTestnet": true,
|
|
9095
9097
|
"chainStatus": "ACTIVE",
|
|
9096
|
-
"icon": "https://
|
|
9098
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bevm_testnet.png",
|
|
9097
9099
|
"providers": {
|
|
9098
9100
|
"BEVM OP Testnet": "https://sepolia-wbtc-testnet.bevm.io/"
|
|
9099
9101
|
},
|
|
@@ -9116,7 +9118,7 @@
|
|
|
9116
9118
|
"name": "Berachain bArtio",
|
|
9117
9119
|
"isTestnet": true,
|
|
9118
9120
|
"chainStatus": "ACTIVE",
|
|
9119
|
-
"icon": "https://
|
|
9121
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/berachain_testnet.png",
|
|
9120
9122
|
"providers": {
|
|
9121
9123
|
"Berachain": "https://bartio.rpc.berachain.com/"
|
|
9122
9124
|
},
|
|
@@ -9142,7 +9144,7 @@
|
|
|
9142
9144
|
"name": "Atleta Olympia",
|
|
9143
9145
|
"isTestnet": true,
|
|
9144
9146
|
"chainStatus": "ACTIVE",
|
|
9145
|
-
"icon": "https://
|
|
9147
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/atletaolympia_testnet.png",
|
|
9146
9148
|
"providers": {
|
|
9147
9149
|
"Atleta": "wss://testnet-rpc.atleta.network"
|
|
9148
9150
|
},
|
|
@@ -9184,7 +9186,7 @@
|
|
|
9184
9186
|
"name": "Syscoin NEVM",
|
|
9185
9187
|
"isTestnet": false,
|
|
9186
9188
|
"chainStatus": "ACTIVE",
|
|
9187
|
-
"icon": "https://
|
|
9189
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/syscoin_evm.png",
|
|
9188
9190
|
"providers": {
|
|
9189
9191
|
"Syscoin": "https://rpc.syscoin.org"
|
|
9190
9192
|
},
|
|
@@ -9210,7 +9212,7 @@
|
|
|
9210
9212
|
"name": "Rollux",
|
|
9211
9213
|
"isTestnet": false,
|
|
9212
9214
|
"chainStatus": "ACTIVE",
|
|
9213
|
-
"icon": "https://
|
|
9215
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rollux_evm.png",
|
|
9214
9216
|
"providers": {
|
|
9215
9217
|
"Rollux": "https://rpc.rollux.com"
|
|
9216
9218
|
},
|
|
@@ -9236,7 +9238,7 @@
|
|
|
9236
9238
|
"name": "B² Network Testnet",
|
|
9237
9239
|
"isTestnet": true,
|
|
9238
9240
|
"chainStatus": "ACTIVE",
|
|
9239
|
-
"icon": "https://
|
|
9241
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/b2_testnet.png",
|
|
9240
9242
|
"providers": {
|
|
9241
9243
|
"Alt Technology": "https://b2-testnet.alt.technology/",
|
|
9242
9244
|
"Ankr": "https://rpc.ankr.com/b2_testnet",
|
|
@@ -9264,7 +9266,7 @@
|
|
|
9264
9266
|
"name": "Bool Alpha Mainnet",
|
|
9265
9267
|
"isTestnet": false,
|
|
9266
9268
|
"chainStatus": "INACTIVE",
|
|
9267
|
-
"icon": "https://
|
|
9269
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/boolalpha.png",
|
|
9268
9270
|
"providers": {
|
|
9269
9271
|
"Bool Alpha": "https://alpha-rpc-node-http.bool.network"
|
|
9270
9272
|
},
|
|
@@ -9290,7 +9292,7 @@
|
|
|
9290
9292
|
"name": "Bool Beta Testnet",
|
|
9291
9293
|
"isTestnet": true,
|
|
9292
9294
|
"chainStatus": "ACTIVE",
|
|
9293
|
-
"icon": "https://
|
|
9295
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/boolbeta_testnet.png",
|
|
9294
9296
|
"providers": {
|
|
9295
9297
|
"Bool Alpha": "https://betatest-rpc-node-http.bool.network"
|
|
9296
9298
|
},
|
|
@@ -9316,7 +9318,7 @@
|
|
|
9316
9318
|
"name": "Rollux Testnet",
|
|
9317
9319
|
"isTestnet": true,
|
|
9318
9320
|
"chainStatus": "ACTIVE",
|
|
9319
|
-
"icon": "https://
|
|
9321
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rollux_testnet.png",
|
|
9320
9322
|
"providers": {
|
|
9321
9323
|
"Rollux": "https://rpc-tanenbaum.rollux.com"
|
|
9322
9324
|
},
|
|
@@ -9342,7 +9344,7 @@
|
|
|
9342
9344
|
"name": "Syscoin NEVM Testnet",
|
|
9343
9345
|
"isTestnet": true,
|
|
9344
9346
|
"chainStatus": "ACTIVE",
|
|
9345
|
-
"icon": "https://
|
|
9347
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/syscoin_evm_testnet.png",
|
|
9346
9348
|
"providers": {
|
|
9347
9349
|
"Syscoin": "https://rpc.tanenbaum.io"
|
|
9348
9350
|
},
|
|
@@ -9368,7 +9370,7 @@
|
|
|
9368
9370
|
"name": "Aura Network",
|
|
9369
9371
|
"isTestnet": false,
|
|
9370
9372
|
"chainStatus": "ACTIVE",
|
|
9371
|
-
"icon": "https://
|
|
9373
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aura.png",
|
|
9372
9374
|
"providers": {
|
|
9373
9375
|
"Aura Network": "https://jsonrpc.aura.network"
|
|
9374
9376
|
},
|
|
@@ -9394,7 +9396,7 @@
|
|
|
9394
9396
|
"name": "Unique - EVM",
|
|
9395
9397
|
"isTestnet": true,
|
|
9396
9398
|
"chainStatus": "ACTIVE",
|
|
9397
|
-
"icon": "https://
|
|
9399
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unique_evm.png",
|
|
9398
9400
|
"providers": {
|
|
9399
9401
|
"Unique": "https://rpc.unique.network",
|
|
9400
9402
|
"Asia": "https://asia-rpc.unique.network",
|
|
@@ -9418,90 +9420,12 @@
|
|
|
9418
9420
|
"bitcoinInfo": null,
|
|
9419
9421
|
"tonInfo": null
|
|
9420
9422
|
},
|
|
9421
|
-
"core": {
|
|
9422
|
-
"slug": "core",
|
|
9423
|
-
"name": "Core Blockchain Mainnet",
|
|
9424
|
-
"isTestnet": false,
|
|
9425
|
-
"chainStatus": "ACTIVE",
|
|
9426
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/core.png",
|
|
9427
|
-
"providers": {
|
|
9428
|
-
"Core Dao": "https://rpc.coredao.org/"
|
|
9429
|
-
},
|
|
9430
|
-
"evmInfo": {
|
|
9431
|
-
"evmChainId": 1116,
|
|
9432
|
-
"blockExplorer": "https://scan.coredao.org",
|
|
9433
|
-
"existentialDeposit": "0",
|
|
9434
|
-
"symbol": "CORE",
|
|
9435
|
-
"decimals": 18,
|
|
9436
|
-
"supportSmartContract": [
|
|
9437
|
-
"ERC20",
|
|
9438
|
-
"ERC721"
|
|
9439
|
-
],
|
|
9440
|
-
"abiExplorer": null
|
|
9441
|
-
},
|
|
9442
|
-
"substrateInfo": null,
|
|
9443
|
-
"extraInfo": null,
|
|
9444
|
-
"bitcoinInfo": null,
|
|
9445
|
-
"tonInfo": null
|
|
9446
|
-
},
|
|
9447
|
-
"satoshivm": {
|
|
9448
|
-
"slug": "satoshivm",
|
|
9449
|
-
"name": "SatoshiVM Alpha Mainnet",
|
|
9450
|
-
"isTestnet": false,
|
|
9451
|
-
"chainStatus": "ACTIVE",
|
|
9452
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm.png",
|
|
9453
|
-
"providers": {
|
|
9454
|
-
"Alpha Rpc Node": "https://alpha-rpc-node-http.svmscan.io/"
|
|
9455
|
-
},
|
|
9456
|
-
"evmInfo": {
|
|
9457
|
-
"evmChainId": 3109,
|
|
9458
|
-
"blockExplorer": "https://svmscan.io/",
|
|
9459
|
-
"existentialDeposit": "0",
|
|
9460
|
-
"symbol": "BTC",
|
|
9461
|
-
"decimals": 18,
|
|
9462
|
-
"supportSmartContract": [
|
|
9463
|
-
"ERC20",
|
|
9464
|
-
"ERC721"
|
|
9465
|
-
],
|
|
9466
|
-
"abiExplorer": null
|
|
9467
|
-
},
|
|
9468
|
-
"substrateInfo": null,
|
|
9469
|
-
"extraInfo": null,
|
|
9470
|
-
"bitcoinInfo": null,
|
|
9471
|
-
"tonInfo": null
|
|
9472
|
-
},
|
|
9473
|
-
"satoshivm_testnet": {
|
|
9474
|
-
"slug": "satoshivm_testnet",
|
|
9475
|
-
"name": "SatoshiVM Testnet",
|
|
9476
|
-
"isTestnet": true,
|
|
9477
|
-
"chainStatus": "ACTIVE",
|
|
9478
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png",
|
|
9479
|
-
"providers": {
|
|
9480
|
-
"Test Rpc Node": "https://test-rpc-node-http.svmscan.io/"
|
|
9481
|
-
},
|
|
9482
|
-
"evmInfo": {
|
|
9483
|
-
"evmChainId": 3110,
|
|
9484
|
-
"blockExplorer": "https://testnet.svmscan.io/",
|
|
9485
|
-
"existentialDeposit": "0",
|
|
9486
|
-
"symbol": "BTC",
|
|
9487
|
-
"decimals": 18,
|
|
9488
|
-
"supportSmartContract": [
|
|
9489
|
-
"ERC20",
|
|
9490
|
-
"ERC721"
|
|
9491
|
-
],
|
|
9492
|
-
"abiExplorer": null
|
|
9493
|
-
},
|
|
9494
|
-
"substrateInfo": null,
|
|
9495
|
-
"extraInfo": null,
|
|
9496
|
-
"bitcoinInfo": null,
|
|
9497
|
-
"tonInfo": null
|
|
9498
|
-
},
|
|
9499
9423
|
"cere": {
|
|
9500
9424
|
"slug": "cere",
|
|
9501
9425
|
"name": "Cere Network",
|
|
9502
9426
|
"isTestnet": false,
|
|
9503
9427
|
"chainStatus": "ACTIVE",
|
|
9504
|
-
"icon": "https://
|
|
9428
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cere.png",
|
|
9505
9429
|
"providers": {
|
|
9506
9430
|
"Cere Network": "wss://rpc.mainnet.cere.network/ws"
|
|
9507
9431
|
},
|
|
@@ -9532,7 +9456,7 @@
|
|
|
9532
9456
|
"name": "Aleph Zero Testnet - EVM",
|
|
9533
9457
|
"isTestnet": true,
|
|
9534
9458
|
"chainStatus": "ACTIVE",
|
|
9535
|
-
"icon": "https://
|
|
9459
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aleph_testnet_evm.png",
|
|
9536
9460
|
"providers": {
|
|
9537
9461
|
"Sepolia": "https://alephzero-sepolia.drpc.org/",
|
|
9538
9462
|
"Gelato": "https://rpc.alephzero-testnet.gelato.digital/"
|
|
@@ -9559,7 +9483,7 @@
|
|
|
9559
9483
|
"name": "Aleph Zero - EVM",
|
|
9560
9484
|
"isTestnet": false,
|
|
9561
9485
|
"chainStatus": "ACTIVE",
|
|
9562
|
-
"icon": "https://
|
|
9486
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aleph_evm.png",
|
|
9563
9487
|
"providers": {
|
|
9564
9488
|
"Gelato": "https://rpc.alephzero.raas.gelato.cloud"
|
|
9565
9489
|
},
|
|
@@ -9585,7 +9509,7 @@
|
|
|
9585
9509
|
"name": "Exosama",
|
|
9586
9510
|
"isTestnet": false,
|
|
9587
9511
|
"chainStatus": "ACTIVE",
|
|
9588
|
-
"icon": "https://
|
|
9512
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/exosama.png",
|
|
9589
9513
|
"providers": {
|
|
9590
9514
|
"Exosama Network": "https://rpc.exosama.com"
|
|
9591
9515
|
},
|
|
@@ -9611,7 +9535,7 @@
|
|
|
9611
9535
|
"name": "Blast Mainnet",
|
|
9612
9536
|
"isTestnet": false,
|
|
9613
9537
|
"chainStatus": "ACTIVE",
|
|
9614
|
-
"icon": "https://
|
|
9538
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/blast_mainnet.png",
|
|
9615
9539
|
"providers": {
|
|
9616
9540
|
"Blast": "https://rpc.blast.io"
|
|
9617
9541
|
},
|
|
@@ -9637,7 +9561,7 @@
|
|
|
9637
9561
|
"name": "Story Partner Testnet",
|
|
9638
9562
|
"isTestnet": true,
|
|
9639
9563
|
"chainStatus": "ACTIVE",
|
|
9640
|
-
"icon": "https://
|
|
9564
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/storypartner_testnet.png",
|
|
9641
9565
|
"providers": {
|
|
9642
9566
|
"Story Partner": "https://rpc.partner.testnet.storyprotocol.net/"
|
|
9643
9567
|
},
|
|
@@ -9663,7 +9587,7 @@
|
|
|
9663
9587
|
"name": "TON Network",
|
|
9664
9588
|
"isTestnet": false,
|
|
9665
9589
|
"chainStatus": "ACTIVE",
|
|
9666
|
-
"icon": "https://
|
|
9590
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ton.png",
|
|
9667
9591
|
"providers": {
|
|
9668
9592
|
"Toncenter": "https://toncenter.com/api/v2/jsonRPC"
|
|
9669
9593
|
},
|
|
@@ -9687,7 +9611,7 @@
|
|
|
9687
9611
|
"name": "TON Testnet",
|
|
9688
9612
|
"isTestnet": true,
|
|
9689
9613
|
"chainStatus": "ACTIVE",
|
|
9690
|
-
"icon": "https://
|
|
9614
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ton_testnet.png",
|
|
9691
9615
|
"providers": {
|
|
9692
9616
|
"TonCenter": "https://testnet.toncenter.com/api/v2/jsonRPC"
|
|
9693
9617
|
},
|
|
@@ -9711,7 +9635,7 @@
|
|
|
9711
9635
|
"name": "5ireChain Mainnet",
|
|
9712
9636
|
"isTestnet": false,
|
|
9713
9637
|
"chainStatus": "ACTIVE",
|
|
9714
|
-
"icon": "https://
|
|
9638
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/5irechain_mainnet.png",
|
|
9715
9639
|
"providers": {
|
|
9716
9640
|
"5fire": "https://rpc.5ire.network/"
|
|
9717
9641
|
},
|
|
@@ -9732,4 +9656,4 @@
|
|
|
9732
9656
|
"bitcoinInfo": null,
|
|
9733
9657
|
"tonInfo": null
|
|
9734
9658
|
}
|
|
9735
|
-
}
|
|
9659
|
+
}
|