@subwallet/chain-list 0.2.66-beta.6 → 0.2.66
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 +1826 -2597
- package/cjs/data/AssetLogoMap.json +666 -675
- package/cjs/data/AssetRef.json +1 -197
- package/cjs/data/ChainAsset.json +599 -1019
- package/cjs/data/ChainInfo.json +249 -379
- package/cjs/data/ChainLogoMap.json +250 -255
- package/cjs/data/MultiChainAsset.json +63 -63
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +666 -675
- package/data/AssetRef.json +1 -197
- package/data/ChainAsset.json +599 -1019
- package/data/ChainInfo.json +249 -379
- package/data/ChainLogoMap.json +250 -255
- package/data/MultiChainAsset.json +63 -63
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/data/ChainInfo.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "Polkadot",
|
|
5
5
|
"isTestnet": false,
|
|
6
6
|
"chainStatus": "ACTIVE",
|
|
7
|
-
"icon": "https://
|
|
7
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadot.png",
|
|
8
8
|
"providers": {
|
|
9
9
|
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
10
10
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"name": "Kusama",
|
|
43
43
|
"isTestnet": false,
|
|
44
44
|
"chainStatus": "ACTIVE",
|
|
45
|
-
"icon": "https://
|
|
45
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusama.png",
|
|
46
46
|
"providers": {
|
|
47
47
|
"RadiumBlock": "wss://kusama.public.curie.radiumblock.co/ws",
|
|
48
48
|
"LuckyFriday": "wss://rpc-kusama.luckyfriday.io",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"name": "Ethereum",
|
|
81
81
|
"isTestnet": false,
|
|
82
82
|
"chainStatus": "ACTIVE",
|
|
83
|
-
"icon": "https://
|
|
83
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum.png",
|
|
84
84
|
"providers": {
|
|
85
85
|
"PublicNode": "https://ethereum.publicnode.com",
|
|
86
86
|
"BlastApi": "https://eth-mainnet.public.blastapi.io",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"name": "Binance Smart Chain",
|
|
111
111
|
"isTestnet": false,
|
|
112
112
|
"chainStatus": "ACTIVE",
|
|
113
|
-
"icon": "https://
|
|
113
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance.png",
|
|
114
114
|
"providers": {
|
|
115
115
|
"Binance": "https://bsc-dataseed.binance.org/",
|
|
116
116
|
"Defibit": "https://bsc-dataseed1.defibit.io/",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"name": "Moonbeam",
|
|
142
142
|
"isTestnet": false,
|
|
143
143
|
"chainStatus": "ACTIVE",
|
|
144
|
-
"icon": "https://
|
|
144
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbeam.png",
|
|
145
145
|
"providers": {
|
|
146
146
|
"Moonbeam Foundation": "wss://wss.api.moonbeam.network",
|
|
147
147
|
"Blast": "wss://moonbeam.public.blastapi.io"
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"name": "Pioneer Network",
|
|
199
199
|
"isTestnet": false,
|
|
200
200
|
"chainStatus": "ACTIVE",
|
|
201
|
-
"icon": "https://
|
|
201
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pioneer.png",
|
|
202
202
|
"providers": {
|
|
203
203
|
"Pioneer": "wss://pioneer-rpc-3.bit.country/wss"
|
|
204
204
|
},
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"name": "Aleph Zero",
|
|
244
244
|
"isTestnet": false,
|
|
245
245
|
"chainStatus": "ACTIVE",
|
|
246
|
-
"icon": "https://
|
|
246
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aleph.png",
|
|
247
247
|
"providers": {
|
|
248
248
|
"Aleph Zero Foundation": "wss://ws.azero.dev",
|
|
249
249
|
"Onfinality": "wss://aleph-zero.api.onfinality.io/public-ws"
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"name": "Astar",
|
|
281
281
|
"isTestnet": false,
|
|
282
282
|
"chainStatus": "ACTIVE",
|
|
283
|
-
"icon": "https://
|
|
283
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astar.png",
|
|
284
284
|
"providers": {
|
|
285
285
|
"Astar": "wss://rpc.astar.network",
|
|
286
286
|
"OnFinality": "wss://astar.api.onfinality.io/public-ws",
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
"name": "Astar - EVM",
|
|
333
333
|
"isTestnet": false,
|
|
334
334
|
"chainStatus": "ACTIVE",
|
|
335
|
-
"icon": "https://
|
|
335
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarevm.png",
|
|
336
336
|
"providers": {
|
|
337
337
|
"Astar": "https://evm.astar.network",
|
|
338
338
|
"OnFinality": "https://astar.api.onfinality.io/public",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"name": "Polkadot Asset Hub (Statemint)",
|
|
361
361
|
"isTestnet": false,
|
|
362
362
|
"chainStatus": "ACTIVE",
|
|
363
|
-
"icon": "https://
|
|
363
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemint.png",
|
|
364
364
|
"providers": {
|
|
365
365
|
"IBP-GeoDNS1": "wss://sys.ibp.network/statemint",
|
|
366
366
|
"StakeWorld": "wss://dot-rpc.stakeworld.io/assethub",
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
"name": "Acala",
|
|
396
396
|
"isTestnet": false,
|
|
397
397
|
"chainStatus": "ACTIVE",
|
|
398
|
-
"icon": "https://
|
|
398
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala.png",
|
|
399
399
|
"providers": {
|
|
400
400
|
"Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
|
|
401
401
|
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
"name": "Polygon",
|
|
446
446
|
"isTestnet": false,
|
|
447
447
|
"chainStatus": "ACTIVE",
|
|
448
|
-
"icon": "https://
|
|
448
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polygon.png",
|
|
449
449
|
"providers": {
|
|
450
450
|
"Polygon Scan": "https://polygon-rpc.com/",
|
|
451
451
|
"Llamarpc": "https://polygon.llamarpc.com",
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
"name": "Arbitrum One",
|
|
477
477
|
"isTestnet": false,
|
|
478
478
|
"chainStatus": "ACTIVE",
|
|
479
|
-
"icon": "https://
|
|
479
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/arbitrum_one.png",
|
|
480
480
|
"providers": {
|
|
481
481
|
"Omniatech": "https://endpoints.omniatech.io/v1/arbitrum/one/public",
|
|
482
482
|
"BlastApi": "https://arbitrum-one.public.blastapi.io"
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
"name": "Optimism",
|
|
506
506
|
"isTestnet": false,
|
|
507
507
|
"chainStatus": "ACTIVE",
|
|
508
|
-
"icon": "https://
|
|
508
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/optimism.png",
|
|
509
509
|
"providers": {
|
|
510
510
|
"Kyber Engineering": "https://optimism.kyberengineering.io",
|
|
511
511
|
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
"name": "Viction",
|
|
535
535
|
"isTestnet": false,
|
|
536
536
|
"chainStatus": "ACTIVE",
|
|
537
|
-
"icon": "https://
|
|
537
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tomochain.png",
|
|
538
538
|
"providers": {
|
|
539
539
|
"TomoChain": "https://rpc.tomochain.com"
|
|
540
540
|
},
|
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
"name": "Aleph Zero Testnet",
|
|
560
560
|
"isTestnet": true,
|
|
561
561
|
"chainStatus": "ACTIVE",
|
|
562
|
-
"icon": "https://
|
|
562
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephtest.png",
|
|
563
563
|
"providers": {
|
|
564
564
|
"Aleph Zero Foundation": "wss://ws.test.azero.dev"
|
|
565
565
|
},
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
"name": "Shiden",
|
|
593
593
|
"isTestnet": false,
|
|
594
594
|
"chainStatus": "ACTIVE",
|
|
595
|
-
"icon": "https://
|
|
595
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shiden.png",
|
|
596
596
|
"providers": {
|
|
597
597
|
"Astar": "wss://rpc.shiden.astar.network",
|
|
598
598
|
"OnFinality": "wss://shiden.api.onfinality.io/public-ws",
|
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
"name": "Shiden - EVM",
|
|
666
666
|
"isTestnet": false,
|
|
667
667
|
"chainStatus": "ACTIVE",
|
|
668
|
-
"icon": "https://
|
|
668
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shidenevm.png",
|
|
669
669
|
"providers": {
|
|
670
670
|
"Astar": "https://evm.shiden.astar.network",
|
|
671
671
|
"OnFinality": "https://shiden.api.onfinality.io/public",
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
"name": "Shibuya Testnet",
|
|
694
694
|
"isTestnet": true,
|
|
695
695
|
"chainStatus": "ACTIVE",
|
|
696
|
-
"icon": "https://
|
|
696
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuya.png",
|
|
697
697
|
"providers": {
|
|
698
698
|
"Shibuya": "wss://rpc.shibuya.astar.network",
|
|
699
699
|
"Dwellir": "wss://shibuya-rpc.dwellir.com"
|
|
@@ -730,7 +730,7 @@
|
|
|
730
730
|
"name": "Shibuya Testnet - EVM",
|
|
731
731
|
"isTestnet": true,
|
|
732
732
|
"chainStatus": "ACTIVE",
|
|
733
|
-
"icon": "https://
|
|
733
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shibuyaevm.png",
|
|
734
734
|
"providers": {
|
|
735
735
|
"Shibuya": "https://evm.shibuya.astar.network ",
|
|
736
736
|
"BlastAPI": "https://shibuya.public.blastapi.io"
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
"name": "Aventus Polkadot",
|
|
757
757
|
"isTestnet": false,
|
|
758
758
|
"chainStatus": "ACTIVE",
|
|
759
|
-
"icon": "https://
|
|
759
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus.png",
|
|
760
760
|
"providers": {
|
|
761
761
|
"Aventus": "wss://public-rpc.mainnet.aventus.io"
|
|
762
762
|
},
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
"name": "Westend",
|
|
799
799
|
"isTestnet": true,
|
|
800
800
|
"chainStatus": "ACTIVE",
|
|
801
|
-
"icon": "https://
|
|
801
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/westend.png",
|
|
802
802
|
"providers": {
|
|
803
803
|
"Parity": "wss://westend-rpc.polkadot.io",
|
|
804
804
|
"Dwellir": "wss://westend-rpc.dwellir.com",
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
"name": "Rococo",
|
|
836
836
|
"isTestnet": true,
|
|
837
837
|
"chainStatus": "ACTIVE",
|
|
838
|
-
"icon": "https://
|
|
838
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo.png",
|
|
839
839
|
"providers": {
|
|
840
840
|
"Parity": "wss://rococo-rpc.polkadot.io",
|
|
841
841
|
"Light Client": "light://substrate-connect/rococo"
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
"name": "Bit.Country - Alpha Net",
|
|
873
873
|
"isTestnet": true,
|
|
874
874
|
"chainStatus": "INACTIVE",
|
|
875
|
-
"icon": "https://
|
|
875
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcountry.png",
|
|
876
876
|
"providers": {
|
|
877
877
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
878
878
|
},
|
|
@@ -902,7 +902,7 @@
|
|
|
902
902
|
"name": "Equilibrium",
|
|
903
903
|
"isTestnet": false,
|
|
904
904
|
"chainStatus": "ACTIVE",
|
|
905
|
-
"icon": "https://
|
|
905
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/equilibrium_parachain.png",
|
|
906
906
|
"providers": {
|
|
907
907
|
"Equilibrium": "wss://node.pol.equilibrium.io",
|
|
908
908
|
"Dwellir": "wss://equilibrium-rpc.dwellir.com"
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
"name": "Moonbase Alpha",
|
|
946
946
|
"isTestnet": true,
|
|
947
947
|
"chainStatus": "ACTIVE",
|
|
948
|
-
"icon": "https://
|
|
948
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonbase.png",
|
|
949
949
|
"providers": {
|
|
950
950
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
951
951
|
"Blast": "wss://moonbase-alpha.public.blastapi.io"
|
|
@@ -990,7 +990,7 @@
|
|
|
990
990
|
"name": "Moonriver",
|
|
991
991
|
"isTestnet": false,
|
|
992
992
|
"chainStatus": "ACTIVE",
|
|
993
|
-
"icon": "https://
|
|
993
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonriver.png",
|
|
994
994
|
"providers": {
|
|
995
995
|
"Moonbeam Foundation": "wss://wss.api.moonriver.moonbeam.network",
|
|
996
996
|
"Blast": "wss://moonriver.public.blastapi.io",
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
"name": "Turing Staging",
|
|
1060
1060
|
"isTestnet": true,
|
|
1061
1061
|
"chainStatus": "ACTIVE",
|
|
1062
|
-
"icon": "https://
|
|
1062
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turingstaging.png",
|
|
1063
1063
|
"providers": {
|
|
1064
1064
|
"Turing": "wss://rpc.turing-staging.oak.tech"
|
|
1065
1065
|
},
|
|
@@ -1089,7 +1089,7 @@
|
|
|
1089
1089
|
"name": "Turing",
|
|
1090
1090
|
"isTestnet": false,
|
|
1091
1091
|
"chainStatus": "ACTIVE",
|
|
1092
|
-
"icon": "https://
|
|
1092
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/turing.png",
|
|
1093
1093
|
"providers": {
|
|
1094
1094
|
"Turing": "wss://rpc.turing.oak.tech",
|
|
1095
1095
|
"Dwellir": "wss://turing-rpc.dwellir.com"
|
|
@@ -1135,7 +1135,7 @@
|
|
|
1135
1135
|
"name": "Bifrost Kusama",
|
|
1136
1136
|
"isTestnet": false,
|
|
1137
1137
|
"chainStatus": "ACTIVE",
|
|
1138
|
-
"icon": "https://
|
|
1138
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost.png",
|
|
1139
1139
|
"providers": {
|
|
1140
1140
|
"Liebi 0": "wss://bifrost-rpc.liebi.com/ws",
|
|
1141
1141
|
"OnFinality": "wss://bifrost-parachain.api.onfinality.io/public-ws"
|
|
@@ -1192,7 +1192,7 @@
|
|
|
1192
1192
|
"name": "Bifrost Polkadot",
|
|
1193
1193
|
"isTestnet": false,
|
|
1194
1194
|
"chainStatus": "ACTIVE",
|
|
1195
|
-
"icon": "https://
|
|
1195
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_dot.png",
|
|
1196
1196
|
"providers": {
|
|
1197
1197
|
"Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
|
|
1198
1198
|
"LiebiEU": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
|
|
@@ -1239,7 +1239,7 @@
|
|
|
1239
1239
|
"name": "Bifrost Testnet",
|
|
1240
1240
|
"isTestnet": true,
|
|
1241
1241
|
"chainStatus": "ACTIVE",
|
|
1242
|
-
"icon": "https://
|
|
1242
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bifrost_testnet.png",
|
|
1243
1243
|
"providers": {
|
|
1244
1244
|
"Liebi": "wss://bifrost-rpc.rococo.liebi.com/ws"
|
|
1245
1245
|
},
|
|
@@ -1272,7 +1272,7 @@
|
|
|
1272
1272
|
"name": "Calamari",
|
|
1273
1273
|
"isTestnet": false,
|
|
1274
1274
|
"chainStatus": "ACTIVE",
|
|
1275
|
-
"icon": "https://
|
|
1275
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari.png",
|
|
1276
1276
|
"providers": {
|
|
1277
1277
|
"Manta Network": "wss://calamari.systems"
|
|
1278
1278
|
},
|
|
@@ -1317,7 +1317,7 @@
|
|
|
1317
1317
|
"name": "Amplitude",
|
|
1318
1318
|
"isTestnet": false,
|
|
1319
1319
|
"chainStatus": "ACTIVE",
|
|
1320
|
-
"icon": "https://
|
|
1320
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude.png",
|
|
1321
1321
|
"providers": {
|
|
1322
1322
|
"Amplitude": "wss://rpc-amplitude.pendulumchain.tech"
|
|
1323
1323
|
},
|
|
@@ -1359,7 +1359,7 @@
|
|
|
1359
1359
|
"name": "Amplitude Testnet",
|
|
1360
1360
|
"isTestnet": true,
|
|
1361
1361
|
"chainStatus": "ACTIVE",
|
|
1362
|
-
"icon": "https://
|
|
1362
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/amplitude_test.png",
|
|
1363
1363
|
"providers": {
|
|
1364
1364
|
"Amplitude": "wss://rpc-foucoco.pendulumchain.tech"
|
|
1365
1365
|
},
|
|
@@ -1389,7 +1389,7 @@
|
|
|
1389
1389
|
"name": "Bobabase Testnet",
|
|
1390
1390
|
"isTestnet": true,
|
|
1391
1391
|
"chainStatus": "INACTIVE",
|
|
1392
|
-
"icon": "https://
|
|
1392
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabase.png",
|
|
1393
1393
|
"providers": {},
|
|
1394
1394
|
"evmInfo": {
|
|
1395
1395
|
"evmChainId": 1297,
|
|
@@ -1412,7 +1412,7 @@
|
|
|
1412
1412
|
"name": "Ethereum Goerli",
|
|
1413
1413
|
"isTestnet": true,
|
|
1414
1414
|
"chainStatus": "INACTIVE",
|
|
1415
|
-
"icon": "https://
|
|
1415
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum_goerli.png",
|
|
1416
1416
|
"providers": {
|
|
1417
1417
|
"Infura": "https://goerli.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
|
|
1418
1418
|
},
|
|
@@ -1437,7 +1437,7 @@
|
|
|
1437
1437
|
"name": "Binance Smart Chain (Testnet)",
|
|
1438
1438
|
"isTestnet": true,
|
|
1439
1439
|
"chainStatus": "ACTIVE",
|
|
1440
|
-
"icon": "https://
|
|
1440
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/binance_test.png",
|
|
1441
1441
|
"providers": {
|
|
1442
1442
|
"Binance": "https://data-seed-prebsc-1-s1.binance.org:8545/",
|
|
1443
1443
|
"Binance2": "https://data-seed-prebsc-2-s1.binance.org:8545/"
|
|
@@ -1463,7 +1463,7 @@
|
|
|
1463
1463
|
"name": "Parallel",
|
|
1464
1464
|
"isTestnet": false,
|
|
1465
1465
|
"chainStatus": "ACTIVE",
|
|
1466
|
-
"icon": "https://
|
|
1466
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/parallel.png",
|
|
1467
1467
|
"providers": {
|
|
1468
1468
|
"Dwellir": "wss://parallel-rpc.dwellir.com"
|
|
1469
1469
|
},
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
"name": "Clover",
|
|
1528
1528
|
"isTestnet": false,
|
|
1529
1529
|
"chainStatus": "ACTIVE",
|
|
1530
|
-
"icon": "https://
|
|
1530
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/clover.png",
|
|
1531
1531
|
"providers": {
|
|
1532
1532
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1533
1533
|
},
|
|
@@ -1583,7 +1583,7 @@
|
|
|
1583
1583
|
"name": "Clover - EVM",
|
|
1584
1584
|
"isTestnet": false,
|
|
1585
1585
|
"chainStatus": "ACTIVE",
|
|
1586
|
-
"icon": "https://
|
|
1586
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cloverevm.png",
|
|
1587
1587
|
"providers": {
|
|
1588
1588
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1589
1589
|
},
|
|
@@ -1608,12 +1608,13 @@
|
|
|
1608
1608
|
"name": "HydraDX",
|
|
1609
1609
|
"isTestnet": false,
|
|
1610
1610
|
"chainStatus": "ACTIVE",
|
|
1611
|
-
"icon": "https://
|
|
1611
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_main.png",
|
|
1612
1612
|
"providers": {
|
|
1613
1613
|
"Galactic Council": "wss://rpc.hydradx.cloud",
|
|
1614
1614
|
"Dwellir": "wss://hydradx-rpc.dwellir.com",
|
|
1615
1615
|
"Helikon": "wss://rpc.helikon.io/hydradx",
|
|
1616
|
-
"IBP2": "wss://hydradx.paras.dotters.network"
|
|
1616
|
+
"IBP2": "wss://hydradx.paras.dotters.network",
|
|
1617
|
+
"IBP1": "wss://hydradx.paras.ibp.network"
|
|
1617
1618
|
},
|
|
1618
1619
|
"evmInfo": null,
|
|
1619
1620
|
"substrateInfo": {
|
|
@@ -1656,7 +1657,7 @@
|
|
|
1656
1657
|
"name": "Edgeware",
|
|
1657
1658
|
"isTestnet": false,
|
|
1658
1659
|
"chainStatus": "ACTIVE",
|
|
1659
|
-
"icon": "https://
|
|
1660
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/edgeware.png",
|
|
1660
1661
|
"providers": {
|
|
1661
1662
|
"JelliedOwl": "wss://edgeware.jelliedowl.net",
|
|
1662
1663
|
"Commonwealth Labs": "wss://mainnet2.edgewa.re"
|
|
@@ -1690,7 +1691,7 @@
|
|
|
1690
1691
|
"name": "Centrifuge",
|
|
1691
1692
|
"isTestnet": false,
|
|
1692
1693
|
"chainStatus": "ACTIVE",
|
|
1693
|
-
"icon": "https://
|
|
1694
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/centrifuge.png",
|
|
1694
1695
|
"providers": {
|
|
1695
1696
|
"Centrifuge": "wss://fullnode.parachain.centrifuge.io",
|
|
1696
1697
|
"OnFinality": "wss://centrifuge-parachain.api.onfinality.io/public-ws"
|
|
@@ -1736,7 +1737,7 @@
|
|
|
1736
1737
|
"name": "Interlay",
|
|
1737
1738
|
"isTestnet": false,
|
|
1738
1739
|
"chainStatus": "ACTIVE",
|
|
1739
|
-
"icon": "https://
|
|
1740
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/interlay.png",
|
|
1740
1741
|
"providers": {
|
|
1741
1742
|
"Kintsugi Labs": "wss://api.interlay.io/parachain",
|
|
1742
1743
|
"Dwellir": "wss://interlay-rpc.dwellir.com",
|
|
@@ -1783,7 +1784,7 @@
|
|
|
1783
1784
|
"name": "Nodle",
|
|
1784
1785
|
"isTestnet": false,
|
|
1785
1786
|
"chainStatus": "ACTIVE",
|
|
1786
|
-
"icon": "https://
|
|
1787
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nodle.png",
|
|
1787
1788
|
"providers": {
|
|
1788
1789
|
"OnFinality": "wss://nodle-parachain.api.onfinality.io/public-ws"
|
|
1789
1790
|
},
|
|
@@ -1828,7 +1829,7 @@
|
|
|
1828
1829
|
"name": "Darwinia 2",
|
|
1829
1830
|
"isTestnet": false,
|
|
1830
1831
|
"chainStatus": "ACTIVE",
|
|
1831
|
-
"icon": "https://
|
|
1832
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/darwinia2.png",
|
|
1832
1833
|
"providers": {
|
|
1833
1834
|
"Darwinia Network": "wss://rpc.darwinia.network",
|
|
1834
1835
|
"Darwinia Community": "wss://darwinia-rpc.darwiniacommunitydao.xyz",
|
|
@@ -1874,7 +1875,7 @@
|
|
|
1874
1875
|
"name": "SORA Kusama",
|
|
1875
1876
|
"isTestnet": false,
|
|
1876
1877
|
"chainStatus": "ACTIVE",
|
|
1877
|
-
"icon": "https://
|
|
1878
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_ksm.png",
|
|
1878
1879
|
"providers": {
|
|
1879
1880
|
"Soramitsu": "wss://ws.parachain-collator-2.c2.sora2.soramitsu.co.jp"
|
|
1880
1881
|
},
|
|
@@ -1927,7 +1928,7 @@
|
|
|
1927
1928
|
"name": "Ares Odyssey",
|
|
1928
1929
|
"isTestnet": false,
|
|
1929
1930
|
"chainStatus": "ACTIVE",
|
|
1930
|
-
"icon": "https://
|
|
1931
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/odyssey.png",
|
|
1931
1932
|
"providers": {
|
|
1932
1933
|
"AresProtocol": "wss://odyssey.aresprotocol.io"
|
|
1933
1934
|
},
|
|
@@ -1957,7 +1958,7 @@
|
|
|
1957
1958
|
"name": "Polkadex",
|
|
1958
1959
|
"isTestnet": false,
|
|
1959
1960
|
"chainStatus": "ACTIVE",
|
|
1960
|
-
"icon": "https://
|
|
1961
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex.png",
|
|
1961
1962
|
"providers": {
|
|
1962
1963
|
"RadiumBlock": "wss://polkadex.public.curie.radiumblock.co/ws",
|
|
1963
1964
|
"OnFinality": "wss://polkadex.api.onfinality.io/public-ws"
|
|
@@ -1991,7 +1992,7 @@
|
|
|
1991
1992
|
"name": "Polkadex - Testnet",
|
|
1992
1993
|
"isTestnet": true,
|
|
1993
1994
|
"chainStatus": "STOPPED",
|
|
1994
|
-
"icon": "https://
|
|
1995
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadextest.png",
|
|
1995
1996
|
"providers": {
|
|
1996
1997
|
"Polkadex Team": "wss://blockchain.polkadex.trade"
|
|
1997
1998
|
},
|
|
@@ -2021,7 +2022,7 @@
|
|
|
2021
2022
|
"name": "RMRK Devnet",
|
|
2022
2023
|
"isTestnet": true,
|
|
2023
2024
|
"chainStatus": "INACTIVE",
|
|
2024
|
-
"icon": "https://
|
|
2025
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rmrk.png",
|
|
2025
2026
|
"providers": {
|
|
2026
2027
|
"rmrk": "wss://staging.node.rmrk.app"
|
|
2027
2028
|
},
|
|
@@ -2051,7 +2052,7 @@
|
|
|
2051
2052
|
"name": "Dolphin Testnet",
|
|
2052
2053
|
"isTestnet": true,
|
|
2053
2054
|
"chainStatus": "INACTIVE",
|
|
2054
|
-
"icon": "https://
|
|
2055
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dolphin.png",
|
|
2055
2056
|
"providers": {},
|
|
2056
2057
|
"evmInfo": null,
|
|
2057
2058
|
"substrateInfo": {
|
|
@@ -2082,7 +2083,7 @@
|
|
|
2082
2083
|
"name": "Opal",
|
|
2083
2084
|
"isTestnet": true,
|
|
2084
2085
|
"chainStatus": "ACTIVE",
|
|
2085
|
-
"icon": "https://
|
|
2086
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/opal.png",
|
|
2086
2087
|
"providers": {
|
|
2087
2088
|
"Unique": "wss://ws-opal.unique.network",
|
|
2088
2089
|
"Europe": "wss://eu-ws-opal.unique.network",
|
|
@@ -2115,7 +2116,7 @@
|
|
|
2115
2116
|
"name": "Efinity",
|
|
2116
2117
|
"isTestnet": false,
|
|
2117
2118
|
"chainStatus": "INACTIVE",
|
|
2118
|
-
"icon": "https://
|
|
2119
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/efinity.png",
|
|
2119
2120
|
"providers": {
|
|
2120
2121
|
"Efinity": "wss://rpc.efinity.io",
|
|
2121
2122
|
"Dwellir": "wss://efinity -rpc.dwellir.com"
|
|
@@ -2161,7 +2162,7 @@
|
|
|
2161
2162
|
"name": "Composable Finance",
|
|
2162
2163
|
"isTestnet": false,
|
|
2163
2164
|
"chainStatus": "ACTIVE",
|
|
2164
|
-
"icon": "https://
|
|
2165
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/composablefinance.png",
|
|
2165
2166
|
"providers": {
|
|
2166
2167
|
"Composable": "wss://rpc.composable.finance"
|
|
2167
2168
|
},
|
|
@@ -2206,7 +2207,7 @@
|
|
|
2206
2207
|
"name": "Phala",
|
|
2207
2208
|
"isTestnet": false,
|
|
2208
2209
|
"chainStatus": "ACTIVE",
|
|
2209
|
-
"icon": "https://
|
|
2210
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phala.png",
|
|
2210
2211
|
"providers": {
|
|
2211
2212
|
"Phala": "wss://api.phala.network/ws",
|
|
2212
2213
|
"OnFinality": "wss://phala.api.onfinality.io/public-ws"
|
|
@@ -2252,7 +2253,7 @@
|
|
|
2252
2253
|
"name": "Crust",
|
|
2253
2254
|
"isTestnet": false,
|
|
2254
2255
|
"chainStatus": "ACTIVE",
|
|
2255
|
-
"icon": "https://
|
|
2256
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust.png",
|
|
2256
2257
|
"providers": {
|
|
2257
2258
|
"Crust": "wss://crust-parachain.crustapps.net"
|
|
2258
2259
|
},
|
|
@@ -2297,7 +2298,7 @@
|
|
|
2297
2298
|
"name": "Kusama Asset Hub (Statemine)",
|
|
2298
2299
|
"isTestnet": false,
|
|
2299
2300
|
"chainStatus": "ACTIVE",
|
|
2300
|
-
"icon": "https://
|
|
2301
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/statemine.png",
|
|
2301
2302
|
"providers": {
|
|
2302
2303
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2303
2304
|
"IBP-GeoDNS1": "wss://sys.ibp.network/statemine",
|
|
@@ -2334,7 +2335,7 @@
|
|
|
2334
2335
|
"name": "Karura",
|
|
2335
2336
|
"isTestnet": false,
|
|
2336
2337
|
"chainStatus": "ACTIVE",
|
|
2337
|
-
"icon": "https://
|
|
2338
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura.png",
|
|
2338
2339
|
"providers": {
|
|
2339
2340
|
"Acala Foundation 0": "wss://karura-rpc-0.aca-api.network",
|
|
2340
2341
|
"Acala Foundation 1": "wss://karura-rpc-1.aca-api.network",
|
|
@@ -2371,7 +2372,7 @@
|
|
|
2371
2372
|
"name": "Khala",
|
|
2372
2373
|
"isTestnet": false,
|
|
2373
2374
|
"chainStatus": "ACTIVE",
|
|
2374
|
-
"icon": "https://
|
|
2375
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/khala.png",
|
|
2375
2376
|
"providers": {
|
|
2376
2377
|
"Phala": "wss://khala-api.phala.network/ws",
|
|
2377
2378
|
"OnFinality": "wss://khala.api.onfinality.io/public-ws",
|
|
@@ -2418,7 +2419,7 @@
|
|
|
2418
2419
|
"name": "KILT Spiritnet",
|
|
2419
2420
|
"isTestnet": false,
|
|
2420
2421
|
"chainStatus": "ACTIVE",
|
|
2421
|
-
"icon": "https://
|
|
2422
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt.png",
|
|
2422
2423
|
"providers": {
|
|
2423
2424
|
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
2424
2425
|
"OnFinality": "wss://spiritnet.api.onfinality.io/public-ws",
|
|
@@ -2453,7 +2454,7 @@
|
|
|
2453
2454
|
"name": "Basilisk",
|
|
2454
2455
|
"isTestnet": false,
|
|
2455
2456
|
"chainStatus": "ACTIVE",
|
|
2456
|
-
"icon": "https://
|
|
2457
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/basilisk.png",
|
|
2457
2458
|
"providers": {
|
|
2458
2459
|
"Basilisk ": "wss://rpc.basilisk.cloud",
|
|
2459
2460
|
"Dwellir": "wss://basilisk-rpc.dwellir.com"
|
|
@@ -2499,7 +2500,7 @@
|
|
|
2499
2500
|
"name": "Altair",
|
|
2500
2501
|
"isTestnet": false,
|
|
2501
2502
|
"chainStatus": "ACTIVE",
|
|
2502
|
-
"icon": "https://
|
|
2503
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/altair.png",
|
|
2503
2504
|
"providers": {
|
|
2504
2505
|
"Centrifuge": "wss://fullnode.altair.centrifuge.io",
|
|
2505
2506
|
"OnFinality": "wss://altair.api.onfinality.io/public-ws"
|
|
@@ -2545,7 +2546,7 @@
|
|
|
2545
2546
|
"name": "Heiko",
|
|
2546
2547
|
"isTestnet": false,
|
|
2547
2548
|
"chainStatus": "ACTIVE",
|
|
2548
|
-
"icon": "https://
|
|
2549
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/heiko.png",
|
|
2549
2550
|
"providers": {
|
|
2550
2551
|
"Parallel": "wss://heiko-rpc.parallel.fi"
|
|
2551
2552
|
},
|
|
@@ -2601,7 +2602,7 @@
|
|
|
2601
2602
|
"name": "Kintsugi",
|
|
2602
2603
|
"isTestnet": false,
|
|
2603
2604
|
"chainStatus": "ACTIVE",
|
|
2604
|
-
"icon": "https://
|
|
2605
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi.png",
|
|
2605
2606
|
"providers": {
|
|
2606
2607
|
"Kintsugi Labs": "wss://api-kusama.interlay.io/parachain",
|
|
2607
2608
|
"OnFinality": "wss://kintsugi.api.onfinality.io/public-ws"
|
|
@@ -2647,7 +2648,7 @@
|
|
|
2647
2648
|
"name": "Kintsugi Testnet",
|
|
2648
2649
|
"isTestnet": true,
|
|
2649
2650
|
"chainStatus": "ACTIVE",
|
|
2650
|
-
"icon": "https://
|
|
2651
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kintsugi_test.png",
|
|
2651
2652
|
"providers": {
|
|
2652
2653
|
"testnet": "wss://api-dev-kintsugi.interlay.io/parachain"
|
|
2653
2654
|
},
|
|
@@ -2677,7 +2678,7 @@
|
|
|
2677
2678
|
"name": "Picasso",
|
|
2678
2679
|
"isTestnet": false,
|
|
2679
2680
|
"chainStatus": "ACTIVE",
|
|
2680
|
-
"icon": "https://
|
|
2681
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/picasso.png",
|
|
2681
2682
|
"providers": {
|
|
2682
2683
|
"Composable": "wss://rpc.composablenodes.tech"
|
|
2683
2684
|
},
|
|
@@ -2744,7 +2745,7 @@
|
|
|
2744
2745
|
"name": "Quartz",
|
|
2745
2746
|
"isTestnet": false,
|
|
2746
2747
|
"chainStatus": "ACTIVE",
|
|
2747
|
-
"icon": "https://
|
|
2748
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quartz.png",
|
|
2748
2749
|
"providers": {
|
|
2749
2750
|
"Unique Europe": "wss://eu-ws-quartz.unique.network",
|
|
2750
2751
|
"Unique US": "wss://us-ws-quartz.unique.network",
|
|
@@ -2791,7 +2792,7 @@
|
|
|
2791
2792
|
"name": "Unique",
|
|
2792
2793
|
"isTestnet": false,
|
|
2793
2794
|
"chainStatus": "ACTIVE",
|
|
2794
|
-
"icon": "https://
|
|
2795
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unique_network.png",
|
|
2795
2796
|
"providers": {
|
|
2796
2797
|
"unique": "wss://us-ws.unique.network/",
|
|
2797
2798
|
"UniqueEu": "wss://eu-ws.unique.network/",
|
|
@@ -2838,7 +2839,7 @@
|
|
|
2838
2839
|
"name": "Genshiro",
|
|
2839
2840
|
"isTestnet": false,
|
|
2840
2841
|
"chainStatus": "ACTIVE",
|
|
2841
|
-
"icon": "https://
|
|
2842
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro.png",
|
|
2842
2843
|
"providers": {
|
|
2843
2844
|
"Equilibrium": "wss://node.genshiro.io"
|
|
2844
2845
|
},
|
|
@@ -2894,7 +2895,7 @@
|
|
|
2894
2895
|
"name": "Genshiro Testnet",
|
|
2895
2896
|
"isTestnet": true,
|
|
2896
2897
|
"chainStatus": "INACTIVE",
|
|
2897
|
-
"icon": "https://
|
|
2898
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/genshiro_testnet.png",
|
|
2898
2899
|
"providers": {},
|
|
2899
2900
|
"evmInfo": null,
|
|
2900
2901
|
"substrateInfo": {
|
|
@@ -2922,7 +2923,7 @@
|
|
|
2922
2923
|
"name": "Subsocial",
|
|
2923
2924
|
"isTestnet": false,
|
|
2924
2925
|
"chainStatus": "ACTIVE",
|
|
2925
|
-
"icon": "https://
|
|
2926
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subsocial_x.png",
|
|
2926
2927
|
"providers": {
|
|
2927
2928
|
"subsocialx": "wss://para.f3joule.space"
|
|
2928
2929
|
},
|
|
@@ -2952,7 +2953,7 @@
|
|
|
2952
2953
|
"name": "Zeitgeist",
|
|
2953
2954
|
"isTestnet": false,
|
|
2954
2955
|
"chainStatus": "ACTIVE",
|
|
2955
|
-
"icon": "https://
|
|
2956
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeitgeist.png",
|
|
2956
2957
|
"providers": {
|
|
2957
2958
|
"OnFinality": "wss://zeitgeist.api.onfinality.io/public-ws",
|
|
2958
2959
|
"Dwellir": "wss://zeitgeist-rpc.dwellir.com"
|
|
@@ -2998,7 +2999,7 @@
|
|
|
2998
2999
|
"name": "Sakura",
|
|
2999
3000
|
"isTestnet": false,
|
|
3000
3001
|
"chainStatus": "ACTIVE",
|
|
3001
|
-
"icon": "https://
|
|
3002
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sakura.png",
|
|
3002
3003
|
"providers": {
|
|
3003
3004
|
"Clover": "wss://rpc.sakura.clover.finance"
|
|
3004
3005
|
},
|
|
@@ -3043,7 +3044,7 @@
|
|
|
3043
3044
|
"name": "Crust Shadow",
|
|
3044
3045
|
"isTestnet": false,
|
|
3045
3046
|
"chainStatus": "ACTIVE",
|
|
3046
|
-
"icon": "https://
|
|
3047
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/shadow.png",
|
|
3047
3048
|
"providers": {
|
|
3048
3049
|
"Crust": "wss://rpc-shadow.crust.network/"
|
|
3049
3050
|
},
|
|
@@ -3099,7 +3100,7 @@
|
|
|
3099
3100
|
"name": "Unique TestNet 2.0",
|
|
3100
3101
|
"isTestnet": true,
|
|
3101
3102
|
"chainStatus": "INACTIVE",
|
|
3102
|
-
"icon": "https://
|
|
3103
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/uniquenft.png",
|
|
3103
3104
|
"providers": {
|
|
3104
3105
|
"Unique": "wss://testnet2.unique.network"
|
|
3105
3106
|
},
|
|
@@ -3129,7 +3130,7 @@
|
|
|
3129
3130
|
"name": "Robonomics",
|
|
3130
3131
|
"isTestnet": false,
|
|
3131
3132
|
"chainStatus": "ACTIVE",
|
|
3132
|
-
"icon": "https://
|
|
3133
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/robonomics.png",
|
|
3133
3134
|
"providers": {
|
|
3134
3135
|
"Airalab": "wss://kusama.rpc.robonomics.network/",
|
|
3135
3136
|
"Samsara": "wss://robonomics.0xsamsara.com"
|
|
@@ -3186,7 +3187,7 @@
|
|
|
3186
3187
|
"name": "Integritee Network",
|
|
3187
3188
|
"isTestnet": false,
|
|
3188
3189
|
"chainStatus": "ACTIVE",
|
|
3189
|
-
"icon": "https://
|
|
3190
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integritee.png",
|
|
3190
3191
|
"providers": {
|
|
3191
3192
|
"Integritee": "wss://kusama.api.integritee.network",
|
|
3192
3193
|
"OnFinality": "wss://integritee-kusama.api.onfinality.io/public-ws"
|
|
@@ -3232,7 +3233,7 @@
|
|
|
3232
3233
|
"name": "Integritee Shell",
|
|
3233
3234
|
"isTestnet": false,
|
|
3234
3235
|
"chainStatus": "ACTIVE",
|
|
3235
|
-
"icon": "https://
|
|
3236
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/integriteepolkadot.png",
|
|
3236
3237
|
"providers": {
|
|
3237
3238
|
"Integritee": "wss://polkadot.api.integritee.network"
|
|
3238
3239
|
},
|
|
@@ -3274,7 +3275,7 @@
|
|
|
3274
3275
|
"name": "Crab2 Parachain",
|
|
3275
3276
|
"isTestnet": false,
|
|
3276
3277
|
"chainStatus": "ACTIVE",
|
|
3277
|
-
"icon": "https://
|
|
3278
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crabparachain.png",
|
|
3278
3279
|
"providers": {
|
|
3279
3280
|
"Crab": "wss://crab-rpc.darwinia.network/",
|
|
3280
3281
|
"Dwellir": "wss://darwiniacrab-rpc.dwellir.com"
|
|
@@ -3331,7 +3332,7 @@
|
|
|
3331
3332
|
"name": "Pangolin",
|
|
3332
3333
|
"isTestnet": true,
|
|
3333
3334
|
"chainStatus": "ACTIVE",
|
|
3334
|
-
"icon": "https://
|
|
3335
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pangolin.png",
|
|
3335
3336
|
"providers": {
|
|
3336
3337
|
"Pangolin_Network": "wss://pangolin-rpc.darwinia.network"
|
|
3337
3338
|
},
|
|
@@ -3372,7 +3373,7 @@
|
|
|
3372
3373
|
"name": "Chain X",
|
|
3373
3374
|
"isTestnet": false,
|
|
3374
3375
|
"chainStatus": "ACTIVE",
|
|
3375
|
-
"icon": "https://
|
|
3376
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainx.png",
|
|
3376
3377
|
"providers": {
|
|
3377
3378
|
"chainx ": "wss://mainnet.chainx.org/ws"
|
|
3378
3379
|
},
|
|
@@ -3402,7 +3403,7 @@
|
|
|
3402
3403
|
"name": "Acala Mandala TC7",
|
|
3403
3404
|
"isTestnet": true,
|
|
3404
3405
|
"chainStatus": "ACTIVE",
|
|
3405
|
-
"icon": "https://
|
|
3406
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_testnet.png",
|
|
3406
3407
|
"providers": {
|
|
3407
3408
|
"Mandala": "wss://mandala-tc9-rpc.aca-staging.network"
|
|
3408
3409
|
},
|
|
@@ -3435,7 +3436,7 @@
|
|
|
3435
3436
|
"name": "MangataX Public Testnet",
|
|
3436
3437
|
"isTestnet": true,
|
|
3437
3438
|
"chainStatus": "INACTIVE",
|
|
3438
|
-
"icon": "https://
|
|
3439
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax.png",
|
|
3439
3440
|
"providers": {
|
|
3440
3441
|
"mangatax": "wss://collator-01-ws-rococo.mangata.online"
|
|
3441
3442
|
},
|
|
@@ -3465,7 +3466,7 @@
|
|
|
3465
3466
|
"name": "Mangata X",
|
|
3466
3467
|
"isTestnet": false,
|
|
3467
3468
|
"chainStatus": "ACTIVE",
|
|
3468
|
-
"icon": "https://
|
|
3469
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mangatax_para.png",
|
|
3469
3470
|
"providers": {
|
|
3470
3471
|
"mangata": "wss://kusama-rpc.mangata.online",
|
|
3471
3472
|
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
@@ -3522,7 +3523,7 @@
|
|
|
3522
3523
|
"name": "Encointer",
|
|
3523
3524
|
"isTestnet": false,
|
|
3524
3525
|
"chainStatus": "ACTIVE",
|
|
3525
|
-
"icon": "https://
|
|
3526
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/encointer.png",
|
|
3526
3527
|
"providers": {
|
|
3527
3528
|
"Encointer Association": "wss://kusama.api.encointer.org"
|
|
3528
3529
|
},
|
|
@@ -3555,7 +3556,7 @@
|
|
|
3555
3556
|
"name": "Litmus",
|
|
3556
3557
|
"isTestnet": false,
|
|
3557
3558
|
"chainStatus": "ACTIVE",
|
|
3558
|
-
"icon": "https://
|
|
3559
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litmus.png",
|
|
3559
3560
|
"providers": {
|
|
3560
3561
|
"litmus": "wss://rpc.litmus-parachain.litentry.io"
|
|
3561
3562
|
},
|
|
@@ -3597,7 +3598,7 @@
|
|
|
3597
3598
|
"name": "Litentry",
|
|
3598
3599
|
"isTestnet": false,
|
|
3599
3600
|
"chainStatus": "ACTIVE",
|
|
3600
|
-
"icon": "https://
|
|
3601
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/litentry.png",
|
|
3601
3602
|
"providers": {
|
|
3602
3603
|
"Litentry": "wss://rpc.litentry-parachain.litentry.io",
|
|
3603
3604
|
"Dwellir": "wss://litentry-rpc.dwellir.com"
|
|
@@ -3640,7 +3641,7 @@
|
|
|
3640
3641
|
"name": "Tinkernet",
|
|
3641
3642
|
"isTestnet": false,
|
|
3642
3643
|
"chainStatus": "ACTIVE",
|
|
3643
|
-
"icon": "https://
|
|
3644
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tinkernet.png",
|
|
3644
3645
|
"providers": {
|
|
3645
3646
|
"Dwellir": "wss://tinkernet-rpc.dwellir.com",
|
|
3646
3647
|
"Light Client": "light://substrate-connect/kusama/tinkernet"
|
|
@@ -3683,7 +3684,7 @@
|
|
|
3683
3684
|
"name": "Imbue Kusama",
|
|
3684
3685
|
"isTestnet": false,
|
|
3685
3686
|
"chainStatus": "ACTIVE",
|
|
3686
|
-
"icon": "https://
|
|
3687
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/imbue_network.png",
|
|
3687
3688
|
"providers": {
|
|
3688
3689
|
"Imbue": "wss://kusama.imbuenetwork.com"
|
|
3689
3690
|
},
|
|
@@ -3725,7 +3726,7 @@
|
|
|
3725
3726
|
"name": "Subspace Testnet",
|
|
3726
3727
|
"isTestnet": true,
|
|
3727
3728
|
"chainStatus": "INACTIVE",
|
|
3728
|
-
"icon": "https://
|
|
3729
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_test.png",
|
|
3729
3730
|
"providers": {},
|
|
3730
3731
|
"evmInfo": null,
|
|
3731
3732
|
"substrateInfo": {
|
|
@@ -3753,7 +3754,7 @@
|
|
|
3753
3754
|
"name": "Subspace Gemini 2a",
|
|
3754
3755
|
"isTestnet": true,
|
|
3755
3756
|
"chainStatus": "INACTIVE",
|
|
3756
|
-
"icon": "https://
|
|
3757
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_2a.png",
|
|
3757
3758
|
"providers": {
|
|
3758
3759
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
3759
3760
|
},
|
|
@@ -3783,7 +3784,7 @@
|
|
|
3783
3784
|
"name": "Subspace Gemini 3c",
|
|
3784
3785
|
"isTestnet": true,
|
|
3785
3786
|
"chainStatus": "INACTIVE",
|
|
3786
|
-
"icon": "https://
|
|
3787
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3c.png",
|
|
3787
3788
|
"providers": {},
|
|
3788
3789
|
"evmInfo": null,
|
|
3789
3790
|
"substrateInfo": {
|
|
@@ -3811,7 +3812,7 @@
|
|
|
3811
3812
|
"name": "Subspace Gemini 3d",
|
|
3812
3813
|
"isTestnet": true,
|
|
3813
3814
|
"chainStatus": "INACTIVE",
|
|
3814
|
-
"icon": "https://
|
|
3815
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3d.png",
|
|
3815
3816
|
"providers": {},
|
|
3816
3817
|
"evmInfo": null,
|
|
3817
3818
|
"substrateInfo": {
|
|
@@ -3839,7 +3840,7 @@
|
|
|
3839
3840
|
"name": "Subspace Gemini 3e",
|
|
3840
3841
|
"isTestnet": true,
|
|
3841
3842
|
"chainStatus": "INACTIVE",
|
|
3842
|
-
"icon": "https://
|
|
3843
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3e.png",
|
|
3843
3844
|
"providers": {},
|
|
3844
3845
|
"evmInfo": null,
|
|
3845
3846
|
"substrateInfo": {
|
|
@@ -3867,7 +3868,7 @@
|
|
|
3867
3868
|
"name": "Subspace Gemini 3f",
|
|
3868
3869
|
"isTestnet": true,
|
|
3869
3870
|
"chainStatus": "INACTIVE",
|
|
3870
|
-
"icon": "https://
|
|
3871
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3f.png",
|
|
3871
3872
|
"providers": {
|
|
3872
3873
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
3873
3874
|
},
|
|
@@ -3897,7 +3898,7 @@
|
|
|
3897
3898
|
"name": "NeuroWeb Mainnet",
|
|
3898
3899
|
"isTestnet": false,
|
|
3899
3900
|
"chainStatus": "ACTIVE",
|
|
3900
|
-
"icon": "https://
|
|
3901
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/origintrail.png",
|
|
3901
3902
|
"providers": {
|
|
3902
3903
|
"TraceLabs": "wss://parachain-rpc.origin-trail.network"
|
|
3903
3904
|
},
|
|
@@ -3942,7 +3943,7 @@
|
|
|
3942
3943
|
"name": "Subspace Gemini 3g",
|
|
3943
3944
|
"isTestnet": true,
|
|
3944
3945
|
"chainStatus": "ACTIVE",
|
|
3945
|
-
"icon": "https://
|
|
3946
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3g.png",
|
|
3946
3947
|
"providers": {
|
|
3947
3948
|
"Gemini 3g": "wss://rpc-0.gemini-3g.subspace.network/ws"
|
|
3948
3949
|
},
|
|
@@ -3972,7 +3973,7 @@
|
|
|
3972
3973
|
"name": "Dorafactory",
|
|
3973
3974
|
"isTestnet": false,
|
|
3974
3975
|
"chainStatus": "INACTIVE",
|
|
3975
|
-
"icon": "https://
|
|
3976
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dorafactory.png",
|
|
3976
3977
|
"providers": {},
|
|
3977
3978
|
"evmInfo": null,
|
|
3978
3979
|
"substrateInfo": {
|
|
@@ -4012,7 +4013,7 @@
|
|
|
4012
4013
|
"name": "Bajun Kusama",
|
|
4013
4014
|
"isTestnet": false,
|
|
4014
4015
|
"chainStatus": "ACTIVE",
|
|
4015
|
-
"icon": "https://
|
|
4016
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bajun.png",
|
|
4016
4017
|
"providers": {
|
|
4017
4018
|
"AjunaNetwork": "wss://rpc-parachain.bajun.network",
|
|
4018
4019
|
"OnFinality": "wss://bajun.api.onfinality.io/public-ws"
|
|
@@ -4058,7 +4059,7 @@
|
|
|
4058
4059
|
"name": "Dancebox",
|
|
4059
4060
|
"isTestnet": true,
|
|
4060
4061
|
"chainStatus": "ACTIVE",
|
|
4061
|
-
"icon": "https://
|
|
4062
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dancebox.png",
|
|
4062
4063
|
"providers": {
|
|
4063
4064
|
"Dancebox": "wss://fraa-dancebox-rpc.a.dancebox.tanssi.network"
|
|
4064
4065
|
},
|
|
@@ -4088,7 +4089,7 @@
|
|
|
4088
4089
|
"name": "Listen Network",
|
|
4089
4090
|
"isTestnet": false,
|
|
4090
4091
|
"chainStatus": "INACTIVE",
|
|
4091
|
-
"icon": "https://
|
|
4092
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/listen.png",
|
|
4092
4093
|
"providers": {},
|
|
4093
4094
|
"evmInfo": null,
|
|
4094
4095
|
"substrateInfo": {
|
|
@@ -4116,7 +4117,7 @@
|
|
|
4116
4117
|
"name": "Kabocha",
|
|
4117
4118
|
"isTestnet": false,
|
|
4118
4119
|
"chainStatus": "ACTIVE",
|
|
4119
|
-
"icon": "https://
|
|
4120
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kabocha.png",
|
|
4120
4121
|
"providers": {
|
|
4121
4122
|
"JelliedOwl": "wss://kabocha.jelliedowl.com"
|
|
4122
4123
|
},
|
|
@@ -4158,7 +4159,7 @@
|
|
|
4158
4159
|
"name": "GM Parachain",
|
|
4159
4160
|
"isTestnet": false,
|
|
4160
4161
|
"chainStatus": "INACTIVE",
|
|
4161
|
-
"icon": "https://
|
|
4162
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gmdie.png",
|
|
4162
4163
|
"providers": {},
|
|
4163
4164
|
"evmInfo": null,
|
|
4164
4165
|
"substrateInfo": {
|
|
@@ -4198,7 +4199,7 @@
|
|
|
4198
4199
|
"name": "Ternoa",
|
|
4199
4200
|
"isTestnet": false,
|
|
4200
4201
|
"chainStatus": "ACTIVE",
|
|
4201
|
-
"icon": "https://
|
|
4202
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa.png",
|
|
4202
4203
|
"providers": {
|
|
4203
4204
|
"ternoa": "wss://mainnet.ternoa.network"
|
|
4204
4205
|
},
|
|
@@ -4228,7 +4229,7 @@
|
|
|
4228
4229
|
"name": "DataHighway Tanganika",
|
|
4229
4230
|
"isTestnet": false,
|
|
4230
4231
|
"chainStatus": "INACTIVE",
|
|
4231
|
-
"icon": "https://
|
|
4232
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tanganika.png",
|
|
4232
4233
|
"providers": {},
|
|
4233
4234
|
"evmInfo": null,
|
|
4234
4235
|
"substrateInfo": {
|
|
@@ -4271,7 +4272,7 @@
|
|
|
4271
4272
|
"name": "Pendulum",
|
|
4272
4273
|
"isTestnet": false,
|
|
4273
4274
|
"chainStatus": "ACTIVE",
|
|
4274
|
-
"icon": "https://
|
|
4275
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pendulum.png",
|
|
4275
4276
|
"providers": {
|
|
4276
4277
|
"Pendulum": "wss://rpc-pendulum.prd.pendulumchain.tech"
|
|
4277
4278
|
},
|
|
@@ -4313,7 +4314,7 @@
|
|
|
4313
4314
|
"name": "Gear Staging Testnet",
|
|
4314
4315
|
"isTestnet": true,
|
|
4315
4316
|
"chainStatus": "INACTIVE",
|
|
4316
|
-
"icon": "https://
|
|
4317
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/gear_testnet.png",
|
|
4317
4318
|
"providers": {
|
|
4318
4319
|
"gear": "wss://rpc-node.gear-tech.io"
|
|
4319
4320
|
},
|
|
@@ -4343,7 +4344,7 @@
|
|
|
4343
4344
|
"name": "Ternoa Alphanet",
|
|
4344
4345
|
"isTestnet": true,
|
|
4345
4346
|
"chainStatus": "ACTIVE",
|
|
4346
|
-
"icon": "https://
|
|
4347
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ternoa_alphanet.png",
|
|
4347
4348
|
"providers": {
|
|
4348
4349
|
"ternoa": "wss://alphanet.ternoa.com"
|
|
4349
4350
|
},
|
|
@@ -4373,7 +4374,7 @@
|
|
|
4373
4374
|
"name": "Calamari Staging",
|
|
4374
4375
|
"isTestnet": true,
|
|
4375
4376
|
"chainStatus": "ACTIVE",
|
|
4376
|
-
"icon": "https://
|
|
4377
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/calamari_test.png",
|
|
4377
4378
|
"providers": {
|
|
4378
4379
|
"calamari_test": "wss://c1.calamari.seabird.systems"
|
|
4379
4380
|
},
|
|
@@ -4403,7 +4404,7 @@
|
|
|
4403
4404
|
"name": "Boba Network",
|
|
4404
4405
|
"isTestnet": false,
|
|
4405
4406
|
"chainStatus": "ACTIVE",
|
|
4406
|
-
"icon": "https://
|
|
4407
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/boba.png",
|
|
4407
4408
|
"providers": {
|
|
4408
4409
|
"Read RPC": "https://lightning-replica.boba.network",
|
|
4409
4410
|
"Write RPC": "https://mainnet.boba.network"
|
|
@@ -4429,7 +4430,7 @@
|
|
|
4429
4430
|
"name": "Bobabeam",
|
|
4430
4431
|
"isTestnet": false,
|
|
4431
4432
|
"chainStatus": "INACTIVE",
|
|
4432
|
-
"icon": "https://
|
|
4433
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobabeam.png",
|
|
4433
4434
|
"providers": {
|
|
4434
4435
|
"RPC": "https://bobabeam.boba.network",
|
|
4435
4436
|
"Replica RPC": "https://replica.bobabeam.boba.network"
|
|
@@ -4455,7 +4456,7 @@
|
|
|
4455
4456
|
"name": "KILT Peregrine",
|
|
4456
4457
|
"isTestnet": true,
|
|
4457
4458
|
"chainStatus": "ACTIVE",
|
|
4458
|
-
"icon": "https://
|
|
4459
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kilt_peregrine.png",
|
|
4459
4460
|
"providers": {
|
|
4460
4461
|
"kilt": "wss://peregrine.kilt.io/parachain-public-ws/"
|
|
4461
4462
|
},
|
|
@@ -4488,7 +4489,7 @@
|
|
|
4488
4489
|
"name": "XX Network",
|
|
4489
4490
|
"isTestnet": false,
|
|
4490
4491
|
"chainStatus": "ACTIVE",
|
|
4491
|
-
"icon": "https://
|
|
4492
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xx_network.png",
|
|
4492
4493
|
"providers": {
|
|
4493
4494
|
"XX Foundation": "wss://rpc.xx.network"
|
|
4494
4495
|
},
|
|
@@ -4518,7 +4519,7 @@
|
|
|
4518
4519
|
"name": "Watr Testnet",
|
|
4519
4520
|
"isTestnet": true,
|
|
4520
4521
|
"chainStatus": "ACTIVE",
|
|
4521
|
-
"icon": "https://
|
|
4522
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network.png",
|
|
4522
4523
|
"providers": {
|
|
4523
4524
|
"watr": "wss://rpc.dev.watr.org"
|
|
4524
4525
|
},
|
|
@@ -4548,7 +4549,7 @@
|
|
|
4548
4549
|
"name": "Watr Testnet - EVM",
|
|
4549
4550
|
"isTestnet": true,
|
|
4550
4551
|
"chainStatus": "ACTIVE",
|
|
4551
|
-
"icon": "https://
|
|
4552
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_network_evm.png",
|
|
4552
4553
|
"providers": {
|
|
4553
4554
|
"watr": "https://rpc.dev.watr.org"
|
|
4554
4555
|
},
|
|
@@ -4573,7 +4574,7 @@
|
|
|
4573
4574
|
"name": "Fusotao",
|
|
4574
4575
|
"isTestnet": false,
|
|
4575
4576
|
"chainStatus": "ACTIVE",
|
|
4576
|
-
"icon": "https://
|
|
4577
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fusotao.png",
|
|
4577
4578
|
"providers": {
|
|
4578
4579
|
"fusotao": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2"
|
|
4579
4580
|
},
|
|
@@ -4603,7 +4604,7 @@
|
|
|
4603
4604
|
"name": "Discovol",
|
|
4604
4605
|
"isTestnet": false,
|
|
4605
4606
|
"chainStatus": "ACTIVE",
|
|
4606
|
-
"icon": "https://
|
|
4607
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol.png",
|
|
4607
4608
|
"providers": {
|
|
4608
4609
|
"discovol": "wss://gateway.mainnet.octopus.network/discovol/afpft46l1egfhrv8at5pfyrld03zseo1"
|
|
4609
4610
|
},
|
|
@@ -4633,7 +4634,7 @@
|
|
|
4633
4634
|
"name": "Discovol Testnet",
|
|
4634
4635
|
"isTestnet": true,
|
|
4635
4636
|
"chainStatus": "INACTIVE",
|
|
4636
|
-
"icon": "https://
|
|
4637
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/discovol_testnet.png",
|
|
4637
4638
|
"providers": {
|
|
4638
4639
|
"discovol_testnet": "wss://gateway.testnet.octopus.network/discovol/o4urcey87y4n1qimhfrad92gzs315z9h"
|
|
4639
4640
|
},
|
|
@@ -4663,7 +4664,7 @@
|
|
|
4663
4664
|
"name": "Atocha",
|
|
4664
4665
|
"isTestnet": false,
|
|
4665
4666
|
"chainStatus": "ACTIVE",
|
|
4666
|
-
"icon": "https://
|
|
4667
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/atocha.png",
|
|
4667
4668
|
"providers": {
|
|
4668
4669
|
"atocha": "wss://gateway.mainnet.octopus.network/atocha/jungxomf4hdcfocwcalgoiz64g9avjim"
|
|
4669
4670
|
},
|
|
@@ -4693,7 +4694,7 @@
|
|
|
4693
4694
|
"name": "Myriad",
|
|
4694
4695
|
"isTestnet": false,
|
|
4695
4696
|
"chainStatus": "ACTIVE",
|
|
4696
|
-
"icon": "https://
|
|
4697
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/myriad.png",
|
|
4697
4698
|
"providers": {
|
|
4698
4699
|
"myriad": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0"
|
|
4699
4700
|
},
|
|
@@ -4723,7 +4724,7 @@
|
|
|
4723
4724
|
"name": "DeBio",
|
|
4724
4725
|
"isTestnet": false,
|
|
4725
4726
|
"chainStatus": "ACTIVE",
|
|
4726
|
-
"icon": "https://
|
|
4727
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/debio.png",
|
|
4727
4728
|
"providers": {
|
|
4728
4729
|
"deBio": "wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e"
|
|
4729
4730
|
},
|
|
@@ -4753,7 +4754,7 @@
|
|
|
4753
4754
|
"name": "Polkadot Collectives",
|
|
4754
4755
|
"isTestnet": false,
|
|
4755
4756
|
"chainStatus": "ACTIVE",
|
|
4756
|
-
"icon": "https://
|
|
4757
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/collectives.png",
|
|
4757
4758
|
"providers": {
|
|
4758
4759
|
"viaParity": "wss://polkadot-collectives-rpc.polkadot.io"
|
|
4759
4760
|
},
|
|
@@ -4783,7 +4784,7 @@
|
|
|
4783
4784
|
"name": "Ajuna Network",
|
|
4784
4785
|
"isTestnet": false,
|
|
4785
4786
|
"chainStatus": "ACTIVE",
|
|
4786
|
-
"icon": "https://
|
|
4787
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ajunapolkadot.png",
|
|
4787
4788
|
"providers": {
|
|
4788
4789
|
"OnFinality": "wss://ajuna.api.onfinality.io/public-ws"
|
|
4789
4790
|
},
|
|
@@ -4828,7 +4829,7 @@
|
|
|
4828
4829
|
"name": "Bitgreen",
|
|
4829
4830
|
"isTestnet": false,
|
|
4830
4831
|
"chainStatus": "ACTIVE",
|
|
4831
|
-
"icon": "https://
|
|
4832
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitgreen.png",
|
|
4832
4833
|
"providers": {
|
|
4833
4834
|
"viaBitgreen": "wss://mainnet.bitgreen.org"
|
|
4834
4835
|
},
|
|
@@ -4858,7 +4859,7 @@
|
|
|
4858
4859
|
"name": "Frequency",
|
|
4859
4860
|
"isTestnet": false,
|
|
4860
4861
|
"chainStatus": "ACTIVE",
|
|
4861
|
-
"icon": "https://
|
|
4862
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/frequency.png",
|
|
4862
4863
|
"providers": {
|
|
4863
4864
|
"Frequency 0": "wss://0.rpc.frequency.xyz",
|
|
4864
4865
|
"Frequency 1": "wss://1.rpc.frequency.xyz"
|
|
@@ -4889,7 +4890,7 @@
|
|
|
4889
4890
|
"name": "Hashed Network",
|
|
4890
4891
|
"isTestnet": false,
|
|
4891
4892
|
"chainStatus": "ACTIVE",
|
|
4892
|
-
"icon": "https://
|
|
4893
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hashednetwork.png",
|
|
4893
4894
|
"providers": {
|
|
4894
4895
|
"Hashed Systems 2": "wss://c2.hashed.network"
|
|
4895
4896
|
},
|
|
@@ -4942,7 +4943,7 @@
|
|
|
4942
4943
|
"name": "Kapex",
|
|
4943
4944
|
"isTestnet": false,
|
|
4944
4945
|
"chainStatus": "INACTIVE",
|
|
4945
|
-
"icon": "https://
|
|
4946
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kapex.png",
|
|
4946
4947
|
"providers": {
|
|
4947
4948
|
"viaTotem": "wss://kapex-rpc.dwellir.com"
|
|
4948
4949
|
},
|
|
@@ -4984,7 +4985,7 @@
|
|
|
4984
4985
|
"name": "Kylin Network",
|
|
4985
4986
|
"isTestnet": false,
|
|
4986
4987
|
"chainStatus": "INACTIVE",
|
|
4987
|
-
"icon": "https://
|
|
4988
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kylinnetwork.png",
|
|
4988
4989
|
"providers": {
|
|
4989
4990
|
"Kylin Network": "wss://polkadot.kylin-node.co.uk"
|
|
4990
4991
|
},
|
|
@@ -5026,7 +5027,7 @@
|
|
|
5026
5027
|
"name": "DAO IPCI",
|
|
5027
5028
|
"isTestnet": false,
|
|
5028
5029
|
"chainStatus": "ACTIVE",
|
|
5029
|
-
"icon": "https://
|
|
5030
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/ipci.png",
|
|
5030
5031
|
"providers": {
|
|
5031
5032
|
"viaAiralab": "wss://kusama.rpc.ipci.io"
|
|
5032
5033
|
},
|
|
@@ -5056,7 +5057,7 @@
|
|
|
5056
5057
|
"name": "KICO",
|
|
5057
5058
|
"isTestnet": false,
|
|
5058
5059
|
"chainStatus": "INACTIVE",
|
|
5059
|
-
"icon": "https://
|
|
5060
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kico.png",
|
|
5060
5061
|
"providers": {},
|
|
5061
5062
|
"evmInfo": null,
|
|
5062
5063
|
"substrateInfo": {
|
|
@@ -5096,7 +5097,7 @@
|
|
|
5096
5097
|
"name": "Luhn Network",
|
|
5097
5098
|
"isTestnet": false,
|
|
5098
5099
|
"chainStatus": "INACTIVE",
|
|
5099
|
-
"icon": "https://
|
|
5100
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/luhnnetwork.png",
|
|
5100
5101
|
"providers": {},
|
|
5101
5102
|
"evmInfo": null,
|
|
5102
5103
|
"substrateInfo": {
|
|
@@ -5124,7 +5125,7 @@
|
|
|
5124
5125
|
"name": "Pichiu Network",
|
|
5125
5126
|
"isTestnet": false,
|
|
5126
5127
|
"chainStatus": "INACTIVE",
|
|
5127
|
-
"icon": "https://
|
|
5128
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/pichiu.png",
|
|
5128
5129
|
"providers": {},
|
|
5129
5130
|
"evmInfo": null,
|
|
5130
5131
|
"substrateInfo": {
|
|
@@ -5164,7 +5165,7 @@
|
|
|
5164
5165
|
"name": "RioDeFi",
|
|
5165
5166
|
"isTestnet": false,
|
|
5166
5167
|
"chainStatus": "INACTIVE",
|
|
5167
|
-
"icon": "https://
|
|
5168
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riodefi.png",
|
|
5168
5169
|
"providers": {},
|
|
5169
5170
|
"evmInfo": null,
|
|
5170
5171
|
"substrateInfo": {
|
|
@@ -5192,7 +5193,7 @@
|
|
|
5192
5193
|
"name": "Automata",
|
|
5193
5194
|
"isTestnet": false,
|
|
5194
5195
|
"chainStatus": "ACTIVE",
|
|
5195
|
-
"icon": "https://
|
|
5196
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/automata.png",
|
|
5196
5197
|
"providers": {
|
|
5197
5198
|
"OnFinality": "wss://automata.api.onfinality.io/public-ws"
|
|
5198
5199
|
},
|
|
@@ -5222,7 +5223,7 @@
|
|
|
5222
5223
|
"name": "Creditcoin",
|
|
5223
5224
|
"isTestnet": false,
|
|
5224
5225
|
"chainStatus": "ACTIVE",
|
|
5225
|
-
"icon": "https://
|
|
5226
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcoin.png",
|
|
5226
5227
|
"providers": {
|
|
5227
5228
|
"Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
|
|
5228
5229
|
},
|
|
@@ -5255,7 +5256,7 @@
|
|
|
5255
5256
|
"name": "Crown Sterling",
|
|
5256
5257
|
"isTestnet": false,
|
|
5257
5258
|
"chainStatus": "ACTIVE",
|
|
5258
|
-
"icon": "https://
|
|
5259
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crownsterling.png",
|
|
5259
5260
|
"providers": {
|
|
5260
5261
|
"Crown Sterling": "wss://blockchain.crownsterling.io"
|
|
5261
5262
|
},
|
|
@@ -5285,7 +5286,7 @@
|
|
|
5285
5286
|
"name": "Dock",
|
|
5286
5287
|
"isTestnet": false,
|
|
5287
5288
|
"chainStatus": "ACTIVE",
|
|
5288
|
-
"icon": "https://
|
|
5289
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dockposmainnet.png",
|
|
5289
5290
|
"providers": {
|
|
5290
5291
|
"Dock Association": "wss://mainnet-node.dock.io"
|
|
5291
5292
|
},
|
|
@@ -5318,7 +5319,7 @@
|
|
|
5318
5319
|
"name": "Kusari",
|
|
5319
5320
|
"isTestnet": false,
|
|
5320
5321
|
"chainStatus": "INACTIVE",
|
|
5321
|
-
"icon": "https://
|
|
5322
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kusari.png",
|
|
5322
5323
|
"providers": {},
|
|
5323
5324
|
"evmInfo": null,
|
|
5324
5325
|
"substrateInfo": {
|
|
@@ -5346,7 +5347,7 @@
|
|
|
5346
5347
|
"name": "logion Standalone",
|
|
5347
5348
|
"isTestnet": false,
|
|
5348
5349
|
"chainStatus": "ACTIVE",
|
|
5349
|
-
"icon": "https://
|
|
5350
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/logion.png",
|
|
5350
5351
|
"providers": {
|
|
5351
5352
|
"Logion": "wss://rpc01.logion.network"
|
|
5352
5353
|
},
|
|
@@ -5399,7 +5400,7 @@
|
|
|
5399
5400
|
"name": "Neatcoin",
|
|
5400
5401
|
"isTestnet": false,
|
|
5401
5402
|
"chainStatus": "ACTIVE",
|
|
5402
|
-
"icon": "https://
|
|
5403
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/neatcoin.png",
|
|
5403
5404
|
"providers": {
|
|
5404
5405
|
"Neatcoin": "wss://rpc.neatcoin.org/ws"
|
|
5405
5406
|
},
|
|
@@ -5429,7 +5430,7 @@
|
|
|
5429
5430
|
"name": "NFTMart",
|
|
5430
5431
|
"isTestnet": false,
|
|
5431
5432
|
"chainStatus": "ACTIVE",
|
|
5432
|
-
"icon": "https://
|
|
5433
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/nftmart.png",
|
|
5433
5434
|
"providers": {
|
|
5434
5435
|
"NFTMart": "wss://mainnet.nftmart.io/rpc/ws"
|
|
5435
5436
|
},
|
|
@@ -5459,7 +5460,7 @@
|
|
|
5459
5460
|
"name": "Polymesh Mainnet",
|
|
5460
5461
|
"isTestnet": false,
|
|
5461
5462
|
"chainStatus": "ACTIVE",
|
|
5462
|
-
"icon": "https://
|
|
5463
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polymesh.png",
|
|
5463
5464
|
"providers": {
|
|
5464
5465
|
"Polymath": "wss://mainnet-rpc.polymesh.network"
|
|
5465
5466
|
},
|
|
@@ -5492,7 +5493,7 @@
|
|
|
5492
5493
|
"name": "RioChain",
|
|
5493
5494
|
"isTestnet": false,
|
|
5494
5495
|
"chainStatus": "INACTIVE",
|
|
5495
|
-
"icon": "https://
|
|
5496
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/riochain.png",
|
|
5496
5497
|
"providers": {},
|
|
5497
5498
|
"evmInfo": null,
|
|
5498
5499
|
"substrateInfo": {
|
|
@@ -5520,7 +5521,7 @@
|
|
|
5520
5521
|
"name": "SherpaX",
|
|
5521
5522
|
"isTestnet": false,
|
|
5522
5523
|
"chainStatus": "INACTIVE",
|
|
5523
|
-
"icon": "https://
|
|
5524
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sherpax.png",
|
|
5524
5525
|
"providers": {},
|
|
5525
5526
|
"evmInfo": null,
|
|
5526
5527
|
"substrateInfo": {
|
|
@@ -5548,7 +5549,7 @@
|
|
|
5548
5549
|
"name": "SORA",
|
|
5549
5550
|
"isTestnet": false,
|
|
5550
5551
|
"chainStatus": "ACTIVE",
|
|
5551
|
-
"icon": "https://
|
|
5552
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sora_substrate.png",
|
|
5552
5553
|
"providers": {
|
|
5553
5554
|
"SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
|
|
5554
5555
|
"SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
|
|
@@ -5607,7 +5608,7 @@
|
|
|
5607
5608
|
"name": "Swapdex",
|
|
5608
5609
|
"isTestnet": false,
|
|
5609
5610
|
"chainStatus": "INACTIVE",
|
|
5610
|
-
"icon": "https://
|
|
5611
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/swapdex.png",
|
|
5611
5612
|
"providers": {
|
|
5612
5613
|
"Swapdex": "wss://ws.swapdex.network"
|
|
5613
5614
|
},
|
|
@@ -5637,7 +5638,7 @@
|
|
|
5637
5638
|
"name": "3DPass",
|
|
5638
5639
|
"isTestnet": false,
|
|
5639
5640
|
"chainStatus": "ACTIVE",
|
|
5640
|
-
"icon": "https://
|
|
5641
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/3dpass.png",
|
|
5641
5642
|
"providers": {
|
|
5642
5643
|
"3dpass": "wss://rpc.3dpass.org",
|
|
5643
5644
|
"3dpscan": "wss://rpc.3dpscan.io"
|
|
@@ -5668,7 +5669,7 @@
|
|
|
5668
5669
|
"name": "Aleph Zero Smartnet",
|
|
5669
5670
|
"isTestnet": true,
|
|
5670
5671
|
"chainStatus": "INACTIVE",
|
|
5671
|
-
"icon": "https://
|
|
5672
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alephsmartnet.png",
|
|
5672
5673
|
"providers": {},
|
|
5673
5674
|
"evmInfo": null,
|
|
5674
5675
|
"substrateInfo": {
|
|
@@ -5696,7 +5697,7 @@
|
|
|
5696
5697
|
"name": "Kulupu",
|
|
5697
5698
|
"isTestnet": false,
|
|
5698
5699
|
"chainStatus": "ACTIVE",
|
|
5699
|
-
"icon": "https://
|
|
5700
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kulupu.png",
|
|
5700
5701
|
"providers": {
|
|
5701
5702
|
"Kulupu": "wss://rpc.kulupu.corepaper.org/ws"
|
|
5702
5703
|
},
|
|
@@ -5726,7 +5727,7 @@
|
|
|
5726
5727
|
"name": "Joystream",
|
|
5727
5728
|
"isTestnet": false,
|
|
5728
5729
|
"chainStatus": "ACTIVE",
|
|
5729
|
-
"icon": "https://
|
|
5730
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/joystream.png",
|
|
5730
5731
|
"providers": {
|
|
5731
5732
|
"Jsgenesis": "wss://rpc.joystream.org"
|
|
5732
5733
|
},
|
|
@@ -5759,7 +5760,7 @@
|
|
|
5759
5760
|
"name": "Aventus Testnet",
|
|
5760
5761
|
"isTestnet": true,
|
|
5761
5762
|
"chainStatus": "ACTIVE",
|
|
5762
|
-
"icon": "https://
|
|
5763
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aventus_testnet.png",
|
|
5763
5764
|
"providers": {
|
|
5764
5765
|
"Aventus": "wss://public-rpc.public-testnet.aventus.io"
|
|
5765
5766
|
},
|
|
@@ -5789,7 +5790,7 @@
|
|
|
5789
5790
|
"name": "Vara Network",
|
|
5790
5791
|
"isTestnet": false,
|
|
5791
5792
|
"chainStatus": "ACTIVE",
|
|
5792
|
-
"icon": "https://
|
|
5793
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_network.png",
|
|
5793
5794
|
"providers": {
|
|
5794
5795
|
"Vara Network": "wss://rpc.vara.network",
|
|
5795
5796
|
"BlastApi": "wss://vara-mainnet.public.blastapi.io"
|
|
@@ -5825,7 +5826,7 @@
|
|
|
5825
5826
|
"name": "Avail Kate Testnet",
|
|
5826
5827
|
"isTestnet": true,
|
|
5827
5828
|
"chainStatus": "INACTIVE",
|
|
5828
|
-
"icon": "https://
|
|
5829
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kate.png",
|
|
5829
5830
|
"providers": {
|
|
5830
5831
|
"AVAIL": "wss://kate.avail.tools/ws"
|
|
5831
5832
|
},
|
|
@@ -5855,7 +5856,7 @@
|
|
|
5855
5856
|
"name": "Polkadot Bridge Hub",
|
|
5856
5857
|
"isTestnet": false,
|
|
5857
5858
|
"chainStatus": "ACTIVE",
|
|
5858
|
-
"icon": "https://
|
|
5859
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubpolkadot.png",
|
|
5859
5860
|
"providers": {
|
|
5860
5861
|
"Parity": "wss://polkadot-bridge-hub-rpc.polkadot.io",
|
|
5861
5862
|
"Stakeworld": "wss://dot-rpc.stakeworld.io/bridgehub"
|
|
@@ -5889,7 +5890,7 @@
|
|
|
5889
5890
|
"name": "Kusama Bridge Hub",
|
|
5890
5891
|
"isTestnet": false,
|
|
5891
5892
|
"chainStatus": "ACTIVE",
|
|
5892
|
-
"icon": "https://
|
|
5893
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bridgehubkusama.png",
|
|
5893
5894
|
"providers": {
|
|
5894
5895
|
"Parity": "wss://kusama-bridge-hub-rpc.polkadot.io",
|
|
5895
5896
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/bridgehub",
|
|
@@ -5925,7 +5926,7 @@
|
|
|
5925
5926
|
"name": "Fantom Testnet",
|
|
5926
5927
|
"isTestnet": true,
|
|
5927
5928
|
"chainStatus": "ACTIVE",
|
|
5928
|
-
"icon": "https://
|
|
5929
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom_testnet.png",
|
|
5929
5930
|
"providers": {
|
|
5930
5931
|
"Ankr": "https://rpc.ankr.com/fantom_testnet",
|
|
5931
5932
|
"FantomNetwork": "https://rpc.testnet.fantom.network/",
|
|
@@ -5952,7 +5953,7 @@
|
|
|
5952
5953
|
"name": "Fantom",
|
|
5953
5954
|
"isTestnet": false,
|
|
5954
5955
|
"chainStatus": "ACTIVE",
|
|
5955
|
-
"icon": "https://
|
|
5956
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/fantom.png",
|
|
5956
5957
|
"providers": {
|
|
5957
5958
|
"Ankr": "https://rpc.ankr.com/fantom",
|
|
5958
5959
|
"RPC_API": "https://rpcapi.fantom.network",
|
|
@@ -5981,7 +5982,7 @@
|
|
|
5981
5982
|
"name": "Krest Network",
|
|
5982
5983
|
"isTestnet": false,
|
|
5983
5984
|
"chainStatus": "ACTIVE",
|
|
5984
|
-
"icon": "https://
|
|
5985
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/krest_network.png",
|
|
5985
5986
|
"providers": {
|
|
5986
5987
|
"OnFinality": "wss://krest.api.onfinality.io/public-ws"
|
|
5987
5988
|
},
|
|
@@ -6026,7 +6027,7 @@
|
|
|
6026
6027
|
"name": "Deeper Network",
|
|
6027
6028
|
"isTestnet": false,
|
|
6028
6029
|
"chainStatus": "ACTIVE",
|
|
6029
|
-
"icon": "https://
|
|
6030
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/deeper_network.png",
|
|
6030
6031
|
"providers": {
|
|
6031
6032
|
"DeeperNetwork": "wss://mainnet-full.deeper.network"
|
|
6032
6033
|
},
|
|
@@ -6056,7 +6057,7 @@
|
|
|
6056
6057
|
"name": "Jur Network",
|
|
6057
6058
|
"isTestnet": false,
|
|
6058
6059
|
"chainStatus": "ACTIVE",
|
|
6059
|
-
"icon": "https://
|
|
6060
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/jur_network.png",
|
|
6060
6061
|
"providers": {
|
|
6061
6062
|
"Jur Mainnet": "wss://mainnet.jur.io/"
|
|
6062
6063
|
},
|
|
@@ -6086,7 +6087,7 @@
|
|
|
6086
6087
|
"name": "Base Mainnet",
|
|
6087
6088
|
"isTestnet": false,
|
|
6088
6089
|
"chainStatus": "ACTIVE",
|
|
6089
|
-
"icon": "https://
|
|
6090
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/base_mainnet.png",
|
|
6090
6091
|
"providers": {
|
|
6091
6092
|
"PublicNode": "https://base.publicnode.com"
|
|
6092
6093
|
},
|
|
@@ -6111,7 +6112,7 @@
|
|
|
6111
6112
|
"name": "Avalanche C-Chain",
|
|
6112
6113
|
"isTestnet": false,
|
|
6113
6114
|
"chainStatus": "ACTIVE",
|
|
6114
|
-
"icon": "https://
|
|
6115
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avalanche_c.png",
|
|
6115
6116
|
"providers": {
|
|
6116
6117
|
"Avax Network": "https://api.avax.network/ext/bc/C/rpc",
|
|
6117
6118
|
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
@@ -6140,7 +6141,7 @@
|
|
|
6140
6141
|
"name": "Crust Mainnet",
|
|
6141
6142
|
"isTestnet": false,
|
|
6142
6143
|
"chainStatus": "ACTIVE",
|
|
6143
|
-
"icon": "https://
|
|
6144
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/crust_mainnet.png",
|
|
6144
6145
|
"providers": {
|
|
6145
6146
|
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
6146
6147
|
"Crust Network": "wss://rpc.crust.network"
|
|
@@ -6174,7 +6175,7 @@
|
|
|
6174
6175
|
"name": "Acala - EVM",
|
|
6175
6176
|
"isTestnet": false,
|
|
6176
6177
|
"chainStatus": "ACTIVE",
|
|
6177
|
-
"icon": "https://
|
|
6178
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acala_evm.png",
|
|
6178
6179
|
"providers": {
|
|
6179
6180
|
"Acala": "https://eth-rpc-acala.aca-api.network"
|
|
6180
6181
|
},
|
|
@@ -6199,7 +6200,7 @@
|
|
|
6199
6200
|
"name": "Karura - EVM",
|
|
6200
6201
|
"isTestnet": false,
|
|
6201
6202
|
"chainStatus": "ACTIVE",
|
|
6202
|
-
"icon": "https://
|
|
6203
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/karura_evm.png",
|
|
6203
6204
|
"providers": {
|
|
6204
6205
|
"Acala": "https://eth-rpc-karura.aca-api.network"
|
|
6205
6206
|
},
|
|
@@ -6224,7 +6225,7 @@
|
|
|
6224
6225
|
"name": "Bittensor",
|
|
6225
6226
|
"isTestnet": false,
|
|
6226
6227
|
"chainStatus": "ACTIVE",
|
|
6227
|
-
"icon": "https://
|
|
6228
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bittensor.png",
|
|
6228
6229
|
"providers": {
|
|
6229
6230
|
"Opentensor": "wss://entrypoint-finney.opentensor.ai:443"
|
|
6230
6231
|
},
|
|
@@ -6266,7 +6267,7 @@
|
|
|
6266
6267
|
"name": "Xcavate",
|
|
6267
6268
|
"isTestnet": true,
|
|
6268
6269
|
"chainStatus": "INACTIVE",
|
|
6269
|
-
"icon": "https://
|
|
6270
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xcavate.png",
|
|
6270
6271
|
"providers": {
|
|
6271
6272
|
"Tanssi": "wss://fraa-dancebox-3031-rpc.a.dancebox.tanssi.network"
|
|
6272
6273
|
},
|
|
@@ -6296,7 +6297,7 @@
|
|
|
6296
6297
|
"name": "Unorthodox",
|
|
6297
6298
|
"isTestnet": false,
|
|
6298
6299
|
"chainStatus": "INACTIVE",
|
|
6299
|
-
"icon": "https://
|
|
6300
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/unorthodox.png",
|
|
6300
6301
|
"providers": {},
|
|
6301
6302
|
"evmInfo": null,
|
|
6302
6303
|
"substrateInfo": {
|
|
@@ -6324,7 +6325,7 @@
|
|
|
6324
6325
|
"name": "Coinversation",
|
|
6325
6326
|
"isTestnet": false,
|
|
6326
6327
|
"chainStatus": "INACTIVE",
|
|
6327
|
-
"icon": "https://
|
|
6328
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/coinversation.png",
|
|
6328
6329
|
"providers": {},
|
|
6329
6330
|
"evmInfo": null,
|
|
6330
6331
|
"substrateInfo": {
|
|
@@ -6364,7 +6365,7 @@
|
|
|
6364
6365
|
"name": "LayerX Network",
|
|
6365
6366
|
"isTestnet": false,
|
|
6366
6367
|
"chainStatus": "INACTIVE",
|
|
6367
|
-
"icon": "https://
|
|
6368
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/layerx_network.png",
|
|
6368
6369
|
"providers": {},
|
|
6369
6370
|
"evmInfo": null,
|
|
6370
6371
|
"substrateInfo": {
|
|
@@ -6392,7 +6393,7 @@
|
|
|
6392
6393
|
"name": "Moonsama",
|
|
6393
6394
|
"isTestnet": false,
|
|
6394
6395
|
"chainStatus": "INACTIVE",
|
|
6395
|
-
"icon": "https://
|
|
6396
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/moonsama.png",
|
|
6396
6397
|
"providers": {},
|
|
6397
6398
|
"evmInfo": null,
|
|
6398
6399
|
"substrateInfo": {
|
|
@@ -6432,7 +6433,7 @@
|
|
|
6432
6433
|
"name": "OAK Network",
|
|
6433
6434
|
"isTestnet": false,
|
|
6434
6435
|
"chainStatus": "INACTIVE",
|
|
6435
|
-
"icon": "https://
|
|
6436
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/oak_network.png",
|
|
6436
6437
|
"providers": {},
|
|
6437
6438
|
"evmInfo": null,
|
|
6438
6439
|
"substrateInfo": {
|
|
@@ -6472,7 +6473,7 @@
|
|
|
6472
6473
|
"name": "OmniBTC",
|
|
6473
6474
|
"isTestnet": false,
|
|
6474
6475
|
"chainStatus": "INACTIVE",
|
|
6475
|
-
"icon": "https://
|
|
6476
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/omnibtc.png",
|
|
6476
6477
|
"providers": {},
|
|
6477
6478
|
"evmInfo": null,
|
|
6478
6479
|
"substrateInfo": {
|
|
@@ -6512,7 +6513,7 @@
|
|
|
6512
6513
|
"name": "peaq",
|
|
6513
6514
|
"isTestnet": false,
|
|
6514
6515
|
"chainStatus": "INACTIVE",
|
|
6515
|
-
"icon": "https://
|
|
6516
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/peaq.png",
|
|
6516
6517
|
"providers": {},
|
|
6517
6518
|
"evmInfo": null,
|
|
6518
6519
|
"substrateInfo": {
|
|
@@ -6552,7 +6553,7 @@
|
|
|
6552
6553
|
"name": "Quantum Portal",
|
|
6553
6554
|
"isTestnet": false,
|
|
6554
6555
|
"chainStatus": "INACTIVE",
|
|
6555
|
-
"icon": "https://
|
|
6556
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/quantum_portal.png",
|
|
6556
6557
|
"providers": {},
|
|
6557
6558
|
"evmInfo": null,
|
|
6558
6559
|
"substrateInfo": {
|
|
@@ -6580,7 +6581,7 @@
|
|
|
6580
6581
|
"name": "Virto Network",
|
|
6581
6582
|
"isTestnet": false,
|
|
6582
6583
|
"chainStatus": "INACTIVE",
|
|
6583
|
-
"icon": "https://
|
|
6584
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/virto_network.png",
|
|
6584
6585
|
"providers": {},
|
|
6585
6586
|
"evmInfo": null,
|
|
6586
6587
|
"substrateInfo": {
|
|
@@ -6608,7 +6609,7 @@
|
|
|
6608
6609
|
"name": "Energy Web X",
|
|
6609
6610
|
"isTestnet": false,
|
|
6610
6611
|
"chainStatus": "ACTIVE",
|
|
6611
|
-
"icon": "https://
|
|
6612
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x.png",
|
|
6612
6613
|
"providers": {
|
|
6613
6614
|
"EWX": "wss://public-rpc.mainnet.energywebx.com/ws"
|
|
6614
6615
|
},
|
|
@@ -6650,7 +6651,7 @@
|
|
|
6650
6651
|
"name": "InvArch Network",
|
|
6651
6652
|
"isTestnet": false,
|
|
6652
6653
|
"chainStatus": "ACTIVE",
|
|
6653
|
-
"icon": "https://
|
|
6654
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/invarch.png",
|
|
6654
6655
|
"providers": {
|
|
6655
6656
|
"Dwellir": "wss://invarch-rpc.dwellir.com"
|
|
6656
6657
|
},
|
|
@@ -6692,7 +6693,7 @@
|
|
|
6692
6693
|
"name": "Zero",
|
|
6693
6694
|
"isTestnet": false,
|
|
6694
6695
|
"chainStatus": "INACTIVE",
|
|
6695
|
-
"icon": "https://
|
|
6696
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zero.png",
|
|
6696
6697
|
"providers": {},
|
|
6697
6698
|
"evmInfo": null,
|
|
6698
6699
|
"substrateInfo": {
|
|
@@ -6720,7 +6721,7 @@
|
|
|
6720
6721
|
"name": " Kpron Network",
|
|
6721
6722
|
"isTestnet": false,
|
|
6722
6723
|
"chainStatus": "INACTIVE",
|
|
6723
|
-
"icon": "https://
|
|
6724
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kpron_network.png",
|
|
6724
6725
|
"providers": {},
|
|
6725
6726
|
"evmInfo": null,
|
|
6726
6727
|
"substrateInfo": {
|
|
@@ -6748,7 +6749,7 @@
|
|
|
6748
6749
|
"name": "Mars",
|
|
6749
6750
|
"isTestnet": false,
|
|
6750
6751
|
"chainStatus": "INACTIVE",
|
|
6751
|
-
"icon": "https://
|
|
6752
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mars.png",
|
|
6752
6753
|
"providers": {},
|
|
6753
6754
|
"evmInfo": null,
|
|
6754
6755
|
"substrateInfo": {
|
|
@@ -6776,7 +6777,7 @@
|
|
|
6776
6777
|
"name": "Snow",
|
|
6777
6778
|
"isTestnet": false,
|
|
6778
6779
|
"chainStatus": "INACTIVE",
|
|
6779
|
-
"icon": "https://
|
|
6780
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/snow.png",
|
|
6780
6781
|
"providers": {},
|
|
6781
6782
|
"evmInfo": null,
|
|
6782
6783
|
"substrateInfo": {
|
|
@@ -6819,7 +6820,7 @@
|
|
|
6819
6820
|
"name": "Aband",
|
|
6820
6821
|
"isTestnet": false,
|
|
6821
6822
|
"chainStatus": "INACTIVE",
|
|
6822
|
-
"icon": "https://
|
|
6823
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/aband.png",
|
|
6823
6824
|
"providers": {},
|
|
6824
6825
|
"evmInfo": null,
|
|
6825
6826
|
"substrateInfo": {
|
|
@@ -6859,7 +6860,7 @@
|
|
|
6859
6860
|
"name": "Acurast Canary",
|
|
6860
6861
|
"isTestnet": false,
|
|
6861
6862
|
"chainStatus": "INACTIVE",
|
|
6862
|
-
"icon": "https://
|
|
6863
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acurast_canary.png",
|
|
6863
6864
|
"providers": {},
|
|
6864
6865
|
"evmInfo": null,
|
|
6865
6866
|
"substrateInfo": {
|
|
@@ -6887,7 +6888,7 @@
|
|
|
6887
6888
|
"name": "Alpha Network",
|
|
6888
6889
|
"isTestnet": false,
|
|
6889
6890
|
"chainStatus": "INACTIVE",
|
|
6890
|
-
"icon": "https://
|
|
6891
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/alpha_network.png",
|
|
6891
6892
|
"providers": {},
|
|
6892
6893
|
"evmInfo": null,
|
|
6893
6894
|
"substrateInfo": {
|
|
@@ -6915,7 +6916,7 @@
|
|
|
6915
6916
|
"name": "Loom Network",
|
|
6916
6917
|
"isTestnet": false,
|
|
6917
6918
|
"chainStatus": "INACTIVE",
|
|
6918
|
-
"icon": "https://
|
|
6919
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/loom_network.png",
|
|
6919
6920
|
"providers": {},
|
|
6920
6921
|
"evmInfo": null,
|
|
6921
6922
|
"substrateInfo": {
|
|
@@ -6943,7 +6944,7 @@
|
|
|
6943
6944
|
"name": "SubGame Gamma",
|
|
6944
6945
|
"isTestnet": false,
|
|
6945
6946
|
"chainStatus": "INACTIVE",
|
|
6946
|
-
"icon": "https://
|
|
6947
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_gamma.png",
|
|
6947
6948
|
"providers": {},
|
|
6948
6949
|
"evmInfo": null,
|
|
6949
6950
|
"substrateInfo": {
|
|
@@ -6971,7 +6972,7 @@
|
|
|
6971
6972
|
"name": "TrustBase",
|
|
6972
6973
|
"isTestnet": false,
|
|
6973
6974
|
"chainStatus": "INACTIVE",
|
|
6974
|
-
"icon": "https://
|
|
6975
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/trustbase.png",
|
|
6975
6976
|
"providers": {},
|
|
6976
6977
|
"evmInfo": null,
|
|
6977
6978
|
"substrateInfo": {
|
|
@@ -6999,7 +7000,7 @@
|
|
|
6999
7000
|
"name": "Manta Atlantic",
|
|
7000
7001
|
"isTestnet": false,
|
|
7001
7002
|
"chainStatus": "ACTIVE",
|
|
7002
|
-
"icon": "https://
|
|
7003
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network.png",
|
|
7003
7004
|
"providers": {
|
|
7004
7005
|
"Manta Network": "wss://ws.manta.systems"
|
|
7005
7006
|
},
|
|
@@ -7032,7 +7033,7 @@
|
|
|
7032
7033
|
"name": "t3rn",
|
|
7033
7034
|
"isTestnet": false,
|
|
7034
7035
|
"chainStatus": "INACTIVE",
|
|
7035
|
-
"icon": "https://
|
|
7036
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/t3rn.png",
|
|
7036
7037
|
"providers": {},
|
|
7037
7038
|
"evmInfo": null,
|
|
7038
7039
|
"substrateInfo": {
|
|
@@ -7060,7 +7061,7 @@
|
|
|
7060
7061
|
"name": "Geminis Network",
|
|
7061
7062
|
"isTestnet": false,
|
|
7062
7063
|
"chainStatus": "INACTIVE",
|
|
7063
|
-
"icon": "https://
|
|
7064
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/geminis_network.png",
|
|
7064
7065
|
"providers": {},
|
|
7065
7066
|
"evmInfo": null,
|
|
7066
7067
|
"substrateInfo": {
|
|
@@ -7088,7 +7089,7 @@
|
|
|
7088
7089
|
"name": "Polimec Polkadot",
|
|
7089
7090
|
"isTestnet": false,
|
|
7090
7091
|
"chainStatus": "ACTIVE",
|
|
7091
|
-
"icon": "https://
|
|
7092
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polimec.png",
|
|
7092
7093
|
"providers": {
|
|
7093
7094
|
"Polimec": "wss://rpc.polimec.org",
|
|
7094
7095
|
"Amforc": "wss://polimec.rpc.amforc.com"
|
|
@@ -7131,7 +7132,7 @@
|
|
|
7131
7132
|
"name": "SubDAO",
|
|
7132
7133
|
"isTestnet": false,
|
|
7133
7134
|
"chainStatus": "INACTIVE",
|
|
7134
|
-
"icon": "https://
|
|
7135
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subdao.png",
|
|
7135
7136
|
"providers": {},
|
|
7136
7137
|
"evmInfo": null,
|
|
7137
7138
|
"substrateInfo": {
|
|
@@ -7159,7 +7160,7 @@
|
|
|
7159
7160
|
"name": "SubGame Network",
|
|
7160
7161
|
"isTestnet": false,
|
|
7161
7162
|
"chainStatus": "INACTIVE",
|
|
7162
|
-
"icon": "https://
|
|
7163
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subgame_network.png",
|
|
7163
7164
|
"providers": {},
|
|
7164
7165
|
"evmInfo": null,
|
|
7165
7166
|
"substrateInfo": {
|
|
@@ -7187,7 +7188,7 @@
|
|
|
7187
7188
|
"name": "ZetaChain Testnet",
|
|
7188
7189
|
"isTestnet": true,
|
|
7189
7190
|
"chainStatus": "ACTIVE",
|
|
7190
|
-
"icon": "https://
|
|
7191
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/zeta_test.png",
|
|
7191
7192
|
"providers": {
|
|
7192
7193
|
"Athens": "https://zetachain-athens-evm.blockpi.network/v1/rpc/public"
|
|
7193
7194
|
},
|
|
@@ -7209,7 +7210,7 @@
|
|
|
7209
7210
|
"name": "Watr Mainnet",
|
|
7210
7211
|
"isTestnet": false,
|
|
7211
7212
|
"chainStatus": "ACTIVE",
|
|
7212
|
-
"icon": "https://
|
|
7213
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet.png",
|
|
7213
7214
|
"providers": {
|
|
7214
7215
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7215
7216
|
},
|
|
@@ -7239,7 +7240,7 @@
|
|
|
7239
7240
|
"name": "Watr Mainnet - EVM",
|
|
7240
7241
|
"isTestnet": false,
|
|
7241
7242
|
"chainStatus": "ACTIVE",
|
|
7242
|
-
"icon": "https://
|
|
7243
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/watr_mainnet_evm.png",
|
|
7243
7244
|
"providers": {
|
|
7244
7245
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7245
7246
|
},
|
|
@@ -7261,7 +7262,7 @@
|
|
|
7261
7262
|
"name": "Enjin Relaychain",
|
|
7262
7263
|
"isTestnet": false,
|
|
7263
7264
|
"chainStatus": "ACTIVE",
|
|
7264
|
-
"icon": "https://
|
|
7265
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_relaychain.png",
|
|
7265
7266
|
"providers": {
|
|
7266
7267
|
"Enjin": "wss://rpc.relay.blockchain.enjin.io/"
|
|
7267
7268
|
},
|
|
@@ -7294,7 +7295,7 @@
|
|
|
7294
7295
|
"name": "Enjin Matrixchain",
|
|
7295
7296
|
"isTestnet": false,
|
|
7296
7297
|
"chainStatus": "ACTIVE",
|
|
7297
|
-
"icon": "https://
|
|
7298
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/enjin_matrixchain.png",
|
|
7298
7299
|
"providers": {
|
|
7299
7300
|
"MatrixChain": "wss://rpc.matrix.blockchain.enjin.io/",
|
|
7300
7301
|
"Dwellir": "wss://enjin-matrix-rpc-1.dwellir.com/"
|
|
@@ -7328,7 +7329,7 @@
|
|
|
7328
7329
|
"name": "Vara Network Testnet",
|
|
7329
7330
|
"isTestnet": true,
|
|
7330
7331
|
"chainStatus": "ACTIVE",
|
|
7331
|
-
"icon": "https://
|
|
7332
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/vara_testnet.png",
|
|
7332
7333
|
"providers": {
|
|
7333
7334
|
"Vara": "wss://testnet.vara-network.io"
|
|
7334
7335
|
},
|
|
@@ -7360,7 +7361,7 @@
|
|
|
7360
7361
|
"name": "Avail Goldberg Testnet",
|
|
7361
7362
|
"isTestnet": true,
|
|
7362
7363
|
"chainStatus": "ACTIVE",
|
|
7363
|
-
"icon": "https://
|
|
7364
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/goldberg_testnet.png",
|
|
7364
7365
|
"providers": {
|
|
7365
7366
|
"Avail Tool Testnet": "wss://rpc-testnet.avail.tools/ws",
|
|
7366
7367
|
"Goldberg testnet": "wss://goldberg-testnet-rpc.avail.tools/ws"
|
|
@@ -7394,7 +7395,7 @@
|
|
|
7394
7395
|
"name": "EWX Staging Parachain",
|
|
7395
7396
|
"isTestnet": true,
|
|
7396
7397
|
"chainStatus": "ACTIVE",
|
|
7397
|
-
"icon": "https://
|
|
7398
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_testnet.png",
|
|
7398
7399
|
"providers": {
|
|
7399
7400
|
"EWX": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws"
|
|
7400
7401
|
},
|
|
@@ -7424,7 +7425,7 @@
|
|
|
7424
7425
|
"name": "Energy Web Chain",
|
|
7425
7426
|
"isTestnet": false,
|
|
7426
7427
|
"chainStatus": "ACTIVE",
|
|
7427
|
-
"icon": "https://
|
|
7428
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_chain.png",
|
|
7428
7429
|
"providers": {
|
|
7429
7430
|
"Energy Web Chain": "https://rpc.energyweb.org"
|
|
7430
7431
|
},
|
|
@@ -7449,7 +7450,7 @@
|
|
|
7449
7450
|
"name": "Energy Web X Rococo",
|
|
7450
7451
|
"isTestnet": true,
|
|
7451
7452
|
"chainStatus": "ACTIVE",
|
|
7452
|
-
"icon": "https://
|
|
7453
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x_rococo.png",
|
|
7453
7454
|
"providers": {
|
|
7454
7455
|
"EWX": "wss://public-rpc.testnet.energywebx.com/ws"
|
|
7455
7456
|
},
|
|
@@ -7479,7 +7480,7 @@
|
|
|
7479
7480
|
"name": "Manta Pacific",
|
|
7480
7481
|
"isTestnet": false,
|
|
7481
7482
|
"chainStatus": "ACTIVE",
|
|
7482
|
-
"icon": "https://
|
|
7483
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/manta_network_evm.png",
|
|
7483
7484
|
"providers": {
|
|
7484
7485
|
"Manta Pacific": "https://pacific-rpc.manta.network/http"
|
|
7485
7486
|
},
|
|
@@ -7504,7 +7505,7 @@
|
|
|
7504
7505
|
"name": "Polkadex Polkadot",
|
|
7505
7506
|
"isTestnet": false,
|
|
7506
7507
|
"chainStatus": "ACTIVE",
|
|
7507
|
-
"icon": "https://
|
|
7508
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/polkadex_dot.png",
|
|
7508
7509
|
"providers": {
|
|
7509
7510
|
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
7510
7511
|
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
@@ -7545,42 +7546,12 @@
|
|
|
7545
7546
|
},
|
|
7546
7547
|
"bitcoinInfo": null
|
|
7547
7548
|
},
|
|
7548
|
-
"bittensor_testnet": {
|
|
7549
|
-
"slug": "bittensor_testnet",
|
|
7550
|
-
"name": "Bittensor Testnet",
|
|
7551
|
-
"isTestnet": true,
|
|
7552
|
-
"chainStatus": "INACTIVE",
|
|
7553
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7554
|
-
"providers": {
|
|
7555
|
-
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
7556
|
-
},
|
|
7557
|
-
"evmInfo": null,
|
|
7558
|
-
"substrateInfo": {
|
|
7559
|
-
"relaySlug": null,
|
|
7560
|
-
"paraId": null,
|
|
7561
|
-
"genesisHash": "0x8f9cf856bf558a14440e75569c9e58594757048d7b3a84b5d25f6bd978263105",
|
|
7562
|
-
"addressPrefix": 42,
|
|
7563
|
-
"chainType": null,
|
|
7564
|
-
"crowdloanUrl": null,
|
|
7565
|
-
"blockExplorer": null,
|
|
7566
|
-
"existentialDeposit": "500",
|
|
7567
|
-
"symbol": "TAO",
|
|
7568
|
-
"decimals": 9,
|
|
7569
|
-
"hasNativeNft": null,
|
|
7570
|
-
"supportStaking": true,
|
|
7571
|
-
"supportSmartContract": null,
|
|
7572
|
-
"crowdloanParaId": null,
|
|
7573
|
-
"crowdloanFunds": []
|
|
7574
|
-
},
|
|
7575
|
-
"extraInfo": null,
|
|
7576
|
-
"bitcoinInfo": null
|
|
7577
|
-
},
|
|
7578
7549
|
"subspace_gemini_3h": {
|
|
7579
7550
|
"slug": "subspace_gemini_3h",
|
|
7580
7551
|
"name": "Subspace Gemini 3h",
|
|
7581
7552
|
"isTestnet": true,
|
|
7582
7553
|
"chainStatus": "ACTIVE",
|
|
7583
|
-
"icon": "https://
|
|
7554
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/subspace_gemini_3h.png",
|
|
7584
7555
|
"providers": {
|
|
7585
7556
|
"Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
|
|
7586
7557
|
},
|
|
@@ -7613,7 +7584,7 @@
|
|
|
7613
7584
|
"name": "Continuum Network",
|
|
7614
7585
|
"isTestnet": false,
|
|
7615
7586
|
"chainStatus": "ACTIVE",
|
|
7616
|
-
"icon": "https://
|
|
7587
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/continuum_network.png",
|
|
7617
7588
|
"providers": {
|
|
7618
7589
|
"Continuum RPC Node": "wss://continuum-rpc-1.metaverse.network/wss"
|
|
7619
7590
|
},
|
|
@@ -7646,7 +7617,7 @@
|
|
|
7646
7617
|
"name": "Rococo Asset Hub",
|
|
7647
7618
|
"isTestnet": true,
|
|
7648
7619
|
"chainStatus": "ACTIVE",
|
|
7649
|
-
"icon": "https://
|
|
7620
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/rococo_assethub.png",
|
|
7650
7621
|
"providers": {
|
|
7651
7622
|
"Dwellir": "wss://rococo-asset-hub-rpc.dwellir.com",
|
|
7652
7623
|
"Parity": "wss://rococo-asset-hub-rpc.polkadot.io"
|
|
@@ -7677,7 +7648,7 @@
|
|
|
7677
7648
|
"name": "X Layer testnet",
|
|
7678
7649
|
"isTestnet": true,
|
|
7679
7650
|
"chainStatus": "ACTIVE",
|
|
7680
|
-
"icon": "https://
|
|
7651
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/okxtest.png",
|
|
7681
7652
|
"providers": {
|
|
7682
7653
|
"Testrpc": "https://testrpc.x1.tech/",
|
|
7683
7654
|
"X1testrpc": "https://x1testrpc.okx.com/"
|
|
@@ -7703,7 +7674,7 @@
|
|
|
7703
7674
|
"name": "Liberland Testnet",
|
|
7704
7675
|
"isTestnet": true,
|
|
7705
7676
|
"chainStatus": "ACTIVE",
|
|
7706
|
-
"icon": "https://
|
|
7677
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/liberlandtest.png",
|
|
7707
7678
|
"providers": {
|
|
7708
7679
|
"Liberland": "wss://testchain.liberland.org"
|
|
7709
7680
|
},
|
|
@@ -7733,7 +7704,7 @@
|
|
|
7733
7704
|
"name": "Liberland",
|
|
7734
7705
|
"isTestnet": false,
|
|
7735
7706
|
"chainStatus": "ACTIVE",
|
|
7736
|
-
"icon": "https://
|
|
7707
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/liberland.png",
|
|
7737
7708
|
"providers": {
|
|
7738
7709
|
"Liberland": "wss://mainnet.liberland.org",
|
|
7739
7710
|
"Dwellir": "wss://liberland-rpc.dwellir.com"
|
|
@@ -7764,7 +7735,7 @@
|
|
|
7764
7735
|
"name": "Polkadot Chainflip Testnet",
|
|
7765
7736
|
"isTestnet": true,
|
|
7766
7737
|
"chainStatus": "ACTIVE",
|
|
7767
|
-
"icon": "https://
|
|
7738
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/chainflip_dot.png",
|
|
7768
7739
|
"providers": {
|
|
7769
7740
|
"Chainflip": "wss://rpc-pdot.chainflip.io"
|
|
7770
7741
|
},
|
|
@@ -7794,7 +7765,7 @@
|
|
|
7794
7765
|
"name": "Tangle Testnet",
|
|
7795
7766
|
"isTestnet": true,
|
|
7796
7767
|
"chainStatus": "ACTIVE",
|
|
7797
|
-
"icon": "https://
|
|
7768
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/tangletest.png",
|
|
7798
7769
|
"providers": {
|
|
7799
7770
|
"Webb": "wss://testnet-rpc.tangle.tools"
|
|
7800
7771
|
},
|
|
@@ -7824,7 +7795,7 @@
|
|
|
7824
7795
|
"name": "DENTNet",
|
|
7825
7796
|
"isTestnet": false,
|
|
7826
7797
|
"chainStatus": "ACTIVE",
|
|
7827
|
-
"icon": "https://
|
|
7798
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dentnet.png",
|
|
7828
7799
|
"providers": {
|
|
7829
7800
|
"Dentnet": "wss://rpc.dentnet.io/ws"
|
|
7830
7801
|
},
|
|
@@ -7854,7 +7825,7 @@
|
|
|
7854
7825
|
"name": "Phyken Network Testnet",
|
|
7855
7826
|
"isTestnet": true,
|
|
7856
7827
|
"chainStatus": "ACTIVE",
|
|
7857
|
-
"icon": "https://
|
|
7828
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/phykentest.png",
|
|
7858
7829
|
"providers": {
|
|
7859
7830
|
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz"
|
|
7860
7831
|
},
|
|
@@ -7884,7 +7855,7 @@
|
|
|
7884
7855
|
"name": "Creditcoin Testnet - EVM",
|
|
7885
7856
|
"isTestnet": true,
|
|
7886
7857
|
"chainStatus": "ACTIVE",
|
|
7887
|
-
"icon": "https://
|
|
7858
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointestevm.png",
|
|
7888
7859
|
"providers": {
|
|
7889
7860
|
"Creditcoin Testnet EVM": "https://rpc.cc3-testnet.creditcoin.network/"
|
|
7890
7861
|
},
|
|
@@ -7906,7 +7877,7 @@
|
|
|
7906
7877
|
"name": "Astar zkEVM",
|
|
7907
7878
|
"isTestnet": false,
|
|
7908
7879
|
"chainStatus": "ACTIVE",
|
|
7909
|
-
"icon": "https://
|
|
7880
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/astarzkevm.png",
|
|
7910
7881
|
"providers": {
|
|
7911
7882
|
"Dwellir": "https://astar-zkevm-rpc.dwellir.com"
|
|
7912
7883
|
},
|
|
@@ -7931,7 +7902,7 @@
|
|
|
7931
7902
|
"name": "Ethereum Sepolia",
|
|
7932
7903
|
"isTestnet": true,
|
|
7933
7904
|
"chainStatus": "ACTIVE",
|
|
7934
|
-
"icon": "https://
|
|
7905
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/sepolia_ethereum.png",
|
|
7935
7906
|
"providers": {
|
|
7936
7907
|
"Asia RPC": "https://rpc.sepolia.org",
|
|
7937
7908
|
"Europe RPC 2": "https://rpc2.sepolia.org",
|
|
@@ -7958,7 +7929,7 @@
|
|
|
7958
7929
|
"name": "HydraDX Rococo",
|
|
7959
7930
|
"isTestnet": true,
|
|
7960
7931
|
"chainStatus": "ACTIVE",
|
|
7961
|
-
"icon": "https://
|
|
7932
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hydradx_rococo.png",
|
|
7962
7933
|
"providers": {
|
|
7963
7934
|
"Hydration Nice": "wss://rpc.nice.hydration.cloud"
|
|
7964
7935
|
},
|
|
@@ -7988,7 +7959,7 @@
|
|
|
7988
7959
|
"name": "Creditcoin testnet",
|
|
7989
7960
|
"isTestnet": true,
|
|
7990
7961
|
"chainStatus": "ACTIVE",
|
|
7991
|
-
"icon": "https://
|
|
7962
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointest.png",
|
|
7992
7963
|
"providers": {
|
|
7993
7964
|
"Cc3": "wss://rpc.cc3-testnet.creditcoin.network"
|
|
7994
7965
|
},
|
|
@@ -8021,7 +7992,7 @@
|
|
|
8021
7992
|
"name": "X Layer",
|
|
8022
7993
|
"isTestnet": false,
|
|
8023
7994
|
"chainStatus": "ACTIVE",
|
|
8024
|
-
"icon": "https://
|
|
7995
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/xlayer.png",
|
|
8025
7996
|
"providers": {
|
|
8026
7997
|
"X Layer": "https://rpc.xlayer.tech",
|
|
8027
7998
|
"X Layer OKX": "https://xlayerrpc.okx.com/"
|
|
@@ -8044,7 +8015,7 @@
|
|
|
8044
8015
|
"name": "Acurast Canary",
|
|
8045
8016
|
"isTestnet": false,
|
|
8046
8017
|
"chainStatus": "ACTIVE",
|
|
8047
|
-
"icon": "https://
|
|
8018
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/acurast.png",
|
|
8048
8019
|
"providers": {
|
|
8049
8020
|
"Acurast": "wss://acurast-canarynet-ws.prod.gke.papers.tech"
|
|
8050
8021
|
},
|
|
@@ -8074,7 +8045,7 @@
|
|
|
8074
8045
|
"name": "Mythos",
|
|
8075
8046
|
"isTestnet": false,
|
|
8076
8047
|
"chainStatus": "ACTIVE",
|
|
8077
|
-
"icon": "https://
|
|
8048
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/mythos.png",
|
|
8078
8049
|
"providers": {
|
|
8079
8050
|
"Parity": "wss://polkadot-mythos-rpc.polkadot.io"
|
|
8080
8051
|
},
|
|
@@ -8115,7 +8086,7 @@
|
|
|
8115
8086
|
"name": "Humanode",
|
|
8116
8087
|
"isTestnet": false,
|
|
8117
8088
|
"chainStatus": "ACTIVE",
|
|
8118
|
-
"icon": "https://
|
|
8089
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/humanode.png",
|
|
8119
8090
|
"providers": {
|
|
8120
8091
|
"Humanode": "wss://explorer-rpc-ws.mainnet.stages.humanode.io"
|
|
8121
8092
|
},
|
|
@@ -8148,7 +8119,7 @@
|
|
|
8148
8119
|
"name": "Humanode - EVM",
|
|
8149
8120
|
"isTestnet": false,
|
|
8150
8121
|
"chainStatus": "ACTIVE",
|
|
8151
|
-
"icon": "https://
|
|
8122
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/humanodeevm.png",
|
|
8152
8123
|
"providers": {
|
|
8153
8124
|
"Humanode": "https://explorer-rpc-http.mainnet.stages.humanode.io"
|
|
8154
8125
|
},
|
|
@@ -8173,7 +8144,7 @@
|
|
|
8173
8144
|
"name": "Paseo Testnet",
|
|
8174
8145
|
"isTestnet": true,
|
|
8175
8146
|
"chainStatus": "ACTIVE",
|
|
8176
|
-
"icon": "https://
|
|
8147
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/paseotest.png",
|
|
8177
8148
|
"providers": {
|
|
8178
8149
|
"Amforc": "wss://paseo.rpc.amforc.com",
|
|
8179
8150
|
"Dwellir": "wss://paseo-rpc.dwellir.com",
|
|
@@ -8209,7 +8180,7 @@
|
|
|
8209
8180
|
"name": "Commune AI",
|
|
8210
8181
|
"isTestnet": false,
|
|
8211
8182
|
"chainStatus": "ACTIVE",
|
|
8212
|
-
"icon": "https://
|
|
8183
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/commune.png",
|
|
8213
8184
|
"providers": {
|
|
8214
8185
|
"Commune Node 1": "wss://commune-api-node-1.communeai.net"
|
|
8215
8186
|
},
|
|
@@ -8239,7 +8210,7 @@
|
|
|
8239
8210
|
"name": "DBC Mainnet",
|
|
8240
8211
|
"isTestnet": false,
|
|
8241
8212
|
"chainStatus": "ACTIVE",
|
|
8242
|
-
"icon": "https://
|
|
8213
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/dbcchain.png",
|
|
8243
8214
|
"providers": {
|
|
8244
8215
|
"DBC Chain": "wss://info1.dbcwallet.io"
|
|
8245
8216
|
},
|
|
@@ -8272,7 +8243,7 @@
|
|
|
8272
8243
|
"name": "Avail Turing Testnet",
|
|
8273
8244
|
"isTestnet": true,
|
|
8274
8245
|
"chainStatus": "ACTIVE",
|
|
8275
|
-
"icon": "https://
|
|
8246
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/availturingtest.png",
|
|
8276
8247
|
"providers": {
|
|
8277
8248
|
"Avail Turing ": "wss://turing-rpc.avail.so/ws",
|
|
8278
8249
|
"Avail Space": "wss://turing-rpc.availspace.app/"
|
|
@@ -8306,7 +8277,7 @@
|
|
|
8306
8277
|
"name": "Bitlayer",
|
|
8307
8278
|
"isTestnet": false,
|
|
8308
8279
|
"chainStatus": "ACTIVE",
|
|
8309
|
-
"icon": "https://
|
|
8280
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitlayer.png",
|
|
8310
8281
|
"providers": {
|
|
8311
8282
|
"Bitlayer": "https://rpc.bitlayer.org",
|
|
8312
8283
|
"Rpc": "https://rpc.bitlayer-rpc.com",
|
|
@@ -8333,7 +8304,7 @@
|
|
|
8333
8304
|
"name": "Bitlayer Testnet",
|
|
8334
8305
|
"isTestnet": true,
|
|
8335
8306
|
"chainStatus": "ACTIVE",
|
|
8336
|
-
"icon": "https://
|
|
8307
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitlayertest.png",
|
|
8337
8308
|
"providers": {
|
|
8338
8309
|
"Rpc testnet": "https://testnet-rpc.bitlayer.org"
|
|
8339
8310
|
},
|
|
@@ -8353,63 +8324,12 @@
|
|
|
8353
8324
|
"extraInfo": null,
|
|
8354
8325
|
"bitcoinInfo": null
|
|
8355
8326
|
},
|
|
8356
|
-
"bevm": {
|
|
8357
|
-
"slug": "bevm",
|
|
8358
|
-
"name": "BEVM",
|
|
8359
|
-
"isTestnet": false,
|
|
8360
|
-
"chainStatus": "ACTIVE",
|
|
8361
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm.png",
|
|
8362
|
-
"providers": {
|
|
8363
|
-
"Mainnet 1": "https://rpc-mainnet-1.bevm.io",
|
|
8364
|
-
"Mainnet 2": "https://rpc-mainnet-2.bevm.io"
|
|
8365
|
-
},
|
|
8366
|
-
"evmInfo": {
|
|
8367
|
-
"evmChainId": 11501,
|
|
8368
|
-
"blockExplorer": "https://scan-mainnet.bevm.io/",
|
|
8369
|
-
"existentialDeposit": "0",
|
|
8370
|
-
"symbol": "BTC",
|
|
8371
|
-
"decimals": 18,
|
|
8372
|
-
"supportSmartContract": [
|
|
8373
|
-
"ERC20",
|
|
8374
|
-
"ERC721"
|
|
8375
|
-
],
|
|
8376
|
-
"abiExplorer": "https://scan-mainnet.bevm.io/"
|
|
8377
|
-
},
|
|
8378
|
-
"substrateInfo": null,
|
|
8379
|
-
"extraInfo": null,
|
|
8380
|
-
"bitcoinInfo": null
|
|
8381
|
-
},
|
|
8382
|
-
"bevmTest": {
|
|
8383
|
-
"slug": "bevmTest",
|
|
8384
|
-
"name": "BEVM Testnet",
|
|
8385
|
-
"isTestnet": true,
|
|
8386
|
-
"chainStatus": "ACTIVE",
|
|
8387
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevmtest.png",
|
|
8388
|
-
"providers": {
|
|
8389
|
-
"BEVM testnet": "https://testnet.bevm.io"
|
|
8390
|
-
},
|
|
8391
|
-
"evmInfo": {
|
|
8392
|
-
"evmChainId": 11503,
|
|
8393
|
-
"blockExplorer": "https://scan-testnet.bevm.io",
|
|
8394
|
-
"existentialDeposit": "0",
|
|
8395
|
-
"symbol": "BTC",
|
|
8396
|
-
"decimals": 18,
|
|
8397
|
-
"supportSmartContract": [
|
|
8398
|
-
"ERC20",
|
|
8399
|
-
"ERC721"
|
|
8400
|
-
],
|
|
8401
|
-
"abiExplorer": "https://scan-testnet.bevm.io"
|
|
8402
|
-
},
|
|
8403
|
-
"substrateInfo": null,
|
|
8404
|
-
"extraInfo": null,
|
|
8405
|
-
"bitcoinInfo": null
|
|
8406
|
-
},
|
|
8407
8327
|
"b2": {
|
|
8408
8328
|
"slug": "b2",
|
|
8409
8329
|
"name": "B² Network",
|
|
8410
8330
|
"isTestnet": false,
|
|
8411
8331
|
"chainStatus": "ACTIVE",
|
|
8412
|
-
"icon": "https://
|
|
8332
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/b2.png",
|
|
8413
8333
|
"providers": {
|
|
8414
8334
|
"Bsquared": "https://rpc.bsquared.network",
|
|
8415
8335
|
"Alt technology": "https://b2-mainnet.alt.technology"
|
|
@@ -8435,7 +8355,7 @@
|
|
|
8435
8355
|
"name": "BOB",
|
|
8436
8356
|
"isTestnet": false,
|
|
8437
8357
|
"chainStatus": "ACTIVE",
|
|
8438
|
-
"icon": "https://
|
|
8358
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bobmainnet.png",
|
|
8439
8359
|
"providers": {
|
|
8440
8360
|
"Gobob": "https://rpc.gobob.xyz/"
|
|
8441
8361
|
},
|
|
@@ -8460,7 +8380,7 @@
|
|
|
8460
8380
|
"name": "Avail",
|
|
8461
8381
|
"isTestnet": false,
|
|
8462
8382
|
"chainStatus": "ACTIVE",
|
|
8463
|
-
"icon": "https://
|
|
8383
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/avail_mainnet.png",
|
|
8464
8384
|
"providers": {
|
|
8465
8385
|
"Avail Fake": "wss://turing-rpc.availspace.app1/"
|
|
8466
8386
|
},
|
|
@@ -8485,62 +8405,12 @@
|
|
|
8485
8405
|
"extraInfo": null,
|
|
8486
8406
|
"bitcoinInfo": null
|
|
8487
8407
|
},
|
|
8488
|
-
"merlinEvm": {
|
|
8489
|
-
"slug": "merlinEvm",
|
|
8490
|
-
"name": "Merlin Chain",
|
|
8491
|
-
"isTestnet": false,
|
|
8492
|
-
"chainStatus": "ACTIVE",
|
|
8493
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/merlinevm.png",
|
|
8494
|
-
"providers": {
|
|
8495
|
-
"Merlin Chain": "https://rpc.merlinchain.io"
|
|
8496
|
-
},
|
|
8497
|
-
"evmInfo": {
|
|
8498
|
-
"evmChainId": 4200,
|
|
8499
|
-
"blockExplorer": "https://scan.merlinchain.io",
|
|
8500
|
-
"existentialDeposit": "0",
|
|
8501
|
-
"symbol": "BTC",
|
|
8502
|
-
"decimals": 18,
|
|
8503
|
-
"supportSmartContract": [
|
|
8504
|
-
"ERC20",
|
|
8505
|
-
"ERC721"
|
|
8506
|
-
],
|
|
8507
|
-
"abiExplorer": "https://scan.merlinchain.io"
|
|
8508
|
-
},
|
|
8509
|
-
"substrateInfo": null,
|
|
8510
|
-
"extraInfo": null,
|
|
8511
|
-
"bitcoinInfo": null
|
|
8512
|
-
},
|
|
8513
|
-
"botanixEvmTest": {
|
|
8514
|
-
"slug": "botanixEvmTest",
|
|
8515
|
-
"name": "Botanix Testnet",
|
|
8516
|
-
"isTestnet": true,
|
|
8517
|
-
"chainStatus": "ACTIVE",
|
|
8518
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/botanixevmtest.png",
|
|
8519
|
-
"providers": {
|
|
8520
|
-
"Botanix Labs": "https://node.botanixlabs.dev"
|
|
8521
|
-
},
|
|
8522
|
-
"evmInfo": {
|
|
8523
|
-
"evmChainId": 3636,
|
|
8524
|
-
"blockExplorer": "https://blockscout.botanixlabs.dev/",
|
|
8525
|
-
"existentialDeposit": "0",
|
|
8526
|
-
"symbol": "BTC",
|
|
8527
|
-
"decimals": 18,
|
|
8528
|
-
"supportSmartContract": [
|
|
8529
|
-
"ERC20",
|
|
8530
|
-
"ERC721"
|
|
8531
|
-
],
|
|
8532
|
-
"abiExplorer": "https://blockscout.botanixlabs.dev/"
|
|
8533
|
-
},
|
|
8534
|
-
"substrateInfo": null,
|
|
8535
|
-
"extraInfo": null,
|
|
8536
|
-
"bitcoinInfo": null
|
|
8537
|
-
},
|
|
8538
8408
|
"curio": {
|
|
8539
8409
|
"slug": "curio",
|
|
8540
8410
|
"name": "Curio",
|
|
8541
8411
|
"isTestnet": false,
|
|
8542
8412
|
"chainStatus": "ACTIVE",
|
|
8543
|
-
"icon": "https://
|
|
8413
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/curio.png",
|
|
8544
8414
|
"providers": {
|
|
8545
8415
|
"Curio": "wss://parachain.curioinvest.com/"
|
|
8546
8416
|
},
|
|
@@ -8570,7 +8440,7 @@
|
|
|
8570
8440
|
"name": "Hyperbridge",
|
|
8571
8441
|
"isTestnet": false,
|
|
8572
8442
|
"chainStatus": "ACTIVE",
|
|
8573
|
-
"icon": "https://
|
|
8443
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/hyperbridge.png",
|
|
8574
8444
|
"providers": {
|
|
8575
8445
|
"BlockOps": "wss://hyperbridge-nexus-rpc.blockops.network"
|
|
8576
8446
|
},
|
|
@@ -8600,7 +8470,7 @@
|
|
|
8600
8470
|
"name": "CESS Testnet",
|
|
8601
8471
|
"isTestnet": true,
|
|
8602
8472
|
"chainStatus": "ACTIVE",
|
|
8603
|
-
"icon": "https://
|
|
8473
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/cess_testnet.png",
|
|
8604
8474
|
"providers": {
|
|
8605
8475
|
"CESS Testnet": "wss://testnet-rpc.cess.cloud/ws/"
|
|
8606
8476
|
},
|
|
@@ -8630,7 +8500,7 @@
|
|
|
8630
8500
|
"name": "Bitcoin",
|
|
8631
8501
|
"isTestnet": false,
|
|
8632
8502
|
"chainStatus": "ACTIVE",
|
|
8633
|
-
"icon": "https://
|
|
8503
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcoin.png",
|
|
8634
8504
|
"providers": {
|
|
8635
8505
|
"Blockstream": "https://electrs.openbit.app"
|
|
8636
8506
|
},
|
|
@@ -8650,7 +8520,7 @@
|
|
|
8650
8520
|
"name": "Bitcoin Testnet",
|
|
8651
8521
|
"isTestnet": true,
|
|
8652
8522
|
"chainStatus": "ACTIVE",
|
|
8653
|
-
"icon": "https://
|
|
8523
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bitcointestnet.png",
|
|
8654
8524
|
"providers": {
|
|
8655
8525
|
"Blockstream": "https://blockstream-testnet.openbit.app"
|
|
8656
8526
|
},
|
|
@@ -8670,7 +8540,7 @@
|
|
|
8670
8540
|
"name": "Kusama People",
|
|
8671
8541
|
"isTestnet": false,
|
|
8672
8542
|
"chainStatus": "ACTIVE",
|
|
8673
|
-
"icon": "https://
|
|
8543
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/peoplekusama.png",
|
|
8674
8544
|
"providers": {
|
|
8675
8545
|
"Parity": "wss://kusama-people-rpc.polkadot.io",
|
|
8676
8546
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/people"
|
|
@@ -8701,7 +8571,7 @@
|
|
|
8701
8571
|
"name": "Linea",
|
|
8702
8572
|
"isTestnet": false,
|
|
8703
8573
|
"chainStatus": "ACTIVE",
|
|
8704
|
-
"icon": "https://
|
|
8574
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/lineazkevm.png",
|
|
8705
8575
|
"providers": {
|
|
8706
8576
|
"Linea": "https://rpc.linea.build/"
|
|
8707
8577
|
},
|
|
@@ -8726,7 +8596,7 @@
|
|
|
8726
8596
|
"name": "BounceBit",
|
|
8727
8597
|
"isTestnet": false,
|
|
8728
8598
|
"chainStatus": "ACTIVE",
|
|
8729
|
-
"icon": "https://
|
|
8599
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bouncebitevm.png",
|
|
8730
8600
|
"providers": {
|
|
8731
8601
|
"BounceBit Api": "https://fullnode-mainnet.bouncebitapi.com/"
|
|
8732
8602
|
},
|
|
@@ -8751,7 +8621,7 @@
|
|
|
8751
8621
|
"name": "BounceBit Testnet",
|
|
8752
8622
|
"isTestnet": true,
|
|
8753
8623
|
"chainStatus": "ACTIVE",
|
|
8754
|
-
"icon": "https://
|
|
8624
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/bouncebitevmtest.png",
|
|
8755
8625
|
"providers": {
|
|
8756
8626
|
"BounceBit Api": "https://fullnode-testnet.bouncebitapi.com/"
|
|
8757
8627
|
},
|
|
@@ -8776,7 +8646,7 @@
|
|
|
8776
8646
|
"name": "Kreivo",
|
|
8777
8647
|
"isTestnet": false,
|
|
8778
8648
|
"chainStatus": "ACTIVE",
|
|
8779
|
-
"icon": "https://
|
|
8649
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chains/kreivo.png",
|
|
8780
8650
|
"providers": {
|
|
8781
8651
|
"Virto": "wss://kreivo.io/",
|
|
8782
8652
|
"Kippu": "wss://kreivo.kippu.rocks/"
|