@subwallet/chain-list 0.2.64-beta.4 → 0.2.64
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 +1789 -2582
- package/cjs/data/AssetLogoMap.json +654 -667
- package/cjs/data/AssetRef.json +1 -99
- package/cjs/data/ChainAsset.json +587 -1007
- package/cjs/data/ChainInfo.json +241 -475
- package/cjs/data/ChainLogoMap.json +244 -253
- package/cjs/data/MultiChainAsset.json +62 -62
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +654 -667
- package/data/AssetRef.json +1 -99
- package/data/ChainAsset.json +587 -1007
- package/data/ChainInfo.json +241 -475
- package/data/ChainLogoMap.json +244 -253
- package/data/MultiChainAsset.json +62 -62
- 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
|
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
10
10
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"name": "Kusama",
|
|
44
44
|
"isTestnet": false,
|
|
45
45
|
"chainStatus": "ACTIVE",
|
|
46
|
-
"icon": "https://
|
|
46
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusama.png",
|
|
47
47
|
"providers": {
|
|
48
48
|
"RadiumBlock": "wss://kusama.public.curie.radiumblock.co/ws",
|
|
49
49
|
"Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"name": "Ethereum",
|
|
83
83
|
"isTestnet": false,
|
|
84
84
|
"chainStatus": "ACTIVE",
|
|
85
|
-
"icon": "https://
|
|
85
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum.png",
|
|
86
86
|
"providers": {
|
|
87
87
|
"PublicNode": "https://ethereum.publicnode.com",
|
|
88
88
|
"BlastApi": "https://eth-mainnet.public.blastapi.io",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"name": "Binance Smart Chain",
|
|
113
113
|
"isTestnet": false,
|
|
114
114
|
"chainStatus": "ACTIVE",
|
|
115
|
-
"icon": "https://
|
|
115
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance.png",
|
|
116
116
|
"providers": {
|
|
117
117
|
"Binance": "https://bsc-dataseed.binance.org/",
|
|
118
118
|
"Defibit": "https://bsc-dataseed1.defibit.io/",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"name": "Moonbeam",
|
|
144
144
|
"isTestnet": false,
|
|
145
145
|
"chainStatus": "ACTIVE",
|
|
146
|
-
"icon": "https://
|
|
146
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbeam.png",
|
|
147
147
|
"providers": {
|
|
148
148
|
"Moonbeam Foundation": "wss://wss.api.moonbeam.network",
|
|
149
149
|
"Blast": "wss://moonbeam.public.blastapi.io",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"name": "Pioneer Network",
|
|
202
202
|
"isTestnet": false,
|
|
203
203
|
"chainStatus": "ACTIVE",
|
|
204
|
-
"icon": "https://
|
|
204
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pioneer.png",
|
|
205
205
|
"providers": {
|
|
206
206
|
"Pioneer": "wss://pioneer-rpc-3.bit.country/wss"
|
|
207
207
|
},
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"name": "Aleph Zero",
|
|
247
247
|
"isTestnet": false,
|
|
248
248
|
"chainStatus": "ACTIVE",
|
|
249
|
-
"icon": "https://
|
|
249
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aleph.png",
|
|
250
250
|
"providers": {
|
|
251
251
|
"Aleph Zero Foundation": "wss://ws.azero.dev",
|
|
252
252
|
"Dwellir": "wss://aleph-zero-rpc.dwellir.com"
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"name": "Astar",
|
|
284
284
|
"isTestnet": false,
|
|
285
285
|
"chainStatus": "ACTIVE",
|
|
286
|
-
"icon": "https://
|
|
286
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astar.png",
|
|
287
287
|
"providers": {
|
|
288
288
|
"Astar": "wss://rpc.astar.network",
|
|
289
289
|
"OnFinality": "wss://astar.api.onfinality.io/public-ws",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"name": "Astar - EVM",
|
|
336
336
|
"isTestnet": false,
|
|
337
337
|
"chainStatus": "ACTIVE",
|
|
338
|
-
"icon": "https://
|
|
338
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarevm.png",
|
|
339
339
|
"providers": {
|
|
340
340
|
"Astar": "https://evm.astar.network",
|
|
341
341
|
"OnFinality": "https://astar.api.onfinality.io/public",
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
"name": "Polkadot Asset Hub (Statemint)",
|
|
364
364
|
"isTestnet": false,
|
|
365
365
|
"chainStatus": "ACTIVE",
|
|
366
|
-
"icon": "https://
|
|
366
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemint.png",
|
|
367
367
|
"providers": {
|
|
368
368
|
"Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com",
|
|
369
369
|
"IBP-GeoDNS1": "wss://sys.ibp.network/statemint",
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
"name": "Acala",
|
|
400
400
|
"isTestnet": false,
|
|
401
401
|
"chainStatus": "ACTIVE",
|
|
402
|
-
"icon": "https://
|
|
402
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala.png",
|
|
403
403
|
"providers": {
|
|
404
404
|
"Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
|
|
405
405
|
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"name": "Polygon",
|
|
450
450
|
"isTestnet": false,
|
|
451
451
|
"chainStatus": "ACTIVE",
|
|
452
|
-
"icon": "https://
|
|
452
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polygon.png",
|
|
453
453
|
"providers": {
|
|
454
454
|
"Polygon Scan": "https://polygon-rpc.com/",
|
|
455
455
|
"Llamarpc": "https://polygon.llamarpc.com",
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"name": "Arbitrum One",
|
|
481
481
|
"isTestnet": false,
|
|
482
482
|
"chainStatus": "ACTIVE",
|
|
483
|
-
"icon": "https://
|
|
483
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/arbitrum_one.png",
|
|
484
484
|
"providers": {
|
|
485
485
|
"Omniatech": "https://endpoints.omniatech.io/v1/arbitrum/one/public",
|
|
486
486
|
"BlastApi": "https://arbitrum-one.public.blastapi.io"
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
"name": "Optimism",
|
|
510
510
|
"isTestnet": false,
|
|
511
511
|
"chainStatus": "ACTIVE",
|
|
512
|
-
"icon": "https://
|
|
512
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/optimism.png",
|
|
513
513
|
"providers": {
|
|
514
514
|
"Kyber Engineering": "https://optimism.kyberengineering.io",
|
|
515
515
|
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
|
|
@@ -538,7 +538,7 @@
|
|
|
538
538
|
"name": "Viction",
|
|
539
539
|
"isTestnet": false,
|
|
540
540
|
"chainStatus": "ACTIVE",
|
|
541
|
-
"icon": "https://
|
|
541
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tomochain.png",
|
|
542
542
|
"providers": {
|
|
543
543
|
"TomoChain": "https://rpc.tomochain.com"
|
|
544
544
|
},
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
"name": "Aleph Zero Testnet",
|
|
564
564
|
"isTestnet": true,
|
|
565
565
|
"chainStatus": "ACTIVE",
|
|
566
|
-
"icon": "https://
|
|
566
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephtest.png",
|
|
567
567
|
"providers": {
|
|
568
568
|
"Aleph Zero Foundation": "wss://ws.test.azero.dev"
|
|
569
569
|
},
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
"name": "Shiden",
|
|
597
597
|
"isTestnet": false,
|
|
598
598
|
"chainStatus": "ACTIVE",
|
|
599
|
-
"icon": "https://
|
|
599
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shiden.png",
|
|
600
600
|
"providers": {
|
|
601
601
|
"Astar": "wss://rpc.shiden.astar.network",
|
|
602
602
|
"OnFinality": "wss://shiden.api.onfinality.io/public-ws",
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"name": "Shiden - EVM",
|
|
670
670
|
"isTestnet": false,
|
|
671
671
|
"chainStatus": "ACTIVE",
|
|
672
|
-
"icon": "https://
|
|
672
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shidenevm.png",
|
|
673
673
|
"providers": {
|
|
674
674
|
"Astar": "https://evm.shiden.astar.network",
|
|
675
675
|
"OnFinality": "https://shiden.api.onfinality.io/public",
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"name": "Shibuya Testnet",
|
|
698
698
|
"isTestnet": true,
|
|
699
699
|
"chainStatus": "ACTIVE",
|
|
700
|
-
"icon": "https://
|
|
700
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuya.png",
|
|
701
701
|
"providers": {
|
|
702
702
|
"Shibuya": "wss://rpc.shibuya.astar.network",
|
|
703
703
|
"Dwellir": "wss://shibuya-rpc.dwellir.com"
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
"name": "Shibuya Testnet - EVM",
|
|
735
735
|
"isTestnet": true,
|
|
736
736
|
"chainStatus": "ACTIVE",
|
|
737
|
-
"icon": "https://
|
|
737
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuyaevm.png",
|
|
738
738
|
"providers": {
|
|
739
739
|
"Shibuya": "https://evm.shibuya.astar.network ",
|
|
740
740
|
"BlastAPI": "https://shibuya.public.blastapi.io"
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
"name": "Aventus Polkadot",
|
|
761
761
|
"isTestnet": false,
|
|
762
762
|
"chainStatus": "ACTIVE",
|
|
763
|
-
"icon": "https://
|
|
763
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus.png",
|
|
764
764
|
"providers": {
|
|
765
765
|
"Aventus": "wss://public-rpc.mainnet.aventus.io"
|
|
766
766
|
},
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
"name": "Westend",
|
|
803
803
|
"isTestnet": true,
|
|
804
804
|
"chainStatus": "ACTIVE",
|
|
805
|
-
"icon": "https://
|
|
805
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/westend.png",
|
|
806
806
|
"providers": {
|
|
807
807
|
"Parity": "wss://westend-rpc.polkadot.io",
|
|
808
808
|
"Dwellir": "wss://westend-rpc.dwellir.com",
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
"name": "Rococo",
|
|
840
840
|
"isTestnet": true,
|
|
841
841
|
"chainStatus": "ACTIVE",
|
|
842
|
-
"icon": "https://
|
|
842
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo.png",
|
|
843
843
|
"providers": {
|
|
844
844
|
"Parity": "wss://rococo-rpc.polkadot.io",
|
|
845
845
|
"Light Client": "light://substrate-connect/rococo"
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
"name": "Bit.Country - Alpha Net",
|
|
877
877
|
"isTestnet": true,
|
|
878
878
|
"chainStatus": "ACTIVE",
|
|
879
|
-
"icon": "https://
|
|
879
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcountry.png",
|
|
880
880
|
"providers": {
|
|
881
881
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
882
882
|
},
|
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
"name": "Equilibrium",
|
|
907
907
|
"isTestnet": false,
|
|
908
908
|
"chainStatus": "ACTIVE",
|
|
909
|
-
"icon": "https://
|
|
909
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/equilibrium_parachain.png",
|
|
910
910
|
"providers": {
|
|
911
911
|
"Equilibrium": "wss://node.pol.equilibrium.io",
|
|
912
912
|
"Dwellir": "wss://equilibrium-rpc.dwellir.com"
|
|
@@ -949,7 +949,7 @@
|
|
|
949
949
|
"name": "Moonbase Alpha",
|
|
950
950
|
"isTestnet": true,
|
|
951
951
|
"chainStatus": "ACTIVE",
|
|
952
|
-
"icon": "https://
|
|
952
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbase.png",
|
|
953
953
|
"providers": {
|
|
954
954
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
955
955
|
"Blast": "wss://moonbase-alpha.public.blastapi.io"
|
|
@@ -994,7 +994,7 @@
|
|
|
994
994
|
"name": "Moonriver",
|
|
995
995
|
"isTestnet": false,
|
|
996
996
|
"chainStatus": "ACTIVE",
|
|
997
|
-
"icon": "https://
|
|
997
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonriver.png",
|
|
998
998
|
"providers": {
|
|
999
999
|
"Moonbeam Foundation": "wss://wss.api.moonriver.moonbeam.network",
|
|
1000
1000
|
"Blast": "wss://moonriver.public.blastapi.io",
|
|
@@ -1064,7 +1064,7 @@
|
|
|
1064
1064
|
"name": "Turing Staging",
|
|
1065
1065
|
"isTestnet": true,
|
|
1066
1066
|
"chainStatus": "ACTIVE",
|
|
1067
|
-
"icon": "https://
|
|
1067
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turingstaging.png",
|
|
1068
1068
|
"providers": {
|
|
1069
1069
|
"Turing": "wss://rpc.turing-staging.oak.tech"
|
|
1070
1070
|
},
|
|
@@ -1094,7 +1094,7 @@
|
|
|
1094
1094
|
"name": "Turing",
|
|
1095
1095
|
"isTestnet": false,
|
|
1096
1096
|
"chainStatus": "ACTIVE",
|
|
1097
|
-
"icon": "https://
|
|
1097
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turing.png",
|
|
1098
1098
|
"providers": {
|
|
1099
1099
|
"Turing": "wss://rpc.turing.oak.tech",
|
|
1100
1100
|
"Dwellir": "wss://turing-rpc.dwellir.com"
|
|
@@ -1140,7 +1140,7 @@
|
|
|
1140
1140
|
"name": "Bifrost Kusama",
|
|
1141
1141
|
"isTestnet": false,
|
|
1142
1142
|
"chainStatus": "ACTIVE",
|
|
1143
|
-
"icon": "https://
|
|
1143
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost.png",
|
|
1144
1144
|
"providers": {
|
|
1145
1145
|
"Liebi 0": "wss://bifrost-rpc.liebi.com/ws",
|
|
1146
1146
|
"OnFinality": "wss://bifrost-parachain.api.onfinality.io/public-ws"
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
"name": "Bifrost Polkadot",
|
|
1198
1198
|
"isTestnet": false,
|
|
1199
1199
|
"chainStatus": "ACTIVE",
|
|
1200
|
-
"icon": "https://
|
|
1200
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_dot.png",
|
|
1201
1201
|
"providers": {
|
|
1202
1202
|
"Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
|
|
1203
1203
|
"LiebiEU": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
|
|
@@ -1244,7 +1244,7 @@
|
|
|
1244
1244
|
"name": "Bifrost Testnet",
|
|
1245
1245
|
"isTestnet": true,
|
|
1246
1246
|
"chainStatus": "ACTIVE",
|
|
1247
|
-
"icon": "https://
|
|
1247
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_testnet.png",
|
|
1248
1248
|
"providers": {
|
|
1249
1249
|
"Liebi": "wss://bifrost-rpc.rococo.liebi.com/ws"
|
|
1250
1250
|
},
|
|
@@ -1277,7 +1277,7 @@
|
|
|
1277
1277
|
"name": "Calamari",
|
|
1278
1278
|
"isTestnet": false,
|
|
1279
1279
|
"chainStatus": "ACTIVE",
|
|
1280
|
-
"icon": "https://
|
|
1280
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari.png",
|
|
1281
1281
|
"providers": {
|
|
1282
1282
|
"Manta Network": "wss://calamari.systems"
|
|
1283
1283
|
},
|
|
@@ -1322,7 +1322,7 @@
|
|
|
1322
1322
|
"name": "Amplitude",
|
|
1323
1323
|
"isTestnet": false,
|
|
1324
1324
|
"chainStatus": "ACTIVE",
|
|
1325
|
-
"icon": "https://
|
|
1325
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude.png",
|
|
1326
1326
|
"providers": {
|
|
1327
1327
|
"Amplitude": "wss://rpc-amplitude.pendulumchain.tech"
|
|
1328
1328
|
},
|
|
@@ -1364,7 +1364,7 @@
|
|
|
1364
1364
|
"name": "Amplitude Testnet",
|
|
1365
1365
|
"isTestnet": true,
|
|
1366
1366
|
"chainStatus": "ACTIVE",
|
|
1367
|
-
"icon": "https://
|
|
1367
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude_test.png",
|
|
1368
1368
|
"providers": {
|
|
1369
1369
|
"Amplitude": "wss://rpc-foucoco.pendulumchain.tech"
|
|
1370
1370
|
},
|
|
@@ -1394,7 +1394,7 @@
|
|
|
1394
1394
|
"name": "Bobabase Testnet",
|
|
1395
1395
|
"isTestnet": true,
|
|
1396
1396
|
"chainStatus": "INACTIVE",
|
|
1397
|
-
"icon": "https://
|
|
1397
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabase.png",
|
|
1398
1398
|
"providers": {},
|
|
1399
1399
|
"evmInfo": {
|
|
1400
1400
|
"evmChainId": 1297,
|
|
@@ -1417,7 +1417,7 @@
|
|
|
1417
1417
|
"name": "Ethereum Goerli",
|
|
1418
1418
|
"isTestnet": true,
|
|
1419
1419
|
"chainStatus": "ACTIVE",
|
|
1420
|
-
"icon": "https://
|
|
1420
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum_goerli.png",
|
|
1421
1421
|
"providers": {
|
|
1422
1422
|
"Infura": "https://goerli.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
|
|
1423
1423
|
},
|
|
@@ -1442,7 +1442,7 @@
|
|
|
1442
1442
|
"name": "Binance Smart Chain (Testnet)",
|
|
1443
1443
|
"isTestnet": true,
|
|
1444
1444
|
"chainStatus": "ACTIVE",
|
|
1445
|
-
"icon": "https://
|
|
1445
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance_test.png",
|
|
1446
1446
|
"providers": {
|
|
1447
1447
|
"Binance": "https://data-seed-prebsc-1-s1.binance.org:8545/",
|
|
1448
1448
|
"Binance2": "https://data-seed-prebsc-2-s1.binance.org:8545/"
|
|
@@ -1468,7 +1468,7 @@
|
|
|
1468
1468
|
"name": "Parallel",
|
|
1469
1469
|
"isTestnet": false,
|
|
1470
1470
|
"chainStatus": "ACTIVE",
|
|
1471
|
-
"icon": "https://
|
|
1471
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/parallel.png",
|
|
1472
1472
|
"providers": {
|
|
1473
1473
|
"Dwellir": "wss://parallel-rpc.dwellir.com"
|
|
1474
1474
|
},
|
|
@@ -1532,7 +1532,7 @@
|
|
|
1532
1532
|
"name": "Clover",
|
|
1533
1533
|
"isTestnet": false,
|
|
1534
1534
|
"chainStatus": "ACTIVE",
|
|
1535
|
-
"icon": "https://
|
|
1535
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/clover.png",
|
|
1536
1536
|
"providers": {
|
|
1537
1537
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1538
1538
|
},
|
|
@@ -1588,7 +1588,7 @@
|
|
|
1588
1588
|
"name": "Clover - EVM",
|
|
1589
1589
|
"isTestnet": false,
|
|
1590
1590
|
"chainStatus": "ACTIVE",
|
|
1591
|
-
"icon": "https://
|
|
1591
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cloverevm.png",
|
|
1592
1592
|
"providers": {
|
|
1593
1593
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1594
1594
|
},
|
|
@@ -1613,7 +1613,7 @@
|
|
|
1613
1613
|
"name": "HydraDX",
|
|
1614
1614
|
"isTestnet": false,
|
|
1615
1615
|
"chainStatus": "ACTIVE",
|
|
1616
|
-
"icon": "https://
|
|
1616
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_main.png",
|
|
1617
1617
|
"providers": {
|
|
1618
1618
|
"Galactic Council": "wss://rpc.hydradx.cloud",
|
|
1619
1619
|
"Dwellir": "wss://hydradx-rpc.dwellir.com"
|
|
@@ -1659,7 +1659,7 @@
|
|
|
1659
1659
|
"name": "Edgeware",
|
|
1660
1660
|
"isTestnet": false,
|
|
1661
1661
|
"chainStatus": "ACTIVE",
|
|
1662
|
-
"icon": "https://
|
|
1662
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/edgeware.png",
|
|
1663
1663
|
"providers": {
|
|
1664
1664
|
"JelliedOwl": "wss://edgeware.jelliedowl.net",
|
|
1665
1665
|
"Commonwealth Labs": "wss://mainnet2.edgewa.re"
|
|
@@ -1693,7 +1693,7 @@
|
|
|
1693
1693
|
"name": "Centrifuge",
|
|
1694
1694
|
"isTestnet": false,
|
|
1695
1695
|
"chainStatus": "ACTIVE",
|
|
1696
|
-
"icon": "https://
|
|
1696
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/centrifuge.png",
|
|
1697
1697
|
"providers": {
|
|
1698
1698
|
"Centrifuge": "wss://fullnode.parachain.centrifuge.io",
|
|
1699
1699
|
"OnFinality": "wss://centrifuge-parachain.api.onfinality.io/public-ws"
|
|
@@ -1739,7 +1739,7 @@
|
|
|
1739
1739
|
"name": "Interlay",
|
|
1740
1740
|
"isTestnet": false,
|
|
1741
1741
|
"chainStatus": "ACTIVE",
|
|
1742
|
-
"icon": "https://
|
|
1742
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/interlay.png",
|
|
1743
1743
|
"providers": {
|
|
1744
1744
|
"Kintsugi Labs": "wss://api.interlay.io/parachain",
|
|
1745
1745
|
"Dwellir": "wss://interlay-rpc.dwellir.com",
|
|
@@ -1786,7 +1786,7 @@
|
|
|
1786
1786
|
"name": "Nodle",
|
|
1787
1787
|
"isTestnet": false,
|
|
1788
1788
|
"chainStatus": "ACTIVE",
|
|
1789
|
-
"icon": "https://
|
|
1789
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nodle.png",
|
|
1790
1790
|
"providers": {
|
|
1791
1791
|
"OnFinality": "wss://nodle-parachain.api.onfinality.io/public-ws"
|
|
1792
1792
|
},
|
|
@@ -1831,7 +1831,7 @@
|
|
|
1831
1831
|
"name": "Darwinia 2",
|
|
1832
1832
|
"isTestnet": false,
|
|
1833
1833
|
"chainStatus": "ACTIVE",
|
|
1834
|
-
"icon": "https://
|
|
1834
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/darwinia2.png",
|
|
1835
1835
|
"providers": {
|
|
1836
1836
|
"Darwinia Network": "wss://rpc.darwinia.network",
|
|
1837
1837
|
"Darwinia Community": "wss://darwinia-rpc.darwiniacommunitydao.xyz",
|
|
@@ -1877,7 +1877,7 @@
|
|
|
1877
1877
|
"name": "SORA Kusama",
|
|
1878
1878
|
"isTestnet": false,
|
|
1879
1879
|
"chainStatus": "ACTIVE",
|
|
1880
|
-
"icon": "https://
|
|
1880
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_ksm.png",
|
|
1881
1881
|
"providers": {
|
|
1882
1882
|
"Soramitsu": "wss://ws.parachain-collator-2.c2.sora2.soramitsu.co.jp"
|
|
1883
1883
|
},
|
|
@@ -1930,7 +1930,7 @@
|
|
|
1930
1930
|
"name": "Ares Odyssey",
|
|
1931
1931
|
"isTestnet": false,
|
|
1932
1932
|
"chainStatus": "ACTIVE",
|
|
1933
|
-
"icon": "https://
|
|
1933
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/odyssey.png",
|
|
1934
1934
|
"providers": {
|
|
1935
1935
|
"AresProtocol": "wss://odyssey.aresprotocol.io"
|
|
1936
1936
|
},
|
|
@@ -1960,7 +1960,7 @@
|
|
|
1960
1960
|
"name": "Polkadex",
|
|
1961
1961
|
"isTestnet": false,
|
|
1962
1962
|
"chainStatus": "ACTIVE",
|
|
1963
|
-
"icon": "https://
|
|
1963
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex.png",
|
|
1964
1964
|
"providers": {
|
|
1965
1965
|
"RadiumBlock": "wss://polkadex.public.curie.radiumblock.co/ws",
|
|
1966
1966
|
"OnFinality": "wss://polkadex.api.onfinality.io/public-ws"
|
|
@@ -1994,7 +1994,7 @@
|
|
|
1994
1994
|
"name": "Polkadex - Testnet",
|
|
1995
1995
|
"isTestnet": true,
|
|
1996
1996
|
"chainStatus": "STOPPED",
|
|
1997
|
-
"icon": "https://
|
|
1997
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadextest.png",
|
|
1998
1998
|
"providers": {
|
|
1999
1999
|
"Polkadex Team": "wss://blockchain.polkadex.trade"
|
|
2000
2000
|
},
|
|
@@ -2024,7 +2024,7 @@
|
|
|
2024
2024
|
"name": "RMRK Devnet",
|
|
2025
2025
|
"isTestnet": true,
|
|
2026
2026
|
"chainStatus": "INACTIVE",
|
|
2027
|
-
"icon": "https://
|
|
2027
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rmrk.png",
|
|
2028
2028
|
"providers": {
|
|
2029
2029
|
"rmrk": "wss://staging.node.rmrk.app"
|
|
2030
2030
|
},
|
|
@@ -2054,7 +2054,7 @@
|
|
|
2054
2054
|
"name": "Dolphin Testnet",
|
|
2055
2055
|
"isTestnet": true,
|
|
2056
2056
|
"chainStatus": "INACTIVE",
|
|
2057
|
-
"icon": "https://
|
|
2057
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dolphin.png",
|
|
2058
2058
|
"providers": {},
|
|
2059
2059
|
"evmInfo": null,
|
|
2060
2060
|
"substrateInfo": {
|
|
@@ -2085,7 +2085,7 @@
|
|
|
2085
2085
|
"name": "Opal",
|
|
2086
2086
|
"isTestnet": true,
|
|
2087
2087
|
"chainStatus": "ACTIVE",
|
|
2088
|
-
"icon": "https://
|
|
2088
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/opal.png",
|
|
2089
2089
|
"providers": {
|
|
2090
2090
|
"Unique": "wss://ws-opal.unique.network",
|
|
2091
2091
|
"Europe": "wss://eu-ws-opal.unique.network",
|
|
@@ -2118,7 +2118,7 @@
|
|
|
2118
2118
|
"name": "Efinity",
|
|
2119
2119
|
"isTestnet": false,
|
|
2120
2120
|
"chainStatus": "INACTIVE",
|
|
2121
|
-
"icon": "https://
|
|
2121
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/efinity.png",
|
|
2122
2122
|
"providers": {
|
|
2123
2123
|
"Efinity": "wss://rpc.efinity.io",
|
|
2124
2124
|
"Dwellir": "wss://efinity -rpc.dwellir.com"
|
|
@@ -2164,7 +2164,7 @@
|
|
|
2164
2164
|
"name": "Composable Finance",
|
|
2165
2165
|
"isTestnet": false,
|
|
2166
2166
|
"chainStatus": "ACTIVE",
|
|
2167
|
-
"icon": "https://
|
|
2167
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/composablefinance.png",
|
|
2168
2168
|
"providers": {
|
|
2169
2169
|
"Composable": "wss://rpc.composable.finance"
|
|
2170
2170
|
},
|
|
@@ -2209,7 +2209,7 @@
|
|
|
2209
2209
|
"name": "Phala",
|
|
2210
2210
|
"isTestnet": false,
|
|
2211
2211
|
"chainStatus": "ACTIVE",
|
|
2212
|
-
"icon": "https://
|
|
2212
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phala.png",
|
|
2213
2213
|
"providers": {
|
|
2214
2214
|
"Phala": "wss://api.phala.network/ws",
|
|
2215
2215
|
"OnFinality": "wss://phala.api.onfinality.io/public-ws"
|
|
@@ -2255,7 +2255,7 @@
|
|
|
2255
2255
|
"name": "Crust",
|
|
2256
2256
|
"isTestnet": false,
|
|
2257
2257
|
"chainStatus": "ACTIVE",
|
|
2258
|
-
"icon": "https://
|
|
2258
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust.png",
|
|
2259
2259
|
"providers": {
|
|
2260
2260
|
"Crust": "wss://crust-parachain.crustapps.net"
|
|
2261
2261
|
},
|
|
@@ -2300,7 +2300,7 @@
|
|
|
2300
2300
|
"name": "Kusama Asset Hub (Statemine)",
|
|
2301
2301
|
"isTestnet": false,
|
|
2302
2302
|
"chainStatus": "ACTIVE",
|
|
2303
|
-
"icon": "https://
|
|
2303
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemine.png",
|
|
2304
2304
|
"providers": {
|
|
2305
2305
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2306
2306
|
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com",
|
|
@@ -2338,7 +2338,7 @@
|
|
|
2338
2338
|
"name": "Karura",
|
|
2339
2339
|
"isTestnet": false,
|
|
2340
2340
|
"chainStatus": "ACTIVE",
|
|
2341
|
-
"icon": "https://
|
|
2341
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura.png",
|
|
2342
2342
|
"providers": {
|
|
2343
2343
|
"Acala Foundation 0": "wss://karura-rpc-0.aca-api.network",
|
|
2344
2344
|
"Acala Foundation 1": "wss://karura-rpc-1.aca-api.network",
|
|
@@ -2375,7 +2375,7 @@
|
|
|
2375
2375
|
"name": "Khala",
|
|
2376
2376
|
"isTestnet": false,
|
|
2377
2377
|
"chainStatus": "ACTIVE",
|
|
2378
|
-
"icon": "https://
|
|
2378
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/khala.png",
|
|
2379
2379
|
"providers": {
|
|
2380
2380
|
"Phala": "wss://khala-api.phala.network/ws",
|
|
2381
2381
|
"OnFinality": "wss://khala.api.onfinality.io/public-ws",
|
|
@@ -2422,7 +2422,7 @@
|
|
|
2422
2422
|
"name": "KILT Spiritnet",
|
|
2423
2423
|
"isTestnet": false,
|
|
2424
2424
|
"chainStatus": "ACTIVE",
|
|
2425
|
-
"icon": "https://
|
|
2425
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt.png",
|
|
2426
2426
|
"providers": {
|
|
2427
2427
|
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
2428
2428
|
"OnFinality": "wss://spiritnet.api.onfinality.io/public-ws",
|
|
@@ -2457,7 +2457,7 @@
|
|
|
2457
2457
|
"name": "Basilisk",
|
|
2458
2458
|
"isTestnet": false,
|
|
2459
2459
|
"chainStatus": "ACTIVE",
|
|
2460
|
-
"icon": "https://
|
|
2460
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/basilisk.png",
|
|
2461
2461
|
"providers": {
|
|
2462
2462
|
"Basilisk ": "wss://rpc.basilisk.cloud",
|
|
2463
2463
|
"Dwellir": "wss://basilisk-rpc.dwellir.com"
|
|
@@ -2503,7 +2503,7 @@
|
|
|
2503
2503
|
"name": "Altair",
|
|
2504
2504
|
"isTestnet": false,
|
|
2505
2505
|
"chainStatus": "ACTIVE",
|
|
2506
|
-
"icon": "https://
|
|
2506
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/altair.png",
|
|
2507
2507
|
"providers": {
|
|
2508
2508
|
"Centrifuge": "wss://fullnode.altair.centrifuge.io",
|
|
2509
2509
|
"OnFinality": "wss://altair.api.onfinality.io/public-ws"
|
|
@@ -2549,7 +2549,7 @@
|
|
|
2549
2549
|
"name": "Heiko",
|
|
2550
2550
|
"isTestnet": false,
|
|
2551
2551
|
"chainStatus": "ACTIVE",
|
|
2552
|
-
"icon": "https://
|
|
2552
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/heiko.png",
|
|
2553
2553
|
"providers": {
|
|
2554
2554
|
"Parallel": "wss://heiko-rpc.parallel.fi"
|
|
2555
2555
|
},
|
|
@@ -2605,7 +2605,7 @@
|
|
|
2605
2605
|
"name": "Kintsugi",
|
|
2606
2606
|
"isTestnet": false,
|
|
2607
2607
|
"chainStatus": "ACTIVE",
|
|
2608
|
-
"icon": "https://
|
|
2608
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi.png",
|
|
2609
2609
|
"providers": {
|
|
2610
2610
|
"Kintsugi Labs": "wss://api-kusama.interlay.io/parachain",
|
|
2611
2611
|
"OnFinality": "wss://kintsugi.api.onfinality.io/public-ws"
|
|
@@ -2651,7 +2651,7 @@
|
|
|
2651
2651
|
"name": "Kintsugi Testnet",
|
|
2652
2652
|
"isTestnet": true,
|
|
2653
2653
|
"chainStatus": "ACTIVE",
|
|
2654
|
-
"icon": "https://
|
|
2654
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi_test.png",
|
|
2655
2655
|
"providers": {
|
|
2656
2656
|
"testnet": "wss://api-dev-kintsugi.interlay.io/parachain"
|
|
2657
2657
|
},
|
|
@@ -2681,7 +2681,7 @@
|
|
|
2681
2681
|
"name": "Picasso",
|
|
2682
2682
|
"isTestnet": false,
|
|
2683
2683
|
"chainStatus": "ACTIVE",
|
|
2684
|
-
"icon": "https://
|
|
2684
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/picasso.png",
|
|
2685
2685
|
"providers": {
|
|
2686
2686
|
"Composable": "wss://rpc.composablenodes.tech"
|
|
2687
2687
|
},
|
|
@@ -2748,7 +2748,7 @@
|
|
|
2748
2748
|
"name": "Quartz",
|
|
2749
2749
|
"isTestnet": false,
|
|
2750
2750
|
"chainStatus": "ACTIVE",
|
|
2751
|
-
"icon": "https://
|
|
2751
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quartz.png",
|
|
2752
2752
|
"providers": {
|
|
2753
2753
|
"Unique Europe": "wss://eu-ws-quartz.unique.network",
|
|
2754
2754
|
"Unique US": "wss://us-ws-quartz.unique.network",
|
|
@@ -2795,7 +2795,7 @@
|
|
|
2795
2795
|
"name": "Unique",
|
|
2796
2796
|
"isTestnet": false,
|
|
2797
2797
|
"chainStatus": "ACTIVE",
|
|
2798
|
-
"icon": "https://
|
|
2798
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unique_network.png",
|
|
2799
2799
|
"providers": {
|
|
2800
2800
|
"unique": "wss://us-ws.unique.network/",
|
|
2801
2801
|
"UniqueEu": "wss://eu-ws.unique.network/",
|
|
@@ -2842,7 +2842,7 @@
|
|
|
2842
2842
|
"name": "Genshiro",
|
|
2843
2843
|
"isTestnet": false,
|
|
2844
2844
|
"chainStatus": "ACTIVE",
|
|
2845
|
-
"icon": "https://
|
|
2845
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro.png",
|
|
2846
2846
|
"providers": {
|
|
2847
2847
|
"Equilibrium": "wss://node.genshiro.io"
|
|
2848
2848
|
},
|
|
@@ -2898,7 +2898,7 @@
|
|
|
2898
2898
|
"name": "Genshiro Testnet",
|
|
2899
2899
|
"isTestnet": true,
|
|
2900
2900
|
"chainStatus": "INACTIVE",
|
|
2901
|
-
"icon": "https://
|
|
2901
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro_testnet.png",
|
|
2902
2902
|
"providers": {},
|
|
2903
2903
|
"evmInfo": null,
|
|
2904
2904
|
"substrateInfo": {
|
|
@@ -2926,7 +2926,7 @@
|
|
|
2926
2926
|
"name": "Subsocial",
|
|
2927
2927
|
"isTestnet": false,
|
|
2928
2928
|
"chainStatus": "ACTIVE",
|
|
2929
|
-
"icon": "https://
|
|
2929
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subsocial_x.png",
|
|
2930
2930
|
"providers": {
|
|
2931
2931
|
"subsocialx": "wss://para.f3joule.space"
|
|
2932
2932
|
},
|
|
@@ -2956,7 +2956,7 @@
|
|
|
2956
2956
|
"name": "Zeitgeist",
|
|
2957
2957
|
"isTestnet": false,
|
|
2958
2958
|
"chainStatus": "ACTIVE",
|
|
2959
|
-
"icon": "https://
|
|
2959
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeitgeist.png",
|
|
2960
2960
|
"providers": {
|
|
2961
2961
|
"OnFinality": "wss://zeitgeist.api.onfinality.io/public-ws",
|
|
2962
2962
|
"Dwellir": "wss://zeitgeist-rpc.dwellir.com"
|
|
@@ -3002,7 +3002,7 @@
|
|
|
3002
3002
|
"name": "Sakura",
|
|
3003
3003
|
"isTestnet": false,
|
|
3004
3004
|
"chainStatus": "ACTIVE",
|
|
3005
|
-
"icon": "https://
|
|
3005
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sakura.png",
|
|
3006
3006
|
"providers": {
|
|
3007
3007
|
"Clover": "wss://rpc.sakura.clover.finance"
|
|
3008
3008
|
},
|
|
@@ -3047,7 +3047,7 @@
|
|
|
3047
3047
|
"name": "Crust Shadow",
|
|
3048
3048
|
"isTestnet": false,
|
|
3049
3049
|
"chainStatus": "ACTIVE",
|
|
3050
|
-
"icon": "https://
|
|
3050
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shadow.png",
|
|
3051
3051
|
"providers": {
|
|
3052
3052
|
"Crust": "wss://rpc-shadow.crust.network/"
|
|
3053
3053
|
},
|
|
@@ -3103,7 +3103,7 @@
|
|
|
3103
3103
|
"name": "Unique TestNet 2.0",
|
|
3104
3104
|
"isTestnet": true,
|
|
3105
3105
|
"chainStatus": "INACTIVE",
|
|
3106
|
-
"icon": "https://
|
|
3106
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/uniquenft.png",
|
|
3107
3107
|
"providers": {
|
|
3108
3108
|
"Unique": "wss://testnet2.unique.network"
|
|
3109
3109
|
},
|
|
@@ -3133,7 +3133,7 @@
|
|
|
3133
3133
|
"name": "Robonomics",
|
|
3134
3134
|
"isTestnet": false,
|
|
3135
3135
|
"chainStatus": "ACTIVE",
|
|
3136
|
-
"icon": "https://
|
|
3136
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/robonomics.png",
|
|
3137
3137
|
"providers": {
|
|
3138
3138
|
"Airalab": "wss://kusama.rpc.robonomics.network/",
|
|
3139
3139
|
"Samsara": "wss://robonomics.0xsamsara.com"
|
|
@@ -3190,7 +3190,7 @@
|
|
|
3190
3190
|
"name": "Integritee Network",
|
|
3191
3191
|
"isTestnet": false,
|
|
3192
3192
|
"chainStatus": "ACTIVE",
|
|
3193
|
-
"icon": "https://
|
|
3193
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integritee.png",
|
|
3194
3194
|
"providers": {
|
|
3195
3195
|
"Integritee": "wss://kusama.api.integritee.network",
|
|
3196
3196
|
"OnFinality": "wss://integritee-kusama.api.onfinality.io/public-ws"
|
|
@@ -3236,7 +3236,7 @@
|
|
|
3236
3236
|
"name": "Integritee Shell",
|
|
3237
3237
|
"isTestnet": false,
|
|
3238
3238
|
"chainStatus": "ACTIVE",
|
|
3239
|
-
"icon": "https://
|
|
3239
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integriteepolkadot.png",
|
|
3240
3240
|
"providers": {
|
|
3241
3241
|
"Integritee": "wss://polkadot.api.integritee.network"
|
|
3242
3242
|
},
|
|
@@ -3278,7 +3278,7 @@
|
|
|
3278
3278
|
"name": "Crab2 Parachain",
|
|
3279
3279
|
"isTestnet": false,
|
|
3280
3280
|
"chainStatus": "ACTIVE",
|
|
3281
|
-
"icon": "https://
|
|
3281
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crabparachain.png",
|
|
3282
3282
|
"providers": {
|
|
3283
3283
|
"Crab": "wss://crab-rpc.darwinia.network/",
|
|
3284
3284
|
"Dwellir": "wss://darwiniacrab-rpc.dwellir.com"
|
|
@@ -3335,7 +3335,7 @@
|
|
|
3335
3335
|
"name": "Pangolin",
|
|
3336
3336
|
"isTestnet": true,
|
|
3337
3337
|
"chainStatus": "ACTIVE",
|
|
3338
|
-
"icon": "https://
|
|
3338
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pangolin.png",
|
|
3339
3339
|
"providers": {
|
|
3340
3340
|
"Pangolin_Network": "wss://pangolin-rpc.darwinia.network"
|
|
3341
3341
|
},
|
|
@@ -3376,7 +3376,7 @@
|
|
|
3376
3376
|
"name": "Chain X",
|
|
3377
3377
|
"isTestnet": false,
|
|
3378
3378
|
"chainStatus": "ACTIVE",
|
|
3379
|
-
"icon": "https://
|
|
3379
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainx.png",
|
|
3380
3380
|
"providers": {
|
|
3381
3381
|
"chainx ": "wss://mainnet.chainx.org/ws"
|
|
3382
3382
|
},
|
|
@@ -3406,7 +3406,7 @@
|
|
|
3406
3406
|
"name": "Acala Mandala TC7",
|
|
3407
3407
|
"isTestnet": true,
|
|
3408
3408
|
"chainStatus": "ACTIVE",
|
|
3409
|
-
"icon": "https://
|
|
3409
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_testnet.png",
|
|
3410
3410
|
"providers": {
|
|
3411
3411
|
"Mandala": "wss://mandala-tc9-rpc.aca-staging.network"
|
|
3412
3412
|
},
|
|
@@ -3439,7 +3439,7 @@
|
|
|
3439
3439
|
"name": "MangataX Public Testnet",
|
|
3440
3440
|
"isTestnet": true,
|
|
3441
3441
|
"chainStatus": "INACTIVE",
|
|
3442
|
-
"icon": "https://
|
|
3442
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax.png",
|
|
3443
3443
|
"providers": {
|
|
3444
3444
|
"mangatax": "wss://collator-01-ws-rococo.mangata.online"
|
|
3445
3445
|
},
|
|
@@ -3469,7 +3469,7 @@
|
|
|
3469
3469
|
"name": "Mangata X",
|
|
3470
3470
|
"isTestnet": false,
|
|
3471
3471
|
"chainStatus": "ACTIVE",
|
|
3472
|
-
"icon": "https://
|
|
3472
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax_para.png",
|
|
3473
3473
|
"providers": {
|
|
3474
3474
|
"mangata": "wss://kusama-rpc.mangata.online",
|
|
3475
3475
|
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
@@ -3526,7 +3526,7 @@
|
|
|
3526
3526
|
"name": "Encointer",
|
|
3527
3527
|
"isTestnet": false,
|
|
3528
3528
|
"chainStatus": "ACTIVE",
|
|
3529
|
-
"icon": "https://
|
|
3529
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/encointer.png",
|
|
3530
3530
|
"providers": {
|
|
3531
3531
|
"Encointer Association": "wss://kusama.api.encointer.org"
|
|
3532
3532
|
},
|
|
@@ -3559,7 +3559,7 @@
|
|
|
3559
3559
|
"name": "Litmus",
|
|
3560
3560
|
"isTestnet": false,
|
|
3561
3561
|
"chainStatus": "ACTIVE",
|
|
3562
|
-
"icon": "https://
|
|
3562
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litmus.png",
|
|
3563
3563
|
"providers": {
|
|
3564
3564
|
"litmus": "wss://rpc.litmus-parachain.litentry.io"
|
|
3565
3565
|
},
|
|
@@ -3601,7 +3601,7 @@
|
|
|
3601
3601
|
"name": "Litentry",
|
|
3602
3602
|
"isTestnet": false,
|
|
3603
3603
|
"chainStatus": "ACTIVE",
|
|
3604
|
-
"icon": "https://
|
|
3604
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litentry.png",
|
|
3605
3605
|
"providers": {
|
|
3606
3606
|
"Litentry": "wss://rpc.litentry-parachain.litentry.io",
|
|
3607
3607
|
"Dwellir": "wss://litentry-rpc.dwellir.com"
|
|
@@ -3644,7 +3644,7 @@
|
|
|
3644
3644
|
"name": "Tinkernet",
|
|
3645
3645
|
"isTestnet": false,
|
|
3646
3646
|
"chainStatus": "ACTIVE",
|
|
3647
|
-
"icon": "https://
|
|
3647
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tinkernet.png",
|
|
3648
3648
|
"providers": {
|
|
3649
3649
|
"Dwellir": "wss://tinkernet-rpc.dwellir.com",
|
|
3650
3650
|
"Light Client": "light://substrate-connect/kusama/tinkernet"
|
|
@@ -3687,7 +3687,7 @@
|
|
|
3687
3687
|
"name": "Imbue Kusama",
|
|
3688
3688
|
"isTestnet": false,
|
|
3689
3689
|
"chainStatus": "ACTIVE",
|
|
3690
|
-
"icon": "https://
|
|
3690
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/imbue_network.png",
|
|
3691
3691
|
"providers": {
|
|
3692
3692
|
"Imbue": "wss://kusama.imbuenetwork.com"
|
|
3693
3693
|
},
|
|
@@ -3729,7 +3729,7 @@
|
|
|
3729
3729
|
"name": "Subspace Testnet",
|
|
3730
3730
|
"isTestnet": true,
|
|
3731
3731
|
"chainStatus": "INACTIVE",
|
|
3732
|
-
"icon": "https://
|
|
3732
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_test.png",
|
|
3733
3733
|
"providers": {},
|
|
3734
3734
|
"evmInfo": null,
|
|
3735
3735
|
"substrateInfo": {
|
|
@@ -3757,7 +3757,7 @@
|
|
|
3757
3757
|
"name": "Subspace Gemini 2a",
|
|
3758
3758
|
"isTestnet": true,
|
|
3759
3759
|
"chainStatus": "INACTIVE",
|
|
3760
|
-
"icon": "https://
|
|
3760
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_2a.png",
|
|
3761
3761
|
"providers": {
|
|
3762
3762
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
3763
3763
|
},
|
|
@@ -3787,7 +3787,7 @@
|
|
|
3787
3787
|
"name": "Subspace Gemini 3c",
|
|
3788
3788
|
"isTestnet": true,
|
|
3789
3789
|
"chainStatus": "INACTIVE",
|
|
3790
|
-
"icon": "https://
|
|
3790
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3c.png",
|
|
3791
3791
|
"providers": {},
|
|
3792
3792
|
"evmInfo": null,
|
|
3793
3793
|
"substrateInfo": {
|
|
@@ -3815,7 +3815,7 @@
|
|
|
3815
3815
|
"name": "Subspace Gemini 3d",
|
|
3816
3816
|
"isTestnet": true,
|
|
3817
3817
|
"chainStatus": "INACTIVE",
|
|
3818
|
-
"icon": "https://
|
|
3818
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3d.png",
|
|
3819
3819
|
"providers": {},
|
|
3820
3820
|
"evmInfo": null,
|
|
3821
3821
|
"substrateInfo": {
|
|
@@ -3843,7 +3843,7 @@
|
|
|
3843
3843
|
"name": "Subspace Gemini 3e",
|
|
3844
3844
|
"isTestnet": true,
|
|
3845
3845
|
"chainStatus": "INACTIVE",
|
|
3846
|
-
"icon": "https://
|
|
3846
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3e.png",
|
|
3847
3847
|
"providers": {},
|
|
3848
3848
|
"evmInfo": null,
|
|
3849
3849
|
"substrateInfo": {
|
|
@@ -3871,7 +3871,7 @@
|
|
|
3871
3871
|
"name": "Subspace Gemini 3f",
|
|
3872
3872
|
"isTestnet": true,
|
|
3873
3873
|
"chainStatus": "INACTIVE",
|
|
3874
|
-
"icon": "https://
|
|
3874
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3f.png",
|
|
3875
3875
|
"providers": {
|
|
3876
3876
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
3877
3877
|
},
|
|
@@ -3901,7 +3901,7 @@
|
|
|
3901
3901
|
"name": "NeuroWeb Mainnet",
|
|
3902
3902
|
"isTestnet": false,
|
|
3903
3903
|
"chainStatus": "ACTIVE",
|
|
3904
|
-
"icon": "https://
|
|
3904
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/origintrail.png",
|
|
3905
3905
|
"providers": {
|
|
3906
3906
|
"TraceLabs": "wss://parachain-rpc.origin-trail.network"
|
|
3907
3907
|
},
|
|
@@ -3946,7 +3946,7 @@
|
|
|
3946
3946
|
"name": "Subspace Gemini 3g",
|
|
3947
3947
|
"isTestnet": true,
|
|
3948
3948
|
"chainStatus": "ACTIVE",
|
|
3949
|
-
"icon": "https://
|
|
3949
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3g.png",
|
|
3950
3950
|
"providers": {
|
|
3951
3951
|
"Gemini 3g": "wss://rpc-0.gemini-3g.subspace.network/ws"
|
|
3952
3952
|
},
|
|
@@ -3976,7 +3976,7 @@
|
|
|
3976
3976
|
"name": "Dorafactory",
|
|
3977
3977
|
"isTestnet": false,
|
|
3978
3978
|
"chainStatus": "INACTIVE",
|
|
3979
|
-
"icon": "https://
|
|
3979
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dorafactory.png",
|
|
3980
3980
|
"providers": {},
|
|
3981
3981
|
"evmInfo": null,
|
|
3982
3982
|
"substrateInfo": {
|
|
@@ -4016,7 +4016,7 @@
|
|
|
4016
4016
|
"name": "Bajun Kusama",
|
|
4017
4017
|
"isTestnet": false,
|
|
4018
4018
|
"chainStatus": "ACTIVE",
|
|
4019
|
-
"icon": "https://
|
|
4019
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bajun.png",
|
|
4020
4020
|
"providers": {
|
|
4021
4021
|
"AjunaNetwork": "wss://rpc-parachain.bajun.network",
|
|
4022
4022
|
"OnFinality": "wss://bajun.api.onfinality.io/public-ws"
|
|
@@ -4062,7 +4062,7 @@
|
|
|
4062
4062
|
"name": "Dancebox",
|
|
4063
4063
|
"isTestnet": true,
|
|
4064
4064
|
"chainStatus": "ACTIVE",
|
|
4065
|
-
"icon": "https://
|
|
4065
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dancebox.png",
|
|
4066
4066
|
"providers": {
|
|
4067
4067
|
"Dancebox": "wss://fraa-dancebox-rpc.a.dancebox.tanssi.network"
|
|
4068
4068
|
},
|
|
@@ -4092,7 +4092,7 @@
|
|
|
4092
4092
|
"name": "Listen Network",
|
|
4093
4093
|
"isTestnet": false,
|
|
4094
4094
|
"chainStatus": "INACTIVE",
|
|
4095
|
-
"icon": "https://
|
|
4095
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/listen.png",
|
|
4096
4096
|
"providers": {},
|
|
4097
4097
|
"evmInfo": null,
|
|
4098
4098
|
"substrateInfo": {
|
|
@@ -4120,7 +4120,7 @@
|
|
|
4120
4120
|
"name": "Kabocha",
|
|
4121
4121
|
"isTestnet": false,
|
|
4122
4122
|
"chainStatus": "ACTIVE",
|
|
4123
|
-
"icon": "https://
|
|
4123
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kabocha.png",
|
|
4124
4124
|
"providers": {
|
|
4125
4125
|
"JelliedOwl": "wss://kabocha.jelliedowl.com"
|
|
4126
4126
|
},
|
|
@@ -4162,7 +4162,7 @@
|
|
|
4162
4162
|
"name": "GM Parachain",
|
|
4163
4163
|
"isTestnet": false,
|
|
4164
4164
|
"chainStatus": "INACTIVE",
|
|
4165
|
-
"icon": "https://
|
|
4165
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gmdie.png",
|
|
4166
4166
|
"providers": {},
|
|
4167
4167
|
"evmInfo": null,
|
|
4168
4168
|
"substrateInfo": {
|
|
@@ -4202,7 +4202,7 @@
|
|
|
4202
4202
|
"name": "Ternoa",
|
|
4203
4203
|
"isTestnet": false,
|
|
4204
4204
|
"chainStatus": "ACTIVE",
|
|
4205
|
-
"icon": "https://
|
|
4205
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa.png",
|
|
4206
4206
|
"providers": {
|
|
4207
4207
|
"ternoa": "wss://mainnet.ternoa.network"
|
|
4208
4208
|
},
|
|
@@ -4232,7 +4232,7 @@
|
|
|
4232
4232
|
"name": "DataHighway Tanganika",
|
|
4233
4233
|
"isTestnet": false,
|
|
4234
4234
|
"chainStatus": "INACTIVE",
|
|
4235
|
-
"icon": "https://
|
|
4235
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tanganika.png",
|
|
4236
4236
|
"providers": {},
|
|
4237
4237
|
"evmInfo": null,
|
|
4238
4238
|
"substrateInfo": {
|
|
@@ -4275,7 +4275,7 @@
|
|
|
4275
4275
|
"name": "Pendulum",
|
|
4276
4276
|
"isTestnet": false,
|
|
4277
4277
|
"chainStatus": "ACTIVE",
|
|
4278
|
-
"icon": "https://
|
|
4278
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pendulum.png",
|
|
4279
4279
|
"providers": {
|
|
4280
4280
|
"Pendulum": "wss://rpc-pendulum.prd.pendulumchain.tech"
|
|
4281
4281
|
},
|
|
@@ -4317,7 +4317,7 @@
|
|
|
4317
4317
|
"name": "Gear Staging Testnet",
|
|
4318
4318
|
"isTestnet": true,
|
|
4319
4319
|
"chainStatus": "INACTIVE",
|
|
4320
|
-
"icon": "https://
|
|
4320
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gear_testnet.png",
|
|
4321
4321
|
"providers": {
|
|
4322
4322
|
"gear": "wss://rpc-node.gear-tech.io"
|
|
4323
4323
|
},
|
|
@@ -4347,7 +4347,7 @@
|
|
|
4347
4347
|
"name": "Ternoa Alphanet",
|
|
4348
4348
|
"isTestnet": true,
|
|
4349
4349
|
"chainStatus": "ACTIVE",
|
|
4350
|
-
"icon": "https://
|
|
4350
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa_alphanet.png",
|
|
4351
4351
|
"providers": {
|
|
4352
4352
|
"ternoa": "wss://alphanet.ternoa.com"
|
|
4353
4353
|
},
|
|
@@ -4377,7 +4377,7 @@
|
|
|
4377
4377
|
"name": "Calamari Staging",
|
|
4378
4378
|
"isTestnet": true,
|
|
4379
4379
|
"chainStatus": "ACTIVE",
|
|
4380
|
-
"icon": "https://
|
|
4380
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari_test.png",
|
|
4381
4381
|
"providers": {
|
|
4382
4382
|
"calamari_test": "wss://c1.calamari.seabird.systems"
|
|
4383
4383
|
},
|
|
@@ -4407,7 +4407,7 @@
|
|
|
4407
4407
|
"name": "Boba Network",
|
|
4408
4408
|
"isTestnet": false,
|
|
4409
4409
|
"chainStatus": "ACTIVE",
|
|
4410
|
-
"icon": "https://
|
|
4410
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/boba.png",
|
|
4411
4411
|
"providers": {
|
|
4412
4412
|
"Read RPC": "https://lightning-replica.boba.network",
|
|
4413
4413
|
"Write RPC": "https://mainnet.boba.network"
|
|
@@ -4433,7 +4433,7 @@
|
|
|
4433
4433
|
"name": "Bobabeam",
|
|
4434
4434
|
"isTestnet": false,
|
|
4435
4435
|
"chainStatus": "INACTIVE",
|
|
4436
|
-
"icon": "https://
|
|
4436
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabeam.png",
|
|
4437
4437
|
"providers": {
|
|
4438
4438
|
"RPC": "https://bobabeam.boba.network",
|
|
4439
4439
|
"Replica RPC": "https://replica.bobabeam.boba.network"
|
|
@@ -4459,7 +4459,7 @@
|
|
|
4459
4459
|
"name": "KILT Peregrine",
|
|
4460
4460
|
"isTestnet": true,
|
|
4461
4461
|
"chainStatus": "ACTIVE",
|
|
4462
|
-
"icon": "https://
|
|
4462
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt_peregrine.png",
|
|
4463
4463
|
"providers": {
|
|
4464
4464
|
"kilt": "wss://peregrine.kilt.io/parachain-public-ws/"
|
|
4465
4465
|
},
|
|
@@ -4492,7 +4492,7 @@
|
|
|
4492
4492
|
"name": "XX Network",
|
|
4493
4493
|
"isTestnet": false,
|
|
4494
4494
|
"chainStatus": "ACTIVE",
|
|
4495
|
-
"icon": "https://
|
|
4495
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xx_network.png",
|
|
4496
4496
|
"providers": {
|
|
4497
4497
|
"XX Foundation": "wss://rpc.xx.network"
|
|
4498
4498
|
},
|
|
@@ -4522,7 +4522,7 @@
|
|
|
4522
4522
|
"name": "Watr Testnet",
|
|
4523
4523
|
"isTestnet": true,
|
|
4524
4524
|
"chainStatus": "ACTIVE",
|
|
4525
|
-
"icon": "https://
|
|
4525
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network.png",
|
|
4526
4526
|
"providers": {
|
|
4527
4527
|
"watr": "wss://rpc.dev.watr.org"
|
|
4528
4528
|
},
|
|
@@ -4552,7 +4552,7 @@
|
|
|
4552
4552
|
"name": "Watr Testnet - EVM",
|
|
4553
4553
|
"isTestnet": true,
|
|
4554
4554
|
"chainStatus": "ACTIVE",
|
|
4555
|
-
"icon": "https://
|
|
4555
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network_evm.png",
|
|
4556
4556
|
"providers": {
|
|
4557
4557
|
"watr": "https://rpc.dev.watr.org"
|
|
4558
4558
|
},
|
|
@@ -4577,7 +4577,7 @@
|
|
|
4577
4577
|
"name": "Fusotao",
|
|
4578
4578
|
"isTestnet": false,
|
|
4579
4579
|
"chainStatus": "ACTIVE",
|
|
4580
|
-
"icon": "https://
|
|
4580
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fusotao.png",
|
|
4581
4581
|
"providers": {
|
|
4582
4582
|
"fusotao": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2"
|
|
4583
4583
|
},
|
|
@@ -4607,7 +4607,7 @@
|
|
|
4607
4607
|
"name": "Discovol",
|
|
4608
4608
|
"isTestnet": false,
|
|
4609
4609
|
"chainStatus": "ACTIVE",
|
|
4610
|
-
"icon": "https://
|
|
4610
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol.png",
|
|
4611
4611
|
"providers": {
|
|
4612
4612
|
"discovol": "wss://gateway.mainnet.octopus.network/discovol/afpft46l1egfhrv8at5pfyrld03zseo1"
|
|
4613
4613
|
},
|
|
@@ -4637,7 +4637,7 @@
|
|
|
4637
4637
|
"name": "Discovol Testnet",
|
|
4638
4638
|
"isTestnet": true,
|
|
4639
4639
|
"chainStatus": "INACTIVE",
|
|
4640
|
-
"icon": "https://
|
|
4640
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol_testnet.png",
|
|
4641
4641
|
"providers": {
|
|
4642
4642
|
"discovol_testnet": "wss://gateway.testnet.octopus.network/discovol/o4urcey87y4n1qimhfrad92gzs315z9h"
|
|
4643
4643
|
},
|
|
@@ -4667,7 +4667,7 @@
|
|
|
4667
4667
|
"name": "Atocha",
|
|
4668
4668
|
"isTestnet": false,
|
|
4669
4669
|
"chainStatus": "ACTIVE",
|
|
4670
|
-
"icon": "https://
|
|
4670
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/atocha.png",
|
|
4671
4671
|
"providers": {
|
|
4672
4672
|
"atocha": "wss://gateway.mainnet.octopus.network/atocha/jungxomf4hdcfocwcalgoiz64g9avjim"
|
|
4673
4673
|
},
|
|
@@ -4697,7 +4697,7 @@
|
|
|
4697
4697
|
"name": "Myriad",
|
|
4698
4698
|
"isTestnet": false,
|
|
4699
4699
|
"chainStatus": "ACTIVE",
|
|
4700
|
-
"icon": "https://
|
|
4700
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/myriad.png",
|
|
4701
4701
|
"providers": {
|
|
4702
4702
|
"myriad": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0"
|
|
4703
4703
|
},
|
|
@@ -4727,7 +4727,7 @@
|
|
|
4727
4727
|
"name": "DeBio",
|
|
4728
4728
|
"isTestnet": false,
|
|
4729
4729
|
"chainStatus": "ACTIVE",
|
|
4730
|
-
"icon": "https://
|
|
4730
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/debio.png",
|
|
4731
4731
|
"providers": {
|
|
4732
4732
|
"deBio": "wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e"
|
|
4733
4733
|
},
|
|
@@ -4757,7 +4757,7 @@
|
|
|
4757
4757
|
"name": "Polkadot Collectives",
|
|
4758
4758
|
"isTestnet": false,
|
|
4759
4759
|
"chainStatus": "ACTIVE",
|
|
4760
|
-
"icon": "https://
|
|
4760
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/collectives.png",
|
|
4761
4761
|
"providers": {
|
|
4762
4762
|
"viaParity": "wss://polkadot-collectives-rpc.polkadot.io"
|
|
4763
4763
|
},
|
|
@@ -4787,7 +4787,7 @@
|
|
|
4787
4787
|
"name": "Ajuna Network",
|
|
4788
4788
|
"isTestnet": false,
|
|
4789
4789
|
"chainStatus": "ACTIVE",
|
|
4790
|
-
"icon": "https://
|
|
4790
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ajunapolkadot.png",
|
|
4791
4791
|
"providers": {
|
|
4792
4792
|
"OnFinality": "wss://ajuna.api.onfinality.io/public-ws"
|
|
4793
4793
|
},
|
|
@@ -4832,7 +4832,7 @@
|
|
|
4832
4832
|
"name": "Bitgreen",
|
|
4833
4833
|
"isTestnet": false,
|
|
4834
4834
|
"chainStatus": "ACTIVE",
|
|
4835
|
-
"icon": "https://
|
|
4835
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitgreen.png",
|
|
4836
4836
|
"providers": {
|
|
4837
4837
|
"viaBitgreen": "wss://mainnet.bitgreen.org"
|
|
4838
4838
|
},
|
|
@@ -4862,7 +4862,7 @@
|
|
|
4862
4862
|
"name": "Frequency",
|
|
4863
4863
|
"isTestnet": false,
|
|
4864
4864
|
"chainStatus": "ACTIVE",
|
|
4865
|
-
"icon": "https://
|
|
4865
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/frequency.png",
|
|
4866
4866
|
"providers": {
|
|
4867
4867
|
"Frequency 0": "wss://0.rpc.frequency.xyz",
|
|
4868
4868
|
"Frequency 1": "wss://1.rpc.frequency.xyz"
|
|
@@ -4893,7 +4893,7 @@
|
|
|
4893
4893
|
"name": "Hashed Network",
|
|
4894
4894
|
"isTestnet": false,
|
|
4895
4895
|
"chainStatus": "ACTIVE",
|
|
4896
|
-
"icon": "https://
|
|
4896
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hashednetwork.png",
|
|
4897
4897
|
"providers": {
|
|
4898
4898
|
"Hashed Systems 2": "wss://c2.hashed.network"
|
|
4899
4899
|
},
|
|
@@ -4946,7 +4946,7 @@
|
|
|
4946
4946
|
"name": "Kapex",
|
|
4947
4947
|
"isTestnet": false,
|
|
4948
4948
|
"chainStatus": "INACTIVE",
|
|
4949
|
-
"icon": "https://
|
|
4949
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kapex.png",
|
|
4950
4950
|
"providers": {
|
|
4951
4951
|
"viaTotem": "wss://kapex-rpc.dwellir.com"
|
|
4952
4952
|
},
|
|
@@ -4988,7 +4988,7 @@
|
|
|
4988
4988
|
"name": "Kylin Network",
|
|
4989
4989
|
"isTestnet": false,
|
|
4990
4990
|
"chainStatus": "INACTIVE",
|
|
4991
|
-
"icon": "https://
|
|
4991
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kylinnetwork.png",
|
|
4992
4992
|
"providers": {
|
|
4993
4993
|
"Kylin Network": "wss://polkadot.kylin-node.co.uk"
|
|
4994
4994
|
},
|
|
@@ -5030,7 +5030,7 @@
|
|
|
5030
5030
|
"name": "DAO IPCI",
|
|
5031
5031
|
"isTestnet": false,
|
|
5032
5032
|
"chainStatus": "ACTIVE",
|
|
5033
|
-
"icon": "https://
|
|
5033
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ipci.png",
|
|
5034
5034
|
"providers": {
|
|
5035
5035
|
"viaAiralab": "wss://kusama.rpc.ipci.io"
|
|
5036
5036
|
},
|
|
@@ -5060,7 +5060,7 @@
|
|
|
5060
5060
|
"name": "KICO",
|
|
5061
5061
|
"isTestnet": false,
|
|
5062
5062
|
"chainStatus": "INACTIVE",
|
|
5063
|
-
"icon": "https://
|
|
5063
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kico.png",
|
|
5064
5064
|
"providers": {},
|
|
5065
5065
|
"evmInfo": null,
|
|
5066
5066
|
"substrateInfo": {
|
|
@@ -5100,7 +5100,7 @@
|
|
|
5100
5100
|
"name": "Luhn Network",
|
|
5101
5101
|
"isTestnet": false,
|
|
5102
5102
|
"chainStatus": "INACTIVE",
|
|
5103
|
-
"icon": "https://
|
|
5103
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/luhnnetwork.png",
|
|
5104
5104
|
"providers": {},
|
|
5105
5105
|
"evmInfo": null,
|
|
5106
5106
|
"substrateInfo": {
|
|
@@ -5128,7 +5128,7 @@
|
|
|
5128
5128
|
"name": "Pichiu Network",
|
|
5129
5129
|
"isTestnet": false,
|
|
5130
5130
|
"chainStatus": "INACTIVE",
|
|
5131
|
-
"icon": "https://
|
|
5131
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pichiu.png",
|
|
5132
5132
|
"providers": {},
|
|
5133
5133
|
"evmInfo": null,
|
|
5134
5134
|
"substrateInfo": {
|
|
@@ -5168,7 +5168,7 @@
|
|
|
5168
5168
|
"name": "RioDeFi",
|
|
5169
5169
|
"isTestnet": false,
|
|
5170
5170
|
"chainStatus": "INACTIVE",
|
|
5171
|
-
"icon": "https://
|
|
5171
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riodefi.png",
|
|
5172
5172
|
"providers": {},
|
|
5173
5173
|
"evmInfo": null,
|
|
5174
5174
|
"substrateInfo": {
|
|
@@ -5196,7 +5196,7 @@
|
|
|
5196
5196
|
"name": "Automata",
|
|
5197
5197
|
"isTestnet": false,
|
|
5198
5198
|
"chainStatus": "ACTIVE",
|
|
5199
|
-
"icon": "https://
|
|
5199
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/automata.png",
|
|
5200
5200
|
"providers": {
|
|
5201
5201
|
"OnFinality": "wss://automata.api.onfinality.io/public-ws"
|
|
5202
5202
|
},
|
|
@@ -5226,7 +5226,7 @@
|
|
|
5226
5226
|
"name": "Creditcoin",
|
|
5227
5227
|
"isTestnet": false,
|
|
5228
5228
|
"chainStatus": "ACTIVE",
|
|
5229
|
-
"icon": "https://
|
|
5229
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcoin.png",
|
|
5230
5230
|
"providers": {
|
|
5231
5231
|
"Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
|
|
5232
5232
|
},
|
|
@@ -5259,7 +5259,7 @@
|
|
|
5259
5259
|
"name": "Crown Sterling",
|
|
5260
5260
|
"isTestnet": false,
|
|
5261
5261
|
"chainStatus": "ACTIVE",
|
|
5262
|
-
"icon": "https://
|
|
5262
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crownsterling.png",
|
|
5263
5263
|
"providers": {
|
|
5264
5264
|
"Crown Sterling": "wss://blockchain.crownsterling.io"
|
|
5265
5265
|
},
|
|
@@ -5289,7 +5289,7 @@
|
|
|
5289
5289
|
"name": "Dock",
|
|
5290
5290
|
"isTestnet": false,
|
|
5291
5291
|
"chainStatus": "ACTIVE",
|
|
5292
|
-
"icon": "https://
|
|
5292
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dockposmainnet.png",
|
|
5293
5293
|
"providers": {
|
|
5294
5294
|
"Dock Association": "wss://mainnet-node.dock.io"
|
|
5295
5295
|
},
|
|
@@ -5322,7 +5322,7 @@
|
|
|
5322
5322
|
"name": "Kusari",
|
|
5323
5323
|
"isTestnet": false,
|
|
5324
5324
|
"chainStatus": "INACTIVE",
|
|
5325
|
-
"icon": "https://
|
|
5325
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusari.png",
|
|
5326
5326
|
"providers": {},
|
|
5327
5327
|
"evmInfo": null,
|
|
5328
5328
|
"substrateInfo": {
|
|
@@ -5350,7 +5350,7 @@
|
|
|
5350
5350
|
"name": "logion Standalone",
|
|
5351
5351
|
"isTestnet": false,
|
|
5352
5352
|
"chainStatus": "ACTIVE",
|
|
5353
|
-
"icon": "https://
|
|
5353
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/logion.png",
|
|
5354
5354
|
"providers": {
|
|
5355
5355
|
"Logion": "wss://rpc01.logion.network"
|
|
5356
5356
|
},
|
|
@@ -5403,7 +5403,7 @@
|
|
|
5403
5403
|
"name": "Neatcoin",
|
|
5404
5404
|
"isTestnet": false,
|
|
5405
5405
|
"chainStatus": "ACTIVE",
|
|
5406
|
-
"icon": "https://
|
|
5406
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/neatcoin.png",
|
|
5407
5407
|
"providers": {
|
|
5408
5408
|
"Neatcoin": "wss://rpc.neatcoin.org/ws"
|
|
5409
5409
|
},
|
|
@@ -5433,7 +5433,7 @@
|
|
|
5433
5433
|
"name": "NFTMart",
|
|
5434
5434
|
"isTestnet": false,
|
|
5435
5435
|
"chainStatus": "ACTIVE",
|
|
5436
|
-
"icon": "https://
|
|
5436
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nftmart.png",
|
|
5437
5437
|
"providers": {
|
|
5438
5438
|
"NFTMart": "wss://mainnet.nftmart.io/rpc/ws"
|
|
5439
5439
|
},
|
|
@@ -5463,7 +5463,7 @@
|
|
|
5463
5463
|
"name": "Polymesh Mainnet",
|
|
5464
5464
|
"isTestnet": false,
|
|
5465
5465
|
"chainStatus": "ACTIVE",
|
|
5466
|
-
"icon": "https://
|
|
5466
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polymesh.png",
|
|
5467
5467
|
"providers": {
|
|
5468
5468
|
"Polymath": "wss://mainnet-rpc.polymesh.network"
|
|
5469
5469
|
},
|
|
@@ -5496,7 +5496,7 @@
|
|
|
5496
5496
|
"name": "RioChain",
|
|
5497
5497
|
"isTestnet": false,
|
|
5498
5498
|
"chainStatus": "INACTIVE",
|
|
5499
|
-
"icon": "https://
|
|
5499
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riochain.png",
|
|
5500
5500
|
"providers": {},
|
|
5501
5501
|
"evmInfo": null,
|
|
5502
5502
|
"substrateInfo": {
|
|
@@ -5524,7 +5524,7 @@
|
|
|
5524
5524
|
"name": "SherpaX",
|
|
5525
5525
|
"isTestnet": false,
|
|
5526
5526
|
"chainStatus": "INACTIVE",
|
|
5527
|
-
"icon": "https://
|
|
5527
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sherpax.png",
|
|
5528
5528
|
"providers": {},
|
|
5529
5529
|
"evmInfo": null,
|
|
5530
5530
|
"substrateInfo": {
|
|
@@ -5552,7 +5552,7 @@
|
|
|
5552
5552
|
"name": "SORA",
|
|
5553
5553
|
"isTestnet": false,
|
|
5554
5554
|
"chainStatus": "ACTIVE",
|
|
5555
|
-
"icon": "https://
|
|
5555
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_substrate.png",
|
|
5556
5556
|
"providers": {
|
|
5557
5557
|
"SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
|
|
5558
5558
|
"SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
|
|
@@ -5611,7 +5611,7 @@
|
|
|
5611
5611
|
"name": "Swapdex",
|
|
5612
5612
|
"isTestnet": false,
|
|
5613
5613
|
"chainStatus": "INACTIVE",
|
|
5614
|
-
"icon": "https://
|
|
5614
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/swapdex.png",
|
|
5615
5615
|
"providers": {
|
|
5616
5616
|
"Swapdex": "wss://ws.swapdex.network"
|
|
5617
5617
|
},
|
|
@@ -5641,7 +5641,7 @@
|
|
|
5641
5641
|
"name": "3DPass",
|
|
5642
5642
|
"isTestnet": false,
|
|
5643
5643
|
"chainStatus": "ACTIVE",
|
|
5644
|
-
"icon": "https://
|
|
5644
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/3dpass.png",
|
|
5645
5645
|
"providers": {
|
|
5646
5646
|
"3dpass": "wss://rpc.3dpass.org",
|
|
5647
5647
|
"3dpscan": "wss://rpc.3dpscan.io",
|
|
@@ -5673,7 +5673,7 @@
|
|
|
5673
5673
|
"name": "Aleph Zero Smartnet",
|
|
5674
5674
|
"isTestnet": true,
|
|
5675
5675
|
"chainStatus": "INACTIVE",
|
|
5676
|
-
"icon": "https://
|
|
5676
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephsmartnet.png",
|
|
5677
5677
|
"providers": {},
|
|
5678
5678
|
"evmInfo": null,
|
|
5679
5679
|
"substrateInfo": {
|
|
@@ -5701,7 +5701,7 @@
|
|
|
5701
5701
|
"name": "Kulupu",
|
|
5702
5702
|
"isTestnet": false,
|
|
5703
5703
|
"chainStatus": "ACTIVE",
|
|
5704
|
-
"icon": "https://
|
|
5704
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kulupu.png",
|
|
5705
5705
|
"providers": {
|
|
5706
5706
|
"Kulupu": "wss://rpc.kulupu.corepaper.org/ws"
|
|
5707
5707
|
},
|
|
@@ -5731,7 +5731,7 @@
|
|
|
5731
5731
|
"name": "Joystream",
|
|
5732
5732
|
"isTestnet": false,
|
|
5733
5733
|
"chainStatus": "ACTIVE",
|
|
5734
|
-
"icon": "https://
|
|
5734
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/joystream.png",
|
|
5735
5735
|
"providers": {
|
|
5736
5736
|
"Jsgenesis": "wss://rpc.joystream.org"
|
|
5737
5737
|
},
|
|
@@ -5764,7 +5764,7 @@
|
|
|
5764
5764
|
"name": "Aventus Testnet",
|
|
5765
5765
|
"isTestnet": true,
|
|
5766
5766
|
"chainStatus": "ACTIVE",
|
|
5767
|
-
"icon": "https://
|
|
5767
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus_testnet.png",
|
|
5768
5768
|
"providers": {
|
|
5769
5769
|
"Aventus": "wss://public-rpc.public-testnet.aventus.io"
|
|
5770
5770
|
},
|
|
@@ -5794,7 +5794,7 @@
|
|
|
5794
5794
|
"name": "Vara Network",
|
|
5795
5795
|
"isTestnet": false,
|
|
5796
5796
|
"chainStatus": "ACTIVE",
|
|
5797
|
-
"icon": "https://
|
|
5797
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_network.png",
|
|
5798
5798
|
"providers": {
|
|
5799
5799
|
"Vara Network": "wss://rpc.vara.network",
|
|
5800
5800
|
"BlastApi": "wss://vara-mainnet.public.blastapi.io"
|
|
@@ -5830,7 +5830,7 @@
|
|
|
5830
5830
|
"name": "Avail Kate Testnet",
|
|
5831
5831
|
"isTestnet": true,
|
|
5832
5832
|
"chainStatus": "INACTIVE",
|
|
5833
|
-
"icon": "https://
|
|
5833
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kate.png",
|
|
5834
5834
|
"providers": {
|
|
5835
5835
|
"AVAIL": "wss://kate.avail.tools/ws"
|
|
5836
5836
|
},
|
|
@@ -5860,7 +5860,7 @@
|
|
|
5860
5860
|
"name": "Polkadot Bridge Hub",
|
|
5861
5861
|
"isTestnet": false,
|
|
5862
5862
|
"chainStatus": "ACTIVE",
|
|
5863
|
-
"icon": "https://
|
|
5863
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubpolkadot.png",
|
|
5864
5864
|
"providers": {
|
|
5865
5865
|
"Parity": "wss://polkadot-bridge-hub-rpc.polkadot.io",
|
|
5866
5866
|
"Stakeworld": "wss://dot-rpc.stakeworld.io/bridgehub"
|
|
@@ -5894,7 +5894,7 @@
|
|
|
5894
5894
|
"name": "Kusama Bridge Hub",
|
|
5895
5895
|
"isTestnet": false,
|
|
5896
5896
|
"chainStatus": "ACTIVE",
|
|
5897
|
-
"icon": "https://
|
|
5897
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubkusama.png",
|
|
5898
5898
|
"providers": {
|
|
5899
5899
|
"Parity": "wss://kusama-bridge-hub-rpc.polkadot.io",
|
|
5900
5900
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/bridgehub",
|
|
@@ -5930,7 +5930,7 @@
|
|
|
5930
5930
|
"name": "Fantom Testnet",
|
|
5931
5931
|
"isTestnet": true,
|
|
5932
5932
|
"chainStatus": "ACTIVE",
|
|
5933
|
-
"icon": "https://
|
|
5933
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom_testnet.png",
|
|
5934
5934
|
"providers": {
|
|
5935
5935
|
"Ankr": "https://rpc.ankr.com/fantom_testnet",
|
|
5936
5936
|
"X_API": "https://xapi.testnet.fantom.network/lachesis/",
|
|
@@ -5958,7 +5958,7 @@
|
|
|
5958
5958
|
"name": "Fantom",
|
|
5959
5959
|
"isTestnet": false,
|
|
5960
5960
|
"chainStatus": "ACTIVE",
|
|
5961
|
-
"icon": "https://
|
|
5961
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom.png",
|
|
5962
5962
|
"providers": {
|
|
5963
5963
|
"Ankr": "https://rpc.ankr.com/fantom",
|
|
5964
5964
|
"RPC_API": "https://rpcapi.fantom.network",
|
|
@@ -5987,7 +5987,7 @@
|
|
|
5987
5987
|
"name": "Krest Network",
|
|
5988
5988
|
"isTestnet": false,
|
|
5989
5989
|
"chainStatus": "ACTIVE",
|
|
5990
|
-
"icon": "https://
|
|
5990
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/krest_network.png",
|
|
5991
5991
|
"providers": {
|
|
5992
5992
|
"OnFinality": "wss://krest.api.onfinality.io/public-ws"
|
|
5993
5993
|
},
|
|
@@ -6032,7 +6032,7 @@
|
|
|
6032
6032
|
"name": "Deeper Network",
|
|
6033
6033
|
"isTestnet": false,
|
|
6034
6034
|
"chainStatus": "ACTIVE",
|
|
6035
|
-
"icon": "https://
|
|
6035
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/deeper_network.png",
|
|
6036
6036
|
"providers": {
|
|
6037
6037
|
"DeeperNetwork": "wss://mainnet-full.deeper.network"
|
|
6038
6038
|
},
|
|
@@ -6062,7 +6062,7 @@
|
|
|
6062
6062
|
"name": "Jur Network",
|
|
6063
6063
|
"isTestnet": false,
|
|
6064
6064
|
"chainStatus": "ACTIVE",
|
|
6065
|
-
"icon": "https://
|
|
6065
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/jur_network.png",
|
|
6066
6066
|
"providers": {
|
|
6067
6067
|
"Jur Mainnet": "wss://mainnet.jur.io/"
|
|
6068
6068
|
},
|
|
@@ -6092,7 +6092,7 @@
|
|
|
6092
6092
|
"name": "Base Mainnet",
|
|
6093
6093
|
"isTestnet": false,
|
|
6094
6094
|
"chainStatus": "ACTIVE",
|
|
6095
|
-
"icon": "https://
|
|
6095
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/base_mainnet.png",
|
|
6096
6096
|
"providers": {
|
|
6097
6097
|
"PublicNode": "https://base.publicnode.com"
|
|
6098
6098
|
},
|
|
@@ -6117,7 +6117,7 @@
|
|
|
6117
6117
|
"name": "Avalanche C-Chain",
|
|
6118
6118
|
"isTestnet": false,
|
|
6119
6119
|
"chainStatus": "ACTIVE",
|
|
6120
|
-
"icon": "https://
|
|
6120
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avalanche_c.png",
|
|
6121
6121
|
"providers": {
|
|
6122
6122
|
"Avax Network": "https://api.avax.network/ext/bc/C/rpc",
|
|
6123
6123
|
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
@@ -6146,7 +6146,7 @@
|
|
|
6146
6146
|
"name": "Crust Mainnet",
|
|
6147
6147
|
"isTestnet": false,
|
|
6148
6148
|
"chainStatus": "ACTIVE",
|
|
6149
|
-
"icon": "https://
|
|
6149
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust_mainnet.png",
|
|
6150
6150
|
"providers": {
|
|
6151
6151
|
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
6152
6152
|
"Crust Network": "wss://rpc.crust.network"
|
|
@@ -6180,7 +6180,7 @@
|
|
|
6180
6180
|
"name": "Acala - EVM",
|
|
6181
6181
|
"isTestnet": false,
|
|
6182
6182
|
"chainStatus": "ACTIVE",
|
|
6183
|
-
"icon": "https://
|
|
6183
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_evm.png",
|
|
6184
6184
|
"providers": {
|
|
6185
6185
|
"Acala": "https://eth-rpc-acala.aca-api.network"
|
|
6186
6186
|
},
|
|
@@ -6205,7 +6205,7 @@
|
|
|
6205
6205
|
"name": "Karura - EVM",
|
|
6206
6206
|
"isTestnet": false,
|
|
6207
6207
|
"chainStatus": "ACTIVE",
|
|
6208
|
-
"icon": "https://
|
|
6208
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura_evm.png",
|
|
6209
6209
|
"providers": {
|
|
6210
6210
|
"Acala": "https://eth-rpc-karura.aca-api.network"
|
|
6211
6211
|
},
|
|
@@ -6230,7 +6230,7 @@
|
|
|
6230
6230
|
"name": "Bittensor",
|
|
6231
6231
|
"isTestnet": false,
|
|
6232
6232
|
"chainStatus": "ACTIVE",
|
|
6233
|
-
"icon": "https://
|
|
6233
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bittensor.png",
|
|
6234
6234
|
"providers": {
|
|
6235
6235
|
"Opentensor": "wss://entrypoint-finney.opentensor.ai:443"
|
|
6236
6236
|
},
|
|
@@ -6272,7 +6272,7 @@
|
|
|
6272
6272
|
"name": "Xcavate",
|
|
6273
6273
|
"isTestnet": true,
|
|
6274
6274
|
"chainStatus": "INACTIVE",
|
|
6275
|
-
"icon": "https://
|
|
6275
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xcavate.png",
|
|
6276
6276
|
"providers": {
|
|
6277
6277
|
"Tanssi": "wss://fraa-dancebox-3031-rpc.a.dancebox.tanssi.network"
|
|
6278
6278
|
},
|
|
@@ -6302,7 +6302,7 @@
|
|
|
6302
6302
|
"name": "Unorthodox",
|
|
6303
6303
|
"isTestnet": false,
|
|
6304
6304
|
"chainStatus": "INACTIVE",
|
|
6305
|
-
"icon": "https://
|
|
6305
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unorthodox.png",
|
|
6306
6306
|
"providers": {},
|
|
6307
6307
|
"evmInfo": null,
|
|
6308
6308
|
"substrateInfo": {
|
|
@@ -6330,7 +6330,7 @@
|
|
|
6330
6330
|
"name": "Coinversation",
|
|
6331
6331
|
"isTestnet": false,
|
|
6332
6332
|
"chainStatus": "INACTIVE",
|
|
6333
|
-
"icon": "https://
|
|
6333
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/coinversation.png",
|
|
6334
6334
|
"providers": {},
|
|
6335
6335
|
"evmInfo": null,
|
|
6336
6336
|
"substrateInfo": {
|
|
@@ -6370,7 +6370,7 @@
|
|
|
6370
6370
|
"name": "LayerX Network",
|
|
6371
6371
|
"isTestnet": false,
|
|
6372
6372
|
"chainStatus": "INACTIVE",
|
|
6373
|
-
"icon": "https://
|
|
6373
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/layerx_network.png",
|
|
6374
6374
|
"providers": {},
|
|
6375
6375
|
"evmInfo": null,
|
|
6376
6376
|
"substrateInfo": {
|
|
@@ -6398,7 +6398,7 @@
|
|
|
6398
6398
|
"name": "Moonsama",
|
|
6399
6399
|
"isTestnet": false,
|
|
6400
6400
|
"chainStatus": "INACTIVE",
|
|
6401
|
-
"icon": "https://
|
|
6401
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonsama.png",
|
|
6402
6402
|
"providers": {},
|
|
6403
6403
|
"evmInfo": null,
|
|
6404
6404
|
"substrateInfo": {
|
|
@@ -6438,7 +6438,7 @@
|
|
|
6438
6438
|
"name": "OAK Network",
|
|
6439
6439
|
"isTestnet": false,
|
|
6440
6440
|
"chainStatus": "INACTIVE",
|
|
6441
|
-
"icon": "https://
|
|
6441
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/oak_network.png",
|
|
6442
6442
|
"providers": {},
|
|
6443
6443
|
"evmInfo": null,
|
|
6444
6444
|
"substrateInfo": {
|
|
@@ -6478,7 +6478,7 @@
|
|
|
6478
6478
|
"name": "OmniBTC",
|
|
6479
6479
|
"isTestnet": false,
|
|
6480
6480
|
"chainStatus": "INACTIVE",
|
|
6481
|
-
"icon": "https://
|
|
6481
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/omnibtc.png",
|
|
6482
6482
|
"providers": {},
|
|
6483
6483
|
"evmInfo": null,
|
|
6484
6484
|
"substrateInfo": {
|
|
@@ -6518,7 +6518,7 @@
|
|
|
6518
6518
|
"name": "peaq",
|
|
6519
6519
|
"isTestnet": false,
|
|
6520
6520
|
"chainStatus": "INACTIVE",
|
|
6521
|
-
"icon": "https://
|
|
6521
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/peaq.png",
|
|
6522
6522
|
"providers": {},
|
|
6523
6523
|
"evmInfo": null,
|
|
6524
6524
|
"substrateInfo": {
|
|
@@ -6558,7 +6558,7 @@
|
|
|
6558
6558
|
"name": "Quantum Portal",
|
|
6559
6559
|
"isTestnet": false,
|
|
6560
6560
|
"chainStatus": "INACTIVE",
|
|
6561
|
-
"icon": "https://
|
|
6561
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quantum_portal.png",
|
|
6562
6562
|
"providers": {},
|
|
6563
6563
|
"evmInfo": null,
|
|
6564
6564
|
"substrateInfo": {
|
|
@@ -6586,7 +6586,7 @@
|
|
|
6586
6586
|
"name": "Virto Network",
|
|
6587
6587
|
"isTestnet": false,
|
|
6588
6588
|
"chainStatus": "INACTIVE",
|
|
6589
|
-
"icon": "https://
|
|
6589
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/virto_network.png",
|
|
6590
6590
|
"providers": {},
|
|
6591
6591
|
"evmInfo": null,
|
|
6592
6592
|
"substrateInfo": {
|
|
@@ -6614,7 +6614,7 @@
|
|
|
6614
6614
|
"name": "Energy Web X",
|
|
6615
6615
|
"isTestnet": false,
|
|
6616
6616
|
"chainStatus": "ACTIVE",
|
|
6617
|
-
"icon": "https://
|
|
6617
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x.png",
|
|
6618
6618
|
"providers": {
|
|
6619
6619
|
"EWX": "wss://public-rpc.mainnet.energywebx.com/ws"
|
|
6620
6620
|
},
|
|
@@ -6656,7 +6656,7 @@
|
|
|
6656
6656
|
"name": "InvArch Network",
|
|
6657
6657
|
"isTestnet": false,
|
|
6658
6658
|
"chainStatus": "ACTIVE",
|
|
6659
|
-
"icon": "https://
|
|
6659
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/invarch.png",
|
|
6660
6660
|
"providers": {
|
|
6661
6661
|
"Dwellir": "wss://invarch-rpc.dwellir.com"
|
|
6662
6662
|
},
|
|
@@ -6698,7 +6698,7 @@
|
|
|
6698
6698
|
"name": "Zero",
|
|
6699
6699
|
"isTestnet": false,
|
|
6700
6700
|
"chainStatus": "INACTIVE",
|
|
6701
|
-
"icon": "https://
|
|
6701
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zero.png",
|
|
6702
6702
|
"providers": {},
|
|
6703
6703
|
"evmInfo": null,
|
|
6704
6704
|
"substrateInfo": {
|
|
@@ -6726,7 +6726,7 @@
|
|
|
6726
6726
|
"name": " Kpron Network",
|
|
6727
6727
|
"isTestnet": false,
|
|
6728
6728
|
"chainStatus": "INACTIVE",
|
|
6729
|
-
"icon": "https://
|
|
6729
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kpron_network.png",
|
|
6730
6730
|
"providers": {},
|
|
6731
6731
|
"evmInfo": null,
|
|
6732
6732
|
"substrateInfo": {
|
|
@@ -6754,7 +6754,7 @@
|
|
|
6754
6754
|
"name": "Mars",
|
|
6755
6755
|
"isTestnet": false,
|
|
6756
6756
|
"chainStatus": "INACTIVE",
|
|
6757
|
-
"icon": "https://
|
|
6757
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mars.png",
|
|
6758
6758
|
"providers": {},
|
|
6759
6759
|
"evmInfo": null,
|
|
6760
6760
|
"substrateInfo": {
|
|
@@ -6782,7 +6782,7 @@
|
|
|
6782
6782
|
"name": "Snow",
|
|
6783
6783
|
"isTestnet": false,
|
|
6784
6784
|
"chainStatus": "INACTIVE",
|
|
6785
|
-
"icon": "https://
|
|
6785
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/snow.png",
|
|
6786
6786
|
"providers": {},
|
|
6787
6787
|
"evmInfo": null,
|
|
6788
6788
|
"substrateInfo": {
|
|
@@ -6825,7 +6825,7 @@
|
|
|
6825
6825
|
"name": "Aband",
|
|
6826
6826
|
"isTestnet": false,
|
|
6827
6827
|
"chainStatus": "INACTIVE",
|
|
6828
|
-
"icon": "https://
|
|
6828
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aband.png",
|
|
6829
6829
|
"providers": {},
|
|
6830
6830
|
"evmInfo": null,
|
|
6831
6831
|
"substrateInfo": {
|
|
@@ -6865,7 +6865,7 @@
|
|
|
6865
6865
|
"name": "Acurast Canary",
|
|
6866
6866
|
"isTestnet": false,
|
|
6867
6867
|
"chainStatus": "INACTIVE",
|
|
6868
|
-
"icon": "https://
|
|
6868
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acurast_canary.png",
|
|
6869
6869
|
"providers": {},
|
|
6870
6870
|
"evmInfo": null,
|
|
6871
6871
|
"substrateInfo": {
|
|
@@ -6893,7 +6893,7 @@
|
|
|
6893
6893
|
"name": "Alpha Network",
|
|
6894
6894
|
"isTestnet": false,
|
|
6895
6895
|
"chainStatus": "INACTIVE",
|
|
6896
|
-
"icon": "https://
|
|
6896
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alpha_network.png",
|
|
6897
6897
|
"providers": {},
|
|
6898
6898
|
"evmInfo": null,
|
|
6899
6899
|
"substrateInfo": {
|
|
@@ -6921,7 +6921,7 @@
|
|
|
6921
6921
|
"name": "Loom Network",
|
|
6922
6922
|
"isTestnet": false,
|
|
6923
6923
|
"chainStatus": "INACTIVE",
|
|
6924
|
-
"icon": "https://
|
|
6924
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/loom_network.png",
|
|
6925
6925
|
"providers": {},
|
|
6926
6926
|
"evmInfo": null,
|
|
6927
6927
|
"substrateInfo": {
|
|
@@ -6949,7 +6949,7 @@
|
|
|
6949
6949
|
"name": "SubGame Gamma",
|
|
6950
6950
|
"isTestnet": false,
|
|
6951
6951
|
"chainStatus": "INACTIVE",
|
|
6952
|
-
"icon": "https://
|
|
6952
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_gamma.png",
|
|
6953
6953
|
"providers": {},
|
|
6954
6954
|
"evmInfo": null,
|
|
6955
6955
|
"substrateInfo": {
|
|
@@ -6977,7 +6977,7 @@
|
|
|
6977
6977
|
"name": "TrustBase",
|
|
6978
6978
|
"isTestnet": false,
|
|
6979
6979
|
"chainStatus": "INACTIVE",
|
|
6980
|
-
"icon": "https://
|
|
6980
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/trustbase.png",
|
|
6981
6981
|
"providers": {},
|
|
6982
6982
|
"evmInfo": null,
|
|
6983
6983
|
"substrateInfo": {
|
|
@@ -7005,7 +7005,7 @@
|
|
|
7005
7005
|
"name": "Manta Atlantic",
|
|
7006
7006
|
"isTestnet": false,
|
|
7007
7007
|
"chainStatus": "ACTIVE",
|
|
7008
|
-
"icon": "https://
|
|
7008
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network.png",
|
|
7009
7009
|
"providers": {
|
|
7010
7010
|
"Manta Network": "wss://ws.manta.systems"
|
|
7011
7011
|
},
|
|
@@ -7038,7 +7038,7 @@
|
|
|
7038
7038
|
"name": "t3rn",
|
|
7039
7039
|
"isTestnet": false,
|
|
7040
7040
|
"chainStatus": "INACTIVE",
|
|
7041
|
-
"icon": "https://
|
|
7041
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/t3rn.png",
|
|
7042
7042
|
"providers": {},
|
|
7043
7043
|
"evmInfo": null,
|
|
7044
7044
|
"substrateInfo": {
|
|
@@ -7066,7 +7066,7 @@
|
|
|
7066
7066
|
"name": "Geminis Network",
|
|
7067
7067
|
"isTestnet": false,
|
|
7068
7068
|
"chainStatus": "INACTIVE",
|
|
7069
|
-
"icon": "https://
|
|
7069
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/geminis_network.png",
|
|
7070
7070
|
"providers": {},
|
|
7071
7071
|
"evmInfo": null,
|
|
7072
7072
|
"substrateInfo": {
|
|
@@ -7094,7 +7094,7 @@
|
|
|
7094
7094
|
"name": "Polimec Polkadot",
|
|
7095
7095
|
"isTestnet": false,
|
|
7096
7096
|
"chainStatus": "ACTIVE",
|
|
7097
|
-
"icon": "https://
|
|
7097
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polimec.png",
|
|
7098
7098
|
"providers": {
|
|
7099
7099
|
"Polimec": "wss://rpc.polimec.org",
|
|
7100
7100
|
"Amforc": "wss://polimec.rpc.amforc.com"
|
|
@@ -7137,7 +7137,7 @@
|
|
|
7137
7137
|
"name": "SubDAO",
|
|
7138
7138
|
"isTestnet": false,
|
|
7139
7139
|
"chainStatus": "INACTIVE",
|
|
7140
|
-
"icon": "https://
|
|
7140
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subdao.png",
|
|
7141
7141
|
"providers": {},
|
|
7142
7142
|
"evmInfo": null,
|
|
7143
7143
|
"substrateInfo": {
|
|
@@ -7165,7 +7165,7 @@
|
|
|
7165
7165
|
"name": "SubGame Network",
|
|
7166
7166
|
"isTestnet": false,
|
|
7167
7167
|
"chainStatus": "INACTIVE",
|
|
7168
|
-
"icon": "https://
|
|
7168
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_network.png",
|
|
7169
7169
|
"providers": {},
|
|
7170
7170
|
"evmInfo": null,
|
|
7171
7171
|
"substrateInfo": {
|
|
@@ -7193,7 +7193,7 @@
|
|
|
7193
7193
|
"name": "ZetaChain Testnet",
|
|
7194
7194
|
"isTestnet": true,
|
|
7195
7195
|
"chainStatus": "ACTIVE",
|
|
7196
|
-
"icon": "https://
|
|
7196
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeta_test.png",
|
|
7197
7197
|
"providers": {
|
|
7198
7198
|
"Athens": "https://zetachain-athens-evm.blockpi.network/v1/rpc/public"
|
|
7199
7199
|
},
|
|
@@ -7215,7 +7215,7 @@
|
|
|
7215
7215
|
"name": "Watr Mainnet",
|
|
7216
7216
|
"isTestnet": false,
|
|
7217
7217
|
"chainStatus": "ACTIVE",
|
|
7218
|
-
"icon": "https://
|
|
7218
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet.png",
|
|
7219
7219
|
"providers": {
|
|
7220
7220
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7221
7221
|
},
|
|
@@ -7245,7 +7245,7 @@
|
|
|
7245
7245
|
"name": "Watr Mainnet - EVM",
|
|
7246
7246
|
"isTestnet": false,
|
|
7247
7247
|
"chainStatus": "ACTIVE",
|
|
7248
|
-
"icon": "https://
|
|
7248
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet_evm.png",
|
|
7249
7249
|
"providers": {
|
|
7250
7250
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7251
7251
|
},
|
|
@@ -7267,7 +7267,7 @@
|
|
|
7267
7267
|
"name": "Enjin Relaychain",
|
|
7268
7268
|
"isTestnet": false,
|
|
7269
7269
|
"chainStatus": "ACTIVE",
|
|
7270
|
-
"icon": "https://
|
|
7270
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_relaychain.png",
|
|
7271
7271
|
"providers": {
|
|
7272
7272
|
"Enjin": "wss://rpc.relay.blockchain.enjin.io/"
|
|
7273
7273
|
},
|
|
@@ -7300,7 +7300,7 @@
|
|
|
7300
7300
|
"name": "Enjin Matrixchain",
|
|
7301
7301
|
"isTestnet": false,
|
|
7302
7302
|
"chainStatus": "ACTIVE",
|
|
7303
|
-
"icon": "https://
|
|
7303
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_matrixchain.png",
|
|
7304
7304
|
"providers": {
|
|
7305
7305
|
"MatrixChain": "wss://rpc.matrix.blockchain.enjin.io/",
|
|
7306
7306
|
"Dwellir": "wss://enjin-matrix-rpc-1.dwellir.com/"
|
|
@@ -7334,7 +7334,7 @@
|
|
|
7334
7334
|
"name": "Vara Network Testnet",
|
|
7335
7335
|
"isTestnet": true,
|
|
7336
7336
|
"chainStatus": "ACTIVE",
|
|
7337
|
-
"icon": "https://
|
|
7337
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_testnet.png",
|
|
7338
7338
|
"providers": {
|
|
7339
7339
|
"Vara": "wss://testnet.vara-network.io"
|
|
7340
7340
|
},
|
|
@@ -7366,7 +7366,7 @@
|
|
|
7366
7366
|
"name": "Avail Goldberg Testnet",
|
|
7367
7367
|
"isTestnet": true,
|
|
7368
7368
|
"chainStatus": "ACTIVE",
|
|
7369
|
-
"icon": "https://
|
|
7369
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/goldberg_testnet.png",
|
|
7370
7370
|
"providers": {
|
|
7371
7371
|
"Avail Tool Testnet": "wss://rpc-testnet.avail.tools/ws",
|
|
7372
7372
|
"Goldberg testnet": "wss://goldberg-testnet-rpc.avail.tools/ws"
|
|
@@ -7400,7 +7400,7 @@
|
|
|
7400
7400
|
"name": "EWX Staging Parachain",
|
|
7401
7401
|
"isTestnet": true,
|
|
7402
7402
|
"chainStatus": "ACTIVE",
|
|
7403
|
-
"icon": "https://
|
|
7403
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_testnet.png",
|
|
7404
7404
|
"providers": {
|
|
7405
7405
|
"EWX": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws"
|
|
7406
7406
|
},
|
|
@@ -7430,7 +7430,7 @@
|
|
|
7430
7430
|
"name": "Energy Web Chain",
|
|
7431
7431
|
"isTestnet": false,
|
|
7432
7432
|
"chainStatus": "ACTIVE",
|
|
7433
|
-
"icon": "https://
|
|
7433
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_chain.png",
|
|
7434
7434
|
"providers": {
|
|
7435
7435
|
"Energy Web Chain": "https://rpc.energyweb.org"
|
|
7436
7436
|
},
|
|
@@ -7455,7 +7455,7 @@
|
|
|
7455
7455
|
"name": "Energy Web X Rococo",
|
|
7456
7456
|
"isTestnet": true,
|
|
7457
7457
|
"chainStatus": "ACTIVE",
|
|
7458
|
-
"icon": "https://
|
|
7458
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_rococo.png",
|
|
7459
7459
|
"providers": {
|
|
7460
7460
|
"EWX": "wss://public-rpc.testnet.energywebx.com/ws"
|
|
7461
7461
|
},
|
|
@@ -7485,7 +7485,7 @@
|
|
|
7485
7485
|
"name": "Manta Pacific",
|
|
7486
7486
|
"isTestnet": false,
|
|
7487
7487
|
"chainStatus": "ACTIVE",
|
|
7488
|
-
"icon": "https://
|
|
7488
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network_evm.png",
|
|
7489
7489
|
"providers": {
|
|
7490
7490
|
"Manta Pacific": "https://pacific-rpc.manta.network/http"
|
|
7491
7491
|
},
|
|
@@ -7510,7 +7510,7 @@
|
|
|
7510
7510
|
"name": "Polkadex Polkadot",
|
|
7511
7511
|
"isTestnet": false,
|
|
7512
7512
|
"chainStatus": "ACTIVE",
|
|
7513
|
-
"icon": "https://
|
|
7513
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex_dot.png",
|
|
7514
7514
|
"providers": {
|
|
7515
7515
|
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
7516
7516
|
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
@@ -7551,42 +7551,12 @@
|
|
|
7551
7551
|
},
|
|
7552
7552
|
"bitcoinInfo": null
|
|
7553
7553
|
},
|
|
7554
|
-
"bittensor_testnet": {
|
|
7555
|
-
"slug": "bittensor_testnet",
|
|
7556
|
-
"name": "Bittensor Testnet",
|
|
7557
|
-
"isTestnet": true,
|
|
7558
|
-
"chainStatus": "INACTIVE",
|
|
7559
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7560
|
-
"providers": {
|
|
7561
|
-
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
7562
|
-
},
|
|
7563
|
-
"evmInfo": null,
|
|
7564
|
-
"substrateInfo": {
|
|
7565
|
-
"relaySlug": null,
|
|
7566
|
-
"paraId": null,
|
|
7567
|
-
"genesisHash": "0x8f9cf856bf558a14440e75569c9e58594757048d7b3a84b5d25f6bd978263105",
|
|
7568
|
-
"addressPrefix": 42,
|
|
7569
|
-
"chainType": null,
|
|
7570
|
-
"crowdloanUrl": null,
|
|
7571
|
-
"blockExplorer": null,
|
|
7572
|
-
"existentialDeposit": "500",
|
|
7573
|
-
"symbol": "TAO",
|
|
7574
|
-
"decimals": 9,
|
|
7575
|
-
"hasNativeNft": null,
|
|
7576
|
-
"supportStaking": true,
|
|
7577
|
-
"supportSmartContract": null,
|
|
7578
|
-
"crowdloanParaId": null,
|
|
7579
|
-
"crowdloanFunds": []
|
|
7580
|
-
},
|
|
7581
|
-
"extraInfo": null,
|
|
7582
|
-
"bitcoinInfo": null
|
|
7583
|
-
},
|
|
7584
7554
|
"subspace_gemini_3h": {
|
|
7585
7555
|
"slug": "subspace_gemini_3h",
|
|
7586
7556
|
"name": "Subspace Gemini 3h",
|
|
7587
7557
|
"isTestnet": true,
|
|
7588
7558
|
"chainStatus": "ACTIVE",
|
|
7589
|
-
"icon": "https://
|
|
7559
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3h.png",
|
|
7590
7560
|
"providers": {
|
|
7591
7561
|
"Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
|
|
7592
7562
|
},
|
|
@@ -7619,7 +7589,7 @@
|
|
|
7619
7589
|
"name": "Continuum Network",
|
|
7620
7590
|
"isTestnet": false,
|
|
7621
7591
|
"chainStatus": "ACTIVE",
|
|
7622
|
-
"icon": "https://
|
|
7592
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/continuum_network.png",
|
|
7623
7593
|
"providers": {
|
|
7624
7594
|
"Continuum RPC Node": "wss://continuum-rpc-1.metaverse.network/wss"
|
|
7625
7595
|
},
|
|
@@ -7652,7 +7622,7 @@
|
|
|
7652
7622
|
"name": "Rococo Asset Hub",
|
|
7653
7623
|
"isTestnet": true,
|
|
7654
7624
|
"chainStatus": "ACTIVE",
|
|
7655
|
-
"icon": "https://
|
|
7625
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo_assethub.png",
|
|
7656
7626
|
"providers": {
|
|
7657
7627
|
"Dwellir": "wss://rococo-asset-hub-rpc.dwellir.com",
|
|
7658
7628
|
"Parity": "wss://rococo-asset-hub-rpc.polkadot.io"
|
|
@@ -7683,7 +7653,7 @@
|
|
|
7683
7653
|
"name": "X Layer testnet",
|
|
7684
7654
|
"isTestnet": true,
|
|
7685
7655
|
"chainStatus": "ACTIVE",
|
|
7686
|
-
"icon": "https://
|
|
7656
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/okxtest.png",
|
|
7687
7657
|
"providers": {
|
|
7688
7658
|
"Testrpc": "https://testrpc.x1.tech/",
|
|
7689
7659
|
"X1testrpc": "https://x1testrpc.okx.com/"
|
|
@@ -7709,7 +7679,7 @@
|
|
|
7709
7679
|
"name": "Liberland Testnet",
|
|
7710
7680
|
"isTestnet": true,
|
|
7711
7681
|
"chainStatus": "ACTIVE",
|
|
7712
|
-
"icon": "https://
|
|
7682
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/liberlandtest.png",
|
|
7713
7683
|
"providers": {
|
|
7714
7684
|
"Liberland": "wss://testchain.liberland.org"
|
|
7715
7685
|
},
|
|
@@ -7739,7 +7709,7 @@
|
|
|
7739
7709
|
"name": "Liberland",
|
|
7740
7710
|
"isTestnet": false,
|
|
7741
7711
|
"chainStatus": "ACTIVE",
|
|
7742
|
-
"icon": "https://
|
|
7712
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/liberland.png",
|
|
7743
7713
|
"providers": {
|
|
7744
7714
|
"Liberland": "wss://mainnet.liberland.org",
|
|
7745
7715
|
"Dwellir": "wss://liberland-rpc.dwellir.com"
|
|
@@ -7770,7 +7740,7 @@
|
|
|
7770
7740
|
"name": "Polkadot Chainflip Testnet",
|
|
7771
7741
|
"isTestnet": true,
|
|
7772
7742
|
"chainStatus": "ACTIVE",
|
|
7773
|
-
"icon": "https://
|
|
7743
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainflip_dot.png",
|
|
7774
7744
|
"providers": {
|
|
7775
7745
|
"Chainflip": "wss://rpc-pdot.chainflip.io"
|
|
7776
7746
|
},
|
|
@@ -7800,7 +7770,7 @@
|
|
|
7800
7770
|
"name": "Tangle Testnet",
|
|
7801
7771
|
"isTestnet": true,
|
|
7802
7772
|
"chainStatus": "ACTIVE",
|
|
7803
|
-
"icon": "https://
|
|
7773
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tangletest.png",
|
|
7804
7774
|
"providers": {
|
|
7805
7775
|
"Webb": "wss://testnet-rpc.tangle.tools"
|
|
7806
7776
|
},
|
|
@@ -7830,7 +7800,7 @@
|
|
|
7830
7800
|
"name": "DENTNet",
|
|
7831
7801
|
"isTestnet": false,
|
|
7832
7802
|
"chainStatus": "ACTIVE",
|
|
7833
|
-
"icon": "https://
|
|
7803
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dentnet.png",
|
|
7834
7804
|
"providers": {
|
|
7835
7805
|
"Dentnet": "wss://rpc.dentnet.io/ws"
|
|
7836
7806
|
},
|
|
@@ -7860,7 +7830,7 @@
|
|
|
7860
7830
|
"name": "Phyken Network Testnet",
|
|
7861
7831
|
"isTestnet": true,
|
|
7862
7832
|
"chainStatus": "ACTIVE",
|
|
7863
|
-
"icon": "https://
|
|
7833
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phykentest.png",
|
|
7864
7834
|
"providers": {
|
|
7865
7835
|
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz"
|
|
7866
7836
|
},
|
|
@@ -7890,7 +7860,7 @@
|
|
|
7890
7860
|
"name": "Creditcoin Testnet - EVM",
|
|
7891
7861
|
"isTestnet": true,
|
|
7892
7862
|
"chainStatus": "ACTIVE",
|
|
7893
|
-
"icon": "https://
|
|
7863
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointestevm.png",
|
|
7894
7864
|
"providers": {
|
|
7895
7865
|
"Creditcoin Testnet EVM": "https://rpc.cc3-testnet.creditcoin.network/"
|
|
7896
7866
|
},
|
|
@@ -7912,7 +7882,7 @@
|
|
|
7912
7882
|
"name": "Astar zkEVM",
|
|
7913
7883
|
"isTestnet": false,
|
|
7914
7884
|
"chainStatus": "ACTIVE",
|
|
7915
|
-
"icon": "https://
|
|
7885
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarzkevm.png",
|
|
7916
7886
|
"providers": {
|
|
7917
7887
|
"Dwellir": "https://astar-zkevm-rpc.dwellir.com"
|
|
7918
7888
|
},
|
|
@@ -7937,7 +7907,7 @@
|
|
|
7937
7907
|
"name": "Ethereum Sepolia",
|
|
7938
7908
|
"isTestnet": true,
|
|
7939
7909
|
"chainStatus": "ACTIVE",
|
|
7940
|
-
"icon": "https://
|
|
7910
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sepolia_ethereum.png",
|
|
7941
7911
|
"providers": {
|
|
7942
7912
|
"Asia RPC": "https://rpc.sepolia.org",
|
|
7943
7913
|
"Europe RPC 2": "https://rpc2.sepolia.org",
|
|
@@ -7964,7 +7934,7 @@
|
|
|
7964
7934
|
"name": "HydraDX Rococo",
|
|
7965
7935
|
"isTestnet": true,
|
|
7966
7936
|
"chainStatus": "ACTIVE",
|
|
7967
|
-
"icon": "https://
|
|
7937
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_rococo.png",
|
|
7968
7938
|
"providers": {
|
|
7969
7939
|
"Hydration Nice": "wss://rpc.nice.hydration.cloud"
|
|
7970
7940
|
},
|
|
@@ -7994,7 +7964,7 @@
|
|
|
7994
7964
|
"name": "Creditcoin testnet",
|
|
7995
7965
|
"isTestnet": true,
|
|
7996
7966
|
"chainStatus": "ACTIVE",
|
|
7997
|
-
"icon": "https://
|
|
7967
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointest.png",
|
|
7998
7968
|
"providers": {
|
|
7999
7969
|
"Cc3": "wss://rpc.cc3-testnet.creditcoin.network"
|
|
8000
7970
|
},
|
|
@@ -8027,7 +7997,7 @@
|
|
|
8027
7997
|
"name": "X Layer",
|
|
8028
7998
|
"isTestnet": false,
|
|
8029
7999
|
"chainStatus": "ACTIVE",
|
|
8030
|
-
"icon": "https://
|
|
8000
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xlayer.png",
|
|
8031
8001
|
"providers": {
|
|
8032
8002
|
"X Layer": "https://rpc.xlayer.tech",
|
|
8033
8003
|
"X Layer OKX": "https://xlayerrpc.okx.com/"
|
|
@@ -8050,7 +8020,7 @@
|
|
|
8050
8020
|
"name": "Acurast Canary",
|
|
8051
8021
|
"isTestnet": false,
|
|
8052
8022
|
"chainStatus": "ACTIVE",
|
|
8053
|
-
"icon": "https://
|
|
8023
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acurast.png",
|
|
8054
8024
|
"providers": {
|
|
8055
8025
|
"Acurast": "wss://acurast-canarynet-ws.prod.gke.papers.tech"
|
|
8056
8026
|
},
|
|
@@ -8080,7 +8050,7 @@
|
|
|
8080
8050
|
"name": "Mythos",
|
|
8081
8051
|
"isTestnet": false,
|
|
8082
8052
|
"chainStatus": "ACTIVE",
|
|
8083
|
-
"icon": "https://
|
|
8053
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mythos.png",
|
|
8084
8054
|
"providers": {
|
|
8085
8055
|
"Parity": "wss://polkadot-mythos-rpc.polkadot.io"
|
|
8086
8056
|
},
|
|
@@ -8121,7 +8091,7 @@
|
|
|
8121
8091
|
"name": "Humanode",
|
|
8122
8092
|
"isTestnet": false,
|
|
8123
8093
|
"chainStatus": "ACTIVE",
|
|
8124
|
-
"icon": "https://
|
|
8094
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/humanode.png",
|
|
8125
8095
|
"providers": {
|
|
8126
8096
|
"Humanode": "wss://explorer-rpc-ws.mainnet.stages.humanode.io"
|
|
8127
8097
|
},
|
|
@@ -8154,7 +8124,7 @@
|
|
|
8154
8124
|
"name": "Humanode - EVM",
|
|
8155
8125
|
"isTestnet": false,
|
|
8156
8126
|
"chainStatus": "ACTIVE",
|
|
8157
|
-
"icon": "https://
|
|
8127
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/humanodeevm.png",
|
|
8158
8128
|
"providers": {
|
|
8159
8129
|
"Humanode": "https://explorer-rpc-http.mainnet.stages.humanode.io"
|
|
8160
8130
|
},
|
|
@@ -8179,7 +8149,7 @@
|
|
|
8179
8149
|
"name": "Paseo Testnet",
|
|
8180
8150
|
"isTestnet": true,
|
|
8181
8151
|
"chainStatus": "ACTIVE",
|
|
8182
|
-
"icon": "https://
|
|
8152
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/paseotest.png",
|
|
8183
8153
|
"providers": {
|
|
8184
8154
|
"Amforc": "wss://paseo.rpc.amforc.com",
|
|
8185
8155
|
"Dwellir": "wss://paseo-rpc.dwellir.com",
|
|
@@ -8215,7 +8185,7 @@
|
|
|
8215
8185
|
"name": "Commune AI",
|
|
8216
8186
|
"isTestnet": false,
|
|
8217
8187
|
"chainStatus": "ACTIVE",
|
|
8218
|
-
"icon": "https://
|
|
8188
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/commune.png",
|
|
8219
8189
|
"providers": {
|
|
8220
8190
|
"Commune Node 1": "wss://commune-api-node-1.communeai.net"
|
|
8221
8191
|
},
|
|
@@ -8245,7 +8215,7 @@
|
|
|
8245
8215
|
"name": "DBC Mainnet",
|
|
8246
8216
|
"isTestnet": false,
|
|
8247
8217
|
"chainStatus": "ACTIVE",
|
|
8248
|
-
"icon": "https://
|
|
8218
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dbcchain.png",
|
|
8249
8219
|
"providers": {
|
|
8250
8220
|
"DBC Chain": "wss://info1.dbcwallet.io"
|
|
8251
8221
|
},
|
|
@@ -8278,7 +8248,7 @@
|
|
|
8278
8248
|
"name": "Avail Turing Testnet",
|
|
8279
8249
|
"isTestnet": true,
|
|
8280
8250
|
"chainStatus": "ACTIVE",
|
|
8281
|
-
"icon": "https://
|
|
8251
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/availturingtest.png",
|
|
8282
8252
|
"providers": {
|
|
8283
8253
|
"Avail Turing ": "wss://turing-rpc.avail.so/ws",
|
|
8284
8254
|
"Avail Space": "wss://turing-rpc.availspace.app/"
|
|
@@ -8307,141 +8277,12 @@
|
|
|
8307
8277
|
},
|
|
8308
8278
|
"bitcoinInfo": null
|
|
8309
8279
|
},
|
|
8310
|
-
"bitlayer": {
|
|
8311
|
-
"slug": "bitlayer",
|
|
8312
|
-
"name": "Bitlayer",
|
|
8313
|
-
"isTestnet": false,
|
|
8314
|
-
"chainStatus": "ACTIVE",
|
|
8315
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayer.png",
|
|
8316
|
-
"providers": {
|
|
8317
|
-
"Bitlayer": "https://rpc.bitlayer.org",
|
|
8318
|
-
"Rpc": "https://rpc.bitlayer-rpc.com",
|
|
8319
|
-
"Ankr": "https://rpc.ankr.com/bitlayer"
|
|
8320
|
-
},
|
|
8321
|
-
"evmInfo": {
|
|
8322
|
-
"evmChainId": 200901,
|
|
8323
|
-
"blockExplorer": "https://www.btrscan.com",
|
|
8324
|
-
"existentialDeposit": "0",
|
|
8325
|
-
"symbol": "BTC",
|
|
8326
|
-
"decimals": 18,
|
|
8327
|
-
"supportSmartContract": [
|
|
8328
|
-
"ERC20",
|
|
8329
|
-
"ERC721"
|
|
8330
|
-
],
|
|
8331
|
-
"abiExplorer": "https://www.btrscan.com"
|
|
8332
|
-
},
|
|
8333
|
-
"substrateInfo": null,
|
|
8334
|
-
"extraInfo": null,
|
|
8335
|
-
"bitcoinInfo": null
|
|
8336
|
-
},
|
|
8337
|
-
"bitlayerTest": {
|
|
8338
|
-
"slug": "bitlayerTest",
|
|
8339
|
-
"name": "Bitlayer Testnet",
|
|
8340
|
-
"isTestnet": true,
|
|
8341
|
-
"chainStatus": "ACTIVE",
|
|
8342
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayertest.png",
|
|
8343
|
-
"providers": {
|
|
8344
|
-
"Rpc testnet": "https://testnet-rpc.bitlayer.org"
|
|
8345
|
-
},
|
|
8346
|
-
"evmInfo": {
|
|
8347
|
-
"evmChainId": 200810,
|
|
8348
|
-
"blockExplorer": "https://testnet-scan.bitlayer.org",
|
|
8349
|
-
"existentialDeposit": "0",
|
|
8350
|
-
"symbol": "BTC",
|
|
8351
|
-
"decimals": 18,
|
|
8352
|
-
"supportSmartContract": [
|
|
8353
|
-
"ERC20",
|
|
8354
|
-
"ERC721"
|
|
8355
|
-
],
|
|
8356
|
-
"abiExplorer": "https://testnet-scan.bitlayer.org"
|
|
8357
|
-
},
|
|
8358
|
-
"substrateInfo": null,
|
|
8359
|
-
"extraInfo": null,
|
|
8360
|
-
"bitcoinInfo": null
|
|
8361
|
-
},
|
|
8362
|
-
"bevm": {
|
|
8363
|
-
"slug": "bevm",
|
|
8364
|
-
"name": "BEVM",
|
|
8365
|
-
"isTestnet": false,
|
|
8366
|
-
"chainStatus": "ACTIVE",
|
|
8367
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm.png",
|
|
8368
|
-
"providers": {
|
|
8369
|
-
"Mainnet 1": "https://rpc-mainnet-1.bevm.io",
|
|
8370
|
-
"Mainnet 2": "https://rpc-mainnet-2.bevm.io"
|
|
8371
|
-
},
|
|
8372
|
-
"evmInfo": {
|
|
8373
|
-
"evmChainId": 11501,
|
|
8374
|
-
"blockExplorer": "https://scan-mainnet.bevm.io/",
|
|
8375
|
-
"existentialDeposit": "0",
|
|
8376
|
-
"symbol": "BTC",
|
|
8377
|
-
"decimals": 18,
|
|
8378
|
-
"supportSmartContract": [
|
|
8379
|
-
"ERC20",
|
|
8380
|
-
"ERC721"
|
|
8381
|
-
],
|
|
8382
|
-
"abiExplorer": "https://scan-mainnet.bevm.io/"
|
|
8383
|
-
},
|
|
8384
|
-
"substrateInfo": null,
|
|
8385
|
-
"extraInfo": null,
|
|
8386
|
-
"bitcoinInfo": null
|
|
8387
|
-
},
|
|
8388
|
-
"bevmTest": {
|
|
8389
|
-
"slug": "bevmTest",
|
|
8390
|
-
"name": "BEVM Testnet",
|
|
8391
|
-
"isTestnet": true,
|
|
8392
|
-
"chainStatus": "ACTIVE",
|
|
8393
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevmtest.png",
|
|
8394
|
-
"providers": {
|
|
8395
|
-
"BEVM testnet": "https://testnet.bevm.io"
|
|
8396
|
-
},
|
|
8397
|
-
"evmInfo": {
|
|
8398
|
-
"evmChainId": 11503,
|
|
8399
|
-
"blockExplorer": "https://scan-testnet.bevm.io",
|
|
8400
|
-
"existentialDeposit": "0",
|
|
8401
|
-
"symbol": "BTC",
|
|
8402
|
-
"decimals": 18,
|
|
8403
|
-
"supportSmartContract": [
|
|
8404
|
-
"ERC20",
|
|
8405
|
-
"ERC721"
|
|
8406
|
-
],
|
|
8407
|
-
"abiExplorer": "https://scan-testnet.bevm.io"
|
|
8408
|
-
},
|
|
8409
|
-
"substrateInfo": null,
|
|
8410
|
-
"extraInfo": null,
|
|
8411
|
-
"bitcoinInfo": null
|
|
8412
|
-
},
|
|
8413
|
-
"b2": {
|
|
8414
|
-
"slug": "b2",
|
|
8415
|
-
"name": "Bsquare Network",
|
|
8416
|
-
"isTestnet": false,
|
|
8417
|
-
"chainStatus": "ACTIVE",
|
|
8418
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/b2.png",
|
|
8419
|
-
"providers": {
|
|
8420
|
-
"Bsquared": "https://rpc.bsquared.network",
|
|
8421
|
-
"Alt technology": "https://b2-mainnet.alt.technology"
|
|
8422
|
-
},
|
|
8423
|
-
"evmInfo": {
|
|
8424
|
-
"evmChainId": 223,
|
|
8425
|
-
"blockExplorer": "https://explorer.bsquared.network/",
|
|
8426
|
-
"existentialDeposit": "0",
|
|
8427
|
-
"symbol": "BTC",
|
|
8428
|
-
"decimals": 18,
|
|
8429
|
-
"supportSmartContract": [
|
|
8430
|
-
"ERC20",
|
|
8431
|
-
"ERC721"
|
|
8432
|
-
],
|
|
8433
|
-
"abiExplorer": "https://explorer.bsquared.network/"
|
|
8434
|
-
},
|
|
8435
|
-
"substrateInfo": null,
|
|
8436
|
-
"extraInfo": null,
|
|
8437
|
-
"bitcoinInfo": null
|
|
8438
|
-
},
|
|
8439
8280
|
"bobMainnet": {
|
|
8440
8281
|
"slug": "bobMainnet",
|
|
8441
8282
|
"name": "BOB",
|
|
8442
8283
|
"isTestnet": false,
|
|
8443
8284
|
"chainStatus": "ACTIVE",
|
|
8444
|
-
"icon": "https://
|
|
8285
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobmainnet.png",
|
|
8445
8286
|
"providers": {
|
|
8446
8287
|
"Gobob": "https://rpc.gobob.xyz/"
|
|
8447
8288
|
},
|
|
@@ -8466,7 +8307,7 @@
|
|
|
8466
8307
|
"name": "Avail",
|
|
8467
8308
|
"isTestnet": false,
|
|
8468
8309
|
"chainStatus": "ACTIVE",
|
|
8469
|
-
"icon": "https://
|
|
8310
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avail_mainnet.png",
|
|
8470
8311
|
"providers": {
|
|
8471
8312
|
"Avail Fake": "wss://turing-rpc.availspace.app1/"
|
|
8472
8313
|
},
|
|
@@ -8491,62 +8332,12 @@
|
|
|
8491
8332
|
"extraInfo": null,
|
|
8492
8333
|
"bitcoinInfo": null
|
|
8493
8334
|
},
|
|
8494
|
-
"merlinEvm": {
|
|
8495
|
-
"slug": "merlinEvm",
|
|
8496
|
-
"name": "Merlin Chain",
|
|
8497
|
-
"isTestnet": false,
|
|
8498
|
-
"chainStatus": "ACTIVE",
|
|
8499
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/merlinevm.png",
|
|
8500
|
-
"providers": {
|
|
8501
|
-
"Merlin Chain": "https://rpc.merlinchain.io"
|
|
8502
|
-
},
|
|
8503
|
-
"evmInfo": {
|
|
8504
|
-
"evmChainId": 4200,
|
|
8505
|
-
"blockExplorer": "https://scan.merlinchain.io",
|
|
8506
|
-
"existentialDeposit": "0",
|
|
8507
|
-
"symbol": "BTC",
|
|
8508
|
-
"decimals": 18,
|
|
8509
|
-
"supportSmartContract": [
|
|
8510
|
-
"ERC20",
|
|
8511
|
-
"ERC721"
|
|
8512
|
-
],
|
|
8513
|
-
"abiExplorer": "https://scan.merlinchain.io"
|
|
8514
|
-
},
|
|
8515
|
-
"substrateInfo": null,
|
|
8516
|
-
"extraInfo": null,
|
|
8517
|
-
"bitcoinInfo": null
|
|
8518
|
-
},
|
|
8519
|
-
"botanixEvmTest": {
|
|
8520
|
-
"slug": "botanixEvmTest",
|
|
8521
|
-
"name": "Botanix Testnet",
|
|
8522
|
-
"isTestnet": true,
|
|
8523
|
-
"chainStatus": "ACTIVE",
|
|
8524
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/botanixevmtest.png",
|
|
8525
|
-
"providers": {
|
|
8526
|
-
"Botanix Labs": "https://node.botanixlabs.dev"
|
|
8527
|
-
},
|
|
8528
|
-
"evmInfo": {
|
|
8529
|
-
"evmChainId": 3636,
|
|
8530
|
-
"blockExplorer": "https://blockscout.botanixlabs.dev/",
|
|
8531
|
-
"existentialDeposit": "0",
|
|
8532
|
-
"symbol": "BTC",
|
|
8533
|
-
"decimals": 18,
|
|
8534
|
-
"supportSmartContract": [
|
|
8535
|
-
"ERC20",
|
|
8536
|
-
"ERC721"
|
|
8537
|
-
],
|
|
8538
|
-
"abiExplorer": "https://blockscout.botanixlabs.dev/"
|
|
8539
|
-
},
|
|
8540
|
-
"substrateInfo": null,
|
|
8541
|
-
"extraInfo": null,
|
|
8542
|
-
"bitcoinInfo": null
|
|
8543
|
-
},
|
|
8544
8335
|
"curio": {
|
|
8545
8336
|
"slug": "curio",
|
|
8546
8337
|
"name": "Curio",
|
|
8547
8338
|
"isTestnet": false,
|
|
8548
8339
|
"chainStatus": "ACTIVE",
|
|
8549
|
-
"icon": "https://
|
|
8340
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/curio.png",
|
|
8550
8341
|
"providers": {
|
|
8551
8342
|
"Curio": "wss://parachain.curioinvest.com/"
|
|
8552
8343
|
},
|
|
@@ -8576,7 +8367,7 @@
|
|
|
8576
8367
|
"name": "Hyperbridge",
|
|
8577
8368
|
"isTestnet": false,
|
|
8578
8369
|
"chainStatus": "ACTIVE",
|
|
8579
|
-
"icon": "https://
|
|
8370
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hyperbridge.png",
|
|
8580
8371
|
"providers": {
|
|
8581
8372
|
"BlockOps": "wss://hyperbridge-nexus-rpc.blockops.network"
|
|
8582
8373
|
},
|
|
@@ -8606,7 +8397,7 @@
|
|
|
8606
8397
|
"name": "CESS Testnet",
|
|
8607
8398
|
"isTestnet": true,
|
|
8608
8399
|
"chainStatus": "ACTIVE",
|
|
8609
|
-
"icon": "https://
|
|
8400
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cess_testnet.png",
|
|
8610
8401
|
"providers": {
|
|
8611
8402
|
"CESS Testnet": "wss://testnet-rpc.cess.cloud/ws/"
|
|
8612
8403
|
},
|
|
@@ -8636,7 +8427,7 @@
|
|
|
8636
8427
|
"name": "Bitcoin",
|
|
8637
8428
|
"isTestnet": false,
|
|
8638
8429
|
"chainStatus": "ACTIVE",
|
|
8639
|
-
"icon": "https://
|
|
8430
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcoin.png",
|
|
8640
8431
|
"providers": {
|
|
8641
8432
|
"Blockstream": "https://electrs.openbit.app"
|
|
8642
8433
|
},
|
|
@@ -8656,7 +8447,7 @@
|
|
|
8656
8447
|
"name": "Bitcoin Testnet",
|
|
8657
8448
|
"isTestnet": true,
|
|
8658
8449
|
"chainStatus": "ACTIVE",
|
|
8659
|
-
"icon": "https://
|
|
8450
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcointestnet.png",
|
|
8660
8451
|
"providers": {
|
|
8661
8452
|
"Blockstream": "https://blockstream-testnet.openbit.app"
|
|
8662
8453
|
},
|
|
@@ -8676,7 +8467,7 @@
|
|
|
8676
8467
|
"name": "Kusama People",
|
|
8677
8468
|
"isTestnet": false,
|
|
8678
8469
|
"chainStatus": "ACTIVE",
|
|
8679
|
-
"icon":
|
|
8470
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/peoplekusama.png",
|
|
8680
8471
|
"providers": {
|
|
8681
8472
|
"Parity": "wss://kusama-people-rpc.polkadot.io",
|
|
8682
8473
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/people"
|
|
@@ -8707,7 +8498,7 @@
|
|
|
8707
8498
|
"name": "Linea",
|
|
8708
8499
|
"isTestnet": false,
|
|
8709
8500
|
"chainStatus": "ACTIVE",
|
|
8710
|
-
"icon": "https://
|
|
8501
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/lineazkevm.png",
|
|
8711
8502
|
"providers": {
|
|
8712
8503
|
"Linea": "https://rpc.linea.build/"
|
|
8713
8504
|
},
|
|
@@ -8726,30 +8517,5 @@
|
|
|
8726
8517
|
"substrateInfo": null,
|
|
8727
8518
|
"extraInfo": null,
|
|
8728
8519
|
"bitcoinInfo": null
|
|
8729
|
-
},
|
|
8730
|
-
"bounceBitEvm": {
|
|
8731
|
-
"slug": "bounceBitEvm",
|
|
8732
|
-
"name": "BounceBit",
|
|
8733
|
-
"isTestnet": false,
|
|
8734
|
-
"chainStatus": "ACTIVE",
|
|
8735
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevm.png",
|
|
8736
|
-
"providers": {
|
|
8737
|
-
"BounceBit Api": "https://fullnode-mainnet.bouncebitapi.com/"
|
|
8738
|
-
},
|
|
8739
|
-
"evmInfo": {
|
|
8740
|
-
"evmChainId": 6001,
|
|
8741
|
-
"blockExplorer": "https://bbscan.io",
|
|
8742
|
-
"existentialDeposit": "0",
|
|
8743
|
-
"symbol": "BB",
|
|
8744
|
-
"decimals": 18,
|
|
8745
|
-
"supportSmartContract": [
|
|
8746
|
-
"ERC20",
|
|
8747
|
-
"ERC721"
|
|
8748
|
-
],
|
|
8749
|
-
"abiExplorer": "https://bbscan.io"
|
|
8750
|
-
},
|
|
8751
|
-
"substrateInfo": null,
|
|
8752
|
-
"extraInfo": null,
|
|
8753
|
-
"bitcoinInfo": null
|
|
8754
8520
|
}
|
|
8755
8521
|
}
|