@subwallet/chain-list 0.2.96-beta.3 → 0.2.96
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 +5010 -2779
- package/cjs/data/AssetLogoMap.json +880 -882
- package/cjs/data/AssetRef.json +2386 -146
- package/cjs/data/ChainAsset.json +876 -942
- package/cjs/data/ChainInfo.json +432 -388
- package/cjs/data/ChainLogoMap.json +312 -311
- package/cjs/data/MultiChainAsset.json +106 -97
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +880 -882
- package/data/AssetRef.json +2386 -146
- package/data/ChainAsset.json +876 -942
- package/data/ChainInfo.json +432 -388
- package/data/ChainLogoMap.json +312 -311
- package/data/MultiChainAsset.json +106 -97
- 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",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"name": "BNB Chain",
|
|
119
119
|
"isTestnet": false,
|
|
120
120
|
"chainStatus": "ACTIVE",
|
|
121
|
-
"icon": "https://
|
|
121
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance.png",
|
|
122
122
|
"providers": {
|
|
123
123
|
"Binance": "https://bsc-dataseed.binance.org/",
|
|
124
124
|
"Defibit": "https://bsc-dataseed1.defibit.io/",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"name": "Moonbeam",
|
|
151
151
|
"isTestnet": false,
|
|
152
152
|
"chainStatus": "ACTIVE",
|
|
153
|
-
"icon": "https://
|
|
153
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbeam.png",
|
|
154
154
|
"providers": {
|
|
155
155
|
"Moonbeam Foundation": "wss://wss.api.moonbeam.network",
|
|
156
156
|
"Blast": "wss://moonbeam.public.blastapi.io"
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"name": "Pioneer Network",
|
|
209
209
|
"isTestnet": false,
|
|
210
210
|
"chainStatus": "ACTIVE",
|
|
211
|
-
"icon": "https://
|
|
211
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pioneer.png",
|
|
212
212
|
"providers": {
|
|
213
213
|
"Pioneer": "wss://pioneer-rpc-3.bit.country/wss"
|
|
214
214
|
},
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"name": "Aleph Zero",
|
|
255
255
|
"isTestnet": false,
|
|
256
256
|
"chainStatus": "ACTIVE",
|
|
257
|
-
"icon": "https://
|
|
257
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aleph.png",
|
|
258
258
|
"providers": {
|
|
259
259
|
"Aleph Zero Foundation": "wss://ws.azero.dev",
|
|
260
260
|
"Onfinality": "wss://aleph-zero.api.onfinality.io/public-ws"
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"name": "Astar",
|
|
293
293
|
"isTestnet": false,
|
|
294
294
|
"chainStatus": "ACTIVE",
|
|
295
|
-
"icon": "https://
|
|
295
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astar.png",
|
|
296
296
|
"providers": {
|
|
297
297
|
"Astar": "wss://rpc.astar.network",
|
|
298
298
|
"OnFinality": "wss://astar.api.onfinality.io/public-ws",
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
"name": "Astar - EVM",
|
|
345
345
|
"isTestnet": false,
|
|
346
346
|
"chainStatus": "ACTIVE",
|
|
347
|
-
"icon": "https://
|
|
347
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarevm.png",
|
|
348
348
|
"providers": {
|
|
349
349
|
"Astar": "https://evm.astar.network",
|
|
350
350
|
"OnFinality": "https://astar.api.onfinality.io/public",
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"name": "Polkadot Asset Hub",
|
|
374
374
|
"isTestnet": false,
|
|
375
375
|
"chainStatus": "ACTIVE",
|
|
376
|
-
"icon": "https://
|
|
376
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemint.png",
|
|
377
377
|
"providers": {
|
|
378
378
|
"IBP-GeoDNS1": "wss://sys.ibp.network/statemint",
|
|
379
379
|
"StakeWorld": "wss://dot-rpc.stakeworld.io/assethub",
|
|
@@ -409,14 +409,13 @@
|
|
|
409
409
|
"name": "Acala",
|
|
410
410
|
"isTestnet": false,
|
|
411
411
|
"chainStatus": "ACTIVE",
|
|
412
|
-
"icon": "https://
|
|
412
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala.png",
|
|
413
413
|
"providers": {
|
|
414
414
|
"Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
|
|
415
415
|
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
416
416
|
"Acala Foundation 2": "wss://acala-rpc-2.aca-api.network/ws",
|
|
417
417
|
"Acala Foundation 3": "wss://acala-rpc-3.aca-api.network/ws",
|
|
418
|
-
"OnFinality": "wss://acala-polkadot.api.onfinality.io/public-ws"
|
|
419
|
-
"LuckyFriday": "wss://rpc-acala.luckyfriday.io"
|
|
418
|
+
"OnFinality": "wss://acala-polkadot.api.onfinality.io/public-ws"
|
|
420
419
|
},
|
|
421
420
|
"evmInfo": null,
|
|
422
421
|
"substrateInfo": {
|
|
@@ -460,7 +459,7 @@
|
|
|
460
459
|
"name": "Polygon",
|
|
461
460
|
"isTestnet": false,
|
|
462
461
|
"chainStatus": "ACTIVE",
|
|
463
|
-
"icon": "https://
|
|
462
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polygon.png",
|
|
464
463
|
"providers": {
|
|
465
464
|
"Polygon Scan": "https://polygon-rpc.com/",
|
|
466
465
|
"Llamarpc": "https://polygon.llamarpc.com",
|
|
@@ -492,7 +491,7 @@
|
|
|
492
491
|
"name": "Arbitrum One",
|
|
493
492
|
"isTestnet": false,
|
|
494
493
|
"chainStatus": "ACTIVE",
|
|
495
|
-
"icon": "https://
|
|
494
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/arbitrum_one.png",
|
|
496
495
|
"providers": {
|
|
497
496
|
"Omniatech": "https://endpoints.omniatech.io/v1/arbitrum/one/public",
|
|
498
497
|
"BlastApi": "https://arbitrum-one.public.blastapi.io"
|
|
@@ -522,7 +521,7 @@
|
|
|
522
521
|
"name": "Optimism",
|
|
523
522
|
"isTestnet": false,
|
|
524
523
|
"chainStatus": "ACTIVE",
|
|
525
|
-
"icon": "https://
|
|
524
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/optimism.png",
|
|
526
525
|
"providers": {
|
|
527
526
|
"Kyber Engineering": "https://optimism.kyberengineering.io",
|
|
528
527
|
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
|
|
@@ -552,7 +551,7 @@
|
|
|
552
551
|
"name": "Viction",
|
|
553
552
|
"isTestnet": false,
|
|
554
553
|
"chainStatus": "ACTIVE",
|
|
555
|
-
"icon": "https://
|
|
554
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tomochain.png",
|
|
556
555
|
"providers": {
|
|
557
556
|
"TomoChain": "https://rpc.tomochain.com"
|
|
558
557
|
},
|
|
@@ -578,7 +577,7 @@
|
|
|
578
577
|
"name": "Aleph Zero Testnet",
|
|
579
578
|
"isTestnet": true,
|
|
580
579
|
"chainStatus": "ACTIVE",
|
|
581
|
-
"icon": "https://
|
|
580
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephtest.png",
|
|
582
581
|
"providers": {
|
|
583
582
|
"Aleph Zero Foundation": "wss://ws.test.azero.dev"
|
|
584
583
|
},
|
|
@@ -612,7 +611,7 @@
|
|
|
612
611
|
"name": "Shiden",
|
|
613
612
|
"isTestnet": false,
|
|
614
613
|
"chainStatus": "ACTIVE",
|
|
615
|
-
"icon": "https://
|
|
614
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shiden.png",
|
|
616
615
|
"providers": {
|
|
617
616
|
"Astar": "wss://rpc.shiden.astar.network",
|
|
618
617
|
"OnFinality": "wss://shiden.api.onfinality.io/public-ws",
|
|
@@ -686,7 +685,7 @@
|
|
|
686
685
|
"name": "Shiden - EVM",
|
|
687
686
|
"isTestnet": false,
|
|
688
687
|
"chainStatus": "ACTIVE",
|
|
689
|
-
"icon": "https://
|
|
688
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shidenevm.png",
|
|
690
689
|
"providers": {
|
|
691
690
|
"Astar": "https://evm.shiden.astar.network",
|
|
692
691
|
"OnFinality": "https://shiden.api.onfinality.io/public",
|
|
@@ -715,7 +714,7 @@
|
|
|
715
714
|
"name": "Shibuya Testnet",
|
|
716
715
|
"isTestnet": true,
|
|
717
716
|
"chainStatus": "ACTIVE",
|
|
718
|
-
"icon": "https://
|
|
717
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuya.png",
|
|
719
718
|
"providers": {
|
|
720
719
|
"Shibuya": "wss://rpc.shibuya.astar.network",
|
|
721
720
|
"Dwellir": "wss://shibuya-rpc.dwellir.com"
|
|
@@ -753,7 +752,7 @@
|
|
|
753
752
|
"name": "Shibuya Testnet - EVM",
|
|
754
753
|
"isTestnet": true,
|
|
755
754
|
"chainStatus": "ACTIVE",
|
|
756
|
-
"icon": "https://
|
|
755
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuyaevm.png",
|
|
757
756
|
"providers": {
|
|
758
757
|
"Shibuya": "https://evm.shibuya.astar.network ",
|
|
759
758
|
"BlastAPI": "https://shibuya.public.blastapi.io"
|
|
@@ -780,7 +779,7 @@
|
|
|
780
779
|
"name": "Aventus Polkadot",
|
|
781
780
|
"isTestnet": false,
|
|
782
781
|
"chainStatus": "ACTIVE",
|
|
783
|
-
"icon": "https://
|
|
782
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus.png",
|
|
784
783
|
"providers": {
|
|
785
784
|
"Aventus": "wss://public-rpc.mainnet.aventus.network"
|
|
786
785
|
},
|
|
@@ -792,7 +791,7 @@
|
|
|
792
791
|
"addressPrefix": 42,
|
|
793
792
|
"chainType": "PARACHAIN",
|
|
794
793
|
"crowdloanUrl": null,
|
|
795
|
-
"blockExplorer": "
|
|
794
|
+
"blockExplorer": "http://explorer.mainnet.aventus.network/",
|
|
796
795
|
"existentialDeposit": "0",
|
|
797
796
|
"symbol": "AVT",
|
|
798
797
|
"decimals": 18,
|
|
@@ -823,7 +822,7 @@
|
|
|
823
822
|
"name": "Westend",
|
|
824
823
|
"isTestnet": true,
|
|
825
824
|
"chainStatus": "ACTIVE",
|
|
826
|
-
"icon": "https://
|
|
825
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/westend.png",
|
|
827
826
|
"providers": {
|
|
828
827
|
"Parity": "wss://westend-rpc.polkadot.io",
|
|
829
828
|
"Dwellir": "wss://westend-rpc.dwellir.com",
|
|
@@ -861,7 +860,7 @@
|
|
|
861
860
|
"name": "Rococo",
|
|
862
861
|
"isTestnet": true,
|
|
863
862
|
"chainStatus": "ACTIVE",
|
|
864
|
-
"icon": "https://
|
|
863
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo.png",
|
|
865
864
|
"providers": {
|
|
866
865
|
"Parity": "wss://rococo-rpc.polkadot.io",
|
|
867
866
|
"Light Client": "light://substrate-connect/rococo"
|
|
@@ -896,10 +895,10 @@
|
|
|
896
895
|
},
|
|
897
896
|
"bitcountry": {
|
|
898
897
|
"slug": "bitcountry",
|
|
899
|
-
"name": "
|
|
898
|
+
"name": "Bit.Country - Alpha Net",
|
|
900
899
|
"isTestnet": true,
|
|
901
900
|
"chainStatus": "INACTIVE",
|
|
902
|
-
"icon": "https://
|
|
901
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcountry.png",
|
|
903
902
|
"providers": {
|
|
904
903
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
905
904
|
},
|
|
@@ -930,7 +929,7 @@
|
|
|
930
929
|
"name": "Equilibrium",
|
|
931
930
|
"isTestnet": false,
|
|
932
931
|
"chainStatus": "INACTIVE",
|
|
933
|
-
"icon": "https://
|
|
932
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/equilibrium_parachain.png",
|
|
934
933
|
"providers": {
|
|
935
934
|
"Equilibrium": "wss://node.pol.equilibrium.io",
|
|
936
935
|
"Dwellir": "wss://equilibrium-rpc.dwellir.com"
|
|
@@ -974,7 +973,7 @@
|
|
|
974
973
|
"name": "Moonbase Alpha",
|
|
975
974
|
"isTestnet": true,
|
|
976
975
|
"chainStatus": "ACTIVE",
|
|
977
|
-
"icon": "https://
|
|
976
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbase.png",
|
|
978
977
|
"providers": {
|
|
979
978
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
980
979
|
"Blast": "wss://moonbase-alpha.public.blastapi.io"
|
|
@@ -1020,7 +1019,7 @@
|
|
|
1020
1019
|
"name": "Moonriver",
|
|
1021
1020
|
"isTestnet": false,
|
|
1022
1021
|
"chainStatus": "ACTIVE",
|
|
1023
|
-
"icon": "https://
|
|
1022
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonriver.png",
|
|
1024
1023
|
"providers": {
|
|
1025
1024
|
"Moonbeam Foundation": "wss://wss.api.moonriver.moonbeam.network",
|
|
1026
1025
|
"Blast": "wss://moonriver.public.blastapi.io",
|
|
@@ -1090,7 +1089,7 @@
|
|
|
1090
1089
|
"name": "Turing Staging",
|
|
1091
1090
|
"isTestnet": true,
|
|
1092
1091
|
"chainStatus": "ACTIVE",
|
|
1093
|
-
"icon": "https://
|
|
1092
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turingstaging.png",
|
|
1094
1093
|
"providers": {
|
|
1095
1094
|
"Turing": "wss://rpc.turing-staging.oak.tech"
|
|
1096
1095
|
},
|
|
@@ -1121,7 +1120,7 @@
|
|
|
1121
1120
|
"name": "Turing",
|
|
1122
1121
|
"isTestnet": false,
|
|
1123
1122
|
"chainStatus": "ACTIVE",
|
|
1124
|
-
"icon": "https://
|
|
1123
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turing.png",
|
|
1125
1124
|
"providers": {
|
|
1126
1125
|
"Turing": "wss://rpc.turing.oak.tech",
|
|
1127
1126
|
"Dwellir": "wss://turing-rpc.dwellir.com"
|
|
@@ -1168,7 +1167,7 @@
|
|
|
1168
1167
|
"name": "Bifrost Kusama",
|
|
1169
1168
|
"isTestnet": false,
|
|
1170
1169
|
"chainStatus": "ACTIVE",
|
|
1171
|
-
"icon": "https://
|
|
1170
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost.png",
|
|
1172
1171
|
"providers": {
|
|
1173
1172
|
"Liebi 0": "wss://bifrost-rpc.liebi.com/ws",
|
|
1174
1173
|
"OnFinality": "wss://bifrost-parachain.api.onfinality.io/public-ws"
|
|
@@ -1226,7 +1225,7 @@
|
|
|
1226
1225
|
"name": "Bifrost Polkadot",
|
|
1227
1226
|
"isTestnet": false,
|
|
1228
1227
|
"chainStatus": "ACTIVE",
|
|
1229
|
-
"icon": "https://
|
|
1228
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_dot.png",
|
|
1230
1229
|
"providers": {
|
|
1231
1230
|
"Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
|
|
1232
1231
|
"LiebiEU": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
|
|
@@ -1274,7 +1273,7 @@
|
|
|
1274
1273
|
"name": "Bifrost Testnet",
|
|
1275
1274
|
"isTestnet": true,
|
|
1276
1275
|
"chainStatus": "ACTIVE",
|
|
1277
|
-
"icon": "https://
|
|
1276
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_testnet.png",
|
|
1278
1277
|
"providers": {
|
|
1279
1278
|
"Liebi": "wss://bifrost-rpc.rococo.liebi.com/ws"
|
|
1280
1279
|
},
|
|
@@ -1308,7 +1307,7 @@
|
|
|
1308
1307
|
"name": "Calamari",
|
|
1309
1308
|
"isTestnet": false,
|
|
1310
1309
|
"chainStatus": "ACTIVE",
|
|
1311
|
-
"icon": "https://
|
|
1310
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari.png",
|
|
1312
1311
|
"providers": {
|
|
1313
1312
|
"Manta Network": "wss://calamari.systems"
|
|
1314
1313
|
},
|
|
@@ -1354,7 +1353,7 @@
|
|
|
1354
1353
|
"name": "Amplitude",
|
|
1355
1354
|
"isTestnet": false,
|
|
1356
1355
|
"chainStatus": "ACTIVE",
|
|
1357
|
-
"icon": "https://
|
|
1356
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude.png",
|
|
1358
1357
|
"providers": {
|
|
1359
1358
|
"Amplitude": "wss://rpc-amplitude.pendulumchain.tech"
|
|
1360
1359
|
},
|
|
@@ -1397,7 +1396,7 @@
|
|
|
1397
1396
|
"name": "Amplitude Testnet",
|
|
1398
1397
|
"isTestnet": true,
|
|
1399
1398
|
"chainStatus": "ACTIVE",
|
|
1400
|
-
"icon": "https://
|
|
1399
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude_test.png",
|
|
1401
1400
|
"providers": {
|
|
1402
1401
|
"Amplitude": "wss://rpc-foucoco.pendulumchain.tech"
|
|
1403
1402
|
},
|
|
@@ -1428,7 +1427,7 @@
|
|
|
1428
1427
|
"name": "Bobabase Testnet",
|
|
1429
1428
|
"isTestnet": true,
|
|
1430
1429
|
"chainStatus": "INACTIVE",
|
|
1431
|
-
"icon": "https://
|
|
1430
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabase.png",
|
|
1432
1431
|
"providers": {},
|
|
1433
1432
|
"evmInfo": {
|
|
1434
1433
|
"evmChainId": 1297,
|
|
@@ -1452,7 +1451,7 @@
|
|
|
1452
1451
|
"name": "Ethereum Goerli",
|
|
1453
1452
|
"isTestnet": true,
|
|
1454
1453
|
"chainStatus": "INACTIVE",
|
|
1455
|
-
"icon": "https://
|
|
1454
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum_goerli.png",
|
|
1456
1455
|
"providers": {
|
|
1457
1456
|
"Infura": "https://goerli.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
|
|
1458
1457
|
},
|
|
@@ -1478,7 +1477,7 @@
|
|
|
1478
1477
|
"name": "Binance Smart Chain (Testnet)",
|
|
1479
1478
|
"isTestnet": true,
|
|
1480
1479
|
"chainStatus": "ACTIVE",
|
|
1481
|
-
"icon": "https://
|
|
1480
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance_test.png",
|
|
1482
1481
|
"providers": {
|
|
1483
1482
|
"Binance": "https://data-seed-prebsc-1-s1.binance.org:8545/",
|
|
1484
1483
|
"Binance2": "https://data-seed-prebsc-2-s1.binance.org:8545/"
|
|
@@ -1505,7 +1504,7 @@
|
|
|
1505
1504
|
"name": "Parallel",
|
|
1506
1505
|
"isTestnet": false,
|
|
1507
1506
|
"chainStatus": "ACTIVE",
|
|
1508
|
-
"icon": "https://
|
|
1507
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/parallel.png",
|
|
1509
1508
|
"providers": {
|
|
1510
1509
|
"Dwellir": "wss://parallel-rpc.dwellir.com"
|
|
1511
1510
|
},
|
|
@@ -1570,7 +1569,7 @@
|
|
|
1570
1569
|
"name": "Clover",
|
|
1571
1570
|
"isTestnet": false,
|
|
1572
1571
|
"chainStatus": "ACTIVE",
|
|
1573
|
-
"icon": "https://
|
|
1572
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/clover.png",
|
|
1574
1573
|
"providers": {
|
|
1575
1574
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1576
1575
|
},
|
|
@@ -1627,7 +1626,7 @@
|
|
|
1627
1626
|
"name": "Clover - EVM",
|
|
1628
1627
|
"isTestnet": false,
|
|
1629
1628
|
"chainStatus": "ACTIVE",
|
|
1630
|
-
"icon": "https://
|
|
1629
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cloverevm.png",
|
|
1631
1630
|
"providers": {
|
|
1632
1631
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1633
1632
|
},
|
|
@@ -1653,7 +1652,7 @@
|
|
|
1653
1652
|
"name": "Hydration",
|
|
1654
1653
|
"isTestnet": false,
|
|
1655
1654
|
"chainStatus": "ACTIVE",
|
|
1656
|
-
"icon": "https://
|
|
1655
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_main.png",
|
|
1657
1656
|
"providers": {
|
|
1658
1657
|
"Galactic Council": "wss://rpc.hydradx.cloud",
|
|
1659
1658
|
"Dwellir": "wss://hydradx-rpc.dwellir.com",
|
|
@@ -1701,7 +1700,7 @@
|
|
|
1701
1700
|
"name": "Edgeware",
|
|
1702
1701
|
"isTestnet": false,
|
|
1703
1702
|
"chainStatus": "ACTIVE",
|
|
1704
|
-
"icon": "https://
|
|
1703
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/edgeware.png",
|
|
1705
1704
|
"providers": {
|
|
1706
1705
|
"JelliedOwl": "wss://edgeware.jelliedowl.net"
|
|
1707
1706
|
},
|
|
@@ -1735,7 +1734,7 @@
|
|
|
1735
1734
|
"name": "Centrifuge",
|
|
1736
1735
|
"isTestnet": false,
|
|
1737
1736
|
"chainStatus": "ACTIVE",
|
|
1738
|
-
"icon": "https://
|
|
1737
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/centrifuge.png",
|
|
1739
1738
|
"providers": {
|
|
1740
1739
|
"Centrifuge": "wss://fullnode.parachain.centrifuge.io",
|
|
1741
1740
|
"OnFinality": "wss://centrifuge-parachain.api.onfinality.io/public-ws"
|
|
@@ -1782,7 +1781,7 @@
|
|
|
1782
1781
|
"name": "Interlay",
|
|
1783
1782
|
"isTestnet": false,
|
|
1784
1783
|
"chainStatus": "ACTIVE",
|
|
1785
|
-
"icon": "https://
|
|
1784
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/interlay.png",
|
|
1786
1785
|
"providers": {
|
|
1787
1786
|
"Kintsugi Labs": "wss://api.interlay.io/parachain",
|
|
1788
1787
|
"Dwellir": "wss://interlay-rpc.dwellir.com",
|
|
@@ -1830,7 +1829,7 @@
|
|
|
1830
1829
|
"name": "Nodle",
|
|
1831
1830
|
"isTestnet": false,
|
|
1832
1831
|
"chainStatus": "ACTIVE",
|
|
1833
|
-
"icon": "https://
|
|
1832
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nodle.png",
|
|
1834
1833
|
"providers": {
|
|
1835
1834
|
"OnFinality": "wss://nodle-parachain.api.onfinality.io/public-ws"
|
|
1836
1835
|
},
|
|
@@ -1876,7 +1875,7 @@
|
|
|
1876
1875
|
"name": "Darwinia 2",
|
|
1877
1876
|
"isTestnet": false,
|
|
1878
1877
|
"chainStatus": "ACTIVE",
|
|
1879
|
-
"icon": "https://
|
|
1878
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/darwinia2.png",
|
|
1880
1879
|
"providers": {
|
|
1881
1880
|
"Darwinia Network": "wss://rpc.darwinia.network",
|
|
1882
1881
|
"Dwellir": "wss://darwinia-rpc.dwellir.com"
|
|
@@ -1922,7 +1921,7 @@
|
|
|
1922
1921
|
"name": "SORA Kusama",
|
|
1923
1922
|
"isTestnet": false,
|
|
1924
1923
|
"chainStatus": "ACTIVE",
|
|
1925
|
-
"icon": "https://
|
|
1924
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_ksm.png",
|
|
1926
1925
|
"providers": {
|
|
1927
1926
|
"Soramitsu": "wss://ws.parachain-collator-2.c2.sora2.soramitsu.co.jp"
|
|
1928
1927
|
},
|
|
@@ -1976,7 +1975,7 @@
|
|
|
1976
1975
|
"name": "Ares Odyssey",
|
|
1977
1976
|
"isTestnet": false,
|
|
1978
1977
|
"chainStatus": "ACTIVE",
|
|
1979
|
-
"icon": "https://
|
|
1978
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/odyssey.png",
|
|
1980
1979
|
"providers": {
|
|
1981
1980
|
"AresProtocol": "wss://odyssey.aresprotocol.io"
|
|
1982
1981
|
},
|
|
@@ -2007,7 +2006,7 @@
|
|
|
2007
2006
|
"name": "Polkadex",
|
|
2008
2007
|
"isTestnet": false,
|
|
2009
2008
|
"chainStatus": "ACTIVE",
|
|
2010
|
-
"icon": "https://
|
|
2009
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex.png",
|
|
2011
2010
|
"providers": {
|
|
2012
2011
|
"RadiumBlock": "wss://polkadex.public.curie.radiumblock.co/ws",
|
|
2013
2012
|
"OnFinality": "wss://polkadex.api.onfinality.io/public-ws"
|
|
@@ -2042,7 +2041,7 @@
|
|
|
2042
2041
|
"name": "Polkadex - Testnet",
|
|
2043
2042
|
"isTestnet": true,
|
|
2044
2043
|
"chainStatus": "STOPPED",
|
|
2045
|
-
"icon": "https://
|
|
2044
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadextest.png",
|
|
2046
2045
|
"providers": {
|
|
2047
2046
|
"Polkadex Team": "wss://blockchain.polkadex.trade"
|
|
2048
2047
|
},
|
|
@@ -2073,7 +2072,7 @@
|
|
|
2073
2072
|
"name": "RMRK Devnet",
|
|
2074
2073
|
"isTestnet": true,
|
|
2075
2074
|
"chainStatus": "INACTIVE",
|
|
2076
|
-
"icon": "https://
|
|
2075
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rmrk.png",
|
|
2077
2076
|
"providers": {
|
|
2078
2077
|
"rmrk": "wss://staging.node.rmrk.app"
|
|
2079
2078
|
},
|
|
@@ -2104,7 +2103,7 @@
|
|
|
2104
2103
|
"name": "Dolphin Testnet",
|
|
2105
2104
|
"isTestnet": true,
|
|
2106
2105
|
"chainStatus": "INACTIVE",
|
|
2107
|
-
"icon": "https://
|
|
2106
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dolphin.png",
|
|
2108
2107
|
"providers": {},
|
|
2109
2108
|
"evmInfo": null,
|
|
2110
2109
|
"substrateInfo": {
|
|
@@ -2136,7 +2135,7 @@
|
|
|
2136
2135
|
"name": "Opal",
|
|
2137
2136
|
"isTestnet": true,
|
|
2138
2137
|
"chainStatus": "ACTIVE",
|
|
2139
|
-
"icon": "https://
|
|
2138
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/opal.png",
|
|
2140
2139
|
"providers": {
|
|
2141
2140
|
"Unique": "wss://ws-opal.unique.network",
|
|
2142
2141
|
"Europe": "wss://eu-ws-opal.unique.network",
|
|
@@ -2170,7 +2169,7 @@
|
|
|
2170
2169
|
"name": "Efinity",
|
|
2171
2170
|
"isTestnet": false,
|
|
2172
2171
|
"chainStatus": "INACTIVE",
|
|
2173
|
-
"icon": "https://
|
|
2172
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/efinity.png",
|
|
2174
2173
|
"providers": {
|
|
2175
2174
|
"Efinity": "wss://rpc.efinity.io",
|
|
2176
2175
|
"Dwellir": "wss://efinity -rpc.dwellir.com"
|
|
@@ -2217,7 +2216,7 @@
|
|
|
2217
2216
|
"name": "Composable Finance",
|
|
2218
2217
|
"isTestnet": false,
|
|
2219
2218
|
"chainStatus": "ACTIVE",
|
|
2220
|
-
"icon": "https://
|
|
2219
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/composablefinance.png",
|
|
2221
2220
|
"providers": {
|
|
2222
2221
|
"Composable": "wss://rpc.composable.finance"
|
|
2223
2222
|
},
|
|
@@ -2263,7 +2262,7 @@
|
|
|
2263
2262
|
"name": "Phala",
|
|
2264
2263
|
"isTestnet": false,
|
|
2265
2264
|
"chainStatus": "ACTIVE",
|
|
2266
|
-
"icon": "https://
|
|
2265
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phala.png",
|
|
2267
2266
|
"providers": {
|
|
2268
2267
|
"Phala": "wss://api.phala.network/ws",
|
|
2269
2268
|
"OnFinality": "wss://phala.api.onfinality.io/public-ws"
|
|
@@ -2310,7 +2309,7 @@
|
|
|
2310
2309
|
"name": "Crust",
|
|
2311
2310
|
"isTestnet": false,
|
|
2312
2311
|
"chainStatus": "ACTIVE",
|
|
2313
|
-
"icon": "https://
|
|
2312
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust.png",
|
|
2314
2313
|
"providers": {
|
|
2315
2314
|
"Crust": "wss://crust-parachain.crustapps.net"
|
|
2316
2315
|
},
|
|
@@ -2356,7 +2355,7 @@
|
|
|
2356
2355
|
"name": "Kusama Asset Hub",
|
|
2357
2356
|
"isTestnet": false,
|
|
2358
2357
|
"chainStatus": "ACTIVE",
|
|
2359
|
-
"icon": "https://
|
|
2358
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemine.png",
|
|
2360
2359
|
"providers": {
|
|
2361
2360
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2362
2361
|
"IBP-GeoDNS1": "wss://sys.ibp.network/statemine",
|
|
@@ -2394,7 +2393,7 @@
|
|
|
2394
2393
|
"name": "Karura",
|
|
2395
2394
|
"isTestnet": false,
|
|
2396
2395
|
"chainStatus": "ACTIVE",
|
|
2397
|
-
"icon": "https://
|
|
2396
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura.png",
|
|
2398
2397
|
"providers": {
|
|
2399
2398
|
"Acala Foundation 0": "wss://karura-rpc-0.aca-api.network",
|
|
2400
2399
|
"Acala Foundation 1": "wss://karura-rpc-1.aca-api.network",
|
|
@@ -2432,7 +2431,7 @@
|
|
|
2432
2431
|
"name": "Khala",
|
|
2433
2432
|
"isTestnet": false,
|
|
2434
2433
|
"chainStatus": "ACTIVE",
|
|
2435
|
-
"icon": "https://
|
|
2434
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/khala.png",
|
|
2436
2435
|
"providers": {
|
|
2437
2436
|
"Phala": "wss://khala-api.phala.network/ws",
|
|
2438
2437
|
"OnFinality": "wss://khala.api.onfinality.io/public-ws",
|
|
@@ -2480,7 +2479,7 @@
|
|
|
2480
2479
|
"name": "KILT Spiritnet",
|
|
2481
2480
|
"isTestnet": false,
|
|
2482
2481
|
"chainStatus": "ACTIVE",
|
|
2483
|
-
"icon": "https://
|
|
2482
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt.png",
|
|
2484
2483
|
"providers": {
|
|
2485
2484
|
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
2486
2485
|
"OnFinality": "wss://spiritnet.api.onfinality.io/public-ws",
|
|
@@ -2516,7 +2515,7 @@
|
|
|
2516
2515
|
"name": "Basilisk",
|
|
2517
2516
|
"isTestnet": false,
|
|
2518
2517
|
"chainStatus": "ACTIVE",
|
|
2519
|
-
"icon": "https://
|
|
2518
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/basilisk.png",
|
|
2520
2519
|
"providers": {
|
|
2521
2520
|
"Basilisk ": "wss://rpc.basilisk.cloud",
|
|
2522
2521
|
"Dwellir": "wss://basilisk-rpc.dwellir.com"
|
|
@@ -2563,7 +2562,7 @@
|
|
|
2563
2562
|
"name": "Altair",
|
|
2564
2563
|
"isTestnet": false,
|
|
2565
2564
|
"chainStatus": "ACTIVE",
|
|
2566
|
-
"icon": "https://
|
|
2565
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/altair.png",
|
|
2567
2566
|
"providers": {
|
|
2568
2567
|
"Centrifuge": "wss://fullnode.altair.centrifuge.io",
|
|
2569
2568
|
"OnFinality": "wss://altair.api.onfinality.io/public-ws"
|
|
@@ -2610,7 +2609,7 @@
|
|
|
2610
2609
|
"name": "Heiko",
|
|
2611
2610
|
"isTestnet": false,
|
|
2612
2611
|
"chainStatus": "ACTIVE",
|
|
2613
|
-
"icon": "https://
|
|
2612
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/heiko.png",
|
|
2614
2613
|
"providers": {
|
|
2615
2614
|
"Parallel": "wss://heiko-rpc.parallel.fi"
|
|
2616
2615
|
},
|
|
@@ -2667,7 +2666,7 @@
|
|
|
2667
2666
|
"name": "Kintsugi",
|
|
2668
2667
|
"isTestnet": false,
|
|
2669
2668
|
"chainStatus": "ACTIVE",
|
|
2670
|
-
"icon": "https://
|
|
2669
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi.png",
|
|
2671
2670
|
"providers": {
|
|
2672
2671
|
"Kintsugi Labs": "wss://api-kusama.interlay.io/parachain",
|
|
2673
2672
|
"OnFinality": "wss://kintsugi.api.onfinality.io/public-ws"
|
|
@@ -2714,7 +2713,7 @@
|
|
|
2714
2713
|
"name": "Kintsugi Testnet",
|
|
2715
2714
|
"isTestnet": true,
|
|
2716
2715
|
"chainStatus": "ACTIVE",
|
|
2717
|
-
"icon": "https://
|
|
2716
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi_test.png",
|
|
2718
2717
|
"providers": {
|
|
2719
2718
|
"testnet": "wss://api-dev-kintsugi.interlay.io/parachain"
|
|
2720
2719
|
},
|
|
@@ -2745,7 +2744,7 @@
|
|
|
2745
2744
|
"name": "Picasso",
|
|
2746
2745
|
"isTestnet": false,
|
|
2747
2746
|
"chainStatus": "ACTIVE",
|
|
2748
|
-
"icon": "https://
|
|
2747
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/picasso.png",
|
|
2749
2748
|
"providers": {
|
|
2750
2749
|
"Composable": "wss://rpc.composablenodes.tech"
|
|
2751
2750
|
},
|
|
@@ -2813,7 +2812,7 @@
|
|
|
2813
2812
|
"name": "Quartz",
|
|
2814
2813
|
"isTestnet": false,
|
|
2815
2814
|
"chainStatus": "ACTIVE",
|
|
2816
|
-
"icon": "https://
|
|
2815
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quartz.png",
|
|
2817
2816
|
"providers": {
|
|
2818
2817
|
"Unique Europe": "wss://eu-ws-quartz.unique.network",
|
|
2819
2818
|
"Unique US": "wss://us-ws-quartz.unique.network",
|
|
@@ -2861,7 +2860,7 @@
|
|
|
2861
2860
|
"name": "Unique",
|
|
2862
2861
|
"isTestnet": false,
|
|
2863
2862
|
"chainStatus": "ACTIVE",
|
|
2864
|
-
"icon": "https://
|
|
2863
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unique_network.png",
|
|
2865
2864
|
"providers": {
|
|
2866
2865
|
"unique": "wss://us-ws.unique.network/",
|
|
2867
2866
|
"UniqueEu": "wss://eu-ws.unique.network/",
|
|
@@ -2909,7 +2908,7 @@
|
|
|
2909
2908
|
"name": "Genshiro",
|
|
2910
2909
|
"isTestnet": false,
|
|
2911
2910
|
"chainStatus": "INACTIVE",
|
|
2912
|
-
"icon": "https://
|
|
2911
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro.png",
|
|
2913
2912
|
"providers": {
|
|
2914
2913
|
"Equilibrium": "wss://node.genshiro.io"
|
|
2915
2914
|
},
|
|
@@ -2966,7 +2965,7 @@
|
|
|
2966
2965
|
"name": "Genshiro Testnet",
|
|
2967
2966
|
"isTestnet": true,
|
|
2968
2967
|
"chainStatus": "INACTIVE",
|
|
2969
|
-
"icon": "https://
|
|
2968
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro_testnet.png",
|
|
2970
2969
|
"providers": {},
|
|
2971
2970
|
"evmInfo": null,
|
|
2972
2971
|
"substrateInfo": {
|
|
@@ -2995,7 +2994,7 @@
|
|
|
2995
2994
|
"name": "Subsocial",
|
|
2996
2995
|
"isTestnet": false,
|
|
2997
2996
|
"chainStatus": "ACTIVE",
|
|
2998
|
-
"icon": "https://
|
|
2997
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subsocial_x.png",
|
|
2999
2998
|
"providers": {
|
|
3000
2999
|
"subsocialx": "wss://para.f3joule.space"
|
|
3001
3000
|
},
|
|
@@ -3026,7 +3025,7 @@
|
|
|
3026
3025
|
"name": "Zeitgeist",
|
|
3027
3026
|
"isTestnet": false,
|
|
3028
3027
|
"chainStatus": "ACTIVE",
|
|
3029
|
-
"icon": "https://
|
|
3028
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeitgeist.png",
|
|
3030
3029
|
"providers": {
|
|
3031
3030
|
"OnFinality": "wss://zeitgeist.api.onfinality.io/public-ws",
|
|
3032
3031
|
"Dwellir": "wss://zeitgeist-rpc.dwellir.com"
|
|
@@ -3073,7 +3072,7 @@
|
|
|
3073
3072
|
"name": "Sakura",
|
|
3074
3073
|
"isTestnet": false,
|
|
3075
3074
|
"chainStatus": "ACTIVE",
|
|
3076
|
-
"icon": "https://
|
|
3075
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sakura.png",
|
|
3077
3076
|
"providers": {
|
|
3078
3077
|
"Clover": "wss://rpc.sakura.clover.finance"
|
|
3079
3078
|
},
|
|
@@ -3119,7 +3118,7 @@
|
|
|
3119
3118
|
"name": "Crust Shadow",
|
|
3120
3119
|
"isTestnet": false,
|
|
3121
3120
|
"chainStatus": "ACTIVE",
|
|
3122
|
-
"icon": "https://
|
|
3121
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shadow.png",
|
|
3123
3122
|
"providers": {
|
|
3124
3123
|
"Crust": "wss://rpc-shadow.crust.network/"
|
|
3125
3124
|
},
|
|
@@ -3176,7 +3175,7 @@
|
|
|
3176
3175
|
"name": "Unique TestNet 2.0",
|
|
3177
3176
|
"isTestnet": true,
|
|
3178
3177
|
"chainStatus": "INACTIVE",
|
|
3179
|
-
"icon": "https://
|
|
3178
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/uniquenft.png",
|
|
3180
3179
|
"providers": {
|
|
3181
3180
|
"Unique": "wss://testnet2.unique.network"
|
|
3182
3181
|
},
|
|
@@ -3207,7 +3206,7 @@
|
|
|
3207
3206
|
"name": "Robonomics",
|
|
3208
3207
|
"isTestnet": false,
|
|
3209
3208
|
"chainStatus": "ACTIVE",
|
|
3210
|
-
"icon": "https://
|
|
3209
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/robonomics.png",
|
|
3211
3210
|
"providers": {
|
|
3212
3211
|
"Airalab": "wss://kusama.rpc.robonomics.network/",
|
|
3213
3212
|
"Samsara": "wss://robonomics.0xsamsara.com"
|
|
@@ -3265,7 +3264,7 @@
|
|
|
3265
3264
|
"name": "Integritee Network",
|
|
3266
3265
|
"isTestnet": false,
|
|
3267
3266
|
"chainStatus": "ACTIVE",
|
|
3268
|
-
"icon": "https://
|
|
3267
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integritee.png",
|
|
3269
3268
|
"providers": {
|
|
3270
3269
|
"Integritee": "wss://kusama.api.integritee.network",
|
|
3271
3270
|
"OnFinality": "wss://integritee-kusama.api.onfinality.io/public-ws"
|
|
@@ -3312,7 +3311,7 @@
|
|
|
3312
3311
|
"name": "Integritee Shell",
|
|
3313
3312
|
"isTestnet": false,
|
|
3314
3313
|
"chainStatus": "ACTIVE",
|
|
3315
|
-
"icon": "https://
|
|
3314
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integriteepolkadot.png",
|
|
3316
3315
|
"providers": {
|
|
3317
3316
|
"Integritee": "wss://polkadot.api.integritee.network"
|
|
3318
3317
|
},
|
|
@@ -3355,7 +3354,7 @@
|
|
|
3355
3354
|
"name": "Crab2 Parachain",
|
|
3356
3355
|
"isTestnet": false,
|
|
3357
3356
|
"chainStatus": "ACTIVE",
|
|
3358
|
-
"icon": "https://
|
|
3357
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crabparachain.png",
|
|
3359
3358
|
"providers": {
|
|
3360
3359
|
"Crab": "wss://crab-rpc.darwinia.network/",
|
|
3361
3360
|
"Dwellir": "wss://darwiniacrab-rpc.dwellir.com"
|
|
@@ -3413,7 +3412,7 @@
|
|
|
3413
3412
|
"name": "Pangolin",
|
|
3414
3413
|
"isTestnet": true,
|
|
3415
3414
|
"chainStatus": "ACTIVE",
|
|
3416
|
-
"icon": "https://
|
|
3415
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pangolin.png",
|
|
3417
3416
|
"providers": {
|
|
3418
3417
|
"Pangolin_Network": "wss://pangolin-rpc.darwinia.network"
|
|
3419
3418
|
},
|
|
@@ -3455,7 +3454,7 @@
|
|
|
3455
3454
|
"name": "Chain X",
|
|
3456
3455
|
"isTestnet": false,
|
|
3457
3456
|
"chainStatus": "ACTIVE",
|
|
3458
|
-
"icon": "https://
|
|
3457
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainx.png",
|
|
3459
3458
|
"providers": {
|
|
3460
3459
|
"chainx ": "wss://mainnet.chainx.org/ws"
|
|
3461
3460
|
},
|
|
@@ -3486,7 +3485,7 @@
|
|
|
3486
3485
|
"name": "Acala Mandala TC7",
|
|
3487
3486
|
"isTestnet": true,
|
|
3488
3487
|
"chainStatus": "ACTIVE",
|
|
3489
|
-
"icon": "https://
|
|
3488
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_testnet.png",
|
|
3490
3489
|
"providers": {
|
|
3491
3490
|
"Mandala": "wss://mandala-tc9-rpc.aca-staging.network"
|
|
3492
3491
|
},
|
|
@@ -3520,7 +3519,7 @@
|
|
|
3520
3519
|
"name": "MangataX Public Testnet",
|
|
3521
3520
|
"isTestnet": true,
|
|
3522
3521
|
"chainStatus": "INACTIVE",
|
|
3523
|
-
"icon": "https://
|
|
3522
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax.png",
|
|
3524
3523
|
"providers": {
|
|
3525
3524
|
"mangatax": "wss://collator-01-ws-rococo.mangata.online"
|
|
3526
3525
|
},
|
|
@@ -3551,7 +3550,7 @@
|
|
|
3551
3550
|
"name": "Mangata X",
|
|
3552
3551
|
"isTestnet": false,
|
|
3553
3552
|
"chainStatus": "ACTIVE",
|
|
3554
|
-
"icon": "https://
|
|
3553
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax_para.png",
|
|
3555
3554
|
"providers": {
|
|
3556
3555
|
"mangata": "wss://kusama-rpc.mangata.online",
|
|
3557
3556
|
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
@@ -3609,7 +3608,7 @@
|
|
|
3609
3608
|
"name": "Encointer",
|
|
3610
3609
|
"isTestnet": false,
|
|
3611
3610
|
"chainStatus": "ACTIVE",
|
|
3612
|
-
"icon": "https://
|
|
3611
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/encointer.png",
|
|
3613
3612
|
"providers": {
|
|
3614
3613
|
"Encointer Association": "wss://kusama.api.encointer.org"
|
|
3615
3614
|
},
|
|
@@ -3643,7 +3642,7 @@
|
|
|
3643
3642
|
"name": "Litmus",
|
|
3644
3643
|
"isTestnet": false,
|
|
3645
3644
|
"chainStatus": "ACTIVE",
|
|
3646
|
-
"icon": "https://
|
|
3645
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litmus.png",
|
|
3647
3646
|
"providers": {
|
|
3648
3647
|
"litmus": "wss://rpc.litmus-parachain.litentry.io"
|
|
3649
3648
|
},
|
|
@@ -3686,7 +3685,7 @@
|
|
|
3686
3685
|
"name": "Litentry",
|
|
3687
3686
|
"isTestnet": false,
|
|
3688
3687
|
"chainStatus": "ACTIVE",
|
|
3689
|
-
"icon": "https://
|
|
3688
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litentry.png",
|
|
3690
3689
|
"providers": {
|
|
3691
3690
|
"Litentry": "wss://rpc.litentry-parachain.litentry.io",
|
|
3692
3691
|
"Dwellir": "wss://litentry-rpc.dwellir.com"
|
|
@@ -3730,7 +3729,7 @@
|
|
|
3730
3729
|
"name": "Tinkernet",
|
|
3731
3730
|
"isTestnet": false,
|
|
3732
3731
|
"chainStatus": "INACTIVE",
|
|
3733
|
-
"icon": "https://
|
|
3732
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tinkernet.png",
|
|
3734
3733
|
"providers": {
|
|
3735
3734
|
"Dwellir": "wss://tinkernet-rpc.dwellir.com",
|
|
3736
3735
|
"Light Client": "light://substrate-connect/kusama/tinkernet"
|
|
@@ -3774,7 +3773,7 @@
|
|
|
3774
3773
|
"name": "Imbue Kusama",
|
|
3775
3774
|
"isTestnet": false,
|
|
3776
3775
|
"chainStatus": "ACTIVE",
|
|
3777
|
-
"icon": "https://
|
|
3776
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/imbue_network.png",
|
|
3778
3777
|
"providers": {
|
|
3779
3778
|
"Imbue": "wss://kusama.imbuenetwork.com"
|
|
3780
3779
|
},
|
|
@@ -3817,7 +3816,7 @@
|
|
|
3817
3816
|
"name": "Subspace Testnet",
|
|
3818
3817
|
"isTestnet": true,
|
|
3819
3818
|
"chainStatus": "INACTIVE",
|
|
3820
|
-
"icon": "https://
|
|
3819
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_test.png",
|
|
3821
3820
|
"providers": {},
|
|
3822
3821
|
"evmInfo": null,
|
|
3823
3822
|
"substrateInfo": {
|
|
@@ -3846,7 +3845,7 @@
|
|
|
3846
3845
|
"name": "Subspace Gemini 2a",
|
|
3847
3846
|
"isTestnet": true,
|
|
3848
3847
|
"chainStatus": "INACTIVE",
|
|
3849
|
-
"icon": "https://
|
|
3848
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_2a.png",
|
|
3850
3849
|
"providers": {
|
|
3851
3850
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
3852
3851
|
},
|
|
@@ -3877,7 +3876,7 @@
|
|
|
3877
3876
|
"name": "Subspace Gemini 3c",
|
|
3878
3877
|
"isTestnet": true,
|
|
3879
3878
|
"chainStatus": "INACTIVE",
|
|
3880
|
-
"icon": "https://
|
|
3879
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3c.png",
|
|
3881
3880
|
"providers": {},
|
|
3882
3881
|
"evmInfo": null,
|
|
3883
3882
|
"substrateInfo": {
|
|
@@ -3906,7 +3905,7 @@
|
|
|
3906
3905
|
"name": "Subspace Gemini 3d",
|
|
3907
3906
|
"isTestnet": true,
|
|
3908
3907
|
"chainStatus": "INACTIVE",
|
|
3909
|
-
"icon": "https://
|
|
3908
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3d.png",
|
|
3910
3909
|
"providers": {},
|
|
3911
3910
|
"evmInfo": null,
|
|
3912
3911
|
"substrateInfo": {
|
|
@@ -3935,7 +3934,7 @@
|
|
|
3935
3934
|
"name": "Subspace Gemini 3e",
|
|
3936
3935
|
"isTestnet": true,
|
|
3937
3936
|
"chainStatus": "INACTIVE",
|
|
3938
|
-
"icon": "https://
|
|
3937
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3e.png",
|
|
3939
3938
|
"providers": {},
|
|
3940
3939
|
"evmInfo": null,
|
|
3941
3940
|
"substrateInfo": {
|
|
@@ -3964,7 +3963,7 @@
|
|
|
3964
3963
|
"name": "Subspace Gemini 3f",
|
|
3965
3964
|
"isTestnet": true,
|
|
3966
3965
|
"chainStatus": "INACTIVE",
|
|
3967
|
-
"icon": "https://
|
|
3966
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3f.png",
|
|
3968
3967
|
"providers": {
|
|
3969
3968
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
3970
3969
|
},
|
|
@@ -3995,7 +3994,7 @@
|
|
|
3995
3994
|
"name": "NeuroWeb Mainnet",
|
|
3996
3995
|
"isTestnet": false,
|
|
3997
3996
|
"chainStatus": "ACTIVE",
|
|
3998
|
-
"icon": "https://
|
|
3997
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/origintrail.png",
|
|
3999
3998
|
"providers": {
|
|
4000
3999
|
"TraceLabs": "wss://parachain-rpc.origin-trail.network"
|
|
4001
4000
|
},
|
|
@@ -4041,7 +4040,7 @@
|
|
|
4041
4040
|
"name": "Subspace Gemini 3g",
|
|
4042
4041
|
"isTestnet": true,
|
|
4043
4042
|
"chainStatus": "ACTIVE",
|
|
4044
|
-
"icon": "https://
|
|
4043
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3g.png",
|
|
4045
4044
|
"providers": {
|
|
4046
4045
|
"Gemini 3g": "wss://rpc-0.gemini-3g.subspace.network/ws"
|
|
4047
4046
|
},
|
|
@@ -4072,7 +4071,7 @@
|
|
|
4072
4071
|
"name": "Dorafactory",
|
|
4073
4072
|
"isTestnet": false,
|
|
4074
4073
|
"chainStatus": "INACTIVE",
|
|
4075
|
-
"icon": "https://
|
|
4074
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dorafactory.png",
|
|
4076
4075
|
"providers": {},
|
|
4077
4076
|
"evmInfo": null,
|
|
4078
4077
|
"substrateInfo": {
|
|
@@ -4113,7 +4112,7 @@
|
|
|
4113
4112
|
"name": "Bajun Kusama",
|
|
4114
4113
|
"isTestnet": false,
|
|
4115
4114
|
"chainStatus": "ACTIVE",
|
|
4116
|
-
"icon": "https://
|
|
4115
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bajun.png",
|
|
4117
4116
|
"providers": {
|
|
4118
4117
|
"AjunaNetwork": "wss://rpc-parachain.bajun.network",
|
|
4119
4118
|
"OnFinality": "wss://bajun.api.onfinality.io/public-ws"
|
|
@@ -4160,7 +4159,7 @@
|
|
|
4160
4159
|
"name": "Dancebox",
|
|
4161
4160
|
"isTestnet": true,
|
|
4162
4161
|
"chainStatus": "ACTIVE",
|
|
4163
|
-
"icon": "https://
|
|
4162
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dancebox.png",
|
|
4164
4163
|
"providers": {
|
|
4165
4164
|
"Dancebox": "wss://dancebox.tanssi-api.network"
|
|
4166
4165
|
},
|
|
@@ -4191,7 +4190,7 @@
|
|
|
4191
4190
|
"name": "Listen Network",
|
|
4192
4191
|
"isTestnet": false,
|
|
4193
4192
|
"chainStatus": "INACTIVE",
|
|
4194
|
-
"icon": "https://
|
|
4193
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/listen.png",
|
|
4195
4194
|
"providers": {},
|
|
4196
4195
|
"evmInfo": null,
|
|
4197
4196
|
"substrateInfo": {
|
|
@@ -4220,7 +4219,7 @@
|
|
|
4220
4219
|
"name": "Kabocha",
|
|
4221
4220
|
"isTestnet": false,
|
|
4222
4221
|
"chainStatus": "ACTIVE",
|
|
4223
|
-
"icon": "https://
|
|
4222
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kabocha.png",
|
|
4224
4223
|
"providers": {
|
|
4225
4224
|
"JelliedOwl": "wss://kabocha.jelliedowl.com"
|
|
4226
4225
|
},
|
|
@@ -4263,7 +4262,7 @@
|
|
|
4263
4262
|
"name": "GM Parachain",
|
|
4264
4263
|
"isTestnet": false,
|
|
4265
4264
|
"chainStatus": "INACTIVE",
|
|
4266
|
-
"icon": "https://
|
|
4265
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gmdie.png",
|
|
4267
4266
|
"providers": {},
|
|
4268
4267
|
"evmInfo": null,
|
|
4269
4268
|
"substrateInfo": {
|
|
@@ -4304,7 +4303,7 @@
|
|
|
4304
4303
|
"name": "Ternoa",
|
|
4305
4304
|
"isTestnet": false,
|
|
4306
4305
|
"chainStatus": "ACTIVE",
|
|
4307
|
-
"icon": "https://
|
|
4306
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa.png",
|
|
4308
4307
|
"providers": {
|
|
4309
4308
|
"ternoa": "wss://mainnet.ternoa.network"
|
|
4310
4309
|
},
|
|
@@ -4335,7 +4334,7 @@
|
|
|
4335
4334
|
"name": "DataHighway Tanganika",
|
|
4336
4335
|
"isTestnet": false,
|
|
4337
4336
|
"chainStatus": "INACTIVE",
|
|
4338
|
-
"icon": "https://
|
|
4337
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tanganika.png",
|
|
4339
4338
|
"providers": {},
|
|
4340
4339
|
"evmInfo": null,
|
|
4341
4340
|
"substrateInfo": {
|
|
@@ -4379,7 +4378,7 @@
|
|
|
4379
4378
|
"name": "Pendulum",
|
|
4380
4379
|
"isTestnet": false,
|
|
4381
4380
|
"chainStatus": "ACTIVE",
|
|
4382
|
-
"icon": "https://
|
|
4381
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pendulum.png",
|
|
4383
4382
|
"providers": {
|
|
4384
4383
|
"Pendulum": "wss://rpc-pendulum.prd.pendulumchain.tech"
|
|
4385
4384
|
},
|
|
@@ -4425,7 +4424,7 @@
|
|
|
4425
4424
|
"name": "Gear Staging Testnet",
|
|
4426
4425
|
"isTestnet": true,
|
|
4427
4426
|
"chainStatus": "INACTIVE",
|
|
4428
|
-
"icon": "https://
|
|
4427
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gear_testnet.png",
|
|
4429
4428
|
"providers": {
|
|
4430
4429
|
"gear": "wss://rpc-node.gear-tech.io"
|
|
4431
4430
|
},
|
|
@@ -4456,7 +4455,7 @@
|
|
|
4456
4455
|
"name": "Ternoa Alphanet",
|
|
4457
4456
|
"isTestnet": true,
|
|
4458
4457
|
"chainStatus": "ACTIVE",
|
|
4459
|
-
"icon": "https://
|
|
4458
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa_alphanet.png",
|
|
4460
4459
|
"providers": {
|
|
4461
4460
|
"ternoa": "wss://alphanet.ternoa.com"
|
|
4462
4461
|
},
|
|
@@ -4487,7 +4486,7 @@
|
|
|
4487
4486
|
"name": "Calamari Staging",
|
|
4488
4487
|
"isTestnet": true,
|
|
4489
4488
|
"chainStatus": "ACTIVE",
|
|
4490
|
-
"icon": "https://
|
|
4489
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari_test.png",
|
|
4491
4490
|
"providers": {
|
|
4492
4491
|
"calamari_test": "wss://c1.calamari.seabird.systems"
|
|
4493
4492
|
},
|
|
@@ -4518,7 +4517,7 @@
|
|
|
4518
4517
|
"name": "Boba Network",
|
|
4519
4518
|
"isTestnet": false,
|
|
4520
4519
|
"chainStatus": "ACTIVE",
|
|
4521
|
-
"icon": "https://
|
|
4520
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/boba.png",
|
|
4522
4521
|
"providers": {
|
|
4523
4522
|
"Read RPC": "https://lightning-replica.boba.network",
|
|
4524
4523
|
"Write RPC": "https://mainnet.boba.network"
|
|
@@ -4545,7 +4544,7 @@
|
|
|
4545
4544
|
"name": "Bobabeam",
|
|
4546
4545
|
"isTestnet": false,
|
|
4547
4546
|
"chainStatus": "INACTIVE",
|
|
4548
|
-
"icon": "https://
|
|
4547
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabeam.png",
|
|
4549
4548
|
"providers": {
|
|
4550
4549
|
"RPC": "https://bobabeam.boba.network",
|
|
4551
4550
|
"Replica RPC": "https://replica.bobabeam.boba.network"
|
|
@@ -4572,7 +4571,7 @@
|
|
|
4572
4571
|
"name": "KILT Peregrine",
|
|
4573
4572
|
"isTestnet": true,
|
|
4574
4573
|
"chainStatus": "ACTIVE",
|
|
4575
|
-
"icon": "https://
|
|
4574
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt_peregrine.png",
|
|
4576
4575
|
"providers": {
|
|
4577
4576
|
"kilt": "wss://peregrine.kilt.io/parachain-public-ws/"
|
|
4578
4577
|
},
|
|
@@ -4606,7 +4605,7 @@
|
|
|
4606
4605
|
"name": "XX Network",
|
|
4607
4606
|
"isTestnet": false,
|
|
4608
4607
|
"chainStatus": "ACTIVE",
|
|
4609
|
-
"icon": "https://
|
|
4608
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xx_network.png",
|
|
4610
4609
|
"providers": {
|
|
4611
4610
|
"XX Foundation": "wss://rpc.xx.network"
|
|
4612
4611
|
},
|
|
@@ -4637,7 +4636,7 @@
|
|
|
4637
4636
|
"name": "Watr Testnet",
|
|
4638
4637
|
"isTestnet": true,
|
|
4639
4638
|
"chainStatus": "ACTIVE",
|
|
4640
|
-
"icon": "https://
|
|
4639
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network.png",
|
|
4641
4640
|
"providers": {
|
|
4642
4641
|
"watr": "wss://rpc.dev.watr.org"
|
|
4643
4642
|
},
|
|
@@ -4668,7 +4667,7 @@
|
|
|
4668
4667
|
"name": "Watr Testnet - EVM",
|
|
4669
4668
|
"isTestnet": true,
|
|
4670
4669
|
"chainStatus": "ACTIVE",
|
|
4671
|
-
"icon": "https://
|
|
4670
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network_evm.png",
|
|
4672
4671
|
"providers": {
|
|
4673
4672
|
"watr": "https://rpc.dev.watr.org"
|
|
4674
4673
|
},
|
|
@@ -4694,7 +4693,7 @@
|
|
|
4694
4693
|
"name": "Fusotao",
|
|
4695
4694
|
"isTestnet": false,
|
|
4696
4695
|
"chainStatus": "ACTIVE",
|
|
4697
|
-
"icon": "https://
|
|
4696
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fusotao.png",
|
|
4698
4697
|
"providers": {
|
|
4699
4698
|
"fusotao": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2"
|
|
4700
4699
|
},
|
|
@@ -4725,7 +4724,7 @@
|
|
|
4725
4724
|
"name": "Discovol",
|
|
4726
4725
|
"isTestnet": false,
|
|
4727
4726
|
"chainStatus": "ACTIVE",
|
|
4728
|
-
"icon": "https://
|
|
4727
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol.png",
|
|
4729
4728
|
"providers": {
|
|
4730
4729
|
"discovol": "wss://gateway.mainnet.octopus.network/discovol/afpft46l1egfhrv8at5pfyrld03zseo1"
|
|
4731
4730
|
},
|
|
@@ -4756,7 +4755,7 @@
|
|
|
4756
4755
|
"name": "Discovol Testnet",
|
|
4757
4756
|
"isTestnet": true,
|
|
4758
4757
|
"chainStatus": "INACTIVE",
|
|
4759
|
-
"icon": "https://
|
|
4758
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol_testnet.png",
|
|
4760
4759
|
"providers": {
|
|
4761
4760
|
"discovol_testnet": "wss://gateway.testnet.octopus.network/discovol/o4urcey87y4n1qimhfrad92gzs315z9h"
|
|
4762
4761
|
},
|
|
@@ -4787,7 +4786,7 @@
|
|
|
4787
4786
|
"name": "Atocha",
|
|
4788
4787
|
"isTestnet": false,
|
|
4789
4788
|
"chainStatus": "ACTIVE",
|
|
4790
|
-
"icon": "https://
|
|
4789
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/atocha.png",
|
|
4791
4790
|
"providers": {
|
|
4792
4791
|
"atocha": "wss://gateway.mainnet.octopus.network/atocha/jungxomf4hdcfocwcalgoiz64g9avjim"
|
|
4793
4792
|
},
|
|
@@ -4818,7 +4817,7 @@
|
|
|
4818
4817
|
"name": "Myriad",
|
|
4819
4818
|
"isTestnet": false,
|
|
4820
4819
|
"chainStatus": "ACTIVE",
|
|
4821
|
-
"icon": "https://
|
|
4820
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/myriad.png",
|
|
4822
4821
|
"providers": {
|
|
4823
4822
|
"myriad": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0"
|
|
4824
4823
|
},
|
|
@@ -4849,7 +4848,7 @@
|
|
|
4849
4848
|
"name": "DeBio",
|
|
4850
4849
|
"isTestnet": false,
|
|
4851
4850
|
"chainStatus": "ACTIVE",
|
|
4852
|
-
"icon": "https://
|
|
4851
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/debio.png",
|
|
4853
4852
|
"providers": {
|
|
4854
4853
|
"deBio": "wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e"
|
|
4855
4854
|
},
|
|
@@ -4880,7 +4879,7 @@
|
|
|
4880
4879
|
"name": "Polkadot Collectives",
|
|
4881
4880
|
"isTestnet": false,
|
|
4882
4881
|
"chainStatus": "ACTIVE",
|
|
4883
|
-
"icon": "https://
|
|
4882
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/collectives.png",
|
|
4884
4883
|
"providers": {
|
|
4885
4884
|
"viaParity": "wss://polkadot-collectives-rpc.polkadot.io"
|
|
4886
4885
|
},
|
|
@@ -4911,7 +4910,7 @@
|
|
|
4911
4910
|
"name": "Ajuna Network",
|
|
4912
4911
|
"isTestnet": false,
|
|
4913
4912
|
"chainStatus": "ACTIVE",
|
|
4914
|
-
"icon": "https://
|
|
4913
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ajunapolkadot.png",
|
|
4915
4914
|
"providers": {
|
|
4916
4915
|
"OnFinality": "wss://ajuna.api.onfinality.io/public-ws"
|
|
4917
4916
|
},
|
|
@@ -4957,7 +4956,7 @@
|
|
|
4957
4956
|
"name": "Bitgreen",
|
|
4958
4957
|
"isTestnet": false,
|
|
4959
4958
|
"chainStatus": "ACTIVE",
|
|
4960
|
-
"icon": "https://
|
|
4959
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitgreen.png",
|
|
4961
4960
|
"providers": {
|
|
4962
4961
|
"viaBitgreen": "wss://mainnet.bitgreen.org"
|
|
4963
4962
|
},
|
|
@@ -4988,7 +4987,7 @@
|
|
|
4988
4987
|
"name": "Frequency",
|
|
4989
4988
|
"isTestnet": false,
|
|
4990
4989
|
"chainStatus": "ACTIVE",
|
|
4991
|
-
"icon": "https://
|
|
4990
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/frequency.png",
|
|
4992
4991
|
"providers": {
|
|
4993
4992
|
"Frequency 0": "wss://0.rpc.frequency.xyz",
|
|
4994
4993
|
"Frequency 1": "wss://1.rpc.frequency.xyz"
|
|
@@ -5020,7 +5019,7 @@
|
|
|
5020
5019
|
"name": "Hashed Network",
|
|
5021
5020
|
"isTestnet": false,
|
|
5022
5021
|
"chainStatus": "ACTIVE",
|
|
5023
|
-
"icon": "https://
|
|
5022
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hashednetwork.png",
|
|
5024
5023
|
"providers": {
|
|
5025
5024
|
"Hashed Systems 2": "wss://c2.hashed.network"
|
|
5026
5025
|
},
|
|
@@ -5074,7 +5073,7 @@
|
|
|
5074
5073
|
"name": "Kapex",
|
|
5075
5074
|
"isTestnet": false,
|
|
5076
5075
|
"chainStatus": "INACTIVE",
|
|
5077
|
-
"icon": "https://
|
|
5076
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kapex.png",
|
|
5078
5077
|
"providers": {
|
|
5079
5078
|
"viaTotem": "wss://kapex-rpc.dwellir.com"
|
|
5080
5079
|
},
|
|
@@ -5117,7 +5116,7 @@
|
|
|
5117
5116
|
"name": "Kylin Network",
|
|
5118
5117
|
"isTestnet": false,
|
|
5119
5118
|
"chainStatus": "INACTIVE",
|
|
5120
|
-
"icon": "https://
|
|
5119
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kylinnetwork.png",
|
|
5121
5120
|
"providers": {
|
|
5122
5121
|
"Kylin Network": "wss://polkadot.kylin-node.co.uk"
|
|
5123
5122
|
},
|
|
@@ -5160,7 +5159,7 @@
|
|
|
5160
5159
|
"name": "DAO IPCI",
|
|
5161
5160
|
"isTestnet": false,
|
|
5162
5161
|
"chainStatus": "ACTIVE",
|
|
5163
|
-
"icon": "https://
|
|
5162
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ipci.png",
|
|
5164
5163
|
"providers": {
|
|
5165
5164
|
"viaAiralab": "wss://kusama.rpc.ipci.io"
|
|
5166
5165
|
},
|
|
@@ -5191,7 +5190,7 @@
|
|
|
5191
5190
|
"name": "KICO",
|
|
5192
5191
|
"isTestnet": false,
|
|
5193
5192
|
"chainStatus": "INACTIVE",
|
|
5194
|
-
"icon": "https://
|
|
5193
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kico.png",
|
|
5195
5194
|
"providers": {},
|
|
5196
5195
|
"evmInfo": null,
|
|
5197
5196
|
"substrateInfo": {
|
|
@@ -5232,7 +5231,7 @@
|
|
|
5232
5231
|
"name": "Luhn Network",
|
|
5233
5232
|
"isTestnet": false,
|
|
5234
5233
|
"chainStatus": "INACTIVE",
|
|
5235
|
-
"icon": "https://
|
|
5234
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/luhnnetwork.png",
|
|
5236
5235
|
"providers": {},
|
|
5237
5236
|
"evmInfo": null,
|
|
5238
5237
|
"substrateInfo": {
|
|
@@ -5261,7 +5260,7 @@
|
|
|
5261
5260
|
"name": "Pichiu Network",
|
|
5262
5261
|
"isTestnet": false,
|
|
5263
5262
|
"chainStatus": "INACTIVE",
|
|
5264
|
-
"icon": "https://
|
|
5263
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pichiu.png",
|
|
5265
5264
|
"providers": {},
|
|
5266
5265
|
"evmInfo": null,
|
|
5267
5266
|
"substrateInfo": {
|
|
@@ -5302,7 +5301,7 @@
|
|
|
5302
5301
|
"name": "RioDeFi",
|
|
5303
5302
|
"isTestnet": false,
|
|
5304
5303
|
"chainStatus": "INACTIVE",
|
|
5305
|
-
"icon": "https://
|
|
5304
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riodefi.png",
|
|
5306
5305
|
"providers": {},
|
|
5307
5306
|
"evmInfo": null,
|
|
5308
5307
|
"substrateInfo": {
|
|
@@ -5331,7 +5330,7 @@
|
|
|
5331
5330
|
"name": "Automata",
|
|
5332
5331
|
"isTestnet": false,
|
|
5333
5332
|
"chainStatus": "ACTIVE",
|
|
5334
|
-
"icon": "https://
|
|
5333
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/automata.png",
|
|
5335
5334
|
"providers": {
|
|
5336
5335
|
"OnFinality": "wss://automata.api.onfinality.io/public-ws"
|
|
5337
5336
|
},
|
|
@@ -5362,7 +5361,7 @@
|
|
|
5362
5361
|
"name": "CC Enterprise",
|
|
5363
5362
|
"isTestnet": false,
|
|
5364
5363
|
"chainStatus": "ACTIVE",
|
|
5365
|
-
"icon": "https://
|
|
5364
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcoin.png",
|
|
5366
5365
|
"providers": {
|
|
5367
5366
|
"Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
|
|
5368
5367
|
},
|
|
@@ -5396,7 +5395,7 @@
|
|
|
5396
5395
|
"name": "Crown Sterling",
|
|
5397
5396
|
"isTestnet": false,
|
|
5398
5397
|
"chainStatus": "ACTIVE",
|
|
5399
|
-
"icon": "https://
|
|
5398
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crownsterling.png",
|
|
5400
5399
|
"providers": {
|
|
5401
5400
|
"Crown Sterling": "wss://blockchain.crownsterling.io"
|
|
5402
5401
|
},
|
|
@@ -5427,7 +5426,7 @@
|
|
|
5427
5426
|
"name": "Dock",
|
|
5428
5427
|
"isTestnet": false,
|
|
5429
5428
|
"chainStatus": "ACTIVE",
|
|
5430
|
-
"icon": "https://
|
|
5429
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dockposmainnet.png",
|
|
5431
5430
|
"providers": {
|
|
5432
5431
|
"Dock Association": "wss://mainnet-node.dock.io"
|
|
5433
5432
|
},
|
|
@@ -5461,7 +5460,7 @@
|
|
|
5461
5460
|
"name": "Kusari",
|
|
5462
5461
|
"isTestnet": false,
|
|
5463
5462
|
"chainStatus": "INACTIVE",
|
|
5464
|
-
"icon": "https://
|
|
5463
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusari.png",
|
|
5465
5464
|
"providers": {},
|
|
5466
5465
|
"evmInfo": null,
|
|
5467
5466
|
"substrateInfo": {
|
|
@@ -5490,7 +5489,7 @@
|
|
|
5490
5489
|
"name": "Logion",
|
|
5491
5490
|
"isTestnet": false,
|
|
5492
5491
|
"chainStatus": "ACTIVE",
|
|
5493
|
-
"icon": "https://
|
|
5492
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/logion.png",
|
|
5494
5493
|
"providers": {
|
|
5495
5494
|
"Logion 1": "wss://para-rpc01.logion.network"
|
|
5496
5495
|
},
|
|
@@ -5544,7 +5543,7 @@
|
|
|
5544
5543
|
"name": "Neatcoin",
|
|
5545
5544
|
"isTestnet": false,
|
|
5546
5545
|
"chainStatus": "ACTIVE",
|
|
5547
|
-
"icon": "https://
|
|
5546
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/neatcoin.png",
|
|
5548
5547
|
"providers": {
|
|
5549
5548
|
"Neatcoin": "wss://rpc.neatcoin.org/ws"
|
|
5550
5549
|
},
|
|
@@ -5575,7 +5574,7 @@
|
|
|
5575
5574
|
"name": "NFTMart",
|
|
5576
5575
|
"isTestnet": false,
|
|
5577
5576
|
"chainStatus": "ACTIVE",
|
|
5578
|
-
"icon": "https://
|
|
5577
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nftmart.png",
|
|
5579
5578
|
"providers": {
|
|
5580
5579
|
"NFTMart": "wss://mainnet.nftmart.io/rpc/ws"
|
|
5581
5580
|
},
|
|
@@ -5606,7 +5605,7 @@
|
|
|
5606
5605
|
"name": "Polymesh Mainnet",
|
|
5607
5606
|
"isTestnet": false,
|
|
5608
5607
|
"chainStatus": "ACTIVE",
|
|
5609
|
-
"icon": "https://
|
|
5608
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polymesh.png",
|
|
5610
5609
|
"providers": {
|
|
5611
5610
|
"Polymath": "wss://mainnet-rpc.polymesh.network"
|
|
5612
5611
|
},
|
|
@@ -5640,7 +5639,7 @@
|
|
|
5640
5639
|
"name": "RioChain",
|
|
5641
5640
|
"isTestnet": false,
|
|
5642
5641
|
"chainStatus": "INACTIVE",
|
|
5643
|
-
"icon": "https://
|
|
5642
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riochain.png",
|
|
5644
5643
|
"providers": {},
|
|
5645
5644
|
"evmInfo": null,
|
|
5646
5645
|
"substrateInfo": {
|
|
@@ -5669,7 +5668,7 @@
|
|
|
5669
5668
|
"name": "SherpaX",
|
|
5670
5669
|
"isTestnet": false,
|
|
5671
5670
|
"chainStatus": "INACTIVE",
|
|
5672
|
-
"icon": "https://
|
|
5671
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sherpax.png",
|
|
5673
5672
|
"providers": {},
|
|
5674
5673
|
"evmInfo": null,
|
|
5675
5674
|
"substrateInfo": {
|
|
@@ -5698,7 +5697,7 @@
|
|
|
5698
5697
|
"name": "SORA",
|
|
5699
5698
|
"isTestnet": false,
|
|
5700
5699
|
"chainStatus": "ACTIVE",
|
|
5701
|
-
"icon": "https://
|
|
5700
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_substrate.png",
|
|
5702
5701
|
"providers": {
|
|
5703
5702
|
"SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
|
|
5704
5703
|
"SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
|
|
@@ -5758,7 +5757,7 @@
|
|
|
5758
5757
|
"name": "Swapdex",
|
|
5759
5758
|
"isTestnet": false,
|
|
5760
5759
|
"chainStatus": "INACTIVE",
|
|
5761
|
-
"icon": "https://
|
|
5760
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/swapdex.png",
|
|
5762
5761
|
"providers": {
|
|
5763
5762
|
"Swapdex": "wss://ws.swapdex.network"
|
|
5764
5763
|
},
|
|
@@ -5789,7 +5788,7 @@
|
|
|
5789
5788
|
"name": "3DPass",
|
|
5790
5789
|
"isTestnet": false,
|
|
5791
5790
|
"chainStatus": "ACTIVE",
|
|
5792
|
-
"icon": "https://
|
|
5791
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/3dpass.png",
|
|
5793
5792
|
"providers": {
|
|
5794
5793
|
"3dpass": "wss://rpc.3dpass.org",
|
|
5795
5794
|
"3dpscan": "wss://rpc.3dpscan.io"
|
|
@@ -5821,7 +5820,7 @@
|
|
|
5821
5820
|
"name": "Kulupu",
|
|
5822
5821
|
"isTestnet": false,
|
|
5823
5822
|
"chainStatus": "ACTIVE",
|
|
5824
|
-
"icon": "https://
|
|
5823
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kulupu.png",
|
|
5825
5824
|
"providers": {
|
|
5826
5825
|
"Kulupu": "wss://rpc.kulupu.corepaper.org/ws"
|
|
5827
5826
|
},
|
|
@@ -5852,7 +5851,7 @@
|
|
|
5852
5851
|
"name": "Joystream",
|
|
5853
5852
|
"isTestnet": false,
|
|
5854
5853
|
"chainStatus": "ACTIVE",
|
|
5855
|
-
"icon": "https://
|
|
5854
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/joystream.png",
|
|
5856
5855
|
"providers": {
|
|
5857
5856
|
"Jsgenesis": "wss://rpc.joystream.org"
|
|
5858
5857
|
},
|
|
@@ -5886,7 +5885,7 @@
|
|
|
5886
5885
|
"name": "Aventus Testnet",
|
|
5887
5886
|
"isTestnet": true,
|
|
5888
5887
|
"chainStatus": "ACTIVE",
|
|
5889
|
-
"icon": "https://
|
|
5888
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus_testnet.png",
|
|
5890
5889
|
"providers": {
|
|
5891
5890
|
"Aventus": "wss://public-rpc.testnet.aventus.network"
|
|
5892
5891
|
},
|
|
@@ -5917,7 +5916,7 @@
|
|
|
5917
5916
|
"name": "Vara Network",
|
|
5918
5917
|
"isTestnet": false,
|
|
5919
5918
|
"chainStatus": "ACTIVE",
|
|
5920
|
-
"icon": "https://
|
|
5919
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_network.png",
|
|
5921
5920
|
"providers": {
|
|
5922
5921
|
"Vara Network": "wss://rpc.vara.network",
|
|
5923
5922
|
"BlastApi": "wss://vara-mainnet.public.blastapi.io"
|
|
@@ -5955,7 +5954,7 @@
|
|
|
5955
5954
|
"name": "Avail Kate Testnet",
|
|
5956
5955
|
"isTestnet": true,
|
|
5957
5956
|
"chainStatus": "INACTIVE",
|
|
5958
|
-
"icon": "https://
|
|
5957
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kate.png",
|
|
5959
5958
|
"providers": {
|
|
5960
5959
|
"AVAIL": "wss://kate.avail.tools/ws"
|
|
5961
5960
|
},
|
|
@@ -5986,7 +5985,7 @@
|
|
|
5986
5985
|
"name": "Polkadot Bridge Hub",
|
|
5987
5986
|
"isTestnet": false,
|
|
5988
5987
|
"chainStatus": "ACTIVE",
|
|
5989
|
-
"icon": "https://
|
|
5988
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubpolkadot.png",
|
|
5990
5989
|
"providers": {
|
|
5991
5990
|
"Parity": "wss://polkadot-bridge-hub-rpc.polkadot.io",
|
|
5992
5991
|
"Stakeworld": "wss://dot-rpc.stakeworld.io/bridgehub"
|
|
@@ -6021,7 +6020,7 @@
|
|
|
6021
6020
|
"name": "Kusama Bridge Hub",
|
|
6022
6021
|
"isTestnet": false,
|
|
6023
6022
|
"chainStatus": "ACTIVE",
|
|
6024
|
-
"icon": "https://
|
|
6023
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubkusama.png",
|
|
6025
6024
|
"providers": {
|
|
6026
6025
|
"Parity": "wss://kusama-bridge-hub-rpc.polkadot.io",
|
|
6027
6026
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/bridgehub",
|
|
@@ -6058,7 +6057,7 @@
|
|
|
6058
6057
|
"name": "Fantom Testnet",
|
|
6059
6058
|
"isTestnet": true,
|
|
6060
6059
|
"chainStatus": "ACTIVE",
|
|
6061
|
-
"icon": "https://
|
|
6060
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom_testnet.png",
|
|
6062
6061
|
"providers": {
|
|
6063
6062
|
"Ankr": "https://rpc.ankr.com/fantom_testnet",
|
|
6064
6063
|
"FantomNetwork": "https://rpc.testnet.fantom.network/",
|
|
@@ -6086,7 +6085,7 @@
|
|
|
6086
6085
|
"name": "Fantom",
|
|
6087
6086
|
"isTestnet": false,
|
|
6088
6087
|
"chainStatus": "ACTIVE",
|
|
6089
|
-
"icon": "https://
|
|
6088
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom.png",
|
|
6090
6089
|
"providers": {
|
|
6091
6090
|
"Ankr": "https://rpc.ankr.com/fantom",
|
|
6092
6091
|
"RPC_API": "https://rpcapi.fantom.network",
|
|
@@ -6116,7 +6115,7 @@
|
|
|
6116
6115
|
"name": "Krest Network",
|
|
6117
6116
|
"isTestnet": false,
|
|
6118
6117
|
"chainStatus": "ACTIVE",
|
|
6119
|
-
"icon": "https://
|
|
6118
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/krest_network.png",
|
|
6120
6119
|
"providers": {
|
|
6121
6120
|
"OnFinality": "wss://krest.api.onfinality.io/public-ws"
|
|
6122
6121
|
},
|
|
@@ -6162,7 +6161,7 @@
|
|
|
6162
6161
|
"name": "Deeper Network",
|
|
6163
6162
|
"isTestnet": false,
|
|
6164
6163
|
"chainStatus": "ACTIVE",
|
|
6165
|
-
"icon": "https://
|
|
6164
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/deeper_network.png",
|
|
6166
6165
|
"providers": {
|
|
6167
6166
|
"DeeperNetwork": "wss://mainnet-full.deeper.network"
|
|
6168
6167
|
},
|
|
@@ -6193,7 +6192,7 @@
|
|
|
6193
6192
|
"name": "Jur Network",
|
|
6194
6193
|
"isTestnet": false,
|
|
6195
6194
|
"chainStatus": "ACTIVE",
|
|
6196
|
-
"icon": "https://
|
|
6195
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/jur_network.png",
|
|
6197
6196
|
"providers": {
|
|
6198
6197
|
"Jur Mainnet": "wss://mainnet.jur.io/"
|
|
6199
6198
|
},
|
|
@@ -6224,7 +6223,7 @@
|
|
|
6224
6223
|
"name": "Base Mainnet",
|
|
6225
6224
|
"isTestnet": false,
|
|
6226
6225
|
"chainStatus": "ACTIVE",
|
|
6227
|
-
"icon": "https://
|
|
6226
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/base_mainnet.png",
|
|
6228
6227
|
"providers": {
|
|
6229
6228
|
"PublicNode": "https://base.publicnode.com"
|
|
6230
6229
|
},
|
|
@@ -6250,7 +6249,7 @@
|
|
|
6250
6249
|
"name": "Avalanche C-Chain",
|
|
6251
6250
|
"isTestnet": false,
|
|
6252
6251
|
"chainStatus": "ACTIVE",
|
|
6253
|
-
"icon": "https://
|
|
6252
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avalanche_c.png",
|
|
6254
6253
|
"providers": {
|
|
6255
6254
|
"Avax Network": "https://api.avax.network/ext/bc/C/rpc",
|
|
6256
6255
|
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
@@ -6280,7 +6279,7 @@
|
|
|
6280
6279
|
"name": "Crust Mainnet",
|
|
6281
6280
|
"isTestnet": false,
|
|
6282
6281
|
"chainStatus": "ACTIVE",
|
|
6283
|
-
"icon": "https://
|
|
6282
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust_mainnet.png",
|
|
6284
6283
|
"providers": {
|
|
6285
6284
|
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
6286
6285
|
"Crust Network": "wss://rpc.crust.network"
|
|
@@ -6315,7 +6314,7 @@
|
|
|
6315
6314
|
"name": "Acala - EVM",
|
|
6316
6315
|
"isTestnet": false,
|
|
6317
6316
|
"chainStatus": "ACTIVE",
|
|
6318
|
-
"icon": "https://
|
|
6317
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_evm.png",
|
|
6319
6318
|
"providers": {
|
|
6320
6319
|
"Acala": "https://eth-rpc-acala.aca-api.network"
|
|
6321
6320
|
},
|
|
@@ -6341,7 +6340,7 @@
|
|
|
6341
6340
|
"name": "Karura - EVM",
|
|
6342
6341
|
"isTestnet": false,
|
|
6343
6342
|
"chainStatus": "ACTIVE",
|
|
6344
|
-
"icon": "https://
|
|
6343
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura_evm.png",
|
|
6345
6344
|
"providers": {
|
|
6346
6345
|
"Acala": "https://eth-rpc-karura.aca-api.network"
|
|
6347
6346
|
},
|
|
@@ -6367,7 +6366,7 @@
|
|
|
6367
6366
|
"name": "Bittensor",
|
|
6368
6367
|
"isTestnet": false,
|
|
6369
6368
|
"chainStatus": "ACTIVE",
|
|
6370
|
-
"icon": "https://
|
|
6369
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bittensor.png",
|
|
6371
6370
|
"providers": {
|
|
6372
6371
|
"Opentensor": "wss://entrypoint-finney.opentensor.ai:443"
|
|
6373
6372
|
},
|
|
@@ -6410,7 +6409,7 @@
|
|
|
6410
6409
|
"name": "Xcavate",
|
|
6411
6410
|
"isTestnet": true,
|
|
6412
6411
|
"chainStatus": "INACTIVE",
|
|
6413
|
-
"icon": "https://
|
|
6412
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xcavate.png",
|
|
6414
6413
|
"providers": {
|
|
6415
6414
|
"Tanssi": "wss://fraa-dancebox-3031-rpc.a.dancebox.tanssi.network"
|
|
6416
6415
|
},
|
|
@@ -6441,7 +6440,7 @@
|
|
|
6441
6440
|
"name": "Unorthodox",
|
|
6442
6441
|
"isTestnet": false,
|
|
6443
6442
|
"chainStatus": "INACTIVE",
|
|
6444
|
-
"icon": "https://
|
|
6443
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unorthodox.png",
|
|
6445
6444
|
"providers": {},
|
|
6446
6445
|
"evmInfo": null,
|
|
6447
6446
|
"substrateInfo": {
|
|
@@ -6470,7 +6469,7 @@
|
|
|
6470
6469
|
"name": "Coinversation",
|
|
6471
6470
|
"isTestnet": false,
|
|
6472
6471
|
"chainStatus": "INACTIVE",
|
|
6473
|
-
"icon": "https://
|
|
6472
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/coinversation.png",
|
|
6474
6473
|
"providers": {},
|
|
6475
6474
|
"evmInfo": null,
|
|
6476
6475
|
"substrateInfo": {
|
|
@@ -6511,7 +6510,7 @@
|
|
|
6511
6510
|
"name": "LayerX Network",
|
|
6512
6511
|
"isTestnet": false,
|
|
6513
6512
|
"chainStatus": "INACTIVE",
|
|
6514
|
-
"icon": "https://
|
|
6513
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/layerx_network.png",
|
|
6515
6514
|
"providers": {},
|
|
6516
6515
|
"evmInfo": null,
|
|
6517
6516
|
"substrateInfo": {
|
|
@@ -6540,7 +6539,7 @@
|
|
|
6540
6539
|
"name": "Moonsama",
|
|
6541
6540
|
"isTestnet": false,
|
|
6542
6541
|
"chainStatus": "INACTIVE",
|
|
6543
|
-
"icon": "https://
|
|
6542
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonsama.png",
|
|
6544
6543
|
"providers": {},
|
|
6545
6544
|
"evmInfo": null,
|
|
6546
6545
|
"substrateInfo": {
|
|
@@ -6581,7 +6580,7 @@
|
|
|
6581
6580
|
"name": "OAK Network",
|
|
6582
6581
|
"isTestnet": false,
|
|
6583
6582
|
"chainStatus": "INACTIVE",
|
|
6584
|
-
"icon": "https://
|
|
6583
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/oak_network.png",
|
|
6585
6584
|
"providers": {},
|
|
6586
6585
|
"evmInfo": null,
|
|
6587
6586
|
"substrateInfo": {
|
|
@@ -6622,7 +6621,7 @@
|
|
|
6622
6621
|
"name": "OmniBTC",
|
|
6623
6622
|
"isTestnet": false,
|
|
6624
6623
|
"chainStatus": "INACTIVE",
|
|
6625
|
-
"icon": "https://
|
|
6624
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/omnibtc.png",
|
|
6626
6625
|
"providers": {},
|
|
6627
6626
|
"evmInfo": null,
|
|
6628
6627
|
"substrateInfo": {
|
|
@@ -6663,7 +6662,7 @@
|
|
|
6663
6662
|
"name": "Quantum Portal",
|
|
6664
6663
|
"isTestnet": false,
|
|
6665
6664
|
"chainStatus": "INACTIVE",
|
|
6666
|
-
"icon": "https://
|
|
6665
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quantum_portal.png",
|
|
6667
6666
|
"providers": {},
|
|
6668
6667
|
"evmInfo": null,
|
|
6669
6668
|
"substrateInfo": {
|
|
@@ -6692,7 +6691,7 @@
|
|
|
6692
6691
|
"name": "Virto Network",
|
|
6693
6692
|
"isTestnet": false,
|
|
6694
6693
|
"chainStatus": "INACTIVE",
|
|
6695
|
-
"icon": "https://
|
|
6694
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/virto_network.png",
|
|
6696
6695
|
"providers": {},
|
|
6697
6696
|
"evmInfo": null,
|
|
6698
6697
|
"substrateInfo": {
|
|
@@ -6721,7 +6720,7 @@
|
|
|
6721
6720
|
"name": "Energy Web X",
|
|
6722
6721
|
"isTestnet": false,
|
|
6723
6722
|
"chainStatus": "ACTIVE",
|
|
6724
|
-
"icon": "https://
|
|
6723
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x.png",
|
|
6725
6724
|
"providers": {
|
|
6726
6725
|
"EWX": "wss://public-rpc.mainnet.energywebx.com/ws"
|
|
6727
6726
|
},
|
|
@@ -6764,7 +6763,7 @@
|
|
|
6764
6763
|
"name": "InvArch Network",
|
|
6765
6764
|
"isTestnet": false,
|
|
6766
6765
|
"chainStatus": "ACTIVE",
|
|
6767
|
-
"icon": "https://
|
|
6766
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/invarch.png",
|
|
6768
6767
|
"providers": {
|
|
6769
6768
|
"Dwellir": "wss://invarch-rpc.dwellir.com"
|
|
6770
6769
|
},
|
|
@@ -6807,7 +6806,7 @@
|
|
|
6807
6806
|
"name": "Zero",
|
|
6808
6807
|
"isTestnet": false,
|
|
6809
6808
|
"chainStatus": "INACTIVE",
|
|
6810
|
-
"icon": "https://
|
|
6809
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zero.png",
|
|
6811
6810
|
"providers": {},
|
|
6812
6811
|
"evmInfo": null,
|
|
6813
6812
|
"substrateInfo": {
|
|
@@ -6836,7 +6835,7 @@
|
|
|
6836
6835
|
"name": " Kpron Network",
|
|
6837
6836
|
"isTestnet": false,
|
|
6838
6837
|
"chainStatus": "INACTIVE",
|
|
6839
|
-
"icon": "https://
|
|
6838
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kpron_network.png",
|
|
6840
6839
|
"providers": {},
|
|
6841
6840
|
"evmInfo": null,
|
|
6842
6841
|
"substrateInfo": {
|
|
@@ -6865,7 +6864,7 @@
|
|
|
6865
6864
|
"name": "Mars",
|
|
6866
6865
|
"isTestnet": false,
|
|
6867
6866
|
"chainStatus": "INACTIVE",
|
|
6868
|
-
"icon": "https://
|
|
6867
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mars.png",
|
|
6869
6868
|
"providers": {},
|
|
6870
6869
|
"evmInfo": null,
|
|
6871
6870
|
"substrateInfo": {
|
|
@@ -6894,7 +6893,7 @@
|
|
|
6894
6893
|
"name": "Snow",
|
|
6895
6894
|
"isTestnet": false,
|
|
6896
6895
|
"chainStatus": "INACTIVE",
|
|
6897
|
-
"icon": "https://
|
|
6896
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/snow.png",
|
|
6898
6897
|
"providers": {},
|
|
6899
6898
|
"evmInfo": null,
|
|
6900
6899
|
"substrateInfo": {
|
|
@@ -6938,7 +6937,7 @@
|
|
|
6938
6937
|
"name": "Aband",
|
|
6939
6938
|
"isTestnet": false,
|
|
6940
6939
|
"chainStatus": "INACTIVE",
|
|
6941
|
-
"icon": "https://
|
|
6940
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aband.png",
|
|
6942
6941
|
"providers": {},
|
|
6943
6942
|
"evmInfo": null,
|
|
6944
6943
|
"substrateInfo": {
|
|
@@ -6979,7 +6978,7 @@
|
|
|
6979
6978
|
"name": "Alpha Network",
|
|
6980
6979
|
"isTestnet": false,
|
|
6981
6980
|
"chainStatus": "INACTIVE",
|
|
6982
|
-
"icon": "https://
|
|
6981
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alpha_network.png",
|
|
6983
6982
|
"providers": {},
|
|
6984
6983
|
"evmInfo": null,
|
|
6985
6984
|
"substrateInfo": {
|
|
@@ -7008,7 +7007,7 @@
|
|
|
7008
7007
|
"name": "Loom Network",
|
|
7009
7008
|
"isTestnet": false,
|
|
7010
7009
|
"chainStatus": "INACTIVE",
|
|
7011
|
-
"icon": "https://
|
|
7010
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/loom_network.png",
|
|
7012
7011
|
"providers": {},
|
|
7013
7012
|
"evmInfo": null,
|
|
7014
7013
|
"substrateInfo": {
|
|
@@ -7037,7 +7036,7 @@
|
|
|
7037
7036
|
"name": "SubGame Gamma",
|
|
7038
7037
|
"isTestnet": false,
|
|
7039
7038
|
"chainStatus": "INACTIVE",
|
|
7040
|
-
"icon": "https://
|
|
7039
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_gamma.png",
|
|
7041
7040
|
"providers": {},
|
|
7042
7041
|
"evmInfo": null,
|
|
7043
7042
|
"substrateInfo": {
|
|
@@ -7066,7 +7065,7 @@
|
|
|
7066
7065
|
"name": "TrustBase",
|
|
7067
7066
|
"isTestnet": false,
|
|
7068
7067
|
"chainStatus": "INACTIVE",
|
|
7069
|
-
"icon": "https://
|
|
7068
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/trustbase.png",
|
|
7070
7069
|
"providers": {},
|
|
7071
7070
|
"evmInfo": null,
|
|
7072
7071
|
"substrateInfo": {
|
|
@@ -7095,7 +7094,7 @@
|
|
|
7095
7094
|
"name": "Manta Atlantic",
|
|
7096
7095
|
"isTestnet": false,
|
|
7097
7096
|
"chainStatus": "ACTIVE",
|
|
7098
|
-
"icon": "https://
|
|
7097
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network.png",
|
|
7099
7098
|
"providers": {
|
|
7100
7099
|
"Manta Network": "wss://ws.manta.systems"
|
|
7101
7100
|
},
|
|
@@ -7129,7 +7128,7 @@
|
|
|
7129
7128
|
"name": "t3rn",
|
|
7130
7129
|
"isTestnet": false,
|
|
7131
7130
|
"chainStatus": "INACTIVE",
|
|
7132
|
-
"icon": "https://
|
|
7131
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/t3rn.png",
|
|
7133
7132
|
"providers": {},
|
|
7134
7133
|
"evmInfo": null,
|
|
7135
7134
|
"substrateInfo": {
|
|
@@ -7158,7 +7157,7 @@
|
|
|
7158
7157
|
"name": "Geminis Network",
|
|
7159
7158
|
"isTestnet": false,
|
|
7160
7159
|
"chainStatus": "INACTIVE",
|
|
7161
|
-
"icon": "https://
|
|
7160
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/geminis_network.png",
|
|
7162
7161
|
"providers": {},
|
|
7163
7162
|
"evmInfo": null,
|
|
7164
7163
|
"substrateInfo": {
|
|
@@ -7187,7 +7186,7 @@
|
|
|
7187
7186
|
"name": "Polimec",
|
|
7188
7187
|
"isTestnet": false,
|
|
7189
7188
|
"chainStatus": "ACTIVE",
|
|
7190
|
-
"icon": "https://
|
|
7189
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polimec.png",
|
|
7191
7190
|
"providers": {
|
|
7192
7191
|
"Polimec": "wss://rpc.polimec.org",
|
|
7193
7192
|
"Amforc": "wss://polimec.rpc.amforc.com"
|
|
@@ -7231,7 +7230,7 @@
|
|
|
7231
7230
|
"name": "SubDAO",
|
|
7232
7231
|
"isTestnet": false,
|
|
7233
7232
|
"chainStatus": "INACTIVE",
|
|
7234
|
-
"icon": "https://
|
|
7233
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subdao.png",
|
|
7235
7234
|
"providers": {},
|
|
7236
7235
|
"evmInfo": null,
|
|
7237
7236
|
"substrateInfo": {
|
|
@@ -7260,7 +7259,7 @@
|
|
|
7260
7259
|
"name": "SubGame Network",
|
|
7261
7260
|
"isTestnet": false,
|
|
7262
7261
|
"chainStatus": "INACTIVE",
|
|
7263
|
-
"icon": "https://
|
|
7262
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_network.png",
|
|
7264
7263
|
"providers": {},
|
|
7265
7264
|
"evmInfo": null,
|
|
7266
7265
|
"substrateInfo": {
|
|
@@ -7289,7 +7288,7 @@
|
|
|
7289
7288
|
"name": "ZetaChain Testnet",
|
|
7290
7289
|
"isTestnet": true,
|
|
7291
7290
|
"chainStatus": "ACTIVE",
|
|
7292
|
-
"icon": "https://
|
|
7291
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeta_test.png",
|
|
7293
7292
|
"providers": {
|
|
7294
7293
|
"Athens": "https://zetachain-athens-evm.blockpi.network/v1/rpc/public"
|
|
7295
7294
|
},
|
|
@@ -7312,7 +7311,7 @@
|
|
|
7312
7311
|
"name": "Watr Mainnet",
|
|
7313
7312
|
"isTestnet": false,
|
|
7314
7313
|
"chainStatus": "ACTIVE",
|
|
7315
|
-
"icon": "https://
|
|
7314
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet.png",
|
|
7316
7315
|
"providers": {
|
|
7317
7316
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7318
7317
|
},
|
|
@@ -7343,7 +7342,7 @@
|
|
|
7343
7342
|
"name": "Watr Mainnet - EVM",
|
|
7344
7343
|
"isTestnet": false,
|
|
7345
7344
|
"chainStatus": "ACTIVE",
|
|
7346
|
-
"icon": "https://
|
|
7345
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet_evm.png",
|
|
7347
7346
|
"providers": {
|
|
7348
7347
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7349
7348
|
},
|
|
@@ -7366,7 +7365,7 @@
|
|
|
7366
7365
|
"name": "Enjin Relaychain",
|
|
7367
7366
|
"isTestnet": false,
|
|
7368
7367
|
"chainStatus": "ACTIVE",
|
|
7369
|
-
"icon": "https://
|
|
7368
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_relaychain.png",
|
|
7370
7369
|
"providers": {
|
|
7371
7370
|
"Enjin": "wss://rpc.relay.blockchain.enjin.io/"
|
|
7372
7371
|
},
|
|
@@ -7400,7 +7399,7 @@
|
|
|
7400
7399
|
"name": "Enjin Matrixchain",
|
|
7401
7400
|
"isTestnet": false,
|
|
7402
7401
|
"chainStatus": "ACTIVE",
|
|
7403
|
-
"icon": "https://
|
|
7402
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_matrixchain.png",
|
|
7404
7403
|
"providers": {
|
|
7405
7404
|
"MatrixChain": "wss://rpc.matrix.blockchain.enjin.io/",
|
|
7406
7405
|
"Dwellir": "wss://enjin-matrix-rpc-1.dwellir.com/"
|
|
@@ -7435,7 +7434,7 @@
|
|
|
7435
7434
|
"name": "Vara Network Testnet",
|
|
7436
7435
|
"isTestnet": true,
|
|
7437
7436
|
"chainStatus": "ACTIVE",
|
|
7438
|
-
"icon": "https://
|
|
7437
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_testnet.png",
|
|
7439
7438
|
"providers": {
|
|
7440
7439
|
"Vara": "wss://testnet.vara-network.io"
|
|
7441
7440
|
},
|
|
@@ -7469,7 +7468,7 @@
|
|
|
7469
7468
|
"name": "Avail Goldberg Testnet",
|
|
7470
7469
|
"isTestnet": true,
|
|
7471
7470
|
"chainStatus": "INACTIVE",
|
|
7472
|
-
"icon": "https://
|
|
7471
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/goldberg_testnet.png",
|
|
7473
7472
|
"providers": {
|
|
7474
7473
|
"Goldberg testnet": "wss://goldberg-testnet-rpc.avail.tools/ws"
|
|
7475
7474
|
},
|
|
@@ -7503,7 +7502,7 @@
|
|
|
7503
7502
|
"name": "EWX Staging Parachain",
|
|
7504
7503
|
"isTestnet": true,
|
|
7505
7504
|
"chainStatus": "ACTIVE",
|
|
7506
|
-
"icon": "https://
|
|
7505
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_testnet.png",
|
|
7507
7506
|
"providers": {
|
|
7508
7507
|
"EWX": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws"
|
|
7509
7508
|
},
|
|
@@ -7534,7 +7533,7 @@
|
|
|
7534
7533
|
"name": "Energy Web Chain",
|
|
7535
7534
|
"isTestnet": false,
|
|
7536
7535
|
"chainStatus": "ACTIVE",
|
|
7537
|
-
"icon": "https://
|
|
7536
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_chain.png",
|
|
7538
7537
|
"providers": {
|
|
7539
7538
|
"Energy Web Chain": "https://rpc.energyweb.org"
|
|
7540
7539
|
},
|
|
@@ -7560,7 +7559,7 @@
|
|
|
7560
7559
|
"name": "Energy Web X Rococo",
|
|
7561
7560
|
"isTestnet": true,
|
|
7562
7561
|
"chainStatus": "ACTIVE",
|
|
7563
|
-
"icon": "https://
|
|
7562
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_rococo.png",
|
|
7564
7563
|
"providers": {
|
|
7565
7564
|
"EWX": "wss://public-rpc.testnet.energywebx.com/ws"
|
|
7566
7565
|
},
|
|
@@ -7591,7 +7590,7 @@
|
|
|
7591
7590
|
"name": "Manta Pacific",
|
|
7592
7591
|
"isTestnet": false,
|
|
7593
7592
|
"chainStatus": "ACTIVE",
|
|
7594
|
-
"icon": "https://
|
|
7593
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network_evm.png",
|
|
7595
7594
|
"providers": {
|
|
7596
7595
|
"Manta Pacific": "https://pacific-rpc.manta.network/http"
|
|
7597
7596
|
},
|
|
@@ -7617,7 +7616,7 @@
|
|
|
7617
7616
|
"name": "Polkadex Polkadot",
|
|
7618
7617
|
"isTestnet": false,
|
|
7619
7618
|
"chainStatus": "ACTIVE",
|
|
7620
|
-
"icon": "https://
|
|
7619
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex_dot.png",
|
|
7621
7620
|
"providers": {
|
|
7622
7621
|
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
7623
7622
|
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
@@ -7664,7 +7663,7 @@
|
|
|
7664
7663
|
"name": "Bittensor Testnet",
|
|
7665
7664
|
"isTestnet": true,
|
|
7666
7665
|
"chainStatus": "ACTIVE",
|
|
7667
|
-
"icon": "https://
|
|
7666
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bittensor_testnet.png",
|
|
7668
7667
|
"providers": {
|
|
7669
7668
|
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
7670
7669
|
},
|
|
@@ -7695,7 +7694,7 @@
|
|
|
7695
7694
|
"name": "Subspace Gemini 3h",
|
|
7696
7695
|
"isTestnet": true,
|
|
7697
7696
|
"chainStatus": "ACTIVE",
|
|
7698
|
-
"icon": "https://
|
|
7697
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3h.png",
|
|
7699
7698
|
"providers": {
|
|
7700
7699
|
"Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
|
|
7701
7700
|
},
|
|
@@ -7729,7 +7728,7 @@
|
|
|
7729
7728
|
"name": "Continuum Network",
|
|
7730
7729
|
"isTestnet": false,
|
|
7731
7730
|
"chainStatus": "ACTIVE",
|
|
7732
|
-
"icon": "https://
|
|
7731
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/continuum_network.png",
|
|
7733
7732
|
"providers": {
|
|
7734
7733
|
"Continuum RPC Node": "wss://continuum-rpc-1.metaverse.network/wss"
|
|
7735
7734
|
},
|
|
@@ -7763,7 +7762,7 @@
|
|
|
7763
7762
|
"name": "Rococo Asset Hub",
|
|
7764
7763
|
"isTestnet": true,
|
|
7765
7764
|
"chainStatus": "ACTIVE",
|
|
7766
|
-
"icon": "https://
|
|
7765
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo_assethub.png",
|
|
7767
7766
|
"providers": {
|
|
7768
7767
|
"Parity": "wss://rococo-asset-hub-rpc.polkadot.io"
|
|
7769
7768
|
},
|
|
@@ -7797,7 +7796,7 @@
|
|
|
7797
7796
|
"name": "X Layer testnet",
|
|
7798
7797
|
"isTestnet": true,
|
|
7799
7798
|
"chainStatus": "ACTIVE",
|
|
7800
|
-
"icon": "https://
|
|
7799
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/okxtest.png",
|
|
7801
7800
|
"providers": {
|
|
7802
7801
|
"Testrpc": "https://testrpc.x1.tech/",
|
|
7803
7802
|
"X1testrpc": "https://x1testrpc.okx.com/"
|
|
@@ -7824,7 +7823,7 @@
|
|
|
7824
7823
|
"name": "Liberland Testnet",
|
|
7825
7824
|
"isTestnet": true,
|
|
7826
7825
|
"chainStatus": "ACTIVE",
|
|
7827
|
-
"icon": "https://
|
|
7826
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/liberlandtest.png",
|
|
7828
7827
|
"providers": {
|
|
7829
7828
|
"Liberland": "wss://testchain.liberland.org"
|
|
7830
7829
|
},
|
|
@@ -7855,7 +7854,7 @@
|
|
|
7855
7854
|
"name": "Liberland",
|
|
7856
7855
|
"isTestnet": false,
|
|
7857
7856
|
"chainStatus": "ACTIVE",
|
|
7858
|
-
"icon": "https://
|
|
7857
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/liberland.png",
|
|
7859
7858
|
"providers": {
|
|
7860
7859
|
"Liberland": "wss://mainnet.liberland.org",
|
|
7861
7860
|
"Dwellir": "wss://liberland-rpc.dwellir.com"
|
|
@@ -7887,7 +7886,7 @@
|
|
|
7887
7886
|
"name": "Polkadot Chainflip Testnet",
|
|
7888
7887
|
"isTestnet": true,
|
|
7889
7888
|
"chainStatus": "ACTIVE",
|
|
7890
|
-
"icon": "https://
|
|
7889
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainflip_dot.png",
|
|
7891
7890
|
"providers": {
|
|
7892
7891
|
"Chainflip": "wss://rpc-pdot.chainflip.io"
|
|
7893
7892
|
},
|
|
@@ -7918,7 +7917,7 @@
|
|
|
7918
7917
|
"name": "Tangle Testnet",
|
|
7919
7918
|
"isTestnet": true,
|
|
7920
7919
|
"chainStatus": "ACTIVE",
|
|
7921
|
-
"icon": "https://
|
|
7920
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tangletest.png",
|
|
7922
7921
|
"providers": {
|
|
7923
7922
|
"Webb": "wss://testnet-rpc.tangle.tools"
|
|
7924
7923
|
},
|
|
@@ -7949,7 +7948,7 @@
|
|
|
7949
7948
|
"name": "DENTNet",
|
|
7950
7949
|
"isTestnet": false,
|
|
7951
7950
|
"chainStatus": "ACTIVE",
|
|
7952
|
-
"icon": "https://
|
|
7951
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dentnet.png",
|
|
7953
7952
|
"providers": {
|
|
7954
7953
|
"Dentnet": "wss://rpc.dentnet.io/ws"
|
|
7955
7954
|
},
|
|
@@ -7980,7 +7979,7 @@
|
|
|
7980
7979
|
"name": "Phyken Network Testnet",
|
|
7981
7980
|
"isTestnet": true,
|
|
7982
7981
|
"chainStatus": "ACTIVE",
|
|
7983
|
-
"icon": "https://
|
|
7982
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phykentest.png",
|
|
7984
7983
|
"providers": {
|
|
7985
7984
|
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz"
|
|
7986
7985
|
},
|
|
@@ -8011,7 +8010,7 @@
|
|
|
8011
8010
|
"name": "Creditcoin EVM Testnet",
|
|
8012
8011
|
"isTestnet": true,
|
|
8013
8012
|
"chainStatus": "ACTIVE",
|
|
8014
|
-
"icon": "https://
|
|
8013
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointestevm.png",
|
|
8015
8014
|
"providers": {
|
|
8016
8015
|
"Creditcoin Testnet EVM": "https://rpc.cc3-testnet.creditcoin.network/"
|
|
8017
8016
|
},
|
|
@@ -8037,7 +8036,7 @@
|
|
|
8037
8036
|
"name": "Astar zkEVM",
|
|
8038
8037
|
"isTestnet": false,
|
|
8039
8038
|
"chainStatus": "ACTIVE",
|
|
8040
|
-
"icon": "https://
|
|
8039
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarzkevm.png",
|
|
8041
8040
|
"providers": {
|
|
8042
8041
|
"Dwellir": "https://astar-zkevm-rpc.dwellir.com"
|
|
8043
8042
|
},
|
|
@@ -8063,7 +8062,7 @@
|
|
|
8063
8062
|
"name": "Ethereum Sepolia",
|
|
8064
8063
|
"isTestnet": true,
|
|
8065
8064
|
"chainStatus": "ACTIVE",
|
|
8066
|
-
"icon": "https://
|
|
8065
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sepolia_ethereum.png",
|
|
8067
8066
|
"providers": {
|
|
8068
8067
|
"Asia RPC": "https://rpc.sepolia.org",
|
|
8069
8068
|
"Europe RPC 2": "https://rpc2.sepolia.org"
|
|
@@ -8090,7 +8089,7 @@
|
|
|
8090
8089
|
"name": "Hydration Rococo",
|
|
8091
8090
|
"isTestnet": true,
|
|
8092
8091
|
"chainStatus": "ACTIVE",
|
|
8093
|
-
"icon": "https://
|
|
8092
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_rococo.png",
|
|
8094
8093
|
"providers": {
|
|
8095
8094
|
"Hydration Nice": "wss://rpc.nice.hydration.cloud"
|
|
8096
8095
|
},
|
|
@@ -8121,7 +8120,7 @@
|
|
|
8121
8120
|
"name": "Creditcoin Native Testnet",
|
|
8122
8121
|
"isTestnet": true,
|
|
8123
8122
|
"chainStatus": "ACTIVE",
|
|
8124
|
-
"icon": "https://
|
|
8123
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointest.png",
|
|
8125
8124
|
"providers": {
|
|
8126
8125
|
"Cc3": "wss://rpc.cc3-testnet.creditcoin.network"
|
|
8127
8126
|
},
|
|
@@ -8155,7 +8154,7 @@
|
|
|
8155
8154
|
"name": "X Layer",
|
|
8156
8155
|
"isTestnet": false,
|
|
8157
8156
|
"chainStatus": "ACTIVE",
|
|
8158
|
-
"icon": "https://
|
|
8157
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xlayer.png",
|
|
8159
8158
|
"providers": {
|
|
8160
8159
|
"X Layer": "https://rpc.xlayer.tech",
|
|
8161
8160
|
"X Layer OKX": "https://xlayerrpc.okx.com/"
|
|
@@ -8179,7 +8178,7 @@
|
|
|
8179
8178
|
"name": "Acurast Canary",
|
|
8180
8179
|
"isTestnet": false,
|
|
8181
8180
|
"chainStatus": "ACTIVE",
|
|
8182
|
-
"icon": "https://
|
|
8181
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acurast.png",
|
|
8183
8182
|
"providers": {
|
|
8184
8183
|
"Acurast": "wss://acurast-canarynet-ws.prod.gke.papers.tech",
|
|
8185
8184
|
"Subwallet": "wss://subwallet-rpc.canary.acurast.com"
|
|
@@ -8211,7 +8210,7 @@
|
|
|
8211
8210
|
"name": "Mythos",
|
|
8212
8211
|
"isTestnet": false,
|
|
8213
8212
|
"chainStatus": "ACTIVE",
|
|
8214
|
-
"icon": "https://
|
|
8213
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mythos.png",
|
|
8215
8214
|
"providers": {
|
|
8216
8215
|
"Parity": "wss://polkadot-mythos-rpc.polkadot.io"
|
|
8217
8216
|
},
|
|
@@ -8253,7 +8252,7 @@
|
|
|
8253
8252
|
"name": "Humanode",
|
|
8254
8253
|
"isTestnet": false,
|
|
8255
8254
|
"chainStatus": "ACTIVE",
|
|
8256
|
-
"icon": "https://
|
|
8255
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/humanode.png",
|
|
8257
8256
|
"providers": {
|
|
8258
8257
|
"Humanode": "wss://explorer-rpc-ws.mainnet.stages.humanode.io"
|
|
8259
8258
|
},
|
|
@@ -8287,7 +8286,7 @@
|
|
|
8287
8286
|
"name": "Humanode - EVM",
|
|
8288
8287
|
"isTestnet": false,
|
|
8289
8288
|
"chainStatus": "ACTIVE",
|
|
8290
|
-
"icon": "https://
|
|
8289
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/humanodeevm.png",
|
|
8291
8290
|
"providers": {
|
|
8292
8291
|
"Humanode": "https://explorer-rpc-http.mainnet.stages.humanode.io"
|
|
8293
8292
|
},
|
|
@@ -8313,7 +8312,7 @@
|
|
|
8313
8312
|
"name": "Paseo Testnet",
|
|
8314
8313
|
"isTestnet": true,
|
|
8315
8314
|
"chainStatus": "ACTIVE",
|
|
8316
|
-
"icon": "https://
|
|
8315
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/paseotest.png",
|
|
8317
8316
|
"providers": {
|
|
8318
8317
|
"Amforc": "wss://paseo.rpc.amforc.com",
|
|
8319
8318
|
"Dwellir": "wss://paseo-rpc.dwellir.com",
|
|
@@ -8350,7 +8349,7 @@
|
|
|
8350
8349
|
"name": "Commune AI",
|
|
8351
8350
|
"isTestnet": false,
|
|
8352
8351
|
"chainStatus": "ACTIVE",
|
|
8353
|
-
"icon": "https://
|
|
8352
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/commune.png",
|
|
8354
8353
|
"providers": {
|
|
8355
8354
|
"Commune Node 1": "wss://commune-api-node-1.communeai.net"
|
|
8356
8355
|
},
|
|
@@ -8381,7 +8380,7 @@
|
|
|
8381
8380
|
"name": "DBC Mainnet",
|
|
8382
8381
|
"isTestnet": false,
|
|
8383
8382
|
"chainStatus": "ACTIVE",
|
|
8384
|
-
"icon": "https://
|
|
8383
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dbcchain.png",
|
|
8385
8384
|
"providers": {
|
|
8386
8385
|
"DBC Chain": "wss://info1.dbcwallet.io"
|
|
8387
8386
|
},
|
|
@@ -8415,7 +8414,7 @@
|
|
|
8415
8414
|
"name": "Avail Turing Testnet",
|
|
8416
8415
|
"isTestnet": true,
|
|
8417
8416
|
"chainStatus": "ACTIVE",
|
|
8418
|
-
"icon": "https://
|
|
8417
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/availturingtest.png",
|
|
8419
8418
|
"providers": {
|
|
8420
8419
|
"Avail Turing ": "wss://turing-rpc.avail.so/ws",
|
|
8421
8420
|
"Ankr": "wss://turing-testnet.avail-rpc.com/",
|
|
@@ -8454,7 +8453,7 @@
|
|
|
8454
8453
|
"name": "Bitlayer",
|
|
8455
8454
|
"isTestnet": false,
|
|
8456
8455
|
"chainStatus": "ACTIVE",
|
|
8457
|
-
"icon": "https://
|
|
8456
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitlayer.png",
|
|
8458
8457
|
"providers": {
|
|
8459
8458
|
"Bitlayer": "https://rpc.bitlayer.org",
|
|
8460
8459
|
"Rpc": "https://rpc.bitlayer-rpc.com",
|
|
@@ -8482,7 +8481,7 @@
|
|
|
8482
8481
|
"name": "Bitlayer Testnet",
|
|
8483
8482
|
"isTestnet": true,
|
|
8484
8483
|
"chainStatus": "ACTIVE",
|
|
8485
|
-
"icon": "https://
|
|
8484
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitlayertest.png",
|
|
8486
8485
|
"providers": {
|
|
8487
8486
|
"Rpc testnet": "https://testnet-rpc.bitlayer.org"
|
|
8488
8487
|
},
|
|
@@ -8508,7 +8507,7 @@
|
|
|
8508
8507
|
"name": "BEVM",
|
|
8509
8508
|
"isTestnet": false,
|
|
8510
8509
|
"chainStatus": "ACTIVE",
|
|
8511
|
-
"icon": "https://
|
|
8510
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bevm.png",
|
|
8512
8511
|
"providers": {
|
|
8513
8512
|
"Mainnet 1": "https://rpc-mainnet-1.bevm.io",
|
|
8514
8513
|
"Mainnet 2": "https://rpc-mainnet-2.bevm.io"
|
|
@@ -8535,7 +8534,7 @@
|
|
|
8535
8534
|
"name": "BEVM Testnet",
|
|
8536
8535
|
"isTestnet": true,
|
|
8537
8536
|
"chainStatus": "ACTIVE",
|
|
8538
|
-
"icon": "https://
|
|
8537
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bevmtest.png",
|
|
8539
8538
|
"providers": {
|
|
8540
8539
|
"BEVM testnet": "https://testnet.bevm.io"
|
|
8541
8540
|
},
|
|
@@ -8561,7 +8560,7 @@
|
|
|
8561
8560
|
"name": "B² Network",
|
|
8562
8561
|
"isTestnet": false,
|
|
8563
8562
|
"chainStatus": "ACTIVE",
|
|
8564
|
-
"icon": "https://
|
|
8563
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/b2.png",
|
|
8565
8564
|
"providers": {
|
|
8566
8565
|
"Bsquared": "https://rpc.bsquared.network",
|
|
8567
8566
|
"Alt technology": "https://b2-mainnet.alt.technology"
|
|
@@ -8588,7 +8587,7 @@
|
|
|
8588
8587
|
"name": "BOB",
|
|
8589
8588
|
"isTestnet": false,
|
|
8590
8589
|
"chainStatus": "ACTIVE",
|
|
8591
|
-
"icon": "https://
|
|
8590
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobmainnet.png",
|
|
8592
8591
|
"providers": {
|
|
8593
8592
|
"Gobob": "https://rpc.gobob.xyz/"
|
|
8594
8593
|
},
|
|
@@ -8614,14 +8613,13 @@
|
|
|
8614
8613
|
"name": "Avail",
|
|
8615
8614
|
"isTestnet": false,
|
|
8616
8615
|
"chainStatus": "ACTIVE",
|
|
8617
|
-
"icon": "https://
|
|
8616
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avail_mainnet.png",
|
|
8618
8617
|
"providers": {
|
|
8619
8618
|
"Avail": "wss://zeref-api.slowops.xyz/ws",
|
|
8620
8619
|
"SubWallet Avail": "wss://mainnet-rpc.availspace.app",
|
|
8621
8620
|
"SubWallet Avail 2": "wss://mainnet-rpc-2.availspace.app",
|
|
8622
8621
|
"Ankr": "wss://mainnet.avail-rpc.com/",
|
|
8623
8622
|
"Bware": "wss://avail-mainnet.public.blastapi.io/",
|
|
8624
|
-
"RubyNode": "wss://avail-rpc.rubynodes.io/",
|
|
8625
8623
|
"BrightlyStake": "wss://avail-us.brightlystake.com/",
|
|
8626
8624
|
"GlobalStake": "wss://rpc-avail.globalstake.io/",
|
|
8627
8625
|
"BountyBlok": "wss://avail.rpc.bountyblok.io/",
|
|
@@ -8657,7 +8655,7 @@
|
|
|
8657
8655
|
"name": "Merlin Chain",
|
|
8658
8656
|
"isTestnet": false,
|
|
8659
8657
|
"chainStatus": "ACTIVE",
|
|
8660
|
-
"icon": "https://
|
|
8658
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/merlinevm.png",
|
|
8661
8659
|
"providers": {
|
|
8662
8660
|
"Merlin Chain": "https://rpc.merlinchain.io"
|
|
8663
8661
|
},
|
|
@@ -8683,7 +8681,7 @@
|
|
|
8683
8681
|
"name": "Botanix Testnet",
|
|
8684
8682
|
"isTestnet": true,
|
|
8685
8683
|
"chainStatus": "ACTIVE",
|
|
8686
|
-
"icon": "https://
|
|
8684
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/botanixevmtest.png",
|
|
8687
8685
|
"providers": {
|
|
8688
8686
|
"Botanix Labs": "https://node.botanixlabs.dev"
|
|
8689
8687
|
},
|
|
@@ -8709,7 +8707,7 @@
|
|
|
8709
8707
|
"name": "Curio",
|
|
8710
8708
|
"isTestnet": false,
|
|
8711
8709
|
"chainStatus": "ACTIVE",
|
|
8712
|
-
"icon": "https://
|
|
8710
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/curio.png",
|
|
8713
8711
|
"providers": {
|
|
8714
8712
|
"Curio": "wss://parachain.curioinvest.com/"
|
|
8715
8713
|
},
|
|
@@ -8740,7 +8738,7 @@
|
|
|
8740
8738
|
"name": "Hyperbridge",
|
|
8741
8739
|
"isTestnet": false,
|
|
8742
8740
|
"chainStatus": "ACTIVE",
|
|
8743
|
-
"icon": "https://
|
|
8741
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hyperbridge.png",
|
|
8744
8742
|
"providers": {
|
|
8745
8743
|
"BlockOps": "wss://hyperbridge-nexus-rpc.blockops.network"
|
|
8746
8744
|
},
|
|
@@ -8771,7 +8769,7 @@
|
|
|
8771
8769
|
"name": "CESS Testnet",
|
|
8772
8770
|
"isTestnet": true,
|
|
8773
8771
|
"chainStatus": "ACTIVE",
|
|
8774
|
-
"icon": "https://
|
|
8772
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cess_testnet.png",
|
|
8775
8773
|
"providers": {
|
|
8776
8774
|
"CESS Testnet": "wss://testnet-rpc.cess.cloud/ws/",
|
|
8777
8775
|
"CESS network": "wss://testnet-rpc.cess.network/ws/"
|
|
@@ -8803,7 +8801,7 @@
|
|
|
8803
8801
|
"name": "Bitcoin",
|
|
8804
8802
|
"isTestnet": false,
|
|
8805
8803
|
"chainStatus": "ACTIVE",
|
|
8806
|
-
"icon": "https://
|
|
8804
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcoin.png",
|
|
8807
8805
|
"providers": {
|
|
8808
8806
|
"Blockstream": "https://api.openbit.app"
|
|
8809
8807
|
},
|
|
@@ -8824,7 +8822,7 @@
|
|
|
8824
8822
|
"name": "Bitcoin Testnet",
|
|
8825
8823
|
"isTestnet": true,
|
|
8826
8824
|
"chainStatus": "ACTIVE",
|
|
8827
|
-
"icon": "https://
|
|
8825
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcointestnet.png",
|
|
8828
8826
|
"providers": {
|
|
8829
8827
|
"Blockstream": "https://api-testnet.openbit.app"
|
|
8830
8828
|
},
|
|
@@ -8845,7 +8843,7 @@
|
|
|
8845
8843
|
"name": "Kusama People",
|
|
8846
8844
|
"isTestnet": false,
|
|
8847
8845
|
"chainStatus": "ACTIVE",
|
|
8848
|
-
"icon": "https://
|
|
8846
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/peoplekusama.png",
|
|
8849
8847
|
"providers": {
|
|
8850
8848
|
"Parity": "wss://kusama-people-rpc.polkadot.io",
|
|
8851
8849
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/people"
|
|
@@ -8877,7 +8875,7 @@
|
|
|
8877
8875
|
"name": "Linea",
|
|
8878
8876
|
"isTestnet": false,
|
|
8879
8877
|
"chainStatus": "ACTIVE",
|
|
8880
|
-
"icon": "https://
|
|
8878
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/lineazkevm.png",
|
|
8881
8879
|
"providers": {
|
|
8882
8880
|
"Linea": "https://rpc.linea.build/"
|
|
8883
8881
|
},
|
|
@@ -8903,7 +8901,7 @@
|
|
|
8903
8901
|
"name": "BounceBit",
|
|
8904
8902
|
"isTestnet": false,
|
|
8905
8903
|
"chainStatus": "ACTIVE",
|
|
8906
|
-
"icon": "https://
|
|
8904
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bouncebitevm.png",
|
|
8907
8905
|
"providers": {
|
|
8908
8906
|
"BounceBit Api": "https://fullnode-mainnet.bouncebitapi.com/"
|
|
8909
8907
|
},
|
|
@@ -8929,7 +8927,7 @@
|
|
|
8929
8927
|
"name": "BounceBit Testnet",
|
|
8930
8928
|
"isTestnet": true,
|
|
8931
8929
|
"chainStatus": "ACTIVE",
|
|
8932
|
-
"icon": "https://
|
|
8930
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bouncebitevmtest.png",
|
|
8933
8931
|
"providers": {
|
|
8934
8932
|
"BounceBit Api": "https://fullnode-testnet.bouncebitapi.com/"
|
|
8935
8933
|
},
|
|
@@ -8955,7 +8953,7 @@
|
|
|
8955
8953
|
"name": "Kreivo",
|
|
8956
8954
|
"isTestnet": false,
|
|
8957
8955
|
"chainStatus": "ACTIVE",
|
|
8958
|
-
"icon": "https://
|
|
8956
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kreivo.png",
|
|
8959
8957
|
"providers": {
|
|
8960
8958
|
"Virto": "wss://kreivo.io/",
|
|
8961
8959
|
"Kippu": "wss://kreivo.kippu.rocks/"
|
|
@@ -8987,7 +8985,7 @@
|
|
|
8987
8985
|
"name": "Analog Testnet",
|
|
8988
8986
|
"isTestnet": true,
|
|
8989
8987
|
"chainStatus": "ACTIVE",
|
|
8990
|
-
"icon": "https://
|
|
8988
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/analog_testnet.png",
|
|
8991
8989
|
"providers": {
|
|
8992
8990
|
"Analog": "wss://rpc.testnet.analog.one"
|
|
8993
8991
|
},
|
|
@@ -9018,7 +9016,7 @@
|
|
|
9018
9016
|
"name": "peaq",
|
|
9019
9017
|
"isTestnet": false,
|
|
9020
9018
|
"chainStatus": "ACTIVE",
|
|
9021
|
-
"icon": "https://
|
|
9019
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/peaq.png",
|
|
9022
9020
|
"providers": {
|
|
9023
9021
|
"Onfinality": "wss://peaq.api.onfinality.io/public-ws"
|
|
9024
9022
|
},
|
|
@@ -9052,7 +9050,7 @@
|
|
|
9052
9050
|
"name": "LayerEdge Testnet",
|
|
9053
9051
|
"isTestnet": true,
|
|
9054
9052
|
"chainStatus": "ACTIVE",
|
|
9055
|
-
"icon": "https://
|
|
9053
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/layeredge_testnet.png",
|
|
9056
9054
|
"providers": {
|
|
9057
9055
|
"LayerEdge Testnet": "https://testnet-rpc.layeredge.io"
|
|
9058
9056
|
},
|
|
@@ -9078,7 +9076,7 @@
|
|
|
9078
9076
|
"name": "BEVM OP Testnet",
|
|
9079
9077
|
"isTestnet": true,
|
|
9080
9078
|
"chainStatus": "ACTIVE",
|
|
9081
|
-
"icon": "https://
|
|
9079
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bevm_testnet.png",
|
|
9082
9080
|
"providers": {
|
|
9083
9081
|
"BEVM OP Testnet": "https://sepolia-wbtc-testnet.bevm.io/"
|
|
9084
9082
|
},
|
|
@@ -9101,7 +9099,7 @@
|
|
|
9101
9099
|
"name": "Berachain bArtio",
|
|
9102
9100
|
"isTestnet": true,
|
|
9103
9101
|
"chainStatus": "ACTIVE",
|
|
9104
|
-
"icon": "https://
|
|
9102
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/berachain_testnet.png",
|
|
9105
9103
|
"providers": {
|
|
9106
9104
|
"Berachain": "https://bartio.rpc.berachain.com/"
|
|
9107
9105
|
},
|
|
@@ -9127,7 +9125,7 @@
|
|
|
9127
9125
|
"name": "Atleta Olympia",
|
|
9128
9126
|
"isTestnet": true,
|
|
9129
9127
|
"chainStatus": "ACTIVE",
|
|
9130
|
-
"icon": "https://
|
|
9128
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/atletaolympia_testnet.png",
|
|
9131
9129
|
"providers": {
|
|
9132
9130
|
"Atleta": "wss://testnet-rpc.atleta.network"
|
|
9133
9131
|
},
|
|
@@ -9169,7 +9167,7 @@
|
|
|
9169
9167
|
"name": "Syscoin NEVM",
|
|
9170
9168
|
"isTestnet": false,
|
|
9171
9169
|
"chainStatus": "ACTIVE",
|
|
9172
|
-
"icon": "https://
|
|
9170
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/syscoin_evm.png",
|
|
9173
9171
|
"providers": {
|
|
9174
9172
|
"Syscoin": "https://rpc.syscoin.org"
|
|
9175
9173
|
},
|
|
@@ -9195,7 +9193,7 @@
|
|
|
9195
9193
|
"name": "Rollux",
|
|
9196
9194
|
"isTestnet": false,
|
|
9197
9195
|
"chainStatus": "ACTIVE",
|
|
9198
|
-
"icon": "https://
|
|
9196
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rollux_evm.png",
|
|
9199
9197
|
"providers": {
|
|
9200
9198
|
"Rollux": "https://rpc.rollux.com"
|
|
9201
9199
|
},
|
|
@@ -9221,7 +9219,7 @@
|
|
|
9221
9219
|
"name": "B² Network Testnet",
|
|
9222
9220
|
"isTestnet": true,
|
|
9223
9221
|
"chainStatus": "ACTIVE",
|
|
9224
|
-
"icon": "https://
|
|
9222
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/b2_testnet.png",
|
|
9225
9223
|
"providers": {
|
|
9226
9224
|
"Alt Technology": "https://b2-testnet.alt.technology/",
|
|
9227
9225
|
"Ankr": "https://rpc.ankr.com/b2_testnet",
|
|
@@ -9249,7 +9247,7 @@
|
|
|
9249
9247
|
"name": "Bool Alpha Mainnet",
|
|
9250
9248
|
"isTestnet": false,
|
|
9251
9249
|
"chainStatus": "INACTIVE",
|
|
9252
|
-
"icon": "https://
|
|
9250
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/boolalpha.png",
|
|
9253
9251
|
"providers": {
|
|
9254
9252
|
"Bool Alpha": "https://alpha-rpc-node-http.bool.network"
|
|
9255
9253
|
},
|
|
@@ -9275,7 +9273,7 @@
|
|
|
9275
9273
|
"name": "Bool Beta Testnet",
|
|
9276
9274
|
"isTestnet": true,
|
|
9277
9275
|
"chainStatus": "ACTIVE",
|
|
9278
|
-
"icon": "https://
|
|
9276
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/boolbeta_testnet.png",
|
|
9279
9277
|
"providers": {
|
|
9280
9278
|
"Bool Alpha": "https://betatest-rpc-node-http.bool.network"
|
|
9281
9279
|
},
|
|
@@ -9301,7 +9299,7 @@
|
|
|
9301
9299
|
"name": "Rollux Testnet",
|
|
9302
9300
|
"isTestnet": true,
|
|
9303
9301
|
"chainStatus": "ACTIVE",
|
|
9304
|
-
"icon": "https://
|
|
9302
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rollux_testnet.png",
|
|
9305
9303
|
"providers": {
|
|
9306
9304
|
"Rollux": "https://rpc-tanenbaum.rollux.com"
|
|
9307
9305
|
},
|
|
@@ -9327,7 +9325,7 @@
|
|
|
9327
9325
|
"name": "Syscoin NEVM Testnet",
|
|
9328
9326
|
"isTestnet": true,
|
|
9329
9327
|
"chainStatus": "ACTIVE",
|
|
9330
|
-
"icon": "https://
|
|
9328
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/syscoin_evm_testnet.png",
|
|
9331
9329
|
"providers": {
|
|
9332
9330
|
"Syscoin": "https://rpc.tanenbaum.io"
|
|
9333
9331
|
},
|
|
@@ -9353,7 +9351,7 @@
|
|
|
9353
9351
|
"name": "Aura Network",
|
|
9354
9352
|
"isTestnet": false,
|
|
9355
9353
|
"chainStatus": "ACTIVE",
|
|
9356
|
-
"icon": "https://
|
|
9354
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aura.png",
|
|
9357
9355
|
"providers": {
|
|
9358
9356
|
"Aura Network": "https://jsonrpc.aura.network"
|
|
9359
9357
|
},
|
|
@@ -9379,7 +9377,7 @@
|
|
|
9379
9377
|
"name": "Unique - EVM",
|
|
9380
9378
|
"isTestnet": true,
|
|
9381
9379
|
"chainStatus": "ACTIVE",
|
|
9382
|
-
"icon": "https://
|
|
9380
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unique_evm.png",
|
|
9383
9381
|
"providers": {
|
|
9384
9382
|
"Unique": "https://rpc.unique.network",
|
|
9385
9383
|
"Asia": "https://asia-rpc.unique.network",
|
|
@@ -9403,90 +9401,12 @@
|
|
|
9403
9401
|
"bitcoinInfo": null,
|
|
9404
9402
|
"tonInfo": null
|
|
9405
9403
|
},
|
|
9406
|
-
"core": {
|
|
9407
|
-
"slug": "core",
|
|
9408
|
-
"name": "Core Blockchain Mainnet",
|
|
9409
|
-
"isTestnet": false,
|
|
9410
|
-
"chainStatus": "ACTIVE",
|
|
9411
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/core.png",
|
|
9412
|
-
"providers": {
|
|
9413
|
-
"Core Dao": "https://rpc.coredao.org/"
|
|
9414
|
-
},
|
|
9415
|
-
"evmInfo": {
|
|
9416
|
-
"evmChainId": 1116,
|
|
9417
|
-
"blockExplorer": "https://scan.coredao.org",
|
|
9418
|
-
"existentialDeposit": "0",
|
|
9419
|
-
"symbol": "CORE",
|
|
9420
|
-
"decimals": 18,
|
|
9421
|
-
"supportSmartContract": [
|
|
9422
|
-
"ERC20",
|
|
9423
|
-
"ERC721"
|
|
9424
|
-
],
|
|
9425
|
-
"abiExplorer": null
|
|
9426
|
-
},
|
|
9427
|
-
"substrateInfo": null,
|
|
9428
|
-
"extraInfo": null,
|
|
9429
|
-
"bitcoinInfo": null,
|
|
9430
|
-
"tonInfo": null
|
|
9431
|
-
},
|
|
9432
|
-
"satoshivm": {
|
|
9433
|
-
"slug": "satoshivm",
|
|
9434
|
-
"name": "SatoshiVM Alpha Mainnet",
|
|
9435
|
-
"isTestnet": false,
|
|
9436
|
-
"chainStatus": "ACTIVE",
|
|
9437
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm.png",
|
|
9438
|
-
"providers": {
|
|
9439
|
-
"Alpha Rpc Node": "https://alpha-rpc-node-http.svmscan.io/"
|
|
9440
|
-
},
|
|
9441
|
-
"evmInfo": {
|
|
9442
|
-
"evmChainId": 3109,
|
|
9443
|
-
"blockExplorer": "https://svmscan.io/",
|
|
9444
|
-
"existentialDeposit": "0",
|
|
9445
|
-
"symbol": "BTC",
|
|
9446
|
-
"decimals": 18,
|
|
9447
|
-
"supportSmartContract": [
|
|
9448
|
-
"ERC20",
|
|
9449
|
-
"ERC721"
|
|
9450
|
-
],
|
|
9451
|
-
"abiExplorer": null
|
|
9452
|
-
},
|
|
9453
|
-
"substrateInfo": null,
|
|
9454
|
-
"extraInfo": null,
|
|
9455
|
-
"bitcoinInfo": null,
|
|
9456
|
-
"tonInfo": null
|
|
9457
|
-
},
|
|
9458
|
-
"satoshivm_testnet": {
|
|
9459
|
-
"slug": "satoshivm_testnet",
|
|
9460
|
-
"name": "SatoshiVM Testnet",
|
|
9461
|
-
"isTestnet": true,
|
|
9462
|
-
"chainStatus": "ACTIVE",
|
|
9463
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png",
|
|
9464
|
-
"providers": {
|
|
9465
|
-
"Test Rpc Node": "https://test-rpc-node-http.svmscan.io/"
|
|
9466
|
-
},
|
|
9467
|
-
"evmInfo": {
|
|
9468
|
-
"evmChainId": 3110,
|
|
9469
|
-
"blockExplorer": "https://testnet.svmscan.io/",
|
|
9470
|
-
"existentialDeposit": "0",
|
|
9471
|
-
"symbol": "BTC",
|
|
9472
|
-
"decimals": 18,
|
|
9473
|
-
"supportSmartContract": [
|
|
9474
|
-
"ERC20",
|
|
9475
|
-
"ERC721"
|
|
9476
|
-
],
|
|
9477
|
-
"abiExplorer": null
|
|
9478
|
-
},
|
|
9479
|
-
"substrateInfo": null,
|
|
9480
|
-
"extraInfo": null,
|
|
9481
|
-
"bitcoinInfo": null,
|
|
9482
|
-
"tonInfo": null
|
|
9483
|
-
},
|
|
9484
9404
|
"cere": {
|
|
9485
9405
|
"slug": "cere",
|
|
9486
9406
|
"name": "Cere Network",
|
|
9487
9407
|
"isTestnet": false,
|
|
9488
9408
|
"chainStatus": "ACTIVE",
|
|
9489
|
-
"icon": "https://
|
|
9409
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cere.png",
|
|
9490
9410
|
"providers": {
|
|
9491
9411
|
"Cere Network": "wss://rpc.mainnet.cere.network/ws"
|
|
9492
9412
|
},
|
|
@@ -9517,7 +9437,7 @@
|
|
|
9517
9437
|
"name": "Aleph Zero Testnet - EVM",
|
|
9518
9438
|
"isTestnet": true,
|
|
9519
9439
|
"chainStatus": "ACTIVE",
|
|
9520
|
-
"icon": "https://
|
|
9440
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aleph_testnet_evm.png",
|
|
9521
9441
|
"providers": {
|
|
9522
9442
|
"Sepolia": "https://alephzero-sepolia.drpc.org/",
|
|
9523
9443
|
"Gelato": "https://rpc.alephzero-testnet.gelato.digital/"
|
|
@@ -9544,7 +9464,7 @@
|
|
|
9544
9464
|
"name": "Aleph Zero - EVM",
|
|
9545
9465
|
"isTestnet": false,
|
|
9546
9466
|
"chainStatus": "ACTIVE",
|
|
9547
|
-
"icon": "https://
|
|
9467
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aleph_evm.png",
|
|
9548
9468
|
"providers": {
|
|
9549
9469
|
"Gelato": "https://rpc.alephzero.raas.gelato.cloud"
|
|
9550
9470
|
},
|
|
@@ -9570,7 +9490,7 @@
|
|
|
9570
9490
|
"name": "Exosama",
|
|
9571
9491
|
"isTestnet": false,
|
|
9572
9492
|
"chainStatus": "ACTIVE",
|
|
9573
|
-
"icon": "https://
|
|
9493
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/exosama.png",
|
|
9574
9494
|
"providers": {
|
|
9575
9495
|
"Exosama Network": "https://rpc.exosama.com"
|
|
9576
9496
|
},
|
|
@@ -9596,7 +9516,7 @@
|
|
|
9596
9516
|
"name": "Blast Mainnet",
|
|
9597
9517
|
"isTestnet": false,
|
|
9598
9518
|
"chainStatus": "ACTIVE",
|
|
9599
|
-
"icon": "https://
|
|
9519
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/blast_mainnet.png",
|
|
9600
9520
|
"providers": {
|
|
9601
9521
|
"Blast": "https://rpc.blast.io"
|
|
9602
9522
|
},
|
|
@@ -9622,7 +9542,7 @@
|
|
|
9622
9542
|
"name": "Story Partner Testnet",
|
|
9623
9543
|
"isTestnet": true,
|
|
9624
9544
|
"chainStatus": "ACTIVE",
|
|
9625
|
-
"icon": "https://
|
|
9545
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/storypartner_testnet.png",
|
|
9626
9546
|
"providers": {},
|
|
9627
9547
|
"evmInfo": {
|
|
9628
9548
|
"evmChainId": 1513,
|
|
@@ -9646,7 +9566,7 @@
|
|
|
9646
9566
|
"name": "TON Network",
|
|
9647
9567
|
"isTestnet": false,
|
|
9648
9568
|
"chainStatus": "ACTIVE",
|
|
9649
|
-
"icon": "https://
|
|
9569
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ton.png",
|
|
9650
9570
|
"providers": {
|
|
9651
9571
|
"Toncenter": "https://ton-rpc.subwallet.app"
|
|
9652
9572
|
},
|
|
@@ -9670,7 +9590,7 @@
|
|
|
9670
9590
|
"name": "TON Testnet",
|
|
9671
9591
|
"isTestnet": true,
|
|
9672
9592
|
"chainStatus": "ACTIVE",
|
|
9673
|
-
"icon": "https://
|
|
9593
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ton_testnet.png",
|
|
9674
9594
|
"providers": {
|
|
9675
9595
|
"TonCenter": "https://ton-rpc-testnet.subwallet.app"
|
|
9676
9596
|
},
|
|
@@ -9694,7 +9614,7 @@
|
|
|
9694
9614
|
"name": "5ireChain Mainnet",
|
|
9695
9615
|
"isTestnet": false,
|
|
9696
9616
|
"chainStatus": "ACTIVE",
|
|
9697
|
-
"icon": "https://
|
|
9617
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/5irechain_mainnet.png",
|
|
9698
9618
|
"providers": {
|
|
9699
9619
|
"5fire": "https://rpc.5ire.network/"
|
|
9700
9620
|
},
|
|
@@ -9720,7 +9640,7 @@
|
|
|
9720
9640
|
"name": "Polygon zkEVM",
|
|
9721
9641
|
"isTestnet": false,
|
|
9722
9642
|
"chainStatus": "ACTIVE",
|
|
9723
|
-
"icon": "https://
|
|
9643
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polygonzkevm.png",
|
|
9724
9644
|
"providers": {
|
|
9725
9645
|
"zkEVM": "https://zkevm-rpc.com/"
|
|
9726
9646
|
},
|
|
@@ -9746,7 +9666,7 @@
|
|
|
9746
9666
|
"name": "Immutable zkEVM Mainnet",
|
|
9747
9667
|
"isTestnet": false,
|
|
9748
9668
|
"chainStatus": "ACTIVE",
|
|
9749
|
-
"icon": "https://
|
|
9669
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/immutablezkevm.png",
|
|
9750
9670
|
"providers": {
|
|
9751
9671
|
"Immutable": "https://rpc.immutable.com/"
|
|
9752
9672
|
},
|
|
@@ -9772,7 +9692,7 @@
|
|
|
9772
9692
|
"name": "Story Public Testnet",
|
|
9773
9693
|
"isTestnet": true,
|
|
9774
9694
|
"chainStatus": "INACTIVE",
|
|
9775
|
-
"icon": "https://
|
|
9695
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/storypublic_testnet.png",
|
|
9776
9696
|
"providers": {
|
|
9777
9697
|
"Story Testnet": "https://testnet.storyrpc.io/"
|
|
9778
9698
|
},
|
|
@@ -9798,7 +9718,7 @@
|
|
|
9798
9718
|
"name": "Soneium Minato",
|
|
9799
9719
|
"isTestnet": true,
|
|
9800
9720
|
"chainStatus": "ACTIVE",
|
|
9801
|
-
"icon": "https://
|
|
9721
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/soneiumminato.png",
|
|
9802
9722
|
"providers": {
|
|
9803
9723
|
"Soneium": "https://rpc.minato.soneium.org/"
|
|
9804
9724
|
},
|
|
@@ -9824,7 +9744,7 @@
|
|
|
9824
9744
|
"name": "Base Sepolia",
|
|
9825
9745
|
"isTestnet": true,
|
|
9826
9746
|
"chainStatus": "ACTIVE",
|
|
9827
|
-
"icon": "https://
|
|
9747
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/base_sepolia.png",
|
|
9828
9748
|
"providers": {
|
|
9829
9749
|
"Base": "https://sepolia.base.org",
|
|
9830
9750
|
"BlockPi": "https://base-sepolia.blockpi.network/v1/rpc/public",
|
|
@@ -9852,7 +9772,7 @@
|
|
|
9852
9772
|
"name": "Creditcoin Native",
|
|
9853
9773
|
"isTestnet": false,
|
|
9854
9774
|
"chainStatus": "ACTIVE",
|
|
9855
|
-
"icon": "https://
|
|
9775
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcoin_native.png",
|
|
9856
9776
|
"providers": {
|
|
9857
9777
|
"Creditcoin CC3 mainnnet": "wss://mainnet3.creditcoin.network"
|
|
9858
9778
|
},
|
|
@@ -9886,7 +9806,7 @@
|
|
|
9886
9806
|
"name": "Creditcoin EVM",
|
|
9887
9807
|
"isTestnet": false,
|
|
9888
9808
|
"chainStatus": "ACTIVE",
|
|
9889
|
-
"icon": "https://
|
|
9809
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcoin_evm.png",
|
|
9890
9810
|
"providers": {
|
|
9891
9811
|
"Creditcoin EVM": "https://mainnet3.creditcoin.network/"
|
|
9892
9812
|
},
|
|
@@ -9912,7 +9832,7 @@
|
|
|
9912
9832
|
"name": "Arbitrum Sepolia",
|
|
9913
9833
|
"isTestnet": true,
|
|
9914
9834
|
"chainStatus": "ACTIVE",
|
|
9915
|
-
"icon": "https://
|
|
9835
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/arbitrum_sepolia.png",
|
|
9916
9836
|
"providers": {
|
|
9917
9837
|
"Block Pi": "https://arbitrum-sepolia.blockpi.network/v1/rpc/public",
|
|
9918
9838
|
"Omni Atech": "https://endpoints.omniatech.io/v1/arbitrum/sepolia/public",
|
|
@@ -9940,7 +9860,7 @@
|
|
|
9940
9860
|
"name": "Ternoa zkEVM+ Testnet",
|
|
9941
9861
|
"isTestnet": true,
|
|
9942
9862
|
"chainStatus": "ACTIVE",
|
|
9943
|
-
"icon": "https://
|
|
9863
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoazkevm_testnet.png",
|
|
9944
9864
|
"providers": {
|
|
9945
9865
|
"Ternoa zkEVM": "https://rpc.zkevm.ternoa.network/"
|
|
9946
9866
|
},
|
|
@@ -9966,7 +9886,7 @@
|
|
|
9966
9886
|
"name": "Bittensor devnet",
|
|
9967
9887
|
"isTestnet": true,
|
|
9968
9888
|
"chainStatus": "ACTIVE",
|
|
9969
|
-
"icon": "https://
|
|
9889
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bittensor_devnet.png",
|
|
9970
9890
|
"providers": {
|
|
9971
9891
|
"Opentensor": "wss://dev.chain.opentensor.ai:443"
|
|
9972
9892
|
},
|
|
@@ -9997,7 +9917,7 @@
|
|
|
9997
9917
|
"name": "Mantle Network",
|
|
9998
9918
|
"isTestnet": false,
|
|
9999
9919
|
"chainStatus": "ACTIVE",
|
|
10000
|
-
"icon": "https://
|
|
9920
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mantle.png",
|
|
10001
9921
|
"providers": {
|
|
10002
9922
|
"Mantle": "https://rpc.mantle.xyz/"
|
|
10003
9923
|
},
|
|
@@ -10023,7 +9943,7 @@
|
|
|
10023
9943
|
"name": "zkVerify Testnet",
|
|
10024
9944
|
"isTestnet": true,
|
|
10025
9945
|
"chainStatus": "ACTIVE",
|
|
10026
|
-
"icon": "https://
|
|
9946
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zkverify_testnet.png",
|
|
10027
9947
|
"providers": {
|
|
10028
9948
|
"zkVerify": "wss://testnet-rpc.zkverify.io"
|
|
10029
9949
|
},
|
|
@@ -10054,7 +9974,7 @@
|
|
|
10054
9974
|
"name": "RARI Chain",
|
|
10055
9975
|
"isTestnet": false,
|
|
10056
9976
|
"chainStatus": "ACTIVE",
|
|
10057
|
-
"icon": "https://
|
|
9977
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rari.png",
|
|
10058
9978
|
"providers": {
|
|
10059
9979
|
"RARI": "https://mainnet.rpc.rarichain.org/http"
|
|
10060
9980
|
},
|
|
@@ -10080,7 +10000,7 @@
|
|
|
10080
10000
|
"name": "Scroll",
|
|
10081
10001
|
"isTestnet": false,
|
|
10082
10002
|
"chainStatus": "ACTIVE",
|
|
10083
|
-
"icon": "https://
|
|
10003
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/scroll.png",
|
|
10084
10004
|
"providers": {
|
|
10085
10005
|
"Scroll": "https://rpc.scroll.io/"
|
|
10086
10006
|
},
|
|
@@ -10106,7 +10026,7 @@
|
|
|
10106
10026
|
"name": "Unichain Sepolia",
|
|
10107
10027
|
"isTestnet": true,
|
|
10108
10028
|
"chainStatus": "ACTIVE",
|
|
10109
|
-
"icon": "https://
|
|
10029
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unichain_sepolia.png",
|
|
10110
10030
|
"providers": {
|
|
10111
10031
|
"Unichain": "https://sepolia.unichain.org/"
|
|
10112
10032
|
},
|
|
@@ -10132,7 +10052,7 @@
|
|
|
10132
10052
|
"name": "World Chain",
|
|
10133
10053
|
"isTestnet": false,
|
|
10134
10054
|
"chainStatus": "ACTIVE",
|
|
10135
|
-
"icon": "https://
|
|
10055
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/world_chain.png",
|
|
10136
10056
|
"providers": {
|
|
10137
10057
|
"World Chain": "https://worldchain-mainnet.g.alchemy.com/public"
|
|
10138
10058
|
},
|
|
@@ -10158,7 +10078,7 @@
|
|
|
10158
10078
|
"name": "Mode Mainnet",
|
|
10159
10079
|
"isTestnet": false,
|
|
10160
10080
|
"chainStatus": "ACTIVE",
|
|
10161
|
-
"icon": "https://
|
|
10081
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mode.png",
|
|
10162
10082
|
"providers": {
|
|
10163
10083
|
"Mode Mainnet": "https://mainnet.mode.network/"
|
|
10164
10084
|
},
|
|
@@ -10184,7 +10104,7 @@
|
|
|
10184
10104
|
"name": "Lisk",
|
|
10185
10105
|
"isTestnet": false,
|
|
10186
10106
|
"chainStatus": "ACTIVE",
|
|
10187
|
-
"icon": "https://
|
|
10107
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/lisk.png",
|
|
10188
10108
|
"providers": {
|
|
10189
10109
|
"Lisk": "https://rpc.api.lisk.com/"
|
|
10190
10110
|
},
|
|
@@ -10210,7 +10130,7 @@
|
|
|
10210
10130
|
"name": "Zircuit",
|
|
10211
10131
|
"isTestnet": false,
|
|
10212
10132
|
"chainStatus": "ACTIVE",
|
|
10213
|
-
"icon": "https://
|
|
10133
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zircuit.png",
|
|
10214
10134
|
"providers": {
|
|
10215
10135
|
"Zircuit1": "https://zircuit1-mainnet.p2pify.com/",
|
|
10216
10136
|
"Zircuit": "https://zircuit-mainnet.drpc.org/",
|
|
@@ -10238,7 +10158,7 @@
|
|
|
10238
10158
|
"name": "Tangle Mainnet",
|
|
10239
10159
|
"isTestnet": false,
|
|
10240
10160
|
"chainStatus": "ACTIVE",
|
|
10241
|
-
"icon": "https://
|
|
10161
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tangle.png",
|
|
10242
10162
|
"providers": {
|
|
10243
10163
|
"Tangle": "wss://rpc.tangle.tools"
|
|
10244
10164
|
},
|
|
@@ -10269,7 +10189,7 @@
|
|
|
10269
10189
|
"name": "Tangle EVM Mainnet",
|
|
10270
10190
|
"isTestnet": false,
|
|
10271
10191
|
"chainStatus": "ACTIVE",
|
|
10272
|
-
"icon": "https://
|
|
10192
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tangle_evm.png",
|
|
10273
10193
|
"providers": {
|
|
10274
10194
|
"Tangle": "https://rpc.tangle.tools/"
|
|
10275
10195
|
},
|
|
@@ -10295,7 +10215,7 @@
|
|
|
10295
10215
|
"name": "Story Odyssey Testnet",
|
|
10296
10216
|
"isTestnet": true,
|
|
10297
10217
|
"chainStatus": "ACTIVE",
|
|
10298
|
-
"icon": "https://
|
|
10218
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/storyodyssey_testnet.png",
|
|
10299
10219
|
"providers": {
|
|
10300
10220
|
"Story Odyssey": "https://odyssey.storyrpc.io/"
|
|
10301
10221
|
},
|
|
@@ -10321,7 +10241,7 @@
|
|
|
10321
10241
|
"name": "Polygon Amoy Testnet",
|
|
10322
10242
|
"isTestnet": true,
|
|
10323
10243
|
"chainStatus": "ACTIVE",
|
|
10324
|
-
"icon": "https://
|
|
10244
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polygon_amoy.png",
|
|
10325
10245
|
"providers": {
|
|
10326
10246
|
"Polygon Amoy": "https://rpc-amoy.polygon.technology/"
|
|
10327
10247
|
},
|
|
@@ -10347,7 +10267,7 @@
|
|
|
10347
10267
|
"name": "Polygon zkEVM Cardona Testnet",
|
|
10348
10268
|
"isTestnet": true,
|
|
10349
10269
|
"chainStatus": "ACTIVE",
|
|
10350
|
-
"icon": "https://
|
|
10270
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polygonzkevm_cardona.png",
|
|
10351
10271
|
"providers": {
|
|
10352
10272
|
"Cardona": "https://etherscan.cardona.zkevm-rpc.com/"
|
|
10353
10273
|
},
|
|
@@ -10373,7 +10293,7 @@
|
|
|
10373
10293
|
"name": "ZKsync Era Mainnet",
|
|
10374
10294
|
"isTestnet": false,
|
|
10375
10295
|
"chainStatus": "ACTIVE",
|
|
10376
|
-
"icon": "https://
|
|
10296
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zksync_era.png",
|
|
10377
10297
|
"providers": {
|
|
10378
10298
|
"ZKsync Era": "https://mainnet.era.zksync.io/"
|
|
10379
10299
|
},
|
|
@@ -10399,7 +10319,7 @@
|
|
|
10399
10319
|
"name": "ApeChain",
|
|
10400
10320
|
"isTestnet": false,
|
|
10401
10321
|
"chainStatus": "ACTIVE",
|
|
10402
|
-
"icon": "https://
|
|
10322
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/apechain.png",
|
|
10403
10323
|
"providers": {
|
|
10404
10324
|
"Calderachain": "https://apechain.calderachain.xyz/http"
|
|
10405
10325
|
},
|
|
@@ -10425,7 +10345,7 @@
|
|
|
10425
10345
|
"name": "Autonomys Taurus Testnet",
|
|
10426
10346
|
"isTestnet": true,
|
|
10427
10347
|
"chainStatus": "ACTIVE",
|
|
10428
|
-
"icon": "https://
|
|
10348
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/autonomys_taurus.png",
|
|
10429
10349
|
"providers": {
|
|
10430
10350
|
"Taurus": "wss://rpc-0.taurus.subspace.network/ws"
|
|
10431
10351
|
},
|
|
@@ -10456,7 +10376,7 @@
|
|
|
10456
10376
|
"name": "Gnosis",
|
|
10457
10377
|
"isTestnet": false,
|
|
10458
10378
|
"chainStatus": "ACTIVE",
|
|
10459
|
-
"icon": "https://
|
|
10379
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gnosis.png",
|
|
10460
10380
|
"providers": {
|
|
10461
10381
|
"Gnosis Chain": "https://rpc.gnosischain.com/"
|
|
10462
10382
|
},
|
|
@@ -10482,7 +10402,7 @@
|
|
|
10482
10402
|
"name": "Autonomys Mainnet",
|
|
10483
10403
|
"isTestnet": false,
|
|
10484
10404
|
"chainStatus": "ACTIVE",
|
|
10485
|
-
"icon": "https://
|
|
10405
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/autonomys.png",
|
|
10486
10406
|
"providers": {
|
|
10487
10407
|
"Subspace": "wss://rpc-1.mainnet.subspace.network/ws"
|
|
10488
10408
|
},
|
|
@@ -10513,7 +10433,7 @@
|
|
|
10513
10433
|
"name": "Fraxtal Mainnet L2",
|
|
10514
10434
|
"isTestnet": false,
|
|
10515
10435
|
"chainStatus": "ACTIVE",
|
|
10516
|
-
"icon":
|
|
10436
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fraxtal.png",
|
|
10517
10437
|
"providers": {
|
|
10518
10438
|
"Frax": "https://rpc.frax.com/"
|
|
10519
10439
|
},
|
|
@@ -10539,7 +10459,7 @@
|
|
|
10539
10459
|
"name": "Cyber",
|
|
10540
10460
|
"isTestnet": false,
|
|
10541
10461
|
"chainStatus": "ACTIVE",
|
|
10542
|
-
"icon":
|
|
10462
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cyber.png",
|
|
10543
10463
|
"providers": {
|
|
10544
10464
|
"Cyber": "https://cyber.alt.technology/"
|
|
10545
10465
|
},
|
|
@@ -10559,5 +10479,129 @@
|
|
|
10559
10479
|
"extraInfo": null,
|
|
10560
10480
|
"bitcoinInfo": null,
|
|
10561
10481
|
"tonInfo": null
|
|
10482
|
+
},
|
|
10483
|
+
"g6_testnet": {
|
|
10484
|
+
"slug": "g6_testnet",
|
|
10485
|
+
"name": "G6 Testnet",
|
|
10486
|
+
"isTestnet": true,
|
|
10487
|
+
"chainStatus": "ACTIVE",
|
|
10488
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/g6_testnet.png",
|
|
10489
|
+
"providers": {
|
|
10490
|
+
"G6 Testnet": "wss://testnet.g6.network/node"
|
|
10491
|
+
},
|
|
10492
|
+
"evmInfo": null,
|
|
10493
|
+
"substrateInfo": {
|
|
10494
|
+
"relaySlug": null,
|
|
10495
|
+
"paraId": null,
|
|
10496
|
+
"genesisHash": "0xbfac5d00971d829620ee7c653de232d3b052b663dc0f6277c352b6c96f9ca15c",
|
|
10497
|
+
"addressPrefix": 611,
|
|
10498
|
+
"chainType": "RELAYCHAIN",
|
|
10499
|
+
"crowdloanUrl": null,
|
|
10500
|
+
"blockExplorer": null,
|
|
10501
|
+
"existentialDeposit": "500",
|
|
10502
|
+
"symbol": "GSX",
|
|
10503
|
+
"decimals": 18,
|
|
10504
|
+
"hasNativeNft": null,
|
|
10505
|
+
"supportStaking": null,
|
|
10506
|
+
"supportSmartContract": null,
|
|
10507
|
+
"crowdloanParaId": null,
|
|
10508
|
+
"crowdloanFunds": []
|
|
10509
|
+
},
|
|
10510
|
+
"extraInfo": null,
|
|
10511
|
+
"bitcoinInfo": null,
|
|
10512
|
+
"tonInfo": null
|
|
10513
|
+
},
|
|
10514
|
+
"jamton": {
|
|
10515
|
+
"slug": "jamton",
|
|
10516
|
+
"name": "JAMTON",
|
|
10517
|
+
"isTestnet": false,
|
|
10518
|
+
"chainStatus": "ACTIVE",
|
|
10519
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/jamton.png",
|
|
10520
|
+
"providers": {
|
|
10521
|
+
"Jamton": "wss://rpc.jamton.network"
|
|
10522
|
+
},
|
|
10523
|
+
"evmInfo": null,
|
|
10524
|
+
"substrateInfo": {
|
|
10525
|
+
"relaySlug": "polkadot",
|
|
10526
|
+
"paraId": 3397,
|
|
10527
|
+
"genesisHash": "0xbb9233e202ec014707f82ddb90e84ee9efece8fefee287ad4ad646d869a6c24a",
|
|
10528
|
+
"addressPrefix": 5589,
|
|
10529
|
+
"chainType": "PARACHAIN",
|
|
10530
|
+
"crowdloanUrl": null,
|
|
10531
|
+
"blockExplorer": null,
|
|
10532
|
+
"existentialDeposit": "1000000000000000",
|
|
10533
|
+
"symbol": "DOTON",
|
|
10534
|
+
"decimals": 18,
|
|
10535
|
+
"hasNativeNft": null,
|
|
10536
|
+
"supportStaking": null,
|
|
10537
|
+
"supportSmartContract": null,
|
|
10538
|
+
"crowdloanParaId": null,
|
|
10539
|
+
"crowdloanFunds": []
|
|
10540
|
+
},
|
|
10541
|
+
"extraInfo": null,
|
|
10542
|
+
"bitcoinInfo": null,
|
|
10543
|
+
"tonInfo": null
|
|
10544
|
+
},
|
|
10545
|
+
"etherlink": {
|
|
10546
|
+
"slug": "etherlink",
|
|
10547
|
+
"name": "Etherlink Mainnet",
|
|
10548
|
+
"isTestnet": false,
|
|
10549
|
+
"chainStatus": "ACTIVE",
|
|
10550
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/etherlink.png",
|
|
10551
|
+
"providers": {
|
|
10552
|
+
"Etherlink": "https://node.mainnet.etherlink.com/"
|
|
10553
|
+
},
|
|
10554
|
+
"evmInfo": {
|
|
10555
|
+
"evmChainId": 42793,
|
|
10556
|
+
"blockExplorer": "https://explorer.etherlink.com/",
|
|
10557
|
+
"existentialDeposit": "0",
|
|
10558
|
+
"symbol": "XTZ",
|
|
10559
|
+
"decimals": 18,
|
|
10560
|
+
"supportSmartContract": [
|
|
10561
|
+
"ERC20",
|
|
10562
|
+
"ERC721"
|
|
10563
|
+
],
|
|
10564
|
+
"abiExplorer": null
|
|
10565
|
+
},
|
|
10566
|
+
"substrateInfo": null,
|
|
10567
|
+
"extraInfo": null,
|
|
10568
|
+
"bitcoinInfo": null,
|
|
10569
|
+
"tonInfo": null
|
|
10570
|
+
},
|
|
10571
|
+
"polkadot_people": {
|
|
10572
|
+
"slug": "polkadot_people",
|
|
10573
|
+
"name": "Polkadot People",
|
|
10574
|
+
"isTestnet": false,
|
|
10575
|
+
"chainStatus": "ACTIVE",
|
|
10576
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadot_people.png",
|
|
10577
|
+
"providers": {
|
|
10578
|
+
"PolkadotPeople": "wss://polkadot-people-rpc.polkadot.io",
|
|
10579
|
+
"LuckyFriday": "wss://rpc-people-polkadot.luckyfriday.io",
|
|
10580
|
+
"RadiumBlock": "wss://people-polkadot.public.curie.radiumblock.co/ws",
|
|
10581
|
+
"Sys Ibp": "wss://sys.ibp.network/people-polkadot",
|
|
10582
|
+
"Sys Dotters": "wss://sys.dotters.network/people-polkadot",
|
|
10583
|
+
"Dotters": "wss://people-polkadot.dotters.network"
|
|
10584
|
+
},
|
|
10585
|
+
"evmInfo": null,
|
|
10586
|
+
"substrateInfo": {
|
|
10587
|
+
"relaySlug": "polkadot",
|
|
10588
|
+
"paraId": 1004,
|
|
10589
|
+
"genesisHash": "0x67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008",
|
|
10590
|
+
"addressPrefix": 0,
|
|
10591
|
+
"chainType": "PARACHAIN",
|
|
10592
|
+
"crowdloanUrl": null,
|
|
10593
|
+
"blockExplorer": null,
|
|
10594
|
+
"existentialDeposit": "1000000000",
|
|
10595
|
+
"symbol": "DOT",
|
|
10596
|
+
"decimals": 10,
|
|
10597
|
+
"hasNativeNft": null,
|
|
10598
|
+
"supportStaking": null,
|
|
10599
|
+
"supportSmartContract": null,
|
|
10600
|
+
"crowdloanParaId": null,
|
|
10601
|
+
"crowdloanFunds": []
|
|
10602
|
+
},
|
|
10603
|
+
"extraInfo": null,
|
|
10604
|
+
"bitcoinInfo": null,
|
|
10605
|
+
"tonInfo": null
|
|
10562
10606
|
}
|
|
10563
|
-
}
|
|
10607
|
+
}
|