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