@subwallet/chain-list 0.2.122-beta.9-pr-614-6aebc571 → 0.2.122
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 +17 -31
- package/cjs/data/AssetLogoMap.json +1258 -1257
- package/cjs/data/ChainAsset.json +1147 -1131
- package/cjs/data/ChainInfo.json +376 -406
- package/cjs/data/ChainLogoMap.json +379 -379
- package/cjs/data/MultiChainAsset.json +121 -121
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1258 -1257
- package/data/ChainAsset.json +1147 -1131
- package/data/ChainInfo.json +376 -406
- package/data/ChainLogoMap.json +379 -379
- package/data/MultiChainAsset.json +121 -121
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "Polkadot",
|
|
5
5
|
"isTestnet": false,
|
|
6
6
|
"chainStatus": "ACTIVE",
|
|
7
|
-
"icon": "https://
|
|
7
|
+
"icon": "https://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",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"name": "Kusama",
|
|
51
51
|
"isTestnet": false,
|
|
52
52
|
"chainStatus": "ACTIVE",
|
|
53
|
-
"icon": "https://
|
|
53
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama.png",
|
|
54
54
|
"providers": {
|
|
55
55
|
"RadiumBlock": "wss://kusama.public.curie.radiumblock.co/ws",
|
|
56
56
|
"Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"name": "Ethereum",
|
|
95
95
|
"isTestnet": false,
|
|
96
96
|
"chainStatus": "ACTIVE",
|
|
97
|
-
"icon": "https://
|
|
97
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ethereum.png",
|
|
98
98
|
"providers": {
|
|
99
99
|
"Llamarpc": "https://eth.llamarpc.com",
|
|
100
100
|
"PublicNode": "https://ethereum.publicnode.com",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"name": "BNB Chain",
|
|
128
128
|
"isTestnet": false,
|
|
129
129
|
"chainStatus": "ACTIVE",
|
|
130
|
-
"icon": "https://
|
|
130
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/binance.png",
|
|
131
131
|
"providers": {
|
|
132
132
|
"Binance": "https://bsc-dataseed.binance.org/",
|
|
133
133
|
"Defibit": "https://bsc-dataseed1.defibit.io/",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"name": "Moonbeam",
|
|
161
161
|
"isTestnet": false,
|
|
162
162
|
"chainStatus": "ACTIVE",
|
|
163
|
-
"icon": "https://
|
|
163
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/moonbeam.png",
|
|
164
164
|
"providers": {
|
|
165
165
|
"Moonbeam Foundation": "wss://wss.api.moonbeam.network",
|
|
166
166
|
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"name": "Pioneer Network",
|
|
223
223
|
"isTestnet": false,
|
|
224
224
|
"chainStatus": "INACTIVE",
|
|
225
|
-
"icon": "https://
|
|
225
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/pioneer.png",
|
|
226
226
|
"providers": {
|
|
227
227
|
"Pioneer": "wss://pioneer-rpc-3.bit.country/wss"
|
|
228
228
|
},
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"name": "Aleph Zero",
|
|
270
270
|
"isTestnet": false,
|
|
271
271
|
"chainStatus": "ACTIVE",
|
|
272
|
-
"icon": "https://
|
|
272
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph.png",
|
|
273
273
|
"providers": {
|
|
274
274
|
"Aleph Zero Foundation": "wss://ws.azero.dev",
|
|
275
275
|
"Onfinality": "wss://aleph-zero.api.onfinality.io/public-ws"
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"name": "Astar",
|
|
309
309
|
"isTestnet": false,
|
|
310
310
|
"chainStatus": "ACTIVE",
|
|
311
|
-
"icon": "https://
|
|
311
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/astar.png",
|
|
312
312
|
"providers": {
|
|
313
313
|
"Astar": "wss://rpc.astar.network",
|
|
314
314
|
"OnFinality": "wss://astar.api.onfinality.io/public-ws",
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
"name": "Astar - EVM",
|
|
362
362
|
"isTestnet": false,
|
|
363
363
|
"chainStatus": "ACTIVE",
|
|
364
|
-
"icon": "https://
|
|
364
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/astarevm.png",
|
|
365
365
|
"providers": {
|
|
366
366
|
"Astar": "https://evm.astar.network",
|
|
367
367
|
"OnFinality": "https://astar.api.onfinality.io/public",
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"name": "Polkadot Asset Hub",
|
|
392
392
|
"isTestnet": false,
|
|
393
393
|
"chainStatus": "ACTIVE",
|
|
394
|
-
"icon": "https://
|
|
394
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemint.png",
|
|
395
395
|
"providers": {
|
|
396
396
|
"Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com",
|
|
397
397
|
"Dwellir": "wss://asset-hub-polkadot-rpc.n.dwellir.com",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"name": "Acala",
|
|
435
435
|
"isTestnet": false,
|
|
436
436
|
"chainStatus": "ACTIVE",
|
|
437
|
-
"icon": "https://
|
|
437
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acala.png",
|
|
438
438
|
"providers": {
|
|
439
439
|
"Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
|
|
440
440
|
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"name": "Polygon",
|
|
486
486
|
"isTestnet": false,
|
|
487
487
|
"chainStatus": "ACTIVE",
|
|
488
|
-
"icon": "https://
|
|
488
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon.png",
|
|
489
489
|
"providers": {
|
|
490
490
|
"Polygon Scan": "https://polygon-rpc.com/",
|
|
491
491
|
"BlastApi": "https://polygon-mainnet.public.blastapi.io",
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
"name": "Arbitrum One",
|
|
518
518
|
"isTestnet": false,
|
|
519
519
|
"chainStatus": "ACTIVE",
|
|
520
|
-
"icon": "https://
|
|
520
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/arbitrum_one.png",
|
|
521
521
|
"providers": {
|
|
522
522
|
"Omniatech": "https://endpoints.omniatech.io/v1/arbitrum/one/public",
|
|
523
523
|
"BlastApi": "https://arbitrum-one.public.blastapi.io",
|
|
@@ -549,7 +549,7 @@
|
|
|
549
549
|
"name": "Optimism",
|
|
550
550
|
"isTestnet": false,
|
|
551
551
|
"chainStatus": "ACTIVE",
|
|
552
|
-
"icon": "https://
|
|
552
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/optimism.png",
|
|
553
553
|
"providers": {
|
|
554
554
|
"Kyber Engineering": "https://optimism.kyberengineering.io",
|
|
555
555
|
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
|
|
@@ -580,7 +580,7 @@
|
|
|
580
580
|
"name": "Viction",
|
|
581
581
|
"isTestnet": false,
|
|
582
582
|
"chainStatus": "ACTIVE",
|
|
583
|
-
"icon": "https://
|
|
583
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tomochain.png",
|
|
584
584
|
"providers": {
|
|
585
585
|
"DRPC": "https://viction.drpc.org",
|
|
586
586
|
"Viction": "https://rpc.viction.xyz"
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
"name": "Aleph Zero Testnet",
|
|
609
609
|
"isTestnet": true,
|
|
610
610
|
"chainStatus": "ACTIVE",
|
|
611
|
-
"icon": "https://
|
|
611
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/alephtest.png",
|
|
612
612
|
"providers": {
|
|
613
613
|
"Aleph Zero Foundation": "wss://ws.test.azero.dev",
|
|
614
614
|
"Dwellir": "wss://aleph-zero-testnet-rpc.dwellir.com"
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
"name": "Shiden",
|
|
645
645
|
"isTestnet": false,
|
|
646
646
|
"chainStatus": "ACTIVE",
|
|
647
|
-
"icon": "https://
|
|
647
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/shiden.png",
|
|
648
648
|
"providers": {
|
|
649
649
|
"Astar": "wss://rpc.shiden.astar.network",
|
|
650
650
|
"OnFinality": "wss://shiden.api.onfinality.io/public-ws"
|
|
@@ -717,7 +717,7 @@
|
|
|
717
717
|
"name": "Shiden - EVM",
|
|
718
718
|
"isTestnet": false,
|
|
719
719
|
"chainStatus": "ACTIVE",
|
|
720
|
-
"icon": "https://
|
|
720
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/shidenevm.png",
|
|
721
721
|
"providers": {
|
|
722
722
|
"Astar": "https://evm.shiden.astar.network",
|
|
723
723
|
"OnFinality": "https://shiden.api.onfinality.io/public",
|
|
@@ -747,7 +747,7 @@
|
|
|
747
747
|
"name": "Shibuya Testnet",
|
|
748
748
|
"isTestnet": true,
|
|
749
749
|
"chainStatus": "ACTIVE",
|
|
750
|
-
"icon": "https://
|
|
750
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/shibuya.png",
|
|
751
751
|
"providers": {
|
|
752
752
|
"Shibuya": "wss://rpc.shibuya.astar.network",
|
|
753
753
|
"Dwellir": "wss://shibuya-rpc.dwellir.com"
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
"name": "Shibuya Testnet - EVM",
|
|
787
787
|
"isTestnet": true,
|
|
788
788
|
"chainStatus": "ACTIVE",
|
|
789
|
-
"icon": "https://
|
|
789
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/shibuyaevm.png",
|
|
790
790
|
"providers": {
|
|
791
791
|
"Shibuya": "https://evm.shibuya.astar.network ",
|
|
792
792
|
"BlastAPI": "https://shibuya.public.blastapi.io"
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
"name": "Aventus Polkadot",
|
|
815
815
|
"isTestnet": false,
|
|
816
816
|
"chainStatus": "ACTIVE",
|
|
817
|
-
"icon": "https://
|
|
817
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aventus.png",
|
|
818
818
|
"providers": {
|
|
819
819
|
"Aventus": "wss://public-rpc.mainnet.aventus.network",
|
|
820
820
|
"Mainnet": "wss://public-rpc.mainnet.aventus.io"
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
"name": "Westend",
|
|
860
860
|
"isTestnet": true,
|
|
861
861
|
"chainStatus": "ACTIVE",
|
|
862
|
-
"icon": "https://
|
|
862
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/westend.png",
|
|
863
863
|
"providers": {
|
|
864
864
|
"Parity": "wss://westend-rpc.polkadot.io",
|
|
865
865
|
"Light Client": "light://substrate-connect/westend",
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
"name": "Rococo",
|
|
898
898
|
"isTestnet": true,
|
|
899
899
|
"chainStatus": "INACTIVE",
|
|
900
|
-
"icon": "https://
|
|
900
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo.png",
|
|
901
901
|
"providers": {
|
|
902
902
|
"Parity": "wss://rococo-rpc.polkadot.io",
|
|
903
903
|
"Light Client": "light://substrate-connect/rococo"
|
|
@@ -936,7 +936,7 @@
|
|
|
936
936
|
"name": "Bit.Country - Alpha Net",
|
|
937
937
|
"isTestnet": true,
|
|
938
938
|
"chainStatus": "INACTIVE",
|
|
939
|
-
"icon": "https://
|
|
939
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcountry.png",
|
|
940
940
|
"providers": {
|
|
941
941
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
942
942
|
},
|
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
"name": "Equilibrium",
|
|
969
969
|
"isTestnet": false,
|
|
970
970
|
"chainStatus": "INACTIVE",
|
|
971
|
-
"icon": "https://
|
|
971
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/equilibrium_parachain.png",
|
|
972
972
|
"providers": {
|
|
973
973
|
"Equilibrium": "wss://node.pol.equilibrium.io",
|
|
974
974
|
"Dwellir": "wss://equilibrium-rpc.dwellir.com"
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
"name": "Moonbase Alpha",
|
|
1014
1014
|
"isTestnet": true,
|
|
1015
1015
|
"chainStatus": "ACTIVE",
|
|
1016
|
-
"icon": "https://
|
|
1016
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/moonbase.png",
|
|
1017
1017
|
"providers": {
|
|
1018
1018
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
1019
1019
|
"RadiumBlock": "wss://moonbase.public.curie.radiumblock.co/ws",
|
|
@@ -1061,7 +1061,7 @@
|
|
|
1061
1061
|
"name": "Moonriver",
|
|
1062
1062
|
"isTestnet": false,
|
|
1063
1063
|
"chainStatus": "ACTIVE",
|
|
1064
|
-
"icon": "https://
|
|
1064
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/moonriver.png",
|
|
1065
1065
|
"providers": {
|
|
1066
1066
|
"Moonbeam Foundation": "wss://wss.api.moonriver.moonbeam.network",
|
|
1067
1067
|
"OnFinality": "wss://moonriver.api.onfinality.io/public-ws",
|
|
@@ -1132,7 +1132,7 @@
|
|
|
1132
1132
|
"name": "Turing Staging",
|
|
1133
1133
|
"isTestnet": true,
|
|
1134
1134
|
"chainStatus": "INACTIVE",
|
|
1135
|
-
"icon": "https://
|
|
1135
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/turingstaging.png",
|
|
1136
1136
|
"providers": {
|
|
1137
1137
|
"Turing": "wss://rpc.turing-staging.oak.tech"
|
|
1138
1138
|
},
|
|
@@ -1164,7 +1164,7 @@
|
|
|
1164
1164
|
"name": "Turing",
|
|
1165
1165
|
"isTestnet": false,
|
|
1166
1166
|
"chainStatus": "INACTIVE",
|
|
1167
|
-
"icon": "https://
|
|
1167
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/turing.png",
|
|
1168
1168
|
"providers": {
|
|
1169
1169
|
"Dwellir": "wss://turing-rpc.dwellir.com"
|
|
1170
1170
|
},
|
|
@@ -1211,7 +1211,7 @@
|
|
|
1211
1211
|
"name": "Bifrost Kusama",
|
|
1212
1212
|
"isTestnet": false,
|
|
1213
1213
|
"chainStatus": "ACTIVE",
|
|
1214
|
-
"icon": "https://
|
|
1214
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bifrost.png",
|
|
1215
1215
|
"providers": {
|
|
1216
1216
|
"Liebi 0": "wss://bifrost-rpc.liebi.com/ws",
|
|
1217
1217
|
"LiebiUS": "wss://us.bifrost-rpc.liebi.com/ws"
|
|
@@ -1270,7 +1270,7 @@
|
|
|
1270
1270
|
"name": "Bifrost Polkadot",
|
|
1271
1271
|
"isTestnet": false,
|
|
1272
1272
|
"chainStatus": "ACTIVE",
|
|
1273
|
-
"icon": "https://
|
|
1273
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bifrost_dot.png",
|
|
1274
1274
|
"providers": {
|
|
1275
1275
|
"LiebiEU": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
|
|
1276
1276
|
"IBP1": "wss://bifrost-polkadot.ibp.network",
|
|
@@ -1319,7 +1319,7 @@
|
|
|
1319
1319
|
"name": "Bifrost Testnet",
|
|
1320
1320
|
"isTestnet": true,
|
|
1321
1321
|
"chainStatus": "ACTIVE",
|
|
1322
|
-
"icon": "https://
|
|
1322
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bifrost_testnet.png",
|
|
1323
1323
|
"providers": {
|
|
1324
1324
|
"Pilab #1": "wss://public-01.testnet.bifrostnetwork.com/wss",
|
|
1325
1325
|
"Pilab #2": "wss://public-02.testnet.bifrostnetwork.com/wss"
|
|
@@ -1355,7 +1355,7 @@
|
|
|
1355
1355
|
"name": "Calamari",
|
|
1356
1356
|
"isTestnet": false,
|
|
1357
1357
|
"chainStatus": "INACTIVE",
|
|
1358
|
-
"icon": "https://
|
|
1358
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/calamari.png",
|
|
1359
1359
|
"providers": {
|
|
1360
1360
|
"Manta Network": "wss://calamari.systems"
|
|
1361
1361
|
},
|
|
@@ -1402,7 +1402,7 @@
|
|
|
1402
1402
|
"name": "Amplitude",
|
|
1403
1403
|
"isTestnet": false,
|
|
1404
1404
|
"chainStatus": "ACTIVE",
|
|
1405
|
-
"icon": "https://
|
|
1405
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/amplitude.png",
|
|
1406
1406
|
"providers": {
|
|
1407
1407
|
"Amplitude": "wss://rpc-amplitude.pendulumchain.tech",
|
|
1408
1408
|
"Dwellir": "wss://amplitude-rpc.dwellir.com"
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
"name": "Amplitude Testnet",
|
|
1448
1448
|
"isTestnet": true,
|
|
1449
1449
|
"chainStatus": "ACTIVE",
|
|
1450
|
-
"icon": "https://
|
|
1450
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/amplitude_test.png",
|
|
1451
1451
|
"providers": {
|
|
1452
1452
|
"Amplitude": "wss://rpc-foucoco.pendulumchain.tech"
|
|
1453
1453
|
},
|
|
@@ -1479,7 +1479,7 @@
|
|
|
1479
1479
|
"name": "Bobabase Testnet",
|
|
1480
1480
|
"isTestnet": true,
|
|
1481
1481
|
"chainStatus": "INACTIVE",
|
|
1482
|
-
"icon": "https://
|
|
1482
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobabase.png",
|
|
1483
1483
|
"providers": {},
|
|
1484
1484
|
"evmInfo": {
|
|
1485
1485
|
"evmChainId": 1297,
|
|
@@ -1504,7 +1504,7 @@
|
|
|
1504
1504
|
"name": "Ethereum Goerli",
|
|
1505
1505
|
"isTestnet": true,
|
|
1506
1506
|
"chainStatus": "INACTIVE",
|
|
1507
|
-
"icon": "https://
|
|
1507
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ethereum_goerli.png",
|
|
1508
1508
|
"providers": {
|
|
1509
1509
|
"Infura": "https://goerli.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
|
|
1510
1510
|
},
|
|
@@ -1531,7 +1531,7 @@
|
|
|
1531
1531
|
"name": "Binance Smart Chain (Testnet)",
|
|
1532
1532
|
"isTestnet": true,
|
|
1533
1533
|
"chainStatus": "ACTIVE",
|
|
1534
|
-
"icon": "https://
|
|
1534
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/binance_test.png",
|
|
1535
1535
|
"providers": {
|
|
1536
1536
|
"Binance": "https://data-seed-prebsc-1-s1.binance.org:8545/",
|
|
1537
1537
|
"Binance2": "https://data-seed-prebsc-2-s1.binance.org:8545/"
|
|
@@ -1559,7 +1559,7 @@
|
|
|
1559
1559
|
"name": "Parallel",
|
|
1560
1560
|
"isTestnet": false,
|
|
1561
1561
|
"chainStatus": "ACTIVE",
|
|
1562
|
-
"icon": "https://
|
|
1562
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/parallel.png",
|
|
1563
1563
|
"providers": {
|
|
1564
1564
|
"Gatotech": "wss://parallel.gatotech.network"
|
|
1565
1565
|
},
|
|
@@ -1625,7 +1625,7 @@
|
|
|
1625
1625
|
"name": "Clover",
|
|
1626
1626
|
"isTestnet": false,
|
|
1627
1627
|
"chainStatus": "INACTIVE",
|
|
1628
|
-
"icon": "https://
|
|
1628
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/clover.png",
|
|
1629
1629
|
"providers": {
|
|
1630
1630
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1631
1631
|
},
|
|
@@ -1683,7 +1683,7 @@
|
|
|
1683
1683
|
"name": "Clover - EVM",
|
|
1684
1684
|
"isTestnet": false,
|
|
1685
1685
|
"chainStatus": "INACTIVE",
|
|
1686
|
-
"icon": "https://
|
|
1686
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cloverevm.png",
|
|
1687
1687
|
"providers": {
|
|
1688
1688
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1689
1689
|
},
|
|
@@ -1710,7 +1710,7 @@
|
|
|
1710
1710
|
"name": "Hydration",
|
|
1711
1711
|
"isTestnet": false,
|
|
1712
1712
|
"chainStatus": "ACTIVE",
|
|
1713
|
-
"icon": "https://
|
|
1713
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hydradx_main.png",
|
|
1714
1714
|
"providers": {
|
|
1715
1715
|
"Galactic Council": "wss://rpc.hydradx.cloud",
|
|
1716
1716
|
"Helikon": "wss://rpc.helikon.io/hydradx",
|
|
@@ -1761,7 +1761,7 @@
|
|
|
1761
1761
|
"name": "Edgeware",
|
|
1762
1762
|
"isTestnet": false,
|
|
1763
1763
|
"chainStatus": "ACTIVE",
|
|
1764
|
-
"icon": "https://
|
|
1764
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/edgeware.png",
|
|
1765
1765
|
"providers": {
|
|
1766
1766
|
"JelliedOwl Bangalore": "wss://edgeware-rpc3.jelliedowl.net"
|
|
1767
1767
|
},
|
|
@@ -1796,7 +1796,7 @@
|
|
|
1796
1796
|
"name": "Centrifuge",
|
|
1797
1797
|
"isTestnet": false,
|
|
1798
1798
|
"chainStatus": "ACTIVE",
|
|
1799
|
-
"icon": "https://
|
|
1799
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/centrifuge.png",
|
|
1800
1800
|
"providers": {
|
|
1801
1801
|
"OnFinality": "wss://centrifuge-parachain.api.onfinality.io/public-ws",
|
|
1802
1802
|
"Fullnode": "wss://fullnode.centrifuge.io",
|
|
@@ -1845,7 +1845,7 @@
|
|
|
1845
1845
|
"name": "Interlay",
|
|
1846
1846
|
"isTestnet": false,
|
|
1847
1847
|
"chainStatus": "ACTIVE",
|
|
1848
|
-
"icon": "https://
|
|
1848
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/interlay.png",
|
|
1849
1849
|
"providers": {
|
|
1850
1850
|
"Kintsugi Labs": "wss://api.interlay.io/parachain",
|
|
1851
1851
|
"LuckyFriday": "wss://rpc-interlay.luckyfriday.io/"
|
|
@@ -1893,7 +1893,7 @@
|
|
|
1893
1893
|
"name": "Nodle",
|
|
1894
1894
|
"isTestnet": false,
|
|
1895
1895
|
"chainStatus": "ACTIVE",
|
|
1896
|
-
"icon": "https://
|
|
1896
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/nodle.png",
|
|
1897
1897
|
"providers": {
|
|
1898
1898
|
"OnFinality": "wss://nodle-parachain.api.onfinality.io/public-ws",
|
|
1899
1899
|
"Dwellir": "wss://nodle-rpc.dwellir.com"
|
|
@@ -1941,7 +1941,7 @@
|
|
|
1941
1941
|
"name": "Darwinia 2",
|
|
1942
1942
|
"isTestnet": false,
|
|
1943
1943
|
"chainStatus": "ACTIVE",
|
|
1944
|
-
"icon": "https://
|
|
1944
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/darwinia2.png",
|
|
1945
1945
|
"providers": {
|
|
1946
1946
|
"Darwinia Network": "wss://rpc.darwinia.network",
|
|
1947
1947
|
"Subquery": "wss://darwinia.rpc.subquery.network/public/ws"
|
|
@@ -1988,7 +1988,7 @@
|
|
|
1988
1988
|
"name": "SORA Kusama",
|
|
1989
1989
|
"isTestnet": false,
|
|
1990
1990
|
"chainStatus": "ACTIVE",
|
|
1991
|
-
"icon": "https://
|
|
1991
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sora_ksm.png",
|
|
1992
1992
|
"providers": {
|
|
1993
1993
|
"Soramitsu": "wss://ws.parachain-collator-2.c2.sora2.soramitsu.co.jp"
|
|
1994
1994
|
},
|
|
@@ -2043,7 +2043,7 @@
|
|
|
2043
2043
|
"name": "Ares Odyssey",
|
|
2044
2044
|
"isTestnet": false,
|
|
2045
2045
|
"chainStatus": "INACTIVE",
|
|
2046
|
-
"icon": "https://
|
|
2046
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/odyssey.png",
|
|
2047
2047
|
"providers": {
|
|
2048
2048
|
"AresProtocol": "wss://odyssey.aresprotocol.io"
|
|
2049
2049
|
},
|
|
@@ -2075,7 +2075,7 @@
|
|
|
2075
2075
|
"name": "Polkadex",
|
|
2076
2076
|
"isTestnet": false,
|
|
2077
2077
|
"chainStatus": "ACTIVE",
|
|
2078
|
-
"icon": "https://
|
|
2078
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex.png",
|
|
2079
2079
|
"providers": {
|
|
2080
2080
|
"RadiumBlock": "wss://polkadex.public.curie.radiumblock.co/ws",
|
|
2081
2081
|
"Polkadex": "wss://so.polkadex.ee"
|
|
@@ -2111,7 +2111,7 @@
|
|
|
2111
2111
|
"name": "Polkadex - Testnet",
|
|
2112
2112
|
"isTestnet": true,
|
|
2113
2113
|
"chainStatus": "STOPPED",
|
|
2114
|
-
"icon": "https://
|
|
2114
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadextest.png",
|
|
2115
2115
|
"providers": {
|
|
2116
2116
|
"Polkadex Team": "wss://blockchain.polkadex.trade"
|
|
2117
2117
|
},
|
|
@@ -2143,7 +2143,7 @@
|
|
|
2143
2143
|
"name": "RMRK Devnet",
|
|
2144
2144
|
"isTestnet": true,
|
|
2145
2145
|
"chainStatus": "INACTIVE",
|
|
2146
|
-
"icon": "https://
|
|
2146
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rmrk.png",
|
|
2147
2147
|
"providers": {
|
|
2148
2148
|
"rmrk": "wss://staging.node.rmrk.app"
|
|
2149
2149
|
},
|
|
@@ -2175,7 +2175,7 @@
|
|
|
2175
2175
|
"name": "Dolphin Testnet",
|
|
2176
2176
|
"isTestnet": true,
|
|
2177
2177
|
"chainStatus": "INACTIVE",
|
|
2178
|
-
"icon": "https://
|
|
2178
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dolphin.png",
|
|
2179
2179
|
"providers": {},
|
|
2180
2180
|
"evmInfo": null,
|
|
2181
2181
|
"substrateInfo": {
|
|
@@ -2208,7 +2208,7 @@
|
|
|
2208
2208
|
"name": "Opal",
|
|
2209
2209
|
"isTestnet": true,
|
|
2210
2210
|
"chainStatus": "INACTIVE",
|
|
2211
|
-
"icon": "https://
|
|
2211
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/opal.png",
|
|
2212
2212
|
"providers": {
|
|
2213
2213
|
"Unique": "wss://ws-opal.unique.network",
|
|
2214
2214
|
"Europe": "wss://eu-ws-opal.unique.network",
|
|
@@ -2246,7 +2246,7 @@
|
|
|
2246
2246
|
"name": "Efinity",
|
|
2247
2247
|
"isTestnet": false,
|
|
2248
2248
|
"chainStatus": "INACTIVE",
|
|
2249
|
-
"icon": "https://
|
|
2249
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/efinity.png",
|
|
2250
2250
|
"providers": {
|
|
2251
2251
|
"Efinity": "wss://rpc.efinity.io",
|
|
2252
2252
|
"Dwellir": "wss://efinity-rpc.dwellir.com"
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
"name": "Composable Finance",
|
|
2295
2295
|
"isTestnet": false,
|
|
2296
2296
|
"chainStatus": "INACTIVE",
|
|
2297
|
-
"icon": "https://
|
|
2297
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/composablefinance.png",
|
|
2298
2298
|
"providers": {
|
|
2299
2299
|
"Composable": "wss://rpc.composable.finance",
|
|
2300
2300
|
"Dwellir": "wss://composable-rpc.dwellir.com"
|
|
@@ -2342,7 +2342,7 @@
|
|
|
2342
2342
|
"name": "Phala",
|
|
2343
2343
|
"isTestnet": false,
|
|
2344
2344
|
"chainStatus": "INACTIVE",
|
|
2345
|
-
"icon": "https://
|
|
2345
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/phala.png",
|
|
2346
2346
|
"providers": {
|
|
2347
2347
|
"OnFinality": "wss://phala.api.onfinality.io/public-ws",
|
|
2348
2348
|
"RadiumBlock": "wss://phala.public.curie.radiumblock.co/ws"
|
|
@@ -2390,7 +2390,7 @@
|
|
|
2390
2390
|
"name": "Crust",
|
|
2391
2391
|
"isTestnet": false,
|
|
2392
2392
|
"chainStatus": "ACTIVE",
|
|
2393
|
-
"icon": "https://
|
|
2393
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/crust.png",
|
|
2394
2394
|
"providers": {
|
|
2395
2395
|
"Crust": "wss://crust-parachain.crustapps.net",
|
|
2396
2396
|
"Crust APP": "wss://crust-parachain.crustnetwork.app",
|
|
@@ -2440,7 +2440,7 @@
|
|
|
2440
2440
|
"name": "Kusama Asset Hub",
|
|
2441
2441
|
"isTestnet": false,
|
|
2442
2442
|
"chainStatus": "ACTIVE",
|
|
2443
|
-
"icon": "https://
|
|
2443
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemine.png",
|
|
2444
2444
|
"providers": {
|
|
2445
2445
|
"RadiumBlock": "wss://statemine.public.curie.radiumblock.co/ws",
|
|
2446
2446
|
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com",
|
|
@@ -2483,7 +2483,7 @@
|
|
|
2483
2483
|
"name": "Karura",
|
|
2484
2484
|
"isTestnet": false,
|
|
2485
2485
|
"chainStatus": "ACTIVE",
|
|
2486
|
-
"icon": "https://
|
|
2486
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/karura.png",
|
|
2487
2487
|
"providers": {
|
|
2488
2488
|
"Acala Foundation 0": "wss://karura-rpc-0.aca-api.network",
|
|
2489
2489
|
"Acala Foundation 1": "wss://karura-rpc-1.aca-api.network",
|
|
@@ -2521,7 +2521,7 @@
|
|
|
2521
2521
|
"name": "Khala",
|
|
2522
2522
|
"isTestnet": false,
|
|
2523
2523
|
"chainStatus": "INACTIVE",
|
|
2524
|
-
"icon": "https://
|
|
2524
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/khala.png",
|
|
2525
2525
|
"providers": {
|
|
2526
2526
|
"Phala": "wss://khala-api.phala.network/ws",
|
|
2527
2527
|
"OnFinality": "wss://khala.api.onfinality.io/public-ws",
|
|
@@ -2570,7 +2570,7 @@
|
|
|
2570
2570
|
"name": "KILT Spiritnet",
|
|
2571
2571
|
"isTestnet": false,
|
|
2572
2572
|
"chainStatus": "ACTIVE",
|
|
2573
|
-
"icon": "https://
|
|
2573
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kilt.png",
|
|
2574
2574
|
"providers": {
|
|
2575
2575
|
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
2576
2576
|
"IBP1": "wss://kilt.ibp.network",
|
|
@@ -2607,7 +2607,7 @@
|
|
|
2607
2607
|
"name": "Basilisk",
|
|
2608
2608
|
"isTestnet": false,
|
|
2609
2609
|
"chainStatus": "ACTIVE",
|
|
2610
|
-
"icon": "https://
|
|
2610
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/basilisk.png",
|
|
2611
2611
|
"providers": {
|
|
2612
2612
|
"Basilisk ": "wss://rpc.basilisk.cloud",
|
|
2613
2613
|
"Dwellir 2": "wss://basilisk-rpc.n.dwellir.com"
|
|
@@ -2655,7 +2655,7 @@
|
|
|
2655
2655
|
"name": "Altair",
|
|
2656
2656
|
"isTestnet": false,
|
|
2657
2657
|
"chainStatus": "ACTIVE",
|
|
2658
|
-
"icon": "https://
|
|
2658
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/altair.png",
|
|
2659
2659
|
"providers": {
|
|
2660
2660
|
"Centrifuge": "wss://fullnode.altair.centrifuge.io",
|
|
2661
2661
|
"OnFinality": "wss://altair.api.onfinality.io/public-ws"
|
|
@@ -2703,7 +2703,7 @@
|
|
|
2703
2703
|
"name": "Heiko",
|
|
2704
2704
|
"isTestnet": false,
|
|
2705
2705
|
"chainStatus": "INACTIVE",
|
|
2706
|
-
"icon": "https://
|
|
2706
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/heiko.png",
|
|
2707
2707
|
"providers": {
|
|
2708
2708
|
"Parallel": "wss://heiko-rpc.parallel.fi"
|
|
2709
2709
|
},
|
|
@@ -2761,7 +2761,7 @@
|
|
|
2761
2761
|
"name": "Kintsugi",
|
|
2762
2762
|
"isTestnet": false,
|
|
2763
2763
|
"chainStatus": "ACTIVE",
|
|
2764
|
-
"icon": "https://
|
|
2764
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kintsugi.png",
|
|
2765
2765
|
"providers": {
|
|
2766
2766
|
"Kintsugi Labs": "wss://api-kusama.interlay.io/parachain",
|
|
2767
2767
|
"OnFinality": "wss://kintsugi.api.onfinality.io/public-ws"
|
|
@@ -2809,7 +2809,7 @@
|
|
|
2809
2809
|
"name": "Kintsugi Testnet",
|
|
2810
2810
|
"isTestnet": true,
|
|
2811
2811
|
"chainStatus": "INACTIVE",
|
|
2812
|
-
"icon": "https://
|
|
2812
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kintsugi_test.png",
|
|
2813
2813
|
"providers": {
|
|
2814
2814
|
"testnet": "wss://api-dev-kintsugi.interlay.io/parachain"
|
|
2815
2815
|
},
|
|
@@ -2841,7 +2841,7 @@
|
|
|
2841
2841
|
"name": "Picasso",
|
|
2842
2842
|
"isTestnet": false,
|
|
2843
2843
|
"chainStatus": "INACTIVE",
|
|
2844
|
-
"icon": "https://
|
|
2844
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/picasso.png",
|
|
2845
2845
|
"providers": {
|
|
2846
2846
|
"Composable": "wss://rpc.composablenodes.tech",
|
|
2847
2847
|
"Dwellir": "wss://picasso-rpc.dwellir.com"
|
|
@@ -2911,7 +2911,7 @@
|
|
|
2911
2911
|
"name": "Quartz",
|
|
2912
2912
|
"isTestnet": false,
|
|
2913
2913
|
"chainStatus": "ACTIVE",
|
|
2914
|
-
"icon": "https://
|
|
2914
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/quartz.png",
|
|
2915
2915
|
"providers": {
|
|
2916
2916
|
"Unique Europe": "wss://eu-ws-quartz.unique.network",
|
|
2917
2917
|
"Unique US": "wss://us-ws-quartz.unique.network"
|
|
@@ -2959,7 +2959,7 @@
|
|
|
2959
2959
|
"name": "Unique",
|
|
2960
2960
|
"isTestnet": false,
|
|
2961
2961
|
"chainStatus": "ACTIVE",
|
|
2962
|
-
"icon": "https://
|
|
2962
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_network.png",
|
|
2963
2963
|
"providers": {
|
|
2964
2964
|
"unique": "wss://us-ws.unique.network",
|
|
2965
2965
|
"UniqueEu": "wss://eu-ws.unique.network",
|
|
@@ -3011,7 +3011,7 @@
|
|
|
3011
3011
|
"name": "Genshiro",
|
|
3012
3012
|
"isTestnet": false,
|
|
3013
3013
|
"chainStatus": "INACTIVE",
|
|
3014
|
-
"icon": "https://
|
|
3014
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/genshiro.png",
|
|
3015
3015
|
"providers": {
|
|
3016
3016
|
"Equilibrium": "wss://node.genshiro.io"
|
|
3017
3017
|
},
|
|
@@ -3069,7 +3069,7 @@
|
|
|
3069
3069
|
"name": "Genshiro Testnet",
|
|
3070
3070
|
"isTestnet": true,
|
|
3071
3071
|
"chainStatus": "INACTIVE",
|
|
3072
|
-
"icon": "https://
|
|
3072
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/genshiro_testnet.png",
|
|
3073
3073
|
"providers": {},
|
|
3074
3074
|
"evmInfo": null,
|
|
3075
3075
|
"substrateInfo": {
|
|
@@ -3099,7 +3099,7 @@
|
|
|
3099
3099
|
"name": "Subsocial",
|
|
3100
3100
|
"isTestnet": false,
|
|
3101
3101
|
"chainStatus": "ACTIVE",
|
|
3102
|
-
"icon": "https://
|
|
3102
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subsocial_x.png",
|
|
3103
3103
|
"providers": {
|
|
3104
3104
|
"Dappforce": "wss://para.subsocial.network",
|
|
3105
3105
|
"Dwellir": "wss://subsocial-rpc.dwellir.com"
|
|
@@ -3132,7 +3132,7 @@
|
|
|
3132
3132
|
"name": "Zeitgeist",
|
|
3133
3133
|
"isTestnet": false,
|
|
3134
3134
|
"chainStatus": "ACTIVE",
|
|
3135
|
-
"icon": "https://
|
|
3135
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zeitgeist.png",
|
|
3136
3136
|
"providers": {
|
|
3137
3137
|
"OnFinality": "wss://zeitgeist.api.onfinality.io/public-ws"
|
|
3138
3138
|
},
|
|
@@ -3179,7 +3179,7 @@
|
|
|
3179
3179
|
"name": "Sakura",
|
|
3180
3180
|
"isTestnet": false,
|
|
3181
3181
|
"chainStatus": "INACTIVE",
|
|
3182
|
-
"icon": "https://
|
|
3182
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sakura.png",
|
|
3183
3183
|
"providers": {
|
|
3184
3184
|
"Clover": "wss://rpc.sakura.clover.finance"
|
|
3185
3185
|
},
|
|
@@ -3226,7 +3226,7 @@
|
|
|
3226
3226
|
"name": "Crust Shadow",
|
|
3227
3227
|
"isTestnet": false,
|
|
3228
3228
|
"chainStatus": "ACTIVE",
|
|
3229
|
-
"icon": "https://
|
|
3229
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/shadow.png",
|
|
3230
3230
|
"providers": {
|
|
3231
3231
|
"Crust": "wss://rpc-shadow.crust.network/",
|
|
3232
3232
|
"Crust APP": "wss://rpc-shadow.crustnetwork.app",
|
|
@@ -3287,7 +3287,7 @@
|
|
|
3287
3287
|
"name": "Unique TestNet 2.0",
|
|
3288
3288
|
"isTestnet": true,
|
|
3289
3289
|
"chainStatus": "INACTIVE",
|
|
3290
|
-
"icon": "https://
|
|
3290
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/uniquenft.png",
|
|
3291
3291
|
"providers": {
|
|
3292
3292
|
"Unique": "wss://testnet2.unique.network"
|
|
3293
3293
|
},
|
|
@@ -3319,7 +3319,7 @@
|
|
|
3319
3319
|
"name": "Robonomics",
|
|
3320
3320
|
"isTestnet": false,
|
|
3321
3321
|
"chainStatus": "ACTIVE",
|
|
3322
|
-
"icon": "https://
|
|
3322
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/robonomics.png",
|
|
3323
3323
|
"providers": {
|
|
3324
3324
|
"Airalab": "wss://kusama.rpc.robonomics.network/",
|
|
3325
3325
|
"Samsara": "wss://robonomics.0xsamsara.com"
|
|
@@ -3378,7 +3378,7 @@
|
|
|
3378
3378
|
"name": "Integritee Network",
|
|
3379
3379
|
"isTestnet": false,
|
|
3380
3380
|
"chainStatus": "ACTIVE",
|
|
3381
|
-
"icon": "https://
|
|
3381
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/integritee.png",
|
|
3382
3382
|
"providers": {
|
|
3383
3383
|
"Integritee": "wss://kusama.api.integritee.network",
|
|
3384
3384
|
"OnFinality": "wss://integritee-kusama.api.onfinality.io/public-ws"
|
|
@@ -3426,7 +3426,7 @@
|
|
|
3426
3426
|
"name": "Integritee Shell",
|
|
3427
3427
|
"isTestnet": false,
|
|
3428
3428
|
"chainStatus": "ACTIVE",
|
|
3429
|
-
"icon": "https://
|
|
3429
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/integriteepolkadot.png",
|
|
3430
3430
|
"providers": {
|
|
3431
3431
|
"Integritee": "wss://polkadot.api.integritee.network",
|
|
3432
3432
|
"Dwellir": "wss://integritee-rpc.dwellir.com"
|
|
@@ -3471,7 +3471,7 @@
|
|
|
3471
3471
|
"name": "Crab2 Parachain",
|
|
3472
3472
|
"isTestnet": false,
|
|
3473
3473
|
"chainStatus": "ACTIVE",
|
|
3474
|
-
"icon": "https://
|
|
3474
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/crabparachain.png",
|
|
3475
3475
|
"providers": {
|
|
3476
3476
|
"Crab": "wss://crab-rpc.darwinia.network/",
|
|
3477
3477
|
"Dwellir": "wss://darwiniacrab-rpc.dwellir.com"
|
|
@@ -3530,7 +3530,7 @@
|
|
|
3530
3530
|
"name": "Pangolin",
|
|
3531
3531
|
"isTestnet": true,
|
|
3532
3532
|
"chainStatus": "INACTIVE",
|
|
3533
|
-
"icon": "https://
|
|
3533
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/pangolin.png",
|
|
3534
3534
|
"providers": {
|
|
3535
3535
|
"Pangolin_Network": "wss://pangolin-rpc.darwinia.network"
|
|
3536
3536
|
},
|
|
@@ -3573,7 +3573,7 @@
|
|
|
3573
3573
|
"name": "Chain X",
|
|
3574
3574
|
"isTestnet": false,
|
|
3575
3575
|
"chainStatus": "ACTIVE",
|
|
3576
|
-
"icon": "https://
|
|
3576
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainx.png",
|
|
3577
3577
|
"providers": {
|
|
3578
3578
|
"chainx ": "wss://mainnet.chainx.org/ws"
|
|
3579
3579
|
},
|
|
@@ -3605,7 +3605,7 @@
|
|
|
3605
3605
|
"name": "Acala Mandala",
|
|
3606
3606
|
"isTestnet": true,
|
|
3607
3607
|
"chainStatus": "ACTIVE",
|
|
3608
|
-
"icon": "https://
|
|
3608
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acala_testnet.png",
|
|
3609
3609
|
"providers": {
|
|
3610
3610
|
"Mandala": "wss://mandala-tc9-rpc.aca-staging.network"
|
|
3611
3611
|
},
|
|
@@ -3640,7 +3640,7 @@
|
|
|
3640
3640
|
"name": "MangataX Public Testnet",
|
|
3641
3641
|
"isTestnet": true,
|
|
3642
3642
|
"chainStatus": "INACTIVE",
|
|
3643
|
-
"icon": "https://
|
|
3643
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mangatax.png",
|
|
3644
3644
|
"providers": {
|
|
3645
3645
|
"mangatax": "wss://collator-01-ws-rococo.mangata.online"
|
|
3646
3646
|
},
|
|
@@ -3672,7 +3672,7 @@
|
|
|
3672
3672
|
"name": "Mangata X",
|
|
3673
3673
|
"isTestnet": false,
|
|
3674
3674
|
"chainStatus": "ACTIVE",
|
|
3675
|
-
"icon": "https://
|
|
3675
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mangatax_para.png",
|
|
3676
3676
|
"providers": {
|
|
3677
3677
|
"mangata": "wss://kusama-rpc.mangata.online",
|
|
3678
3678
|
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
@@ -3731,7 +3731,7 @@
|
|
|
3731
3731
|
"name": "Encointer",
|
|
3732
3732
|
"isTestnet": false,
|
|
3733
3733
|
"chainStatus": "ACTIVE",
|
|
3734
|
-
"icon": "https://
|
|
3734
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/encointer.png",
|
|
3735
3735
|
"providers": {
|
|
3736
3736
|
"Encointer Association": "wss://kusama.api.encointer.org",
|
|
3737
3737
|
"IBP1": "wss://sys.ibp.network/encointer-kusama",
|
|
@@ -3768,7 +3768,7 @@
|
|
|
3768
3768
|
"name": "Litmus",
|
|
3769
3769
|
"isTestnet": false,
|
|
3770
3770
|
"chainStatus": "INACTIVE",
|
|
3771
|
-
"icon": "https://
|
|
3771
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/litmus.png",
|
|
3772
3772
|
"providers": {
|
|
3773
3773
|
"litmus": "wss://rpc.litmus-parachain.litentry.io"
|
|
3774
3774
|
},
|
|
@@ -3812,7 +3812,7 @@
|
|
|
3812
3812
|
"name": "Heima",
|
|
3813
3813
|
"isTestnet": false,
|
|
3814
3814
|
"chainStatus": "ACTIVE",
|
|
3815
|
-
"icon": "https://
|
|
3815
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/litentry.png",
|
|
3816
3816
|
"providers": {
|
|
3817
3817
|
"Litentry": "wss://rpc.heima-parachain.heima.network",
|
|
3818
3818
|
"Dwellir": "wss://litentry-rpc.dwellir.com"
|
|
@@ -3857,7 +3857,7 @@
|
|
|
3857
3857
|
"name": "Tinkernet",
|
|
3858
3858
|
"isTestnet": false,
|
|
3859
3859
|
"chainStatus": "INACTIVE",
|
|
3860
|
-
"icon": "https://
|
|
3860
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tinkernet.png",
|
|
3861
3861
|
"providers": {
|
|
3862
3862
|
"Dwellir": "wss://tinkernet-rpc.dwellir.com",
|
|
3863
3863
|
"Light Client": "light://substrate-connect/kusama/tinkernet"
|
|
@@ -3902,7 +3902,7 @@
|
|
|
3902
3902
|
"name": "Imbue Kusama",
|
|
3903
3903
|
"isTestnet": false,
|
|
3904
3904
|
"chainStatus": "INACTIVE",
|
|
3905
|
-
"icon": "https://
|
|
3905
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/imbue_network.png",
|
|
3906
3906
|
"providers": {
|
|
3907
3907
|
"Imbue": "wss://kusama.imbuenetwork.com"
|
|
3908
3908
|
},
|
|
@@ -3946,7 +3946,7 @@
|
|
|
3946
3946
|
"name": "Subspace Testnet",
|
|
3947
3947
|
"isTestnet": true,
|
|
3948
3948
|
"chainStatus": "INACTIVE",
|
|
3949
|
-
"icon": "https://
|
|
3949
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_test.png",
|
|
3950
3950
|
"providers": {},
|
|
3951
3951
|
"evmInfo": null,
|
|
3952
3952
|
"substrateInfo": {
|
|
@@ -3976,7 +3976,7 @@
|
|
|
3976
3976
|
"name": "Subspace Gemini 2a",
|
|
3977
3977
|
"isTestnet": true,
|
|
3978
3978
|
"chainStatus": "INACTIVE",
|
|
3979
|
-
"icon": "https://
|
|
3979
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_2a.png",
|
|
3980
3980
|
"providers": {
|
|
3981
3981
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
3982
3982
|
},
|
|
@@ -4008,7 +4008,7 @@
|
|
|
4008
4008
|
"name": "Subspace Gemini 3c",
|
|
4009
4009
|
"isTestnet": true,
|
|
4010
4010
|
"chainStatus": "INACTIVE",
|
|
4011
|
-
"icon": "https://
|
|
4011
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3c.png",
|
|
4012
4012
|
"providers": {},
|
|
4013
4013
|
"evmInfo": null,
|
|
4014
4014
|
"substrateInfo": {
|
|
@@ -4038,7 +4038,7 @@
|
|
|
4038
4038
|
"name": "Subspace Gemini 3d",
|
|
4039
4039
|
"isTestnet": true,
|
|
4040
4040
|
"chainStatus": "INACTIVE",
|
|
4041
|
-
"icon": "https://
|
|
4041
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3d.png",
|
|
4042
4042
|
"providers": {},
|
|
4043
4043
|
"evmInfo": null,
|
|
4044
4044
|
"substrateInfo": {
|
|
@@ -4068,7 +4068,7 @@
|
|
|
4068
4068
|
"name": "Subspace Gemini 3e",
|
|
4069
4069
|
"isTestnet": true,
|
|
4070
4070
|
"chainStatus": "INACTIVE",
|
|
4071
|
-
"icon": "https://
|
|
4071
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3e.png",
|
|
4072
4072
|
"providers": {},
|
|
4073
4073
|
"evmInfo": null,
|
|
4074
4074
|
"substrateInfo": {
|
|
@@ -4098,7 +4098,7 @@
|
|
|
4098
4098
|
"name": "Subspace Gemini 3f",
|
|
4099
4099
|
"isTestnet": true,
|
|
4100
4100
|
"chainStatus": "INACTIVE",
|
|
4101
|
-
"icon": "https://
|
|
4101
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3f.png",
|
|
4102
4102
|
"providers": {
|
|
4103
4103
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
4104
4104
|
},
|
|
@@ -4130,7 +4130,7 @@
|
|
|
4130
4130
|
"name": "NeuroWeb Mainnet",
|
|
4131
4131
|
"isTestnet": false,
|
|
4132
4132
|
"chainStatus": "ACTIVE",
|
|
4133
|
-
"icon": "https://
|
|
4133
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/origintrail.png",
|
|
4134
4134
|
"providers": {
|
|
4135
4135
|
"TraceLabs": "wss://parachain-rpc.origin-trail.network",
|
|
4136
4136
|
"Dwellir": "wss://neuroweb-rpc.dwellir.com"
|
|
@@ -4178,7 +4178,7 @@
|
|
|
4178
4178
|
"name": "Subspace Gemini 3g",
|
|
4179
4179
|
"isTestnet": true,
|
|
4180
4180
|
"chainStatus": "INACTIVE",
|
|
4181
|
-
"icon": "https://
|
|
4181
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3g.png",
|
|
4182
4182
|
"providers": {
|
|
4183
4183
|
"Gemini 3g": "wss://rpc-0.gemini-3g.subspace.network/ws"
|
|
4184
4184
|
},
|
|
@@ -4210,7 +4210,7 @@
|
|
|
4210
4210
|
"name": "Dorafactory",
|
|
4211
4211
|
"isTestnet": false,
|
|
4212
4212
|
"chainStatus": "INACTIVE",
|
|
4213
|
-
"icon": "https://
|
|
4213
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dorafactory.png",
|
|
4214
4214
|
"providers": {},
|
|
4215
4215
|
"evmInfo": null,
|
|
4216
4216
|
"substrateInfo": {
|
|
@@ -4252,7 +4252,7 @@
|
|
|
4252
4252
|
"name": "Bajun Kusama",
|
|
4253
4253
|
"isTestnet": false,
|
|
4254
4254
|
"chainStatus": "INACTIVE",
|
|
4255
|
-
"icon": "https://
|
|
4255
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bajun.png",
|
|
4256
4256
|
"providers": {
|
|
4257
4257
|
"AjunaNetwork": "wss://rpc-parachain.bajun.network",
|
|
4258
4258
|
"OnFinality": "wss://bajun.api.onfinality.io/public-ws"
|
|
@@ -4300,7 +4300,7 @@
|
|
|
4300
4300
|
"name": "Dancebox",
|
|
4301
4301
|
"isTestnet": true,
|
|
4302
4302
|
"chainStatus": "INACTIVE",
|
|
4303
|
-
"icon": "https://
|
|
4303
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dancebox.png",
|
|
4304
4304
|
"providers": {
|
|
4305
4305
|
"Dancebox": "wss://dancebox.tanssi-api.network"
|
|
4306
4306
|
},
|
|
@@ -4332,7 +4332,7 @@
|
|
|
4332
4332
|
"name": "Listen Network",
|
|
4333
4333
|
"isTestnet": false,
|
|
4334
4334
|
"chainStatus": "INACTIVE",
|
|
4335
|
-
"icon": "https://
|
|
4335
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/listen.png",
|
|
4336
4336
|
"providers": {},
|
|
4337
4337
|
"evmInfo": null,
|
|
4338
4338
|
"substrateInfo": {
|
|
@@ -4362,7 +4362,7 @@
|
|
|
4362
4362
|
"name": "Kabocha",
|
|
4363
4363
|
"isTestnet": false,
|
|
4364
4364
|
"chainStatus": "INACTIVE",
|
|
4365
|
-
"icon": "https://
|
|
4365
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kabocha.png",
|
|
4366
4366
|
"providers": {
|
|
4367
4367
|
"Kabocha": "wss://kabocha.jelliedowl.net"
|
|
4368
4368
|
},
|
|
@@ -4406,7 +4406,7 @@
|
|
|
4406
4406
|
"name": "GM Parachain",
|
|
4407
4407
|
"isTestnet": false,
|
|
4408
4408
|
"chainStatus": "INACTIVE",
|
|
4409
|
-
"icon": "https://
|
|
4409
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gmdie.png",
|
|
4410
4410
|
"providers": {},
|
|
4411
4411
|
"evmInfo": null,
|
|
4412
4412
|
"substrateInfo": {
|
|
@@ -4448,7 +4448,7 @@
|
|
|
4448
4448
|
"name": "Ternoa",
|
|
4449
4449
|
"isTestnet": false,
|
|
4450
4450
|
"chainStatus": "ACTIVE",
|
|
4451
|
-
"icon": "https://
|
|
4451
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ternoa.png",
|
|
4452
4452
|
"providers": {
|
|
4453
4453
|
"ternoa": "wss://mainnet.ternoa.network"
|
|
4454
4454
|
},
|
|
@@ -4480,7 +4480,7 @@
|
|
|
4480
4480
|
"name": "DataHighway Tanganika",
|
|
4481
4481
|
"isTestnet": false,
|
|
4482
4482
|
"chainStatus": "INACTIVE",
|
|
4483
|
-
"icon": "https://
|
|
4483
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tanganika.png",
|
|
4484
4484
|
"providers": {},
|
|
4485
4485
|
"evmInfo": null,
|
|
4486
4486
|
"substrateInfo": {
|
|
@@ -4525,7 +4525,7 @@
|
|
|
4525
4525
|
"name": "Pendulum",
|
|
4526
4526
|
"isTestnet": false,
|
|
4527
4527
|
"chainStatus": "ACTIVE",
|
|
4528
|
-
"icon": "https://
|
|
4528
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/pendulum.png",
|
|
4529
4529
|
"providers": {
|
|
4530
4530
|
"Pendulum": "wss://rpc-pendulum.prd.pendulumchain.tech"
|
|
4531
4531
|
},
|
|
@@ -4572,7 +4572,7 @@
|
|
|
4572
4572
|
"name": "Gear Staging Testnet",
|
|
4573
4573
|
"isTestnet": true,
|
|
4574
4574
|
"chainStatus": "INACTIVE",
|
|
4575
|
-
"icon": "https://
|
|
4575
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gear_testnet.png",
|
|
4576
4576
|
"providers": {
|
|
4577
4577
|
"gear": "wss://rpc-node.gear-tech.io"
|
|
4578
4578
|
},
|
|
@@ -4604,7 +4604,7 @@
|
|
|
4604
4604
|
"name": "Ternoa Alphanet",
|
|
4605
4605
|
"isTestnet": true,
|
|
4606
4606
|
"chainStatus": "INACTIVE",
|
|
4607
|
-
"icon": "https://
|
|
4607
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ternoa_alphanet.png",
|
|
4608
4608
|
"providers": {
|
|
4609
4609
|
"ternoa": "wss://alphanet.ternoa.com"
|
|
4610
4610
|
},
|
|
@@ -4636,7 +4636,7 @@
|
|
|
4636
4636
|
"name": "Calamari Staging",
|
|
4637
4637
|
"isTestnet": true,
|
|
4638
4638
|
"chainStatus": "INACTIVE",
|
|
4639
|
-
"icon": "https://
|
|
4639
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/calamari_test.png",
|
|
4640
4640
|
"providers": {
|
|
4641
4641
|
"calamari_test": "wss://c1.calamari.seabird.systems"
|
|
4642
4642
|
},
|
|
@@ -4668,7 +4668,7 @@
|
|
|
4668
4668
|
"name": "Boba Network",
|
|
4669
4669
|
"isTestnet": false,
|
|
4670
4670
|
"chainStatus": "ACTIVE",
|
|
4671
|
-
"icon": "https://
|
|
4671
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/boba.png",
|
|
4672
4672
|
"providers": {
|
|
4673
4673
|
"Read RPC": "https://lightning-replica.boba.network",
|
|
4674
4674
|
"Write RPC": "https://mainnet.boba.network"
|
|
@@ -4696,7 +4696,7 @@
|
|
|
4696
4696
|
"name": "Bobabeam",
|
|
4697
4697
|
"isTestnet": false,
|
|
4698
4698
|
"chainStatus": "INACTIVE",
|
|
4699
|
-
"icon": "https://
|
|
4699
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobabeam.png",
|
|
4700
4700
|
"providers": {
|
|
4701
4701
|
"RPC": "https://bobabeam.boba.network",
|
|
4702
4702
|
"Replica RPC": "https://replica.bobabeam.boba.network"
|
|
@@ -4724,7 +4724,7 @@
|
|
|
4724
4724
|
"name": "KILT Peregrine",
|
|
4725
4725
|
"isTestnet": true,
|
|
4726
4726
|
"chainStatus": "INACTIVE",
|
|
4727
|
-
"icon": "https://
|
|
4727
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kilt_peregrine.png",
|
|
4728
4728
|
"providers": {
|
|
4729
4729
|
"kilt": "wss://peregrine.kilt.io/parachain-public-ws/"
|
|
4730
4730
|
},
|
|
@@ -4759,7 +4759,7 @@
|
|
|
4759
4759
|
"name": "XX Network",
|
|
4760
4760
|
"isTestnet": false,
|
|
4761
4761
|
"chainStatus": "ACTIVE",
|
|
4762
|
-
"icon": "https://
|
|
4762
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/xx_network.png",
|
|
4763
4763
|
"providers": {
|
|
4764
4764
|
"XX Foundation": "wss://rpc.xx.network"
|
|
4765
4765
|
},
|
|
@@ -4791,7 +4791,7 @@
|
|
|
4791
4791
|
"name": "Watr Testnet",
|
|
4792
4792
|
"isTestnet": true,
|
|
4793
4793
|
"chainStatus": "INACTIVE",
|
|
4794
|
-
"icon": "https://
|
|
4794
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/watr_network.png",
|
|
4795
4795
|
"providers": {
|
|
4796
4796
|
"watr": "wss://rpc.dev.watr.org"
|
|
4797
4797
|
},
|
|
@@ -4823,7 +4823,7 @@
|
|
|
4823
4823
|
"name": "Watr Testnet - EVM",
|
|
4824
4824
|
"isTestnet": true,
|
|
4825
4825
|
"chainStatus": "ACTIVE",
|
|
4826
|
-
"icon": "https://
|
|
4826
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/watr_network_evm.png",
|
|
4827
4827
|
"providers": {
|
|
4828
4828
|
"watr": "https://rpc.dev.watr.org"
|
|
4829
4829
|
},
|
|
@@ -4850,7 +4850,7 @@
|
|
|
4850
4850
|
"name": "Fusotao",
|
|
4851
4851
|
"isTestnet": false,
|
|
4852
4852
|
"chainStatus": "INACTIVE",
|
|
4853
|
-
"icon": "https://
|
|
4853
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/fusotao.png",
|
|
4854
4854
|
"providers": {
|
|
4855
4855
|
"fusotao": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2"
|
|
4856
4856
|
},
|
|
@@ -4882,7 +4882,7 @@
|
|
|
4882
4882
|
"name": "Discovol",
|
|
4883
4883
|
"isTestnet": false,
|
|
4884
4884
|
"chainStatus": "INACTIVE",
|
|
4885
|
-
"icon": "https://
|
|
4885
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/discovol.png",
|
|
4886
4886
|
"providers": {
|
|
4887
4887
|
"discovol": "wss://gateway.mainnet.octopus.network/discovol/afpft46l1egfhrv8at5pfyrld03zseo1"
|
|
4888
4888
|
},
|
|
@@ -4914,7 +4914,7 @@
|
|
|
4914
4914
|
"name": "Discovol Testnet",
|
|
4915
4915
|
"isTestnet": true,
|
|
4916
4916
|
"chainStatus": "INACTIVE",
|
|
4917
|
-
"icon": "https://
|
|
4917
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/discovol_testnet.png",
|
|
4918
4918
|
"providers": {
|
|
4919
4919
|
"discovol_testnet": "wss://gateway.testnet.octopus.network/discovol/o4urcey87y4n1qimhfrad92gzs315z9h"
|
|
4920
4920
|
},
|
|
@@ -4946,7 +4946,7 @@
|
|
|
4946
4946
|
"name": "Atocha",
|
|
4947
4947
|
"isTestnet": false,
|
|
4948
4948
|
"chainStatus": "INACTIVE",
|
|
4949
|
-
"icon": "https://
|
|
4949
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/atocha.png",
|
|
4950
4950
|
"providers": {
|
|
4951
4951
|
"atocha": "wss://gateway.mainnet.octopus.network/atocha/jungxomf4hdcfocwcalgoiz64g9avjim"
|
|
4952
4952
|
},
|
|
@@ -4978,7 +4978,7 @@
|
|
|
4978
4978
|
"name": "Myriad",
|
|
4979
4979
|
"isTestnet": false,
|
|
4980
4980
|
"chainStatus": "INACTIVE",
|
|
4981
|
-
"icon": "https://
|
|
4981
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/myriad.png",
|
|
4982
4982
|
"providers": {
|
|
4983
4983
|
"myriad": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0"
|
|
4984
4984
|
},
|
|
@@ -5010,7 +5010,7 @@
|
|
|
5010
5010
|
"name": "DeBio",
|
|
5011
5011
|
"isTestnet": false,
|
|
5012
5012
|
"chainStatus": "INACTIVE",
|
|
5013
|
-
"icon": "https://
|
|
5013
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/debio.png",
|
|
5014
5014
|
"providers": {
|
|
5015
5015
|
"deBio": "wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e"
|
|
5016
5016
|
},
|
|
@@ -5042,7 +5042,7 @@
|
|
|
5042
5042
|
"name": "Polkadot Collectives",
|
|
5043
5043
|
"isTestnet": false,
|
|
5044
5044
|
"chainStatus": "ACTIVE",
|
|
5045
|
-
"icon": "https://
|
|
5045
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/collectives.png",
|
|
5046
5046
|
"providers": {
|
|
5047
5047
|
"viaParity": "wss://polkadot-collectives-rpc.polkadot.io",
|
|
5048
5048
|
"Dwellir Tunisia": "wss://polkadot-collectives-rpc-tn.dwellir.com",
|
|
@@ -5083,7 +5083,7 @@
|
|
|
5083
5083
|
"name": "Ajuna Network",
|
|
5084
5084
|
"isTestnet": false,
|
|
5085
5085
|
"chainStatus": "ACTIVE",
|
|
5086
|
-
"icon": "https://
|
|
5086
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ajunapolkadot.png",
|
|
5087
5087
|
"providers": {
|
|
5088
5088
|
"Ibp": "wss://ajuna.ibp.network",
|
|
5089
5089
|
"IBP2": "wss://ajuna.dotters.network"
|
|
@@ -5131,7 +5131,7 @@
|
|
|
5131
5131
|
"name": "Bitgreen",
|
|
5132
5132
|
"isTestnet": false,
|
|
5133
5133
|
"chainStatus": "INACTIVE",
|
|
5134
|
-
"icon": "https://
|
|
5134
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitgreen.png",
|
|
5135
5135
|
"providers": {
|
|
5136
5136
|
"viaBitgreen": "wss://mainnet.bitgreen.org"
|
|
5137
5137
|
},
|
|
@@ -5163,7 +5163,7 @@
|
|
|
5163
5163
|
"name": "Frequency",
|
|
5164
5164
|
"isTestnet": false,
|
|
5165
5165
|
"chainStatus": "ACTIVE",
|
|
5166
|
-
"icon": "https://
|
|
5166
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/frequency.png",
|
|
5167
5167
|
"providers": {
|
|
5168
5168
|
"Frequency 0": "wss://0.rpc.frequency.xyz",
|
|
5169
5169
|
"Frequency 1": "wss://1.rpc.frequency.xyz",
|
|
@@ -5197,7 +5197,7 @@
|
|
|
5197
5197
|
"name": "Hashed Network",
|
|
5198
5198
|
"isTestnet": false,
|
|
5199
5199
|
"chainStatus": "INACTIVE",
|
|
5200
|
-
"icon": "https://
|
|
5200
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hashednetwork.png",
|
|
5201
5201
|
"providers": {
|
|
5202
5202
|
"Hashed Systems 1": "wss://c1.hashed.network"
|
|
5203
5203
|
},
|
|
@@ -5252,7 +5252,7 @@
|
|
|
5252
5252
|
"name": "Kapex",
|
|
5253
5253
|
"isTestnet": false,
|
|
5254
5254
|
"chainStatus": "INACTIVE",
|
|
5255
|
-
"icon": "https://
|
|
5255
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kapex.png",
|
|
5256
5256
|
"providers": {
|
|
5257
5257
|
"viaTotem": "wss://kapex-rpc.dwellir.com"
|
|
5258
5258
|
},
|
|
@@ -5296,7 +5296,7 @@
|
|
|
5296
5296
|
"name": "Kylin Network",
|
|
5297
5297
|
"isTestnet": false,
|
|
5298
5298
|
"chainStatus": "INACTIVE",
|
|
5299
|
-
"icon": "https://
|
|
5299
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kylinnetwork.png",
|
|
5300
5300
|
"providers": {
|
|
5301
5301
|
"Kylin Network": "wss://polkadot.kylin-node.co.uk"
|
|
5302
5302
|
},
|
|
@@ -5340,7 +5340,7 @@
|
|
|
5340
5340
|
"name": "DAO IPCI",
|
|
5341
5341
|
"isTestnet": false,
|
|
5342
5342
|
"chainStatus": "ACTIVE",
|
|
5343
|
-
"icon": "https://
|
|
5343
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ipci.png",
|
|
5344
5344
|
"providers": {
|
|
5345
5345
|
"Airalab": "wss://ipci.rpc.robonomics.network"
|
|
5346
5346
|
},
|
|
@@ -5372,7 +5372,7 @@
|
|
|
5372
5372
|
"name": "KICO",
|
|
5373
5373
|
"isTestnet": false,
|
|
5374
5374
|
"chainStatus": "INACTIVE",
|
|
5375
|
-
"icon": "https://
|
|
5375
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kico.png",
|
|
5376
5376
|
"providers": {},
|
|
5377
5377
|
"evmInfo": null,
|
|
5378
5378
|
"substrateInfo": {
|
|
@@ -5414,7 +5414,7 @@
|
|
|
5414
5414
|
"name": "Luhn Network",
|
|
5415
5415
|
"isTestnet": false,
|
|
5416
5416
|
"chainStatus": "INACTIVE",
|
|
5417
|
-
"icon": "https://
|
|
5417
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/luhnnetwork.png",
|
|
5418
5418
|
"providers": {},
|
|
5419
5419
|
"evmInfo": null,
|
|
5420
5420
|
"substrateInfo": {
|
|
@@ -5444,7 +5444,7 @@
|
|
|
5444
5444
|
"name": "Pichiu Network",
|
|
5445
5445
|
"isTestnet": false,
|
|
5446
5446
|
"chainStatus": "INACTIVE",
|
|
5447
|
-
"icon": "https://
|
|
5447
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/pichiu.png",
|
|
5448
5448
|
"providers": {},
|
|
5449
5449
|
"evmInfo": null,
|
|
5450
5450
|
"substrateInfo": {
|
|
@@ -5486,7 +5486,7 @@
|
|
|
5486
5486
|
"name": "RioDeFi",
|
|
5487
5487
|
"isTestnet": false,
|
|
5488
5488
|
"chainStatus": "INACTIVE",
|
|
5489
|
-
"icon": "https://
|
|
5489
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/riodefi.png",
|
|
5490
5490
|
"providers": {},
|
|
5491
5491
|
"evmInfo": null,
|
|
5492
5492
|
"substrateInfo": {
|
|
@@ -5516,7 +5516,7 @@
|
|
|
5516
5516
|
"name": "Automata",
|
|
5517
5517
|
"isTestnet": false,
|
|
5518
5518
|
"chainStatus": "INACTIVE",
|
|
5519
|
-
"icon": "https://
|
|
5519
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/automata.png",
|
|
5520
5520
|
"providers": {
|
|
5521
5521
|
"OnFinality": "wss://automata.api.onfinality.io/public-ws"
|
|
5522
5522
|
},
|
|
@@ -5548,7 +5548,7 @@
|
|
|
5548
5548
|
"name": "CC Enterprise",
|
|
5549
5549
|
"isTestnet": false,
|
|
5550
5550
|
"chainStatus": "INACTIVE",
|
|
5551
|
-
"icon": "https://
|
|
5551
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/creditcoin.png",
|
|
5552
5552
|
"providers": {
|
|
5553
5553
|
"Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
|
|
5554
5554
|
},
|
|
@@ -5583,7 +5583,7 @@
|
|
|
5583
5583
|
"name": "Crown Sterling",
|
|
5584
5584
|
"isTestnet": false,
|
|
5585
5585
|
"chainStatus": "INACTIVE",
|
|
5586
|
-
"icon": "https://
|
|
5586
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/crownsterling.png",
|
|
5587
5587
|
"providers": {
|
|
5588
5588
|
"Crown Sterling": "wss://blockchain.crownsterling.io"
|
|
5589
5589
|
},
|
|
@@ -5615,7 +5615,7 @@
|
|
|
5615
5615
|
"name": "Dock",
|
|
5616
5616
|
"isTestnet": false,
|
|
5617
5617
|
"chainStatus": "INACTIVE",
|
|
5618
|
-
"icon": "https://
|
|
5618
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dockposmainnet.png",
|
|
5619
5619
|
"providers": {
|
|
5620
5620
|
"Dock Association": "wss://mainnet-node.dock.io"
|
|
5621
5621
|
},
|
|
@@ -5650,7 +5650,7 @@
|
|
|
5650
5650
|
"name": "Kusari",
|
|
5651
5651
|
"isTestnet": false,
|
|
5652
5652
|
"chainStatus": "INACTIVE",
|
|
5653
|
-
"icon": "https://
|
|
5653
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusari.png",
|
|
5654
5654
|
"providers": {},
|
|
5655
5655
|
"evmInfo": null,
|
|
5656
5656
|
"substrateInfo": {
|
|
@@ -5680,7 +5680,7 @@
|
|
|
5680
5680
|
"name": "Logion",
|
|
5681
5681
|
"isTestnet": false,
|
|
5682
5682
|
"chainStatus": "ACTIVE",
|
|
5683
|
-
"icon": "https://
|
|
5683
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/logion.png",
|
|
5684
5684
|
"providers": {
|
|
5685
5685
|
"Logion 1": "wss://para-rpc01.logion.network"
|
|
5686
5686
|
},
|
|
@@ -5735,7 +5735,7 @@
|
|
|
5735
5735
|
"name": "Neatcoin",
|
|
5736
5736
|
"isTestnet": false,
|
|
5737
5737
|
"chainStatus": "INACTIVE",
|
|
5738
|
-
"icon": "https://
|
|
5738
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/neatcoin.png",
|
|
5739
5739
|
"providers": {
|
|
5740
5740
|
"Neatcoin": "wss://rpc.neatcoin.org/ws"
|
|
5741
5741
|
},
|
|
@@ -5767,7 +5767,7 @@
|
|
|
5767
5767
|
"name": "NFTMart",
|
|
5768
5768
|
"isTestnet": false,
|
|
5769
5769
|
"chainStatus": "INACTIVE",
|
|
5770
|
-
"icon": "https://
|
|
5770
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/nftmart.png",
|
|
5771
5771
|
"providers": {
|
|
5772
5772
|
"NFTMart": "wss://mainnet.nftmart.io/rpc/ws"
|
|
5773
5773
|
},
|
|
@@ -5799,7 +5799,7 @@
|
|
|
5799
5799
|
"name": "Polymesh Mainnet",
|
|
5800
5800
|
"isTestnet": false,
|
|
5801
5801
|
"chainStatus": "ACTIVE",
|
|
5802
|
-
"icon": "https://
|
|
5802
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polymesh.png",
|
|
5803
5803
|
"providers": {
|
|
5804
5804
|
"Polymath": "wss://mainnet-rpc.polymesh.network"
|
|
5805
5805
|
},
|
|
@@ -5834,7 +5834,7 @@
|
|
|
5834
5834
|
"name": "RioChain",
|
|
5835
5835
|
"isTestnet": false,
|
|
5836
5836
|
"chainStatus": "INACTIVE",
|
|
5837
|
-
"icon": "https://
|
|
5837
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/riochain.png",
|
|
5838
5838
|
"providers": {},
|
|
5839
5839
|
"evmInfo": null,
|
|
5840
5840
|
"substrateInfo": {
|
|
@@ -5864,7 +5864,7 @@
|
|
|
5864
5864
|
"name": "SherpaX",
|
|
5865
5865
|
"isTestnet": false,
|
|
5866
5866
|
"chainStatus": "INACTIVE",
|
|
5867
|
-
"icon": "https://
|
|
5867
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sherpax.png",
|
|
5868
5868
|
"providers": {},
|
|
5869
5869
|
"evmInfo": null,
|
|
5870
5870
|
"substrateInfo": {
|
|
@@ -5894,7 +5894,7 @@
|
|
|
5894
5894
|
"name": "SORA",
|
|
5895
5895
|
"isTestnet": false,
|
|
5896
5896
|
"chainStatus": "ACTIVE",
|
|
5897
|
-
"icon": "https://
|
|
5897
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sora_substrate.png",
|
|
5898
5898
|
"providers": {
|
|
5899
5899
|
"SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
|
|
5900
5900
|
"SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
|
|
@@ -5955,7 +5955,7 @@
|
|
|
5955
5955
|
"name": "Swapdex",
|
|
5956
5956
|
"isTestnet": false,
|
|
5957
5957
|
"chainStatus": "INACTIVE",
|
|
5958
|
-
"icon": "https://
|
|
5958
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/swapdex.png",
|
|
5959
5959
|
"providers": {
|
|
5960
5960
|
"Swapdex": "wss://ws.swapdex.network"
|
|
5961
5961
|
},
|
|
@@ -5987,7 +5987,7 @@
|
|
|
5987
5987
|
"name": "3DPass",
|
|
5988
5988
|
"isTestnet": false,
|
|
5989
5989
|
"chainStatus": "ACTIVE",
|
|
5990
|
-
"icon": "https://
|
|
5990
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/3dpass.png",
|
|
5991
5991
|
"providers": {
|
|
5992
5992
|
"3dpscan": "wss://rpc.3dpscan.io"
|
|
5993
5993
|
},
|
|
@@ -6019,7 +6019,7 @@
|
|
|
6019
6019
|
"name": "Kulupu",
|
|
6020
6020
|
"isTestnet": false,
|
|
6021
6021
|
"chainStatus": "INACTIVE",
|
|
6022
|
-
"icon": "https://
|
|
6022
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kulupu.png",
|
|
6023
6023
|
"providers": {
|
|
6024
6024
|
"Kulupu": "wss://rpc.kulupu.corepaper.org/ws"
|
|
6025
6025
|
},
|
|
@@ -6051,7 +6051,7 @@
|
|
|
6051
6051
|
"name": "Joystream",
|
|
6052
6052
|
"isTestnet": false,
|
|
6053
6053
|
"chainStatus": "ACTIVE",
|
|
6054
|
-
"icon": "https://
|
|
6054
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/joystream.png",
|
|
6055
6055
|
"providers": {
|
|
6056
6056
|
"Jsgenesis": "wss://rpc.joystream.org",
|
|
6057
6057
|
"Joyutils": "wss://rpc.joyutils.org"
|
|
@@ -6087,7 +6087,7 @@
|
|
|
6087
6087
|
"name": "AvN Paseo",
|
|
6088
6088
|
"isTestnet": true,
|
|
6089
6089
|
"chainStatus": "ACTIVE",
|
|
6090
|
-
"icon": "https://
|
|
6090
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aventus_testnet.png",
|
|
6091
6091
|
"providers": {
|
|
6092
6092
|
"Aventus": "wss://public-rpc.testnet.aventus.io"
|
|
6093
6093
|
},
|
|
@@ -6119,7 +6119,7 @@
|
|
|
6119
6119
|
"name": "Vara Network",
|
|
6120
6120
|
"isTestnet": false,
|
|
6121
6121
|
"chainStatus": "ACTIVE",
|
|
6122
|
-
"icon": "https://
|
|
6122
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/vara_network.png",
|
|
6123
6123
|
"providers": {
|
|
6124
6124
|
"Vara": "wss://rpc.vara-network.io",
|
|
6125
6125
|
"Vara Network": "wss://rpc.vara.network"
|
|
@@ -6158,7 +6158,7 @@
|
|
|
6158
6158
|
"name": "Avail Kate Testnet",
|
|
6159
6159
|
"isTestnet": true,
|
|
6160
6160
|
"chainStatus": "INACTIVE",
|
|
6161
|
-
"icon": "https://
|
|
6161
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kate.png",
|
|
6162
6162
|
"providers": {
|
|
6163
6163
|
"AVAIL": "wss://kate.avail.tools/ws"
|
|
6164
6164
|
},
|
|
@@ -6190,7 +6190,7 @@
|
|
|
6190
6190
|
"name": "Polkadot Bridge Hub",
|
|
6191
6191
|
"isTestnet": false,
|
|
6192
6192
|
"chainStatus": "ACTIVE",
|
|
6193
|
-
"icon": "https://
|
|
6193
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bridgehubpolkadot.png",
|
|
6194
6194
|
"providers": {
|
|
6195
6195
|
"Parity": "wss://polkadot-bridge-hub-rpc.polkadot.io",
|
|
6196
6196
|
"Stakeworld": "wss://dot-rpc.stakeworld.io/bridgehub",
|
|
@@ -6232,7 +6232,7 @@
|
|
|
6232
6232
|
"name": "Kusama Bridge Hub",
|
|
6233
6233
|
"isTestnet": false,
|
|
6234
6234
|
"chainStatus": "ACTIVE",
|
|
6235
|
-
"icon": "https://
|
|
6235
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bridgehubkusama.png",
|
|
6236
6236
|
"providers": {
|
|
6237
6237
|
"Parity": "wss://kusama-bridge-hub-rpc.polkadot.io",
|
|
6238
6238
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/bridgehub",
|
|
@@ -6272,7 +6272,7 @@
|
|
|
6272
6272
|
"name": "Fantom Testnet",
|
|
6273
6273
|
"isTestnet": true,
|
|
6274
6274
|
"chainStatus": "ACTIVE",
|
|
6275
|
-
"icon": "https://
|
|
6275
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/fantom_testnet.png",
|
|
6276
6276
|
"providers": {
|
|
6277
6277
|
"Ankr": "https://rpc.ankr.com/fantom_testnet",
|
|
6278
6278
|
"FantomNetwork": "https://rpc.testnet.fantom.network/",
|
|
@@ -6301,7 +6301,7 @@
|
|
|
6301
6301
|
"name": "Fantom",
|
|
6302
6302
|
"isTestnet": false,
|
|
6303
6303
|
"chainStatus": "ACTIVE",
|
|
6304
|
-
"icon": "https://
|
|
6304
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/fantom.png",
|
|
6305
6305
|
"providers": {
|
|
6306
6306
|
"Ankr": "https://rpc.ankr.com/fantom",
|
|
6307
6307
|
"RPC_API": "https://rpcapi.fantom.network",
|
|
@@ -6332,7 +6332,7 @@
|
|
|
6332
6332
|
"name": "Krest Network",
|
|
6333
6333
|
"isTestnet": false,
|
|
6334
6334
|
"chainStatus": "ACTIVE",
|
|
6335
|
-
"icon": "https://
|
|
6335
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/krest_network.png",
|
|
6336
6336
|
"providers": {
|
|
6337
6337
|
"Peaq": "wss://wss-krest.peaq.network/",
|
|
6338
6338
|
"OnFinality": "wss://krest.api.onfinality.io/public-ws"
|
|
@@ -6380,7 +6380,7 @@
|
|
|
6380
6380
|
"name": "Deeper Network",
|
|
6381
6381
|
"isTestnet": false,
|
|
6382
6382
|
"chainStatus": "ACTIVE",
|
|
6383
|
-
"icon": "https://
|
|
6383
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/deeper_network.png",
|
|
6384
6384
|
"providers": {
|
|
6385
6385
|
"DeeperNetwork": "wss://mainnet-full.deeper.network"
|
|
6386
6386
|
},
|
|
@@ -6412,7 +6412,7 @@
|
|
|
6412
6412
|
"name": "Jur Network",
|
|
6413
6413
|
"isTestnet": false,
|
|
6414
6414
|
"chainStatus": "INACTIVE",
|
|
6415
|
-
"icon": "https://
|
|
6415
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/jur_network.png",
|
|
6416
6416
|
"providers": {
|
|
6417
6417
|
"Jur Mainnet": "wss://mainnet.jur.io/"
|
|
6418
6418
|
},
|
|
@@ -6444,7 +6444,7 @@
|
|
|
6444
6444
|
"name": "Base Mainnet",
|
|
6445
6445
|
"isTestnet": false,
|
|
6446
6446
|
"chainStatus": "ACTIVE",
|
|
6447
|
-
"icon": "https://
|
|
6447
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/base_mainnet.png",
|
|
6448
6448
|
"providers": {
|
|
6449
6449
|
"PublicNode": "https://base.publicnode.com"
|
|
6450
6450
|
},
|
|
@@ -6471,7 +6471,7 @@
|
|
|
6471
6471
|
"name": "Avalanche C-Chain",
|
|
6472
6472
|
"isTestnet": false,
|
|
6473
6473
|
"chainStatus": "ACTIVE",
|
|
6474
|
-
"icon": "https://
|
|
6474
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/avalanche_c.png",
|
|
6475
6475
|
"providers": {
|
|
6476
6476
|
"Avax Network": "https://api.avax.network/ext/bc/C/rpc",
|
|
6477
6477
|
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
@@ -6502,7 +6502,7 @@
|
|
|
6502
6502
|
"name": "Crust Mainnet",
|
|
6503
6503
|
"isTestnet": false,
|
|
6504
6504
|
"chainStatus": "ACTIVE",
|
|
6505
|
-
"icon": "https://
|
|
6505
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/crust_mainnet.png",
|
|
6506
6506
|
"providers": {
|
|
6507
6507
|
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
6508
6508
|
"Crust Network": "wss://rpc.crust.network",
|
|
@@ -6541,7 +6541,7 @@
|
|
|
6541
6541
|
"name": "Acala - EVM",
|
|
6542
6542
|
"isTestnet": false,
|
|
6543
6543
|
"chainStatus": "ACTIVE",
|
|
6544
|
-
"icon": "https://
|
|
6544
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acala_evm.png",
|
|
6545
6545
|
"providers": {
|
|
6546
6546
|
"Acala": "https://eth-rpc-acala.aca-api.network"
|
|
6547
6547
|
},
|
|
@@ -6568,7 +6568,7 @@
|
|
|
6568
6568
|
"name": "Karura - EVM",
|
|
6569
6569
|
"isTestnet": false,
|
|
6570
6570
|
"chainStatus": "ACTIVE",
|
|
6571
|
-
"icon": "https://
|
|
6571
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/karura_evm.png",
|
|
6572
6572
|
"providers": {
|
|
6573
6573
|
"Acala": "https://eth-rpc-karura.aca-api.network"
|
|
6574
6574
|
},
|
|
@@ -6595,7 +6595,7 @@
|
|
|
6595
6595
|
"name": "Bittensor",
|
|
6596
6596
|
"isTestnet": false,
|
|
6597
6597
|
"chainStatus": "ACTIVE",
|
|
6598
|
-
"icon": "https://
|
|
6598
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor.png",
|
|
6599
6599
|
"providers": {
|
|
6600
6600
|
"Opentensor": "wss://entrypoint-finney.opentensor.ai:443",
|
|
6601
6601
|
"Latent": "wss://lite.sub.latent.to:443"
|
|
@@ -6640,7 +6640,7 @@
|
|
|
6640
6640
|
"name": "Unorthodox",
|
|
6641
6641
|
"isTestnet": false,
|
|
6642
6642
|
"chainStatus": "INACTIVE",
|
|
6643
|
-
"icon": "https://
|
|
6643
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unorthodox.png",
|
|
6644
6644
|
"providers": {},
|
|
6645
6645
|
"evmInfo": null,
|
|
6646
6646
|
"substrateInfo": {
|
|
@@ -6670,7 +6670,7 @@
|
|
|
6670
6670
|
"name": "Coinversation",
|
|
6671
6671
|
"isTestnet": false,
|
|
6672
6672
|
"chainStatus": "INACTIVE",
|
|
6673
|
-
"icon": "https://
|
|
6673
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/coinversation.png",
|
|
6674
6674
|
"providers": {},
|
|
6675
6675
|
"evmInfo": null,
|
|
6676
6676
|
"substrateInfo": {
|
|
@@ -6712,7 +6712,7 @@
|
|
|
6712
6712
|
"name": "LayerX Network",
|
|
6713
6713
|
"isTestnet": false,
|
|
6714
6714
|
"chainStatus": "INACTIVE",
|
|
6715
|
-
"icon": "https://
|
|
6715
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/layerx_network.png",
|
|
6716
6716
|
"providers": {},
|
|
6717
6717
|
"evmInfo": null,
|
|
6718
6718
|
"substrateInfo": {
|
|
@@ -6742,7 +6742,7 @@
|
|
|
6742
6742
|
"name": "Moonsama",
|
|
6743
6743
|
"isTestnet": false,
|
|
6744
6744
|
"chainStatus": "INACTIVE",
|
|
6745
|
-
"icon": "https://
|
|
6745
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/moonsama.png",
|
|
6746
6746
|
"providers": {},
|
|
6747
6747
|
"evmInfo": null,
|
|
6748
6748
|
"substrateInfo": {
|
|
@@ -6784,7 +6784,7 @@
|
|
|
6784
6784
|
"name": "OAK Network",
|
|
6785
6785
|
"isTestnet": false,
|
|
6786
6786
|
"chainStatus": "INACTIVE",
|
|
6787
|
-
"icon": "https://
|
|
6787
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/oak_network.png",
|
|
6788
6788
|
"providers": {},
|
|
6789
6789
|
"evmInfo": null,
|
|
6790
6790
|
"substrateInfo": {
|
|
@@ -6826,7 +6826,7 @@
|
|
|
6826
6826
|
"name": "OmniBTC",
|
|
6827
6827
|
"isTestnet": false,
|
|
6828
6828
|
"chainStatus": "INACTIVE",
|
|
6829
|
-
"icon": "https://
|
|
6829
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/omnibtc.png",
|
|
6830
6830
|
"providers": {},
|
|
6831
6831
|
"evmInfo": null,
|
|
6832
6832
|
"substrateInfo": {
|
|
@@ -6868,7 +6868,7 @@
|
|
|
6868
6868
|
"name": "Quantum Portal",
|
|
6869
6869
|
"isTestnet": false,
|
|
6870
6870
|
"chainStatus": "INACTIVE",
|
|
6871
|
-
"icon": "https://
|
|
6871
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/quantum_portal.png",
|
|
6872
6872
|
"providers": {},
|
|
6873
6873
|
"evmInfo": null,
|
|
6874
6874
|
"substrateInfo": {
|
|
@@ -6898,7 +6898,7 @@
|
|
|
6898
6898
|
"name": "Virto Network",
|
|
6899
6899
|
"isTestnet": false,
|
|
6900
6900
|
"chainStatus": "INACTIVE",
|
|
6901
|
-
"icon": "https://
|
|
6901
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/virto_network.png",
|
|
6902
6902
|
"providers": {},
|
|
6903
6903
|
"evmInfo": null,
|
|
6904
6904
|
"substrateInfo": {
|
|
@@ -6928,7 +6928,7 @@
|
|
|
6928
6928
|
"name": "Energy Web X",
|
|
6929
6929
|
"isTestnet": false,
|
|
6930
6930
|
"chainStatus": "ACTIVE",
|
|
6931
|
-
"icon": "https://
|
|
6931
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x.png",
|
|
6932
6932
|
"providers": {
|
|
6933
6933
|
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/"
|
|
6934
6934
|
},
|
|
@@ -6975,7 +6975,7 @@
|
|
|
6975
6975
|
"name": "InvArch Network",
|
|
6976
6976
|
"isTestnet": false,
|
|
6977
6977
|
"chainStatus": "INACTIVE",
|
|
6978
|
-
"icon": "https://
|
|
6978
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/invarch.png",
|
|
6979
6979
|
"providers": {
|
|
6980
6980
|
"Dwellir": "wss://invarch-rpc.dwellir.com",
|
|
6981
6981
|
"IBP1": "wss://invarch.ibp.network",
|
|
@@ -7021,7 +7021,7 @@
|
|
|
7021
7021
|
"name": "Zero",
|
|
7022
7022
|
"isTestnet": false,
|
|
7023
7023
|
"chainStatus": "INACTIVE",
|
|
7024
|
-
"icon": "https://
|
|
7024
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zero.png",
|
|
7025
7025
|
"providers": {},
|
|
7026
7026
|
"evmInfo": null,
|
|
7027
7027
|
"substrateInfo": {
|
|
@@ -7051,7 +7051,7 @@
|
|
|
7051
7051
|
"name": " Kpron Network",
|
|
7052
7052
|
"isTestnet": false,
|
|
7053
7053
|
"chainStatus": "INACTIVE",
|
|
7054
|
-
"icon": "https://
|
|
7054
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kpron_network.png",
|
|
7055
7055
|
"providers": {},
|
|
7056
7056
|
"evmInfo": null,
|
|
7057
7057
|
"substrateInfo": {
|
|
@@ -7081,7 +7081,7 @@
|
|
|
7081
7081
|
"name": "Mars",
|
|
7082
7082
|
"isTestnet": false,
|
|
7083
7083
|
"chainStatus": "INACTIVE",
|
|
7084
|
-
"icon": "https://
|
|
7084
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mars.png",
|
|
7085
7085
|
"providers": {},
|
|
7086
7086
|
"evmInfo": null,
|
|
7087
7087
|
"substrateInfo": {
|
|
@@ -7111,7 +7111,7 @@
|
|
|
7111
7111
|
"name": "Snow",
|
|
7112
7112
|
"isTestnet": false,
|
|
7113
7113
|
"chainStatus": "INACTIVE",
|
|
7114
|
-
"icon": "https://
|
|
7114
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/snow.png",
|
|
7115
7115
|
"providers": {},
|
|
7116
7116
|
"evmInfo": null,
|
|
7117
7117
|
"substrateInfo": {
|
|
@@ -7156,7 +7156,7 @@
|
|
|
7156
7156
|
"name": "Aband",
|
|
7157
7157
|
"isTestnet": false,
|
|
7158
7158
|
"chainStatus": "INACTIVE",
|
|
7159
|
-
"icon": "https://
|
|
7159
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aband.png",
|
|
7160
7160
|
"providers": {},
|
|
7161
7161
|
"evmInfo": null,
|
|
7162
7162
|
"substrateInfo": {
|
|
@@ -7198,7 +7198,7 @@
|
|
|
7198
7198
|
"name": "Alpha Network",
|
|
7199
7199
|
"isTestnet": false,
|
|
7200
7200
|
"chainStatus": "INACTIVE",
|
|
7201
|
-
"icon": "https://
|
|
7201
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/alpha_network.png",
|
|
7202
7202
|
"providers": {},
|
|
7203
7203
|
"evmInfo": null,
|
|
7204
7204
|
"substrateInfo": {
|
|
@@ -7228,7 +7228,7 @@
|
|
|
7228
7228
|
"name": "Loom Network",
|
|
7229
7229
|
"isTestnet": false,
|
|
7230
7230
|
"chainStatus": "INACTIVE",
|
|
7231
|
-
"icon": "https://
|
|
7231
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/loom_network.png",
|
|
7232
7232
|
"providers": {},
|
|
7233
7233
|
"evmInfo": null,
|
|
7234
7234
|
"substrateInfo": {
|
|
@@ -7258,7 +7258,7 @@
|
|
|
7258
7258
|
"name": "SubGame Gamma",
|
|
7259
7259
|
"isTestnet": false,
|
|
7260
7260
|
"chainStatus": "INACTIVE",
|
|
7261
|
-
"icon": "https://
|
|
7261
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subgame_gamma.png",
|
|
7262
7262
|
"providers": {},
|
|
7263
7263
|
"evmInfo": null,
|
|
7264
7264
|
"substrateInfo": {
|
|
@@ -7288,7 +7288,7 @@
|
|
|
7288
7288
|
"name": "TrustBase",
|
|
7289
7289
|
"isTestnet": false,
|
|
7290
7290
|
"chainStatus": "INACTIVE",
|
|
7291
|
-
"icon": "https://
|
|
7291
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/trustbase.png",
|
|
7292
7292
|
"providers": {},
|
|
7293
7293
|
"evmInfo": null,
|
|
7294
7294
|
"substrateInfo": {
|
|
@@ -7318,7 +7318,7 @@
|
|
|
7318
7318
|
"name": "Manta Atlantic",
|
|
7319
7319
|
"isTestnet": false,
|
|
7320
7320
|
"chainStatus": "ACTIVE",
|
|
7321
|
-
"icon": "https://
|
|
7321
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network.png",
|
|
7322
7322
|
"providers": {
|
|
7323
7323
|
"Manta Network": "wss://ws.manta.systems"
|
|
7324
7324
|
},
|
|
@@ -7353,7 +7353,7 @@
|
|
|
7353
7353
|
"name": "t3rn",
|
|
7354
7354
|
"isTestnet": false,
|
|
7355
7355
|
"chainStatus": "INACTIVE",
|
|
7356
|
-
"icon": "https://
|
|
7356
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/t3rn.png",
|
|
7357
7357
|
"providers": {},
|
|
7358
7358
|
"evmInfo": null,
|
|
7359
7359
|
"substrateInfo": {
|
|
@@ -7383,7 +7383,7 @@
|
|
|
7383
7383
|
"name": "Geminis Network",
|
|
7384
7384
|
"isTestnet": false,
|
|
7385
7385
|
"chainStatus": "INACTIVE",
|
|
7386
|
-
"icon": "https://
|
|
7386
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/geminis_network.png",
|
|
7387
7387
|
"providers": {},
|
|
7388
7388
|
"evmInfo": null,
|
|
7389
7389
|
"substrateInfo": {
|
|
@@ -7413,7 +7413,7 @@
|
|
|
7413
7413
|
"name": "Polimec",
|
|
7414
7414
|
"isTestnet": false,
|
|
7415
7415
|
"chainStatus": "INACTIVE",
|
|
7416
|
-
"icon": "https://
|
|
7416
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polimec.png",
|
|
7417
7417
|
"providers": {
|
|
7418
7418
|
"Polimec": "wss://rpc.polimec.org",
|
|
7419
7419
|
"Amforc": "wss://polimec.rpc.amforc.com",
|
|
@@ -7461,7 +7461,7 @@
|
|
|
7461
7461
|
"name": "SubDAO",
|
|
7462
7462
|
"isTestnet": false,
|
|
7463
7463
|
"chainStatus": "INACTIVE",
|
|
7464
|
-
"icon": "https://
|
|
7464
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subdao.png",
|
|
7465
7465
|
"providers": {},
|
|
7466
7466
|
"evmInfo": null,
|
|
7467
7467
|
"substrateInfo": {
|
|
@@ -7491,7 +7491,7 @@
|
|
|
7491
7491
|
"name": "SubGame Network",
|
|
7492
7492
|
"isTestnet": false,
|
|
7493
7493
|
"chainStatus": "INACTIVE",
|
|
7494
|
-
"icon": "https://
|
|
7494
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subgame_network.png",
|
|
7495
7495
|
"providers": {},
|
|
7496
7496
|
"evmInfo": null,
|
|
7497
7497
|
"substrateInfo": {
|
|
@@ -7521,7 +7521,7 @@
|
|
|
7521
7521
|
"name": "ZetaChain Testnet",
|
|
7522
7522
|
"isTestnet": true,
|
|
7523
7523
|
"chainStatus": "ACTIVE",
|
|
7524
|
-
"icon": "https://
|
|
7524
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zeta_test.png",
|
|
7525
7525
|
"providers": {
|
|
7526
7526
|
"Athens": "https://zetachain-athens-evm.blockpi.network/v1/rpc/public"
|
|
7527
7527
|
},
|
|
@@ -7545,7 +7545,7 @@
|
|
|
7545
7545
|
"name": "Xcavate",
|
|
7546
7546
|
"isTestnet": false,
|
|
7547
7547
|
"chainStatus": "ACTIVE",
|
|
7548
|
-
"icon": "https://
|
|
7548
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/xcavate.png",
|
|
7549
7549
|
"providers": {
|
|
7550
7550
|
"Xcavate": "wss://rpc1-polkadot.xcavate.io"
|
|
7551
7551
|
},
|
|
@@ -7577,7 +7577,7 @@
|
|
|
7577
7577
|
"name": "Watr Mainnet",
|
|
7578
7578
|
"isTestnet": false,
|
|
7579
7579
|
"chainStatus": "INACTIVE",
|
|
7580
|
-
"icon": "https://
|
|
7580
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/watr_mainnet.png",
|
|
7581
7581
|
"providers": {
|
|
7582
7582
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7583
7583
|
},
|
|
@@ -7609,7 +7609,7 @@
|
|
|
7609
7609
|
"name": "Watr Mainnet - EVM",
|
|
7610
7610
|
"isTestnet": false,
|
|
7611
7611
|
"chainStatus": "ACTIVE",
|
|
7612
|
-
"icon": "https://
|
|
7612
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/watr_mainnet_evm.png",
|
|
7613
7613
|
"providers": {
|
|
7614
7614
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7615
7615
|
},
|
|
@@ -7633,7 +7633,7 @@
|
|
|
7633
7633
|
"name": "Enjin Relaychain",
|
|
7634
7634
|
"isTestnet": false,
|
|
7635
7635
|
"chainStatus": "ACTIVE",
|
|
7636
|
-
"icon": "https://
|
|
7636
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/enjin_relaychain.png",
|
|
7637
7637
|
"providers": {
|
|
7638
7638
|
"Enjin": "wss://rpc.relay.blockchain.enjin.io/"
|
|
7639
7639
|
},
|
|
@@ -7668,7 +7668,7 @@
|
|
|
7668
7668
|
"name": "Enjin Matrixchain",
|
|
7669
7669
|
"isTestnet": false,
|
|
7670
7670
|
"chainStatus": "ACTIVE",
|
|
7671
|
-
"icon": "https://
|
|
7671
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/enjin_matrixchain.png",
|
|
7672
7672
|
"providers": {
|
|
7673
7673
|
"MatrixChain": "wss://rpc.matrix.blockchain.enjin.io/",
|
|
7674
7674
|
"Dwellir": "wss://enjin-matrix-rpc-1.dwellir.com/"
|
|
@@ -7704,7 +7704,7 @@
|
|
|
7704
7704
|
"name": "Vara Network Testnet",
|
|
7705
7705
|
"isTestnet": true,
|
|
7706
7706
|
"chainStatus": "ACTIVE",
|
|
7707
|
-
"icon": "https://
|
|
7707
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/vara_testnet.png",
|
|
7708
7708
|
"providers": {
|
|
7709
7709
|
"Vara": "wss://testnet.vara-network.io",
|
|
7710
7710
|
"Gear": "wss://testnet.vara.network"
|
|
@@ -7740,7 +7740,7 @@
|
|
|
7740
7740
|
"name": "Avail Goldberg Testnet",
|
|
7741
7741
|
"isTestnet": true,
|
|
7742
7742
|
"chainStatus": "INACTIVE",
|
|
7743
|
-
"icon": "https://
|
|
7743
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/goldberg_testnet.png",
|
|
7744
7744
|
"providers": {
|
|
7745
7745
|
"Goldberg testnet": "wss://goldberg-testnet-rpc.avail.tools/ws"
|
|
7746
7746
|
},
|
|
@@ -7775,7 +7775,7 @@
|
|
|
7775
7775
|
"name": "Energy Web X Argon",
|
|
7776
7776
|
"isTestnet": true,
|
|
7777
7777
|
"chainStatus": "ACTIVE",
|
|
7778
|
-
"icon": "https://
|
|
7778
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_testnet.png",
|
|
7779
7779
|
"providers": {
|
|
7780
7780
|
"EWX": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws"
|
|
7781
7781
|
},
|
|
@@ -7807,7 +7807,7 @@
|
|
|
7807
7807
|
"name": "Energy Web Chain",
|
|
7808
7808
|
"isTestnet": false,
|
|
7809
7809
|
"chainStatus": "ACTIVE",
|
|
7810
|
-
"icon": "https://
|
|
7810
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_chain.png",
|
|
7811
7811
|
"providers": {
|
|
7812
7812
|
"Energy Web Chain": "https://rpc.energyweb.org",
|
|
7813
7813
|
"Archive": "https://archive-rpc.energyweb.org"
|
|
@@ -7835,7 +7835,7 @@
|
|
|
7835
7835
|
"name": "Energy Web X Paseo",
|
|
7836
7836
|
"isTestnet": true,
|
|
7837
7837
|
"chainStatus": "ACTIVE",
|
|
7838
|
-
"icon": "https://
|
|
7838
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_rococo.png",
|
|
7839
7839
|
"providers": {
|
|
7840
7840
|
"EWX": "wss://public-rpc.testnet.energywebx.com/ws"
|
|
7841
7841
|
},
|
|
@@ -7870,7 +7870,7 @@
|
|
|
7870
7870
|
"name": "Manta Pacific",
|
|
7871
7871
|
"isTestnet": false,
|
|
7872
7872
|
"chainStatus": "ACTIVE",
|
|
7873
|
-
"icon": "https://
|
|
7873
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
|
|
7874
7874
|
"providers": {
|
|
7875
7875
|
"Manta Pacific": "https://pacific-rpc.manta.network/http"
|
|
7876
7876
|
},
|
|
@@ -7897,7 +7897,7 @@
|
|
|
7897
7897
|
"name": "Polkadex Polkadot",
|
|
7898
7898
|
"isTestnet": false,
|
|
7899
7899
|
"chainStatus": "INACTIVE",
|
|
7900
|
-
"icon": "https://
|
|
7900
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png",
|
|
7901
7901
|
"providers": {
|
|
7902
7902
|
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
7903
7903
|
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws",
|
|
@@ -7946,7 +7946,7 @@
|
|
|
7946
7946
|
"name": "Bittensor Testnet",
|
|
7947
7947
|
"isTestnet": true,
|
|
7948
7948
|
"chainStatus": "ACTIVE",
|
|
7949
|
-
"icon": "https://
|
|
7949
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7950
7950
|
"providers": {
|
|
7951
7951
|
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
7952
7952
|
},
|
|
@@ -7978,7 +7978,7 @@
|
|
|
7978
7978
|
"name": "Subspace Gemini 3h",
|
|
7979
7979
|
"isTestnet": true,
|
|
7980
7980
|
"chainStatus": "INACTIVE",
|
|
7981
|
-
"icon": "https://
|
|
7981
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png",
|
|
7982
7982
|
"providers": {
|
|
7983
7983
|
"Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
|
|
7984
7984
|
},
|
|
@@ -8013,7 +8013,7 @@
|
|
|
8013
8013
|
"name": "Continuum Network",
|
|
8014
8014
|
"isTestnet": false,
|
|
8015
8015
|
"chainStatus": "INACTIVE",
|
|
8016
|
-
"icon": "https://
|
|
8016
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/continuum_network.png",
|
|
8017
8017
|
"providers": {
|
|
8018
8018
|
"Continuum RPC Node": "wss://continuum-rpc-1.metaverse.network/wss"
|
|
8019
8019
|
},
|
|
@@ -8048,7 +8048,7 @@
|
|
|
8048
8048
|
"name": "Rococo Asset Hub",
|
|
8049
8049
|
"isTestnet": true,
|
|
8050
8050
|
"chainStatus": "INACTIVE",
|
|
8051
|
-
"icon": "https://
|
|
8051
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo_assethub.png",
|
|
8052
8052
|
"providers": {
|
|
8053
8053
|
"Parity": "wss://rococo-asset-hub-rpc.polkadot.io"
|
|
8054
8054
|
},
|
|
@@ -8083,7 +8083,7 @@
|
|
|
8083
8083
|
"name": "X Layer testnet",
|
|
8084
8084
|
"isTestnet": true,
|
|
8085
8085
|
"chainStatus": "ACTIVE",
|
|
8086
|
-
"icon": "https://
|
|
8086
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png",
|
|
8087
8087
|
"providers": {
|
|
8088
8088
|
"Testrpc": "https://testrpc.x1.tech/",
|
|
8089
8089
|
"X1testrpc": "https://x1testrpc.okx.com/"
|
|
@@ -8111,7 +8111,7 @@
|
|
|
8111
8111
|
"name": "Liberland Testnet",
|
|
8112
8112
|
"isTestnet": true,
|
|
8113
8113
|
"chainStatus": "ACTIVE",
|
|
8114
|
-
"icon": "https://
|
|
8114
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png",
|
|
8115
8115
|
"providers": {
|
|
8116
8116
|
"Liberland": "wss://testchain.liberland.org"
|
|
8117
8117
|
},
|
|
@@ -8143,7 +8143,7 @@
|
|
|
8143
8143
|
"name": "Liberland",
|
|
8144
8144
|
"isTestnet": false,
|
|
8145
8145
|
"chainStatus": "ACTIVE",
|
|
8146
|
-
"icon": "https://
|
|
8146
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png",
|
|
8147
8147
|
"providers": {
|
|
8148
8148
|
"Liberland": "wss://mainnet.liberland.org",
|
|
8149
8149
|
"Dwellir": "wss://liberland-rpc.n.dwellir.com"
|
|
@@ -8176,7 +8176,7 @@
|
|
|
8176
8176
|
"name": "Polkadot Chainflip Testnet",
|
|
8177
8177
|
"isTestnet": true,
|
|
8178
8178
|
"chainStatus": "ACTIVE",
|
|
8179
|
-
"icon": "https://
|
|
8179
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png",
|
|
8180
8180
|
"providers": {
|
|
8181
8181
|
"Chainflip": "wss://rpc-pdot.chainflip.io"
|
|
8182
8182
|
},
|
|
@@ -8208,7 +8208,7 @@
|
|
|
8208
8208
|
"name": "Tangle Testnet",
|
|
8209
8209
|
"isTestnet": true,
|
|
8210
8210
|
"chainStatus": "ACTIVE",
|
|
8211
|
-
"icon": "https://
|
|
8211
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangletest.png",
|
|
8212
8212
|
"providers": {
|
|
8213
8213
|
"Webb": "wss://testnet-rpc.tangle.tools"
|
|
8214
8214
|
},
|
|
@@ -8240,7 +8240,7 @@
|
|
|
8240
8240
|
"name": "DENTNet",
|
|
8241
8241
|
"isTestnet": false,
|
|
8242
8242
|
"chainStatus": "ACTIVE",
|
|
8243
|
-
"icon": "https://
|
|
8243
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dentnet.png",
|
|
8244
8244
|
"providers": {
|
|
8245
8245
|
"Dentnet": "wss://rpc.dentnet.io/ws"
|
|
8246
8246
|
},
|
|
@@ -8272,7 +8272,7 @@
|
|
|
8272
8272
|
"name": "Phyken Network Testnet",
|
|
8273
8273
|
"isTestnet": true,
|
|
8274
8274
|
"chainStatus": "INACTIVE",
|
|
8275
|
-
"icon": "https://
|
|
8275
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/phykentest.png",
|
|
8276
8276
|
"providers": {
|
|
8277
8277
|
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz"
|
|
8278
8278
|
},
|
|
@@ -8304,7 +8304,7 @@
|
|
|
8304
8304
|
"name": "Creditcoin EVM Testnet",
|
|
8305
8305
|
"isTestnet": true,
|
|
8306
8306
|
"chainStatus": "ACTIVE",
|
|
8307
|
-
"icon": "https://
|
|
8307
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/creditcointestevm.png",
|
|
8308
8308
|
"providers": {
|
|
8309
8309
|
"Creditcoin Testnet EVM": "https://rpc.cc3-testnet.creditcoin.network/"
|
|
8310
8310
|
},
|
|
@@ -8331,7 +8331,7 @@
|
|
|
8331
8331
|
"name": "Astar zkEVM",
|
|
8332
8332
|
"isTestnet": false,
|
|
8333
8333
|
"chainStatus": "INACTIVE",
|
|
8334
|
-
"icon": "https://
|
|
8334
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/astarzkevm.png",
|
|
8335
8335
|
"providers": {
|
|
8336
8336
|
"Dwellir": "https://astar-zkevm-rpc.dwellir.com"
|
|
8337
8337
|
},
|
|
@@ -8358,7 +8358,7 @@
|
|
|
8358
8358
|
"name": "Ethereum Sepolia",
|
|
8359
8359
|
"isTestnet": true,
|
|
8360
8360
|
"chainStatus": "ACTIVE",
|
|
8361
|
-
"icon": "https://
|
|
8361
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sepolia_ethereum.png",
|
|
8362
8362
|
"providers": {
|
|
8363
8363
|
"1RPC": "https://1rpc.io/sepolia",
|
|
8364
8364
|
"Tenderly": "https://gateway.tenderly.co/public/sepolia",
|
|
@@ -8388,7 +8388,7 @@
|
|
|
8388
8388
|
"name": "Hydration Rococo",
|
|
8389
8389
|
"isTestnet": true,
|
|
8390
8390
|
"chainStatus": "INACTIVE",
|
|
8391
|
-
"icon": "https://
|
|
8391
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hydradx_rococo.png",
|
|
8392
8392
|
"providers": {
|
|
8393
8393
|
"Hydration Nice": "wss://rpc.nice.hydration.cloud"
|
|
8394
8394
|
},
|
|
@@ -8420,7 +8420,7 @@
|
|
|
8420
8420
|
"name": "Creditcoin Native Testnet",
|
|
8421
8421
|
"isTestnet": true,
|
|
8422
8422
|
"chainStatus": "ACTIVE",
|
|
8423
|
-
"icon": "https://
|
|
8423
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/creditcointest.png",
|
|
8424
8424
|
"providers": {
|
|
8425
8425
|
"Cc3": "wss://rpc.cc3-testnet.creditcoin.network"
|
|
8426
8426
|
},
|
|
@@ -8455,7 +8455,7 @@
|
|
|
8455
8455
|
"name": "X Layer",
|
|
8456
8456
|
"isTestnet": false,
|
|
8457
8457
|
"chainStatus": "ACTIVE",
|
|
8458
|
-
"icon": "https://
|
|
8458
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/xlayer.png",
|
|
8459
8459
|
"providers": {
|
|
8460
8460
|
"X Layer": "https://rpc.xlayer.tech",
|
|
8461
8461
|
"X Layer OKX": "https://xlayerrpc.okx.com/"
|
|
@@ -8480,7 +8480,7 @@
|
|
|
8480
8480
|
"name": "Acurast Canary",
|
|
8481
8481
|
"isTestnet": false,
|
|
8482
8482
|
"chainStatus": "ACTIVE",
|
|
8483
|
-
"icon": "https://
|
|
8483
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acurast.png",
|
|
8484
8484
|
"providers": {
|
|
8485
8485
|
"Canary": "wss://public-rpc.canary.acurast.com"
|
|
8486
8486
|
},
|
|
@@ -8512,7 +8512,7 @@
|
|
|
8512
8512
|
"name": "Mythos",
|
|
8513
8513
|
"isTestnet": false,
|
|
8514
8514
|
"chainStatus": "ACTIVE",
|
|
8515
|
-
"icon": "https://
|
|
8515
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mythos.png",
|
|
8516
8516
|
"providers": {
|
|
8517
8517
|
"Parity": "wss://polkadot-mythos-rpc.polkadot.io",
|
|
8518
8518
|
"Helikon": "wss://rpc.helikon.io/mythos",
|
|
@@ -8557,7 +8557,7 @@
|
|
|
8557
8557
|
"name": "Humanode",
|
|
8558
8558
|
"isTestnet": false,
|
|
8559
8559
|
"chainStatus": "ACTIVE",
|
|
8560
|
-
"icon": "https://
|
|
8560
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/humanode.png",
|
|
8561
8561
|
"providers": {
|
|
8562
8562
|
"Humanode": "wss://explorer-rpc-ws.mainnet.stages.humanode.io"
|
|
8563
8563
|
},
|
|
@@ -8592,7 +8592,7 @@
|
|
|
8592
8592
|
"name": "Humanode - EVM",
|
|
8593
8593
|
"isTestnet": false,
|
|
8594
8594
|
"chainStatus": "ACTIVE",
|
|
8595
|
-
"icon": "https://
|
|
8595
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/humanodeevm.png",
|
|
8596
8596
|
"providers": {
|
|
8597
8597
|
"Humanode": "https://explorer-rpc-http.mainnet.stages.humanode.io"
|
|
8598
8598
|
},
|
|
@@ -8619,7 +8619,7 @@
|
|
|
8619
8619
|
"name": "Paseo Testnet",
|
|
8620
8620
|
"isTestnet": true,
|
|
8621
8621
|
"chainStatus": "ACTIVE",
|
|
8622
|
-
"icon": "https://
|
|
8622
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/paseotest.png",
|
|
8623
8623
|
"providers": {
|
|
8624
8624
|
"Amforc": "wss://paseo.rpc.amforc.com",
|
|
8625
8625
|
"Dwellir": "wss://paseo-rpc.dwellir.com",
|
|
@@ -8657,7 +8657,7 @@
|
|
|
8657
8657
|
"name": "Commune AI",
|
|
8658
8658
|
"isTestnet": false,
|
|
8659
8659
|
"chainStatus": "ACTIVE",
|
|
8660
|
-
"icon": "https://
|
|
8660
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/commune.png",
|
|
8661
8661
|
"providers": {
|
|
8662
8662
|
"Commune Node 1": "wss://commune-api-node-1.communeai.net"
|
|
8663
8663
|
},
|
|
@@ -8689,7 +8689,7 @@
|
|
|
8689
8689
|
"name": "DBC Mainnet",
|
|
8690
8690
|
"isTestnet": false,
|
|
8691
8691
|
"chainStatus": "ACTIVE",
|
|
8692
|
-
"icon": "https://
|
|
8692
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dbcchain.png",
|
|
8693
8693
|
"providers": {
|
|
8694
8694
|
"DBC Chain": "wss://info1.dbcwallet.io"
|
|
8695
8695
|
},
|
|
@@ -8724,7 +8724,7 @@
|
|
|
8724
8724
|
"name": "Avail Turing Testnet",
|
|
8725
8725
|
"isTestnet": true,
|
|
8726
8726
|
"chainStatus": "ACTIVE",
|
|
8727
|
-
"icon": "https://
|
|
8727
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png",
|
|
8728
8728
|
"providers": {
|
|
8729
8729
|
"Avail Turing ": "wss://turing-rpc.avail.so/ws",
|
|
8730
8730
|
"Ankr": "wss://turing-testnet.avail-rpc.com/",
|
|
@@ -8763,7 +8763,7 @@
|
|
|
8763
8763
|
"name": "Bitlayer",
|
|
8764
8764
|
"isTestnet": false,
|
|
8765
8765
|
"chainStatus": "ACTIVE",
|
|
8766
|
-
"icon": "https://
|
|
8766
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayer.png",
|
|
8767
8767
|
"providers": {
|
|
8768
8768
|
"Bitlayer": "https://rpc.bitlayer.org",
|
|
8769
8769
|
"Rpc": "https://rpc.bitlayer-rpc.com",
|
|
@@ -8792,7 +8792,7 @@
|
|
|
8792
8792
|
"name": "Bitlayer Testnet",
|
|
8793
8793
|
"isTestnet": true,
|
|
8794
8794
|
"chainStatus": "ACTIVE",
|
|
8795
|
-
"icon": "https://
|
|
8795
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayertest.png",
|
|
8796
8796
|
"providers": {
|
|
8797
8797
|
"Rpc testnet": "https://testnet-rpc.bitlayer.org"
|
|
8798
8798
|
},
|
|
@@ -8819,7 +8819,7 @@
|
|
|
8819
8819
|
"name": "BEVM",
|
|
8820
8820
|
"isTestnet": false,
|
|
8821
8821
|
"chainStatus": "ACTIVE",
|
|
8822
|
-
"icon": "https://
|
|
8822
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm.png",
|
|
8823
8823
|
"providers": {
|
|
8824
8824
|
"Mainnet 1": "https://rpc-mainnet-1.bevm.io",
|
|
8825
8825
|
"Mainnet 2": "https://rpc-mainnet-2.bevm.io"
|
|
@@ -8847,7 +8847,7 @@
|
|
|
8847
8847
|
"name": "BEVM Testnet",
|
|
8848
8848
|
"isTestnet": true,
|
|
8849
8849
|
"chainStatus": "ACTIVE",
|
|
8850
|
-
"icon": "https://
|
|
8850
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevmtest.png",
|
|
8851
8851
|
"providers": {
|
|
8852
8852
|
"BEVM testnet": "https://testnet.bevm.io"
|
|
8853
8853
|
},
|
|
@@ -8874,7 +8874,7 @@
|
|
|
8874
8874
|
"name": "B² Network",
|
|
8875
8875
|
"isTestnet": false,
|
|
8876
8876
|
"chainStatus": "ACTIVE",
|
|
8877
|
-
"icon": "https://
|
|
8877
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/b2.png",
|
|
8878
8878
|
"providers": {
|
|
8879
8879
|
"Bsquared": "https://rpc.bsquared.network",
|
|
8880
8880
|
"Alt technology": "https://b2-mainnet.alt.technology"
|
|
@@ -8902,7 +8902,7 @@
|
|
|
8902
8902
|
"name": "BOB",
|
|
8903
8903
|
"isTestnet": false,
|
|
8904
8904
|
"chainStatus": "ACTIVE",
|
|
8905
|
-
"icon": "https://
|
|
8905
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobmainnet.png",
|
|
8906
8906
|
"providers": {
|
|
8907
8907
|
"Gobob": "https://rpc.gobob.xyz/"
|
|
8908
8908
|
},
|
|
@@ -8929,7 +8929,7 @@
|
|
|
8929
8929
|
"name": "Avail",
|
|
8930
8930
|
"isTestnet": false,
|
|
8931
8931
|
"chainStatus": "ACTIVE",
|
|
8932
|
-
"icon": "https://
|
|
8932
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/avail_mainnet.png",
|
|
8933
8933
|
"providers": {
|
|
8934
8934
|
"Ankr": "wss://mainnet.avail-rpc.com/",
|
|
8935
8935
|
"BrightlyStake": "wss://avail-us.brightlystake.com/",
|
|
@@ -8967,7 +8967,7 @@
|
|
|
8967
8967
|
"name": "Merlin Chain",
|
|
8968
8968
|
"isTestnet": false,
|
|
8969
8969
|
"chainStatus": "ACTIVE",
|
|
8970
|
-
"icon": "https://
|
|
8970
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/merlinevm.png",
|
|
8971
8971
|
"providers": {
|
|
8972
8972
|
"Merlin Chain": "https://rpc.merlinchain.io"
|
|
8973
8973
|
},
|
|
@@ -8994,7 +8994,7 @@
|
|
|
8994
8994
|
"name": "Botanix Testnet",
|
|
8995
8995
|
"isTestnet": true,
|
|
8996
8996
|
"chainStatus": "ACTIVE",
|
|
8997
|
-
"icon": "https://
|
|
8997
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/botanixevmtest.png",
|
|
8998
8998
|
"providers": {
|
|
8999
8999
|
"Botanix Labs": "https://node.botanixlabs.dev"
|
|
9000
9000
|
},
|
|
@@ -9021,7 +9021,7 @@
|
|
|
9021
9021
|
"name": "Curio",
|
|
9022
9022
|
"isTestnet": false,
|
|
9023
9023
|
"chainStatus": "ACTIVE",
|
|
9024
|
-
"icon": "https://
|
|
9024
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/curio.png",
|
|
9025
9025
|
"providers": {
|
|
9026
9026
|
"Curio": "wss://parachain.curioinvest.com/"
|
|
9027
9027
|
},
|
|
@@ -9053,7 +9053,7 @@
|
|
|
9053
9053
|
"name": "Hyperbridge",
|
|
9054
9054
|
"isTestnet": false,
|
|
9055
9055
|
"chainStatus": "ACTIVE",
|
|
9056
|
-
"icon": "https://
|
|
9056
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hyperbridge.png",
|
|
9057
9057
|
"providers": {
|
|
9058
9058
|
"BlockOps": "wss://hyperbridge-nexus-rpc.blockops.network",
|
|
9059
9059
|
"IBP1": "wss://nexus.ibp.network",
|
|
@@ -9087,7 +9087,7 @@
|
|
|
9087
9087
|
"name": "CESS Testnet",
|
|
9088
9088
|
"isTestnet": true,
|
|
9089
9089
|
"chainStatus": "ACTIVE",
|
|
9090
|
-
"icon": "https://
|
|
9090
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cess_testnet.png",
|
|
9091
9091
|
"providers": {
|
|
9092
9092
|
"CESS Testnet": "wss://testnet-rpc.cess.cloud/ws/",
|
|
9093
9093
|
"CESS network": "wss://testnet-rpc.cess.network/ws/"
|
|
@@ -9120,7 +9120,7 @@
|
|
|
9120
9120
|
"name": "Bitcoin",
|
|
9121
9121
|
"isTestnet": false,
|
|
9122
9122
|
"chainStatus": "ACTIVE",
|
|
9123
|
-
"icon": "https://
|
|
9123
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcoin.png",
|
|
9124
9124
|
"providers": {
|
|
9125
9125
|
"Blockstream": "https://btc-api.koni.studio"
|
|
9126
9126
|
},
|
|
@@ -9142,7 +9142,7 @@
|
|
|
9142
9142
|
"name": "Bitcoin Testnet",
|
|
9143
9143
|
"isTestnet": true,
|
|
9144
9144
|
"chainStatus": "ACTIVE",
|
|
9145
|
-
"icon": "https://
|
|
9145
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcointestnet.png",
|
|
9146
9146
|
"providers": {
|
|
9147
9147
|
"Koni": "https://blockstream.info/testnet/api"
|
|
9148
9148
|
},
|
|
@@ -9164,7 +9164,7 @@
|
|
|
9164
9164
|
"name": "Kusama People",
|
|
9165
9165
|
"isTestnet": false,
|
|
9166
9166
|
"chainStatus": "ACTIVE",
|
|
9167
|
-
"icon": "https://
|
|
9167
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peoplekusama.png",
|
|
9168
9168
|
"providers": {
|
|
9169
9169
|
"Parity": "wss://kusama-people-rpc.polkadot.io",
|
|
9170
9170
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/people",
|
|
@@ -9203,7 +9203,7 @@
|
|
|
9203
9203
|
"name": "Linea",
|
|
9204
9204
|
"isTestnet": false,
|
|
9205
9205
|
"chainStatus": "ACTIVE",
|
|
9206
|
-
"icon": "https://
|
|
9206
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/lineazkevm.png",
|
|
9207
9207
|
"providers": {
|
|
9208
9208
|
"Linea": "https://rpc.linea.build/"
|
|
9209
9209
|
},
|
|
@@ -9230,7 +9230,7 @@
|
|
|
9230
9230
|
"name": "BounceBit",
|
|
9231
9231
|
"isTestnet": false,
|
|
9232
9232
|
"chainStatus": "ACTIVE",
|
|
9233
|
-
"icon": "https://
|
|
9233
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevm.png",
|
|
9234
9234
|
"providers": {
|
|
9235
9235
|
"BounceBit Api": "https://fullnode-mainnet.bouncebitapi.com/"
|
|
9236
9236
|
},
|
|
@@ -9257,7 +9257,7 @@
|
|
|
9257
9257
|
"name": "BounceBit Testnet",
|
|
9258
9258
|
"isTestnet": true,
|
|
9259
9259
|
"chainStatus": "ACTIVE",
|
|
9260
|
-
"icon": "https://
|
|
9260
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevmtest.png",
|
|
9261
9261
|
"providers": {
|
|
9262
9262
|
"BounceBit Api": "https://fullnode-testnet.bouncebitapi.com/"
|
|
9263
9263
|
},
|
|
@@ -9284,7 +9284,7 @@
|
|
|
9284
9284
|
"name": "Kreivo",
|
|
9285
9285
|
"isTestnet": false,
|
|
9286
9286
|
"chainStatus": "ACTIVE",
|
|
9287
|
-
"icon": "https://
|
|
9287
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kreivo.png",
|
|
9288
9288
|
"providers": {
|
|
9289
9289
|
"Virto": "wss://kreivo.io/",
|
|
9290
9290
|
"Kippu": "wss://kreivo.kippu.rocks/"
|
|
@@ -9317,7 +9317,7 @@
|
|
|
9317
9317
|
"name": "Analog Testnet",
|
|
9318
9318
|
"isTestnet": true,
|
|
9319
9319
|
"chainStatus": "ACTIVE",
|
|
9320
|
-
"icon": "https://
|
|
9320
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/analog_testnet.png",
|
|
9321
9321
|
"providers": {
|
|
9322
9322
|
"Analog": "wss://rpc.testnet.analog.one"
|
|
9323
9323
|
},
|
|
@@ -9349,7 +9349,7 @@
|
|
|
9349
9349
|
"name": "peaq",
|
|
9350
9350
|
"isTestnet": false,
|
|
9351
9351
|
"chainStatus": "ACTIVE",
|
|
9352
|
-
"icon": "https://
|
|
9352
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq.png",
|
|
9353
9353
|
"providers": {
|
|
9354
9354
|
"Onfinality": "wss://peaq.api.onfinality.io/public-ws"
|
|
9355
9355
|
},
|
|
@@ -9384,7 +9384,7 @@
|
|
|
9384
9384
|
"name": "LayerEdge Testnet",
|
|
9385
9385
|
"isTestnet": true,
|
|
9386
9386
|
"chainStatus": "ACTIVE",
|
|
9387
|
-
"icon": "https://
|
|
9387
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/layeredge_testnet.png",
|
|
9388
9388
|
"providers": {
|
|
9389
9389
|
"LayerEdge Testnet": "https://testnet-rpc.layeredge.io"
|
|
9390
9390
|
},
|
|
@@ -9411,7 +9411,7 @@
|
|
|
9411
9411
|
"name": "BEVM OP Testnet",
|
|
9412
9412
|
"isTestnet": true,
|
|
9413
9413
|
"chainStatus": "ACTIVE",
|
|
9414
|
-
"icon": "https://
|
|
9414
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm_testnet.png",
|
|
9415
9415
|
"providers": {
|
|
9416
9416
|
"BEVM OP Testnet": "https://sepolia-wbtc-testnet.bevm.io/"
|
|
9417
9417
|
},
|
|
@@ -9435,7 +9435,7 @@
|
|
|
9435
9435
|
"name": "Berachain bArtio",
|
|
9436
9436
|
"isTestnet": true,
|
|
9437
9437
|
"chainStatus": "ACTIVE",
|
|
9438
|
-
"icon": "https://
|
|
9438
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/berachain_testnet.png",
|
|
9439
9439
|
"providers": {
|
|
9440
9440
|
"Berachain": "https://bartio.rpc.berachain.com/"
|
|
9441
9441
|
},
|
|
@@ -9462,7 +9462,7 @@
|
|
|
9462
9462
|
"name": "Atleta Olympia",
|
|
9463
9463
|
"isTestnet": true,
|
|
9464
9464
|
"chainStatus": "ACTIVE",
|
|
9465
|
-
"icon": "https://
|
|
9465
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/atletaolympia_testnet.png",
|
|
9466
9466
|
"providers": {
|
|
9467
9467
|
"Atleta": "wss://testnet-rpc.atleta.network"
|
|
9468
9468
|
},
|
|
@@ -9505,7 +9505,7 @@
|
|
|
9505
9505
|
"name": "Syscoin NEVM",
|
|
9506
9506
|
"isTestnet": false,
|
|
9507
9507
|
"chainStatus": "ACTIVE",
|
|
9508
|
-
"icon": "https://
|
|
9508
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/syscoin_evm.png",
|
|
9509
9509
|
"providers": {
|
|
9510
9510
|
"Syscoin": "https://rpc.syscoin.org"
|
|
9511
9511
|
},
|
|
@@ -9532,7 +9532,7 @@
|
|
|
9532
9532
|
"name": "Rollux",
|
|
9533
9533
|
"isTestnet": false,
|
|
9534
9534
|
"chainStatus": "ACTIVE",
|
|
9535
|
-
"icon": "https://
|
|
9535
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rollux_evm.png",
|
|
9536
9536
|
"providers": {
|
|
9537
9537
|
"Rollux": "https://rpc.rollux.com"
|
|
9538
9538
|
},
|
|
@@ -9559,7 +9559,7 @@
|
|
|
9559
9559
|
"name": "B² Network Testnet",
|
|
9560
9560
|
"isTestnet": true,
|
|
9561
9561
|
"chainStatus": "ACTIVE",
|
|
9562
|
-
"icon": "https://
|
|
9562
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/b2_testnet.png",
|
|
9563
9563
|
"providers": {
|
|
9564
9564
|
"Alt Technology": "https://b2-testnet.alt.technology/",
|
|
9565
9565
|
"Ankr": "https://rpc.ankr.com/b2_testnet",
|
|
@@ -9588,7 +9588,7 @@
|
|
|
9588
9588
|
"name": "Bool Alpha Mainnet",
|
|
9589
9589
|
"isTestnet": false,
|
|
9590
9590
|
"chainStatus": "INACTIVE",
|
|
9591
|
-
"icon": "https://
|
|
9591
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/boolalpha.png",
|
|
9592
9592
|
"providers": {
|
|
9593
9593
|
"Bool Alpha": "https://alpha-rpc-node-http.bool.network"
|
|
9594
9594
|
},
|
|
@@ -9615,7 +9615,7 @@
|
|
|
9615
9615
|
"name": "Bool Beta Testnet",
|
|
9616
9616
|
"isTestnet": true,
|
|
9617
9617
|
"chainStatus": "ACTIVE",
|
|
9618
|
-
"icon": "https://
|
|
9618
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/boolbeta_testnet.png",
|
|
9619
9619
|
"providers": {
|
|
9620
9620
|
"Bool Alpha": "https://betatest-rpc-node-http.bool.network"
|
|
9621
9621
|
},
|
|
@@ -9642,7 +9642,7 @@
|
|
|
9642
9642
|
"name": "Rollux Testnet",
|
|
9643
9643
|
"isTestnet": true,
|
|
9644
9644
|
"chainStatus": "ACTIVE",
|
|
9645
|
-
"icon": "https://
|
|
9645
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rollux_testnet.png",
|
|
9646
9646
|
"providers": {
|
|
9647
9647
|
"Rollux": "https://rpc-tanenbaum.rollux.com"
|
|
9648
9648
|
},
|
|
@@ -9669,7 +9669,7 @@
|
|
|
9669
9669
|
"name": "Syscoin NEVM Testnet",
|
|
9670
9670
|
"isTestnet": true,
|
|
9671
9671
|
"chainStatus": "ACTIVE",
|
|
9672
|
-
"icon": "https://
|
|
9672
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/syscoin_evm_testnet.png",
|
|
9673
9673
|
"providers": {
|
|
9674
9674
|
"Syscoin": "https://rpc.tanenbaum.io"
|
|
9675
9675
|
},
|
|
@@ -9696,7 +9696,7 @@
|
|
|
9696
9696
|
"name": "Aura Network",
|
|
9697
9697
|
"isTestnet": false,
|
|
9698
9698
|
"chainStatus": "ACTIVE",
|
|
9699
|
-
"icon": "https://
|
|
9699
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png",
|
|
9700
9700
|
"providers": {
|
|
9701
9701
|
"Aura Network": "https://jsonrpc.aura.network"
|
|
9702
9702
|
},
|
|
@@ -9723,7 +9723,7 @@
|
|
|
9723
9723
|
"name": "Unique - EVM",
|
|
9724
9724
|
"isTestnet": true,
|
|
9725
9725
|
"chainStatus": "ACTIVE",
|
|
9726
|
-
"icon": "https://
|
|
9726
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_evm.png",
|
|
9727
9727
|
"providers": {
|
|
9728
9728
|
"Unique": "https://rpc.unique.network",
|
|
9729
9729
|
"Asia": "https://asia-rpc.unique.network",
|
|
@@ -9753,7 +9753,7 @@
|
|
|
9753
9753
|
"name": "Core Blockchain Mainnet",
|
|
9754
9754
|
"isTestnet": false,
|
|
9755
9755
|
"chainStatus": "INACTIVE",
|
|
9756
|
-
"icon": "https://
|
|
9756
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/core.png",
|
|
9757
9757
|
"providers": {
|
|
9758
9758
|
"Core Dao": "https://rpc.coredao.org/"
|
|
9759
9759
|
},
|
|
@@ -9780,7 +9780,7 @@
|
|
|
9780
9780
|
"name": "SatoshiVM Alpha Mainnet",
|
|
9781
9781
|
"isTestnet": false,
|
|
9782
9782
|
"chainStatus": "INACTIVE",
|
|
9783
|
-
"icon": "https://
|
|
9783
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm.png",
|
|
9784
9784
|
"providers": {
|
|
9785
9785
|
"Alpha Rpc Node": "https://alpha-rpc-node-http.svmscan.io/"
|
|
9786
9786
|
},
|
|
@@ -9807,7 +9807,7 @@
|
|
|
9807
9807
|
"name": "SatoshiVM Testnet",
|
|
9808
9808
|
"isTestnet": true,
|
|
9809
9809
|
"chainStatus": "INACTIVE",
|
|
9810
|
-
"icon": "https://
|
|
9810
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png",
|
|
9811
9811
|
"providers": {
|
|
9812
9812
|
"Test Rpc Node": "https://test-rpc-node-http.svmscan.io/"
|
|
9813
9813
|
},
|
|
@@ -9834,7 +9834,7 @@
|
|
|
9834
9834
|
"name": "Cere Network",
|
|
9835
9835
|
"isTestnet": false,
|
|
9836
9836
|
"chainStatus": "ACTIVE",
|
|
9837
|
-
"icon": "https://
|
|
9837
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cere.png",
|
|
9838
9838
|
"providers": {
|
|
9839
9839
|
"Cere Network": "wss://rpc.mainnet.cere.network/ws",
|
|
9840
9840
|
"Archive": "wss://archive.mainnet.cere.network/ws"
|
|
@@ -9867,7 +9867,7 @@
|
|
|
9867
9867
|
"name": "Aleph Zero Testnet - EVM",
|
|
9868
9868
|
"isTestnet": true,
|
|
9869
9869
|
"chainStatus": "INACTIVE",
|
|
9870
|
-
"icon": "https://
|
|
9870
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png",
|
|
9871
9871
|
"providers": {
|
|
9872
9872
|
"Sepolia": "https://alephzero-sepolia.drpc.org/",
|
|
9873
9873
|
"Gelato": "https://rpc.alephzero-testnet.gelato.digital/"
|
|
@@ -9895,7 +9895,7 @@
|
|
|
9895
9895
|
"name": "Aleph Zero - EVM",
|
|
9896
9896
|
"isTestnet": false,
|
|
9897
9897
|
"chainStatus": "INACTIVE",
|
|
9898
|
-
"icon": "https://
|
|
9898
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_evm.png",
|
|
9899
9899
|
"providers": {
|
|
9900
9900
|
"Gelato": "https://rpc.alephzero.raas.gelato.cloud"
|
|
9901
9901
|
},
|
|
@@ -9922,7 +9922,7 @@
|
|
|
9922
9922
|
"name": "Exosama",
|
|
9923
9923
|
"isTestnet": false,
|
|
9924
9924
|
"chainStatus": "ACTIVE",
|
|
9925
|
-
"icon": "https://
|
|
9925
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/exosama.png",
|
|
9926
9926
|
"providers": {
|
|
9927
9927
|
"Exosama Network": "https://rpc.exosama.com"
|
|
9928
9928
|
},
|
|
@@ -9949,7 +9949,7 @@
|
|
|
9949
9949
|
"name": "Blast Mainnet",
|
|
9950
9950
|
"isTestnet": false,
|
|
9951
9951
|
"chainStatus": "ACTIVE",
|
|
9952
|
-
"icon": "https://
|
|
9952
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/blast_mainnet.png",
|
|
9953
9953
|
"providers": {
|
|
9954
9954
|
"Blast": "https://rpc.blast.io"
|
|
9955
9955
|
},
|
|
@@ -9976,7 +9976,7 @@
|
|
|
9976
9976
|
"name": "Story Partner Testnet",
|
|
9977
9977
|
"isTestnet": true,
|
|
9978
9978
|
"chainStatus": "ACTIVE",
|
|
9979
|
-
"icon": "https://
|
|
9979
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypartner_testnet.png",
|
|
9980
9980
|
"providers": {},
|
|
9981
9981
|
"evmInfo": {
|
|
9982
9982
|
"evmChainId": 1513,
|
|
@@ -10001,7 +10001,7 @@
|
|
|
10001
10001
|
"name": "TON Network",
|
|
10002
10002
|
"isTestnet": false,
|
|
10003
10003
|
"chainStatus": "ACTIVE",
|
|
10004
|
-
"icon": "https://
|
|
10004
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ton.png",
|
|
10005
10005
|
"providers": {
|
|
10006
10006
|
"Toncenter": "https://ton-rpc-mainnet.koni.studio"
|
|
10007
10007
|
},
|
|
@@ -10026,7 +10026,7 @@
|
|
|
10026
10026
|
"name": "TON Testnet",
|
|
10027
10027
|
"isTestnet": true,
|
|
10028
10028
|
"chainStatus": "ACTIVE",
|
|
10029
|
-
"icon": "https://
|
|
10029
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ton_testnet.png",
|
|
10030
10030
|
"providers": {
|
|
10031
10031
|
"TonCenter": "https://ton-rpc-testnet.koni.studio"
|
|
10032
10032
|
},
|
|
@@ -10051,7 +10051,7 @@
|
|
|
10051
10051
|
"name": "5ireChain Mainnet",
|
|
10052
10052
|
"isTestnet": false,
|
|
10053
10053
|
"chainStatus": "ACTIVE",
|
|
10054
|
-
"icon": "https://
|
|
10054
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/5irechain_mainnet.png",
|
|
10055
10055
|
"providers": {
|
|
10056
10056
|
"5fire": "https://rpc.5ire.network/"
|
|
10057
10057
|
},
|
|
@@ -10078,7 +10078,7 @@
|
|
|
10078
10078
|
"name": "Polygon zkEVM",
|
|
10079
10079
|
"isTestnet": false,
|
|
10080
10080
|
"chainStatus": "ACTIVE",
|
|
10081
|
-
"icon": "https://
|
|
10081
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygonzkevm.png",
|
|
10082
10082
|
"providers": {
|
|
10083
10083
|
"zkEVM": "https://zkevm-rpc.com/"
|
|
10084
10084
|
},
|
|
@@ -10105,7 +10105,7 @@
|
|
|
10105
10105
|
"name": "Immutable zkEVM Mainnet",
|
|
10106
10106
|
"isTestnet": false,
|
|
10107
10107
|
"chainStatus": "ACTIVE",
|
|
10108
|
-
"icon": "https://
|
|
10108
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/immutablezkevm.png",
|
|
10109
10109
|
"providers": {
|
|
10110
10110
|
"Immutable": "https://rpc.immutable.com/"
|
|
10111
10111
|
},
|
|
@@ -10132,7 +10132,7 @@
|
|
|
10132
10132
|
"name": "Story Public Testnet",
|
|
10133
10133
|
"isTestnet": true,
|
|
10134
10134
|
"chainStatus": "INACTIVE",
|
|
10135
|
-
"icon": "https://
|
|
10135
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypublic_testnet.png",
|
|
10136
10136
|
"providers": {
|
|
10137
10137
|
"Story Testnet": "https://testnet.storyrpc.io/"
|
|
10138
10138
|
},
|
|
@@ -10159,7 +10159,7 @@
|
|
|
10159
10159
|
"name": "Soneium Minato",
|
|
10160
10160
|
"isTestnet": true,
|
|
10161
10161
|
"chainStatus": "ACTIVE",
|
|
10162
|
-
"icon": "https://
|
|
10162
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneiumminato.png",
|
|
10163
10163
|
"providers": {
|
|
10164
10164
|
"Soneium": "https://rpc.minato.soneium.org/"
|
|
10165
10165
|
},
|
|
@@ -10186,7 +10186,7 @@
|
|
|
10186
10186
|
"name": "Base Sepolia",
|
|
10187
10187
|
"isTestnet": true,
|
|
10188
10188
|
"chainStatus": "ACTIVE",
|
|
10189
|
-
"icon": "https://
|
|
10189
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/base_sepolia.png",
|
|
10190
10190
|
"providers": {
|
|
10191
10191
|
"Base": "https://sepolia.base.org",
|
|
10192
10192
|
"BlockPi": "https://base-sepolia.blockpi.network/v1/rpc/public",
|
|
@@ -10215,7 +10215,7 @@
|
|
|
10215
10215
|
"name": "Creditcoin Native",
|
|
10216
10216
|
"isTestnet": false,
|
|
10217
10217
|
"chainStatus": "ACTIVE",
|
|
10218
|
-
"icon": "https://
|
|
10218
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/creditcoin_native.png",
|
|
10219
10219
|
"providers": {
|
|
10220
10220
|
"Creditcoin CC3 mainnnet": "wss://mainnet3.creditcoin.network"
|
|
10221
10221
|
},
|
|
@@ -10250,7 +10250,7 @@
|
|
|
10250
10250
|
"name": "Creditcoin EVM",
|
|
10251
10251
|
"isTestnet": false,
|
|
10252
10252
|
"chainStatus": "ACTIVE",
|
|
10253
|
-
"icon": "https://
|
|
10253
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/creditcoin_evm.png",
|
|
10254
10254
|
"providers": {
|
|
10255
10255
|
"Creditcoin EVM": "https://mainnet3.creditcoin.network/"
|
|
10256
10256
|
},
|
|
@@ -10277,7 +10277,7 @@
|
|
|
10277
10277
|
"name": "Arbitrum Sepolia",
|
|
10278
10278
|
"isTestnet": true,
|
|
10279
10279
|
"chainStatus": "ACTIVE",
|
|
10280
|
-
"icon": "https://
|
|
10280
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/arbitrum_sepolia.png",
|
|
10281
10281
|
"providers": {
|
|
10282
10282
|
"Block Pi": "https://arbitrum-sepolia.blockpi.network/v1/rpc/public",
|
|
10283
10283
|
"Omni Atech": "https://endpoints.omniatech.io/v1/arbitrum/sepolia/public",
|
|
@@ -10306,7 +10306,7 @@
|
|
|
10306
10306
|
"name": "Ternoa zkEVM+ Testnet",
|
|
10307
10307
|
"isTestnet": true,
|
|
10308
10308
|
"chainStatus": "ACTIVE",
|
|
10309
|
-
"icon": "https://
|
|
10309
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ternoazkevm_testnet.png",
|
|
10310
10310
|
"providers": {
|
|
10311
10311
|
"Ternoa zkEVM": "https://rpc.zkevm.ternoa.network/"
|
|
10312
10312
|
},
|
|
@@ -10333,7 +10333,7 @@
|
|
|
10333
10333
|
"name": "Bittensor devnet",
|
|
10334
10334
|
"isTestnet": true,
|
|
10335
10335
|
"chainStatus": "ACTIVE",
|
|
10336
|
-
"icon": "https://
|
|
10336
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_devnet.png",
|
|
10337
10337
|
"providers": {
|
|
10338
10338
|
"Opentensor": "wss://dev.chain.opentensor.ai:443"
|
|
10339
10339
|
},
|
|
@@ -10365,7 +10365,7 @@
|
|
|
10365
10365
|
"name": "Mantle Network",
|
|
10366
10366
|
"isTestnet": false,
|
|
10367
10367
|
"chainStatus": "ACTIVE",
|
|
10368
|
-
"icon": "https://
|
|
10368
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mantle.png",
|
|
10369
10369
|
"providers": {
|
|
10370
10370
|
"Mantle": "https://rpc.mantle.xyz/"
|
|
10371
10371
|
},
|
|
@@ -10392,7 +10392,7 @@
|
|
|
10392
10392
|
"name": "zkVerify Volta Testnet",
|
|
10393
10393
|
"isTestnet": true,
|
|
10394
10394
|
"chainStatus": "ACTIVE",
|
|
10395
|
-
"icon": "https://
|
|
10395
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png",
|
|
10396
10396
|
"providers": {
|
|
10397
10397
|
"zkVerify": "wss://volta-rpc.zkverify.io"
|
|
10398
10398
|
},
|
|
@@ -10424,7 +10424,7 @@
|
|
|
10424
10424
|
"name": "RARI Chain",
|
|
10425
10425
|
"isTestnet": false,
|
|
10426
10426
|
"chainStatus": "ACTIVE",
|
|
10427
|
-
"icon": "https://
|
|
10427
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rari.png",
|
|
10428
10428
|
"providers": {
|
|
10429
10429
|
"RARI": "https://mainnet.rpc.rarichain.org/http"
|
|
10430
10430
|
},
|
|
@@ -10451,7 +10451,7 @@
|
|
|
10451
10451
|
"name": "Scroll",
|
|
10452
10452
|
"isTestnet": false,
|
|
10453
10453
|
"chainStatus": "ACTIVE",
|
|
10454
|
-
"icon": "https://
|
|
10454
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/scroll.png",
|
|
10455
10455
|
"providers": {
|
|
10456
10456
|
"Scroll": "https://rpc.scroll.io/"
|
|
10457
10457
|
},
|
|
@@ -10478,7 +10478,7 @@
|
|
|
10478
10478
|
"name": "Unichain Sepolia",
|
|
10479
10479
|
"isTestnet": true,
|
|
10480
10480
|
"chainStatus": "ACTIVE",
|
|
10481
|
-
"icon": "https://
|
|
10481
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unichain_sepolia.png",
|
|
10482
10482
|
"providers": {
|
|
10483
10483
|
"Unichain": "https://sepolia.unichain.org/"
|
|
10484
10484
|
},
|
|
@@ -10505,7 +10505,7 @@
|
|
|
10505
10505
|
"name": "World Chain",
|
|
10506
10506
|
"isTestnet": false,
|
|
10507
10507
|
"chainStatus": "ACTIVE",
|
|
10508
|
-
"icon": "https://
|
|
10508
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/world_chain.png",
|
|
10509
10509
|
"providers": {
|
|
10510
10510
|
"World Chain": "https://worldchain-mainnet.g.alchemy.com/public"
|
|
10511
10511
|
},
|
|
@@ -10532,7 +10532,7 @@
|
|
|
10532
10532
|
"name": "Mode Mainnet",
|
|
10533
10533
|
"isTestnet": false,
|
|
10534
10534
|
"chainStatus": "ACTIVE",
|
|
10535
|
-
"icon": "https://
|
|
10535
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mode.png",
|
|
10536
10536
|
"providers": {
|
|
10537
10537
|
"Mode Mainnet": "https://mainnet.mode.network/"
|
|
10538
10538
|
},
|
|
@@ -10559,7 +10559,7 @@
|
|
|
10559
10559
|
"name": "Lisk",
|
|
10560
10560
|
"isTestnet": false,
|
|
10561
10561
|
"chainStatus": "ACTIVE",
|
|
10562
|
-
"icon": "https://
|
|
10562
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/lisk.png",
|
|
10563
10563
|
"providers": {
|
|
10564
10564
|
"Lisk": "https://rpc.api.lisk.com/"
|
|
10565
10565
|
},
|
|
@@ -10586,7 +10586,7 @@
|
|
|
10586
10586
|
"name": "Zircuit",
|
|
10587
10587
|
"isTestnet": false,
|
|
10588
10588
|
"chainStatus": "ACTIVE",
|
|
10589
|
-
"icon": "https://
|
|
10589
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zircuit.png",
|
|
10590
10590
|
"providers": {
|
|
10591
10591
|
"Zircuit1": "https://zircuit1-mainnet.p2pify.com/",
|
|
10592
10592
|
"Zircuit": "https://zircuit-mainnet.drpc.org/",
|
|
@@ -10615,7 +10615,7 @@
|
|
|
10615
10615
|
"name": "Tangle Mainnet",
|
|
10616
10616
|
"isTestnet": false,
|
|
10617
10617
|
"chainStatus": "ACTIVE",
|
|
10618
|
-
"icon": "https://
|
|
10618
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png",
|
|
10619
10619
|
"providers": {
|
|
10620
10620
|
"Tangle": "wss://rpc.tangle.tools",
|
|
10621
10621
|
"Dwellir": "wss://tangle-mainnet-rpc.dwellir.com"
|
|
@@ -10648,7 +10648,7 @@
|
|
|
10648
10648
|
"name": "Tangle EVM Mainnet",
|
|
10649
10649
|
"isTestnet": false,
|
|
10650
10650
|
"chainStatus": "ACTIVE",
|
|
10651
|
-
"icon": "https://
|
|
10651
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png",
|
|
10652
10652
|
"providers": {
|
|
10653
10653
|
"Tangle": "https://rpc.tangle.tools/"
|
|
10654
10654
|
},
|
|
@@ -10675,7 +10675,7 @@
|
|
|
10675
10675
|
"name": "Story Odyssey Testnet",
|
|
10676
10676
|
"isTestnet": true,
|
|
10677
10677
|
"chainStatus": "INACTIVE",
|
|
10678
|
-
"icon": "https://
|
|
10678
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
|
|
10679
10679
|
"providers": {
|
|
10680
10680
|
"Story Odyssey": "https://odyssey.storyrpc.io/"
|
|
10681
10681
|
},
|
|
@@ -10702,7 +10702,7 @@
|
|
|
10702
10702
|
"name": "Polygon Amoy Testnet",
|
|
10703
10703
|
"isTestnet": true,
|
|
10704
10704
|
"chainStatus": "ACTIVE",
|
|
10705
|
-
"icon": "https://
|
|
10705
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon_amoy.png",
|
|
10706
10706
|
"providers": {
|
|
10707
10707
|
"Polygon Amoy": "https://rpc-amoy.polygon.technology/"
|
|
10708
10708
|
},
|
|
@@ -10729,7 +10729,7 @@
|
|
|
10729
10729
|
"name": "Polygon zkEVM Cardona Testnet",
|
|
10730
10730
|
"isTestnet": true,
|
|
10731
10731
|
"chainStatus": "ACTIVE",
|
|
10732
|
-
"icon": "https://
|
|
10732
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygonzkevm_cardona.png",
|
|
10733
10733
|
"providers": {
|
|
10734
10734
|
"Cardona": "https://etherscan.cardona.zkevm-rpc.com/"
|
|
10735
10735
|
},
|
|
@@ -10756,7 +10756,7 @@
|
|
|
10756
10756
|
"name": "ZKsync Era Mainnet",
|
|
10757
10757
|
"isTestnet": false,
|
|
10758
10758
|
"chainStatus": "ACTIVE",
|
|
10759
|
-
"icon": "https://
|
|
10759
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zksync_era.png",
|
|
10760
10760
|
"providers": {
|
|
10761
10761
|
"ZKsync Era": "https://mainnet.era.zksync.io/"
|
|
10762
10762
|
},
|
|
@@ -10783,7 +10783,7 @@
|
|
|
10783
10783
|
"name": "ApeChain",
|
|
10784
10784
|
"isTestnet": false,
|
|
10785
10785
|
"chainStatus": "ACTIVE",
|
|
10786
|
-
"icon": "https://
|
|
10786
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/apechain.png",
|
|
10787
10787
|
"providers": {
|
|
10788
10788
|
"Calderachain": "https://apechain.calderachain.xyz/http"
|
|
10789
10789
|
},
|
|
@@ -10810,7 +10810,7 @@
|
|
|
10810
10810
|
"name": "Autonomys Taurus Testnet",
|
|
10811
10811
|
"isTestnet": true,
|
|
10812
10812
|
"chainStatus": "INACTIVE",
|
|
10813
|
-
"icon": "https://
|
|
10813
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys_taurus.png",
|
|
10814
10814
|
"providers": {
|
|
10815
10815
|
"Taurus": "wss://rpc-0.taurus.subspace.network/ws",
|
|
10816
10816
|
"Labs 2": "wss://rpc-1.taurus.subspace.network/ws"
|
|
@@ -10843,7 +10843,7 @@
|
|
|
10843
10843
|
"name": "Gnosis",
|
|
10844
10844
|
"isTestnet": false,
|
|
10845
10845
|
"chainStatus": "ACTIVE",
|
|
10846
|
-
"icon": "https://
|
|
10846
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gnosis.png",
|
|
10847
10847
|
"providers": {
|
|
10848
10848
|
"Gnosis Chain": "https://rpc.gnosischain.com/"
|
|
10849
10849
|
},
|
|
@@ -10870,7 +10870,7 @@
|
|
|
10870
10870
|
"name": "Autonomys Mainnet",
|
|
10871
10871
|
"isTestnet": false,
|
|
10872
10872
|
"chainStatus": "ACTIVE",
|
|
10873
|
-
"icon": "https://
|
|
10873
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys.png",
|
|
10874
10874
|
"providers": {
|
|
10875
10875
|
"Subspace": "wss://rpc-1.mainnet.subspace.network/ws",
|
|
10876
10876
|
"Foundation": "wss://rpc.mainnet.subspace.foundation/ws",
|
|
@@ -10907,7 +10907,7 @@
|
|
|
10907
10907
|
"name": "Fraxtal Mainnet L2",
|
|
10908
10908
|
"isTestnet": false,
|
|
10909
10909
|
"chainStatus": "ACTIVE",
|
|
10910
|
-
"icon": "https://
|
|
10910
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/fraxtal.png",
|
|
10911
10911
|
"providers": {
|
|
10912
10912
|
"Frax": "https://rpc.frax.com/"
|
|
10913
10913
|
},
|
|
@@ -10934,7 +10934,7 @@
|
|
|
10934
10934
|
"name": "Cyber",
|
|
10935
10935
|
"isTestnet": false,
|
|
10936
10936
|
"chainStatus": "ACTIVE",
|
|
10937
|
-
"icon": "https://
|
|
10937
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cyber.png",
|
|
10938
10938
|
"providers": {
|
|
10939
10939
|
"Cyber": "https://cyber.alt.technology/"
|
|
10940
10940
|
},
|
|
@@ -10961,7 +10961,7 @@
|
|
|
10961
10961
|
"name": "G6 Testnet",
|
|
10962
10962
|
"isTestnet": true,
|
|
10963
10963
|
"chainStatus": "INACTIVE",
|
|
10964
|
-
"icon": "https://
|
|
10964
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/g6_testnet.png",
|
|
10965
10965
|
"providers": {
|
|
10966
10966
|
"G6 Testnet": "wss://testnet.g6.network/node"
|
|
10967
10967
|
},
|
|
@@ -10993,7 +10993,7 @@
|
|
|
10993
10993
|
"name": "JAMTON",
|
|
10994
10994
|
"isTestnet": false,
|
|
10995
10995
|
"chainStatus": "ACTIVE",
|
|
10996
|
-
"icon": "https://
|
|
10996
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/jamton.png",
|
|
10997
10997
|
"providers": {
|
|
10998
10998
|
"Jamton": "wss://rpc.jamton.network"
|
|
10999
10999
|
},
|
|
@@ -11025,7 +11025,7 @@
|
|
|
11025
11025
|
"name": "Etherlink Mainnet",
|
|
11026
11026
|
"isTestnet": false,
|
|
11027
11027
|
"chainStatus": "ACTIVE",
|
|
11028
|
-
"icon": "https://
|
|
11028
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/etherlink.png",
|
|
11029
11029
|
"providers": {
|
|
11030
11030
|
"Etherlink": "https://node.mainnet.etherlink.com/"
|
|
11031
11031
|
},
|
|
@@ -11052,7 +11052,7 @@
|
|
|
11052
11052
|
"name": "Polkadot People",
|
|
11053
11053
|
"isTestnet": false,
|
|
11054
11054
|
"chainStatus": "ACTIVE",
|
|
11055
|
-
"icon": "https://
|
|
11055
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot_people.png",
|
|
11056
11056
|
"providers": {
|
|
11057
11057
|
"PolkadotPeople": "wss://polkadot-people-rpc.polkadot.io",
|
|
11058
11058
|
"LuckyFriday": "wss://rpc-people-polkadot.luckyfriday.io",
|
|
@@ -11092,7 +11092,7 @@
|
|
|
11092
11092
|
"name": "LAOS Network",
|
|
11093
11093
|
"isTestnet": false,
|
|
11094
11094
|
"chainStatus": "ACTIVE",
|
|
11095
|
-
"icon": "https://
|
|
11095
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/laos_network.png",
|
|
11096
11096
|
"providers": {
|
|
11097
11097
|
"LaosFoundation": "wss://rpc.laos.laosfoundation.io",
|
|
11098
11098
|
"Dwellir": "wss://laos-rpc.dwellir.com"
|
|
@@ -11136,7 +11136,7 @@
|
|
|
11136
11136
|
"name": "Odyssey Ithaca",
|
|
11137
11137
|
"isTestnet": true,
|
|
11138
11138
|
"chainStatus": "INACTIVE",
|
|
11139
|
-
"icon": "https://
|
|
11139
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ithaca.png",
|
|
11140
11140
|
"providers": {
|
|
11141
11141
|
"Odyssey": "https://odyssey.ithaca.xyz"
|
|
11142
11142
|
},
|
|
@@ -11163,7 +11163,7 @@
|
|
|
11163
11163
|
"name": "Ink",
|
|
11164
11164
|
"isTestnet": false,
|
|
11165
11165
|
"chainStatus": "ACTIVE",
|
|
11166
|
-
"icon": "https://
|
|
11166
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ink.png",
|
|
11167
11167
|
"providers": {
|
|
11168
11168
|
"Gel Ink": "https://rpc-gel.inkonchain.com/",
|
|
11169
11169
|
"Qnd Ink": "https://rpc-qnd.inkonchain.com/"
|
|
@@ -11191,7 +11191,7 @@
|
|
|
11191
11191
|
"name": "Celo Mainnet",
|
|
11192
11192
|
"isTestnet": false,
|
|
11193
11193
|
"chainStatus": "ACTIVE",
|
|
11194
|
-
"icon": "https://
|
|
11194
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/celo.png",
|
|
11195
11195
|
"providers": {
|
|
11196
11196
|
"Celo Forno": "https://forno.celo.org/"
|
|
11197
11197
|
},
|
|
@@ -11218,7 +11218,7 @@
|
|
|
11218
11218
|
"name": "Celo Alfajores",
|
|
11219
11219
|
"isTestnet": true,
|
|
11220
11220
|
"chainStatus": "ACTIVE",
|
|
11221
|
-
"icon": "https://
|
|
11221
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/celo_alfajores.png",
|
|
11222
11222
|
"providers": {
|
|
11223
11223
|
"Celo Alfajores": "https://alfajores-forno.celo-testnet.org/"
|
|
11224
11224
|
},
|
|
@@ -11245,7 +11245,7 @@
|
|
|
11245
11245
|
"name": "Lens Network Sepolia Testnet",
|
|
11246
11246
|
"isTestnet": true,
|
|
11247
11247
|
"chainStatus": "ACTIVE",
|
|
11248
|
-
"icon": "https://
|
|
11248
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/lens_network_sepolia.png",
|
|
11249
11249
|
"providers": {
|
|
11250
11250
|
"Lens": "https://rpc.testnet.lens.dev/"
|
|
11251
11251
|
},
|
|
@@ -11272,7 +11272,7 @@
|
|
|
11272
11272
|
"name": "Sophon Testnet",
|
|
11273
11273
|
"isTestnet": true,
|
|
11274
11274
|
"chainStatus": "ACTIVE",
|
|
11275
|
-
"icon": "https://
|
|
11275
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sophon_testnet.png",
|
|
11276
11276
|
"providers": {
|
|
11277
11277
|
"Sophon": "https://rpc.testnet.sophon.xyz/"
|
|
11278
11278
|
},
|
|
@@ -11299,7 +11299,7 @@
|
|
|
11299
11299
|
"name": "Abstract Testnet",
|
|
11300
11300
|
"isTestnet": true,
|
|
11301
11301
|
"chainStatus": "INACTIVE",
|
|
11302
|
-
"icon": "https://
|
|
11302
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/abstract_testnet.png",
|
|
11303
11303
|
"providers": {
|
|
11304
11304
|
"Abs": "https://api.testnet.abs.xyz/"
|
|
11305
11305
|
},
|
|
@@ -11326,7 +11326,7 @@
|
|
|
11326
11326
|
"name": "DIA Lasernet Testnet",
|
|
11327
11327
|
"isTestnet": true,
|
|
11328
11328
|
"chainStatus": "ACTIVE",
|
|
11329
|
-
"icon": "https://
|
|
11329
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dia_lasernet_testnet.png",
|
|
11330
11330
|
"providers": {
|
|
11331
11331
|
"DiaData": "https://testnet-rpc.diadata.org/"
|
|
11332
11332
|
},
|
|
@@ -11353,7 +11353,7 @@
|
|
|
11353
11353
|
"name": "Muse Testnet",
|
|
11354
11354
|
"isTestnet": true,
|
|
11355
11355
|
"chainStatus": "ACTIVE",
|
|
11356
|
-
"icon": "https://
|
|
11356
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/muse_testnet.png",
|
|
11357
11357
|
"providers": {
|
|
11358
11358
|
"Parity": "wss://paseo-muse-rpc.polkadot.io"
|
|
11359
11359
|
},
|
|
@@ -11393,7 +11393,7 @@
|
|
|
11393
11393
|
"name": "Soneium",
|
|
11394
11394
|
"isTestnet": false,
|
|
11395
11395
|
"chainStatus": "ACTIVE",
|
|
11396
|
-
"icon": "https://
|
|
11396
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneium.png",
|
|
11397
11397
|
"providers": {
|
|
11398
11398
|
"Soneium": "https://rpc.soneium.org/"
|
|
11399
11399
|
},
|
|
@@ -11420,7 +11420,7 @@
|
|
|
11420
11420
|
"name": "DeepBrainChain Mainnet",
|
|
11421
11421
|
"isTestnet": false,
|
|
11422
11422
|
"chainStatus": "ACTIVE",
|
|
11423
|
-
"icon": "https://
|
|
11423
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dbcchain_evm.png",
|
|
11424
11424
|
"providers": {
|
|
11425
11425
|
"DBCwallet": "https://rpc.dbcwallet.io/"
|
|
11426
11426
|
},
|
|
@@ -11447,7 +11447,7 @@
|
|
|
11447
11447
|
"name": "Analog Timechain",
|
|
11448
11448
|
"isTestnet": false,
|
|
11449
11449
|
"chainStatus": "ACTIVE",
|
|
11450
|
-
"icon": "https://
|
|
11450
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/analog_timechain.png",
|
|
11451
11451
|
"providers": {
|
|
11452
11452
|
"Analog": "wss://rpc.timechain.analog.one"
|
|
11453
11453
|
},
|
|
@@ -11479,7 +11479,7 @@
|
|
|
11479
11479
|
"name": "Rootstock",
|
|
11480
11480
|
"isTestnet": false,
|
|
11481
11481
|
"chainStatus": "ACTIVE",
|
|
11482
|
-
"icon": "https://
|
|
11482
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rootstock.png",
|
|
11483
11483
|
"providers": {
|
|
11484
11484
|
"Blast": "https://rootstock-mainnet.public.blastapi.io",
|
|
11485
11485
|
"PublicNode": "https://public-node.rsk.co",
|
|
@@ -11508,7 +11508,7 @@
|
|
|
11508
11508
|
"name": "Paseo Asset Hub",
|
|
11509
11509
|
"isTestnet": true,
|
|
11510
11510
|
"chainStatus": "ACTIVE",
|
|
11511
|
-
"icon": "https://
|
|
11511
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/paseo_assethub.png",
|
|
11512
11512
|
"providers": {
|
|
11513
11513
|
"IBP": "wss://sys.ibp.network/asset-hub-paseo",
|
|
11514
11514
|
"Dotters": "wss://asset-hub-paseo.dotters.network",
|
|
@@ -11546,7 +11546,7 @@
|
|
|
11546
11546
|
"name": "Gravity Alpha Mainnet",
|
|
11547
11547
|
"isTestnet": false,
|
|
11548
11548
|
"chainStatus": "ACTIVE",
|
|
11549
|
-
"icon": "https://
|
|
11549
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gravity_alpha.png",
|
|
11550
11550
|
"providers": {
|
|
11551
11551
|
"Gravity": "https://rpc.gravity.xyz/"
|
|
11552
11552
|
},
|
|
@@ -11573,7 +11573,7 @@
|
|
|
11573
11573
|
"name": "Westend Asset Hub",
|
|
11574
11574
|
"isTestnet": true,
|
|
11575
11575
|
"chainStatus": "ACTIVE",
|
|
11576
|
-
"icon": "https://
|
|
11576
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/westend_assethub.png",
|
|
11577
11577
|
"providers": {
|
|
11578
11578
|
"Parity": "wss://westend-asset-hub-rpc.polkadot.io",
|
|
11579
11579
|
"Dwellir Tunisia": "wss://westmint-rpc-tn.dwellir.com"
|
|
@@ -11609,7 +11609,7 @@
|
|
|
11609
11609
|
"name": "Torus",
|
|
11610
11610
|
"isTestnet": false,
|
|
11611
11611
|
"chainStatus": "ACTIVE",
|
|
11612
|
-
"icon": "https://
|
|
11612
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/torus.png",
|
|
11613
11613
|
"providers": {
|
|
11614
11614
|
"Torus": "wss://api.torus.network"
|
|
11615
11615
|
},
|
|
@@ -11641,7 +11641,7 @@
|
|
|
11641
11641
|
"name": "Sonic",
|
|
11642
11642
|
"isTestnet": false,
|
|
11643
11643
|
"chainStatus": "ACTIVE",
|
|
11644
|
-
"icon": "https://
|
|
11644
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sonic.png",
|
|
11645
11645
|
"providers": {
|
|
11646
11646
|
"SonicLab": "https://rpc.soniclabs.com/"
|
|
11647
11647
|
},
|
|
@@ -11668,7 +11668,7 @@
|
|
|
11668
11668
|
"name": "Story Protocol",
|
|
11669
11669
|
"isTestnet": false,
|
|
11670
11670
|
"chainStatus": "ACTIVE",
|
|
11671
|
-
"icon": "https://
|
|
11671
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/story_protocol.png",
|
|
11672
11672
|
"providers": {
|
|
11673
11673
|
"Story": "https://mainnet.storyrpc.io/"
|
|
11674
11674
|
},
|
|
@@ -11695,7 +11695,7 @@
|
|
|
11695
11695
|
"name": "Sophon",
|
|
11696
11696
|
"isTestnet": true,
|
|
11697
11697
|
"chainStatus": "ACTIVE",
|
|
11698
|
-
"icon": "https://
|
|
11698
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sophon.png",
|
|
11699
11699
|
"providers": {
|
|
11700
11700
|
"Sophon": "https://rpc.sophon.xyz/",
|
|
11701
11701
|
"Unifra": "https://sophon-mainnet-public.unifra.io/"
|
|
@@ -11723,7 +11723,7 @@
|
|
|
11723
11723
|
"name": "Story Aeneid Testnet",
|
|
11724
11724
|
"isTestnet": true,
|
|
11725
11725
|
"chainStatus": "ACTIVE",
|
|
11726
|
-
"icon": "https://
|
|
11726
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/story_aeneid.png",
|
|
11727
11727
|
"providers": {
|
|
11728
11728
|
"Aeneid": "https://aeneid.storyrpc.io/"
|
|
11729
11729
|
},
|
|
@@ -11750,7 +11750,7 @@
|
|
|
11750
11750
|
"name": "Unichain Mainnet",
|
|
11751
11751
|
"isTestnet": false,
|
|
11752
11752
|
"chainStatus": "ACTIVE",
|
|
11753
|
-
"icon": "https://
|
|
11753
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unichain.png",
|
|
11754
11754
|
"providers": {
|
|
11755
11755
|
"Unichain": "https://mainnet.unichain.org/"
|
|
11756
11756
|
},
|
|
@@ -11777,7 +11777,7 @@
|
|
|
11777
11777
|
"name": "Silicon zkEVM",
|
|
11778
11778
|
"isTestnet": false,
|
|
11779
11779
|
"chainStatus": "ACTIVE",
|
|
11780
|
-
"icon": "https://
|
|
11780
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/siliconzkevm.png",
|
|
11781
11781
|
"providers": {
|
|
11782
11782
|
"Silicon": "https://rpc.silicon.network/",
|
|
11783
11783
|
"Nodeinfra": "https://silicon-mainnet.nodeinfra.com/"
|
|
@@ -11805,7 +11805,7 @@
|
|
|
11805
11805
|
"name": "Ternoa zkEVM+",
|
|
11806
11806
|
"isTestnet": false,
|
|
11807
11807
|
"chainStatus": "ACTIVE",
|
|
11808
|
-
"icon": "https://
|
|
11808
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ternoazkevm.png",
|
|
11809
11809
|
"providers": {
|
|
11810
11810
|
"Ternoa": "https://rpc-mainnet.zkevm.ternoa.network/"
|
|
11811
11811
|
},
|
|
@@ -11832,7 +11832,7 @@
|
|
|
11832
11832
|
"name": "Gen6 Public Chain",
|
|
11833
11833
|
"isTestnet": false,
|
|
11834
11834
|
"chainStatus": "ACTIVE",
|
|
11835
|
-
"icon": "https://
|
|
11835
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gen6_public.png",
|
|
11836
11836
|
"providers": {
|
|
11837
11837
|
"Gen6": "wss://gen6.app:443/node"
|
|
11838
11838
|
},
|
|
@@ -11864,7 +11864,7 @@
|
|
|
11864
11864
|
"name": "Monad Testnet",
|
|
11865
11865
|
"isTestnet": true,
|
|
11866
11866
|
"chainStatus": "ACTIVE",
|
|
11867
|
-
"icon": "https://
|
|
11867
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/monad_testnet.png",
|
|
11868
11868
|
"providers": {
|
|
11869
11869
|
"Monad": "https://testnet-rpc.monad.xyz/"
|
|
11870
11870
|
},
|
|
@@ -11891,7 +11891,7 @@
|
|
|
11891
11891
|
"name": "Melodie Testnet Live",
|
|
11892
11892
|
"isTestnet": true,
|
|
11893
11893
|
"chainStatus": "ACTIVE",
|
|
11894
|
-
"icon": "https://
|
|
11894
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/melodie_testnet.png",
|
|
11895
11895
|
"providers": {
|
|
11896
11896
|
"Allfeat": "wss://melodie-rpc.allfeat.io"
|
|
11897
11897
|
},
|
|
@@ -11923,7 +11923,7 @@
|
|
|
11923
11923
|
"name": "Cardano",
|
|
11924
11924
|
"isTestnet": false,
|
|
11925
11925
|
"chainStatus": "ACTIVE",
|
|
11926
|
-
"icon": "https://
|
|
11926
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cardano.png",
|
|
11927
11927
|
"providers": {
|
|
11928
11928
|
"Blockfrost": "https://cardano-mainnet.blockfrost.io/api/v0"
|
|
11929
11929
|
},
|
|
@@ -11944,7 +11944,7 @@
|
|
|
11944
11944
|
"name": "Cardano Preproduction",
|
|
11945
11945
|
"isTestnet": true,
|
|
11946
11946
|
"chainStatus": "ACTIVE",
|
|
11947
|
-
"icon": "https://
|
|
11947
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cardano_preproduction.png",
|
|
11948
11948
|
"providers": {
|
|
11949
11949
|
"Blockfrost": "https://cardano-preprod.blockfrost.io/api/v0"
|
|
11950
11950
|
},
|
|
@@ -11965,7 +11965,7 @@
|
|
|
11965
11965
|
"name": "peaq EVM",
|
|
11966
11966
|
"isTestnet": false,
|
|
11967
11967
|
"chainStatus": "ACTIVE",
|
|
11968
|
-
"icon": "https://
|
|
11968
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq_evm.png",
|
|
11969
11969
|
"providers": {
|
|
11970
11970
|
"Onfinality": "https://peaq.api.onfinality.io/public",
|
|
11971
11971
|
"Peaq": "https://evm.peaq.network/"
|
|
@@ -11993,7 +11993,7 @@
|
|
|
11993
11993
|
"name": "Polkadot Coretime",
|
|
11994
11994
|
"isTestnet": false,
|
|
11995
11995
|
"chainStatus": "ACTIVE",
|
|
11996
|
-
"icon": "https://
|
|
11996
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot_coretime.png",
|
|
11997
11997
|
"providers": {
|
|
11998
11998
|
"IBP1": "wss://sys.ibp.network/coretime-polkadot",
|
|
11999
11999
|
"IBP2": "wss://coretime-polkadot.dotters.network",
|
|
@@ -12031,7 +12031,7 @@
|
|
|
12031
12031
|
"name": "Kusama Coretime",
|
|
12032
12032
|
"isTestnet": false,
|
|
12033
12033
|
"chainStatus": "ACTIVE",
|
|
12034
|
-
"icon": "https://
|
|
12034
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama_coretime.png",
|
|
12035
12035
|
"providers": {
|
|
12036
12036
|
"IBP1": "wss://sys.ibp.network/coretime-kusama",
|
|
12037
12037
|
"IBP2": "wss://coretime-kusama.dotters.network",
|
|
@@ -12070,7 +12070,7 @@
|
|
|
12070
12070
|
"name": "Truth Network Mainnet",
|
|
12071
12071
|
"isTestnet": false,
|
|
12072
12072
|
"chainStatus": "ACTIVE",
|
|
12073
|
-
"icon": "https://
|
|
12073
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/truth_network.png",
|
|
12074
12074
|
"providers": {
|
|
12075
12075
|
"External": "wss://chain-external.truth-network.io"
|
|
12076
12076
|
},
|
|
@@ -12102,7 +12102,7 @@
|
|
|
12102
12102
|
"name": "Tanssi Demo",
|
|
12103
12103
|
"isTestnet": true,
|
|
12104
12104
|
"chainStatus": "INACTIVE",
|
|
12105
|
-
"icon": "https://
|
|
12105
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tassi_demo.png",
|
|
12106
12106
|
"providers": {
|
|
12107
12107
|
"DanceBox": "https://dancebox-3001.tanssi-api.network/"
|
|
12108
12108
|
},
|
|
@@ -12129,7 +12129,7 @@
|
|
|
12129
12129
|
"name": "Zora",
|
|
12130
12130
|
"isTestnet": false,
|
|
12131
12131
|
"chainStatus": "ACTIVE",
|
|
12132
|
-
"icon": "https://
|
|
12132
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zora.png",
|
|
12133
12133
|
"providers": {
|
|
12134
12134
|
"Zora": "https://rpc.zora.energy/"
|
|
12135
12135
|
},
|
|
@@ -12156,7 +12156,7 @@
|
|
|
12156
12156
|
"name": "Polkadot Asset Hub Chainflip Testnet",
|
|
12157
12157
|
"isTestnet": true,
|
|
12158
12158
|
"chainStatus": "ACTIVE",
|
|
12159
|
-
"icon": "https://
|
|
12159
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_assethub.png",
|
|
12160
12160
|
"providers": {
|
|
12161
12161
|
"Chainflip": "wss://assethub.perseverance.chainflip.io/ws"
|
|
12162
12162
|
},
|
|
@@ -12188,7 +12188,7 @@
|
|
|
12188
12188
|
"name": "Dancelight",
|
|
12189
12189
|
"isTestnet": true,
|
|
12190
12190
|
"chainStatus": "ACTIVE",
|
|
12191
|
-
"icon": "https://
|
|
12191
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dancelight.png",
|
|
12192
12192
|
"providers": {
|
|
12193
12193
|
"Testnet": "wss://services.tanssi-testnet.network/dancelight"
|
|
12194
12194
|
},
|
|
@@ -12223,7 +12223,7 @@
|
|
|
12223
12223
|
"name": "TSCS Network",
|
|
12224
12224
|
"isTestnet": false,
|
|
12225
12225
|
"chainStatus": "ACTIVE",
|
|
12226
|
-
"icon": "https://
|
|
12226
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tscs.png",
|
|
12227
12227
|
"providers": {
|
|
12228
12228
|
"SCSchain": "https://testnetrpc.scschain.com"
|
|
12229
12229
|
},
|
|
@@ -12250,7 +12250,7 @@
|
|
|
12250
12250
|
"name": "Tanssi Mainnet",
|
|
12251
12251
|
"isTestnet": false,
|
|
12252
12252
|
"chainStatus": "ACTIVE",
|
|
12253
|
-
"icon": "https://
|
|
12253
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tanssi.png",
|
|
12254
12254
|
"providers": {
|
|
12255
12255
|
"Services ": "wss://services.tanssi-mainnet.network/tanssi"
|
|
12256
12256
|
},
|
|
@@ -12285,7 +12285,7 @@
|
|
|
12285
12285
|
"name": "HyperEVM Mainnet",
|
|
12286
12286
|
"isTestnet": false,
|
|
12287
12287
|
"chainStatus": "ACTIVE",
|
|
12288
|
-
"icon": "https://
|
|
12288
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hyperevm.png",
|
|
12289
12289
|
"providers": {
|
|
12290
12290
|
"Hyperliquid": "https://rpc.hyperliquid.xyz/evm",
|
|
12291
12291
|
"Hypurrscan": "https://rpc.hypurrscan.io",
|
|
@@ -12314,7 +12314,7 @@
|
|
|
12314
12314
|
"name": "Mosaic Chain Devnet",
|
|
12315
12315
|
"isTestnet": true,
|
|
12316
12316
|
"chainStatus": "ACTIVE",
|
|
12317
|
-
"icon": "https://
|
|
12317
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mosaictest.png",
|
|
12318
12318
|
"providers": {
|
|
12319
12319
|
"Mosaic 1": "wss://devnet-gw1.mosaicchain.io/MosaicNode1/chain",
|
|
12320
12320
|
"Mosaic 2": "wss://devnet-gw2.mosaicchain.io/MosaicNode2/chain"
|
|
@@ -12347,7 +12347,7 @@
|
|
|
12347
12347
|
"name": "Verisense Beta Testnet",
|
|
12348
12348
|
"isTestnet": true,
|
|
12349
12349
|
"chainStatus": "ACTIVE",
|
|
12350
|
-
"icon": "https://
|
|
12350
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/verisensetest.png",
|
|
12351
12351
|
"providers": {
|
|
12352
12352
|
"Verisense": "wss://rpc.beta.verisense.network"
|
|
12353
12353
|
},
|
|
@@ -12379,7 +12379,7 @@
|
|
|
12379
12379
|
"name": "Katana",
|
|
12380
12380
|
"isTestnet": false,
|
|
12381
12381
|
"chainStatus": "ACTIVE",
|
|
12382
|
-
"icon": "https://
|
|
12382
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/katana.png",
|
|
12383
12383
|
"providers": {
|
|
12384
12384
|
"Katana": "https://rpc.katana.network/"
|
|
12385
12385
|
},
|
|
@@ -12406,7 +12406,7 @@
|
|
|
12406
12406
|
"name": "Mandala Testnet",
|
|
12407
12407
|
"isTestnet": true,
|
|
12408
12408
|
"chainStatus": "ACTIVE",
|
|
12409
|
-
"icon": "https://
|
|
12409
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mandalatest.png",
|
|
12410
12410
|
"providers": {
|
|
12411
12411
|
"Autobot": "wss://rpc1.paseo.mandalachain.io",
|
|
12412
12412
|
"Bumblebee": "wss://rpc2.paseo.mandalachain.io"
|
|
@@ -12439,7 +12439,7 @@
|
|
|
12439
12439
|
"name": "passet-hub",
|
|
12440
12440
|
"isTestnet": true,
|
|
12441
12441
|
"chainStatus": "ACTIVE",
|
|
12442
|
-
"icon": "https://
|
|
12442
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/passethub.png",
|
|
12443
12443
|
"providers": {
|
|
12444
12444
|
"IBP": "wss://passet-hub-paseo.ibp.network",
|
|
12445
12445
|
"Passet": "wss://testnet-passet-hub.polkadot.io"
|
|
@@ -12472,7 +12472,7 @@
|
|
|
12472
12472
|
"name": "Bifrost Paseo",
|
|
12473
12473
|
"isTestnet": true,
|
|
12474
12474
|
"chainStatus": "ACTIVE",
|
|
12475
|
-
"icon": "https://
|
|
12475
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bifrostpaseo.png",
|
|
12476
12476
|
"providers": {
|
|
12477
12477
|
"Paseo": "wss://bifrost-rpc.paseo.liebi.com/ws"
|
|
12478
12478
|
},
|
|
@@ -12504,7 +12504,7 @@
|
|
|
12504
12504
|
"name": "Hydration Paseo Testnet",
|
|
12505
12505
|
"isTestnet": true,
|
|
12506
12506
|
"chainStatus": "ACTIVE",
|
|
12507
|
-
"icon": "https://
|
|
12507
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hydrationpaseo.png",
|
|
12508
12508
|
"providers": {
|
|
12509
12509
|
"Hydration Paseo": "wss://paseo-rpc.play.hydration.cloud"
|
|
12510
12510
|
},
|
|
@@ -12536,7 +12536,7 @@
|
|
|
12536
12536
|
"name": "Passet Hub EVM",
|
|
12537
12537
|
"isTestnet": true,
|
|
12538
12538
|
"chainStatus": "ACTIVE",
|
|
12539
|
-
"icon": "https://
|
|
12539
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/passethub_evm.png",
|
|
12540
12540
|
"providers": {
|
|
12541
12541
|
"Passet": "https://testnet-passet-hub-eth-rpc.polkadot.io"
|
|
12542
12542
|
},
|
|
@@ -12563,7 +12563,7 @@
|
|
|
12563
12563
|
"name": "Clover Mainnet",
|
|
12564
12564
|
"isTestnet": false,
|
|
12565
12565
|
"chainStatus": "ACTIVE",
|
|
12566
|
-
"icon": "https://
|
|
12566
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/clover_mainnet.png",
|
|
12567
12567
|
"providers": {
|
|
12568
12568
|
"Ivy2": "wss://api-ivy-2.clv.org",
|
|
12569
12569
|
"Ivy3": "wss://api-ivy-3.clv.org"
|
|
@@ -12596,7 +12596,7 @@
|
|
|
12596
12596
|
"name": "Quantum Fusion Testnet",
|
|
12597
12597
|
"isTestnet": true,
|
|
12598
12598
|
"chainStatus": "ACTIVE",
|
|
12599
|
-
"icon": "https://
|
|
12599
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/quantum_fusion.png",
|
|
12600
12600
|
"providers": {
|
|
12601
12601
|
"Qfnetwork": "wss://test.qfnetwork.xyz"
|
|
12602
12602
|
},
|
|
@@ -12628,7 +12628,7 @@
|
|
|
12628
12628
|
"name": "Subtensor EVM",
|
|
12629
12629
|
"isTestnet": false,
|
|
12630
12630
|
"chainStatus": "ACTIVE",
|
|
12631
|
-
"icon": "https://
|
|
12631
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subtensor_evm.png",
|
|
12632
12632
|
"providers": {
|
|
12633
12633
|
"Opentensor": "https://lite.chain.opentensor.ai/"
|
|
12634
12634
|
},
|
|
@@ -12655,7 +12655,7 @@
|
|
|
12655
12655
|
"name": "Auto EVM Mainnet",
|
|
12656
12656
|
"isTestnet": false,
|
|
12657
12657
|
"chainStatus": "ACTIVE",
|
|
12658
|
-
"icon": "https://
|
|
12658
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/auto_evm.png",
|
|
12659
12659
|
"providers": {
|
|
12660
12660
|
"Autonomys": "wss://auto-evm.mainnet.autonomys.xyz/ws"
|
|
12661
12661
|
},
|
|
@@ -12698,7 +12698,7 @@
|
|
|
12698
12698
|
"name": "RegionX Kusama",
|
|
12699
12699
|
"isTestnet": false,
|
|
12700
12700
|
"chainStatus": "ACTIVE",
|
|
12701
|
-
"icon": "https://
|
|
12701
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/regionx_kusama.png",
|
|
12702
12702
|
"providers": {
|
|
12703
12703
|
"RegionX": "wss://regionx-kusama-rpc-lb.zeeve.net/ld940yl9c6/rpc"
|
|
12704
12704
|
},
|
|
@@ -12730,7 +12730,7 @@
|
|
|
12730
12730
|
"name": "Stable Testnet",
|
|
12731
12731
|
"isTestnet": true,
|
|
12732
12732
|
"chainStatus": "ACTIVE",
|
|
12733
|
-
"icon": "https://
|
|
12733
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/stable_testnet.png",
|
|
12734
12734
|
"providers": {
|
|
12735
12735
|
"JsonRPC": "https://stable-jsonrpc.testnet.chain0.dev/",
|
|
12736
12736
|
"Stable": "https://stable-jsonrpc-ar.testnet.chain0.dev/"
|
|
@@ -12758,7 +12758,7 @@
|
|
|
12758
12758
|
"name": "Abstract Mainnet",
|
|
12759
12759
|
"isTestnet": false,
|
|
12760
12760
|
"chainStatus": "ACTIVE",
|
|
12761
|
-
"icon": "https://
|
|
12761
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/abstract.png",
|
|
12762
12762
|
"providers": {
|
|
12763
12763
|
"Abs": "https://api.mainnet.abs.xyz/"
|
|
12764
12764
|
},
|
|
@@ -12785,7 +12785,7 @@
|
|
|
12785
12785
|
"name": "Hydration Hollarnet",
|
|
12786
12786
|
"isTestnet": true,
|
|
12787
12787
|
"chainStatus": "ACTIVE",
|
|
12788
|
-
"icon": "https://
|
|
12788
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hydradx_hollarnet.png",
|
|
12789
12789
|
"providers": {
|
|
12790
12790
|
"Lark": "wss://1.lark.hydration.cloud"
|
|
12791
12791
|
},
|
|
@@ -12817,7 +12817,7 @@
|
|
|
12817
12817
|
"name": "Xode",
|
|
12818
12818
|
"isTestnet": false,
|
|
12819
12819
|
"chainStatus": "ACTIVE",
|
|
12820
|
-
"icon": "https://
|
|
12820
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/xode.png",
|
|
12821
12821
|
"providers": {
|
|
12822
12822
|
"XodeCommunity": "wss://polkadot-rpcnode.xode.net",
|
|
12823
12823
|
"Zeeve": "wss://xode-polkadot-rpc-01.zeeve.net/y0yxg038wn1fncc/rpc"
|
|
@@ -12850,7 +12850,7 @@
|
|
|
12850
12850
|
"name": "Chronos Consensus",
|
|
12851
12851
|
"isTestnet": true,
|
|
12852
12852
|
"chainStatus": "ACTIVE",
|
|
12853
|
-
"icon": "https://
|
|
12853
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chronos_consensus.png",
|
|
12854
12854
|
"providers": {
|
|
12855
12855
|
"Chronos": "wss://rpc.chronos.autonomys.xyz/ws"
|
|
12856
12856
|
},
|
|
@@ -12885,7 +12885,7 @@
|
|
|
12885
12885
|
"name": "Chronos Auto EVM",
|
|
12886
12886
|
"isTestnet": true,
|
|
12887
12887
|
"chainStatus": "ACTIVE",
|
|
12888
|
-
"icon": "https://
|
|
12888
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chronos_auto.png",
|
|
12889
12889
|
"providers": {
|
|
12890
12890
|
"Chronos": "wss://auto-evm.chronos.autonomys.xyz/ws"
|
|
12891
12891
|
},
|
|
@@ -12923,39 +12923,12 @@
|
|
|
12923
12923
|
"tonInfo": null,
|
|
12924
12924
|
"cardanoInfo": null
|
|
12925
12925
|
},
|
|
12926
|
-
"redstone": {
|
|
12927
|
-
"slug": "redstone",
|
|
12928
|
-
"name": "Redstone",
|
|
12929
|
-
"isTestnet": false,
|
|
12930
|
-
"chainStatus": "ACTIVE",
|
|
12931
|
-
"icon": null,
|
|
12932
|
-
"providers": {
|
|
12933
|
-
"Blockfrost": "https://rpc.redstonechain.com/"
|
|
12934
|
-
},
|
|
12935
|
-
"evmInfo": {
|
|
12936
|
-
"evmChainId": 690,
|
|
12937
|
-
"blockExplorer": "https://explorer.redstone.xyz/",
|
|
12938
|
-
"existentialDeposit": "0",
|
|
12939
|
-
"symbol": "ETH",
|
|
12940
|
-
"decimals": 18,
|
|
12941
|
-
"supportSmartContract": [
|
|
12942
|
-
"ERC20",
|
|
12943
|
-
"ERC721"
|
|
12944
|
-
],
|
|
12945
|
-
"abiExplorer": null
|
|
12946
|
-
},
|
|
12947
|
-
"substrateInfo": null,
|
|
12948
|
-
"extraInfo": null,
|
|
12949
|
-
"bitcoinInfo": null,
|
|
12950
|
-
"tonInfo": null,
|
|
12951
|
-
"cardanoInfo": null
|
|
12952
|
-
},
|
|
12953
12926
|
"zkverify": {
|
|
12954
12927
|
"slug": "zkverify",
|
|
12955
12928
|
"name": "zkVerify",
|
|
12956
12929
|
"isTestnet": false,
|
|
12957
12930
|
"chainStatus": "ACTIVE",
|
|
12958
|
-
"icon": "https://
|
|
12931
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify.png",
|
|
12959
12932
|
"providers": {
|
|
12960
12933
|
"zkVerify": "wss://zkverify-rpc.zkverify.io"
|
|
12961
12934
|
},
|
|
@@ -12975,7 +12948,6 @@
|
|
|
12975
12948
|
"supportStaking": null,
|
|
12976
12949
|
"supportSmartContract": null,
|
|
12977
12950
|
"crowdloanParaId": null,
|
|
12978
|
-
"supportProxy": true,
|
|
12979
12951
|
"crowdloanFunds": []
|
|
12980
12952
|
},
|
|
12981
12953
|
"extraInfo": {
|
|
@@ -12991,7 +12963,7 @@
|
|
|
12991
12963
|
"name": "VFlow",
|
|
12992
12964
|
"isTestnet": false,
|
|
12993
12965
|
"chainStatus": "ACTIVE",
|
|
12994
|
-
"icon": "https://
|
|
12966
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/vflow.png",
|
|
12995
12967
|
"providers": {
|
|
12996
12968
|
"zkVerify": "wss://vflow-rpc.zkverify.io"
|
|
12997
12969
|
},
|
|
@@ -13022,7 +12994,6 @@
|
|
|
13022
12994
|
"supportStaking": null,
|
|
13023
12995
|
"supportSmartContract": null,
|
|
13024
12996
|
"crowdloanParaId": null,
|
|
13025
|
-
"supportProxy": true,
|
|
13026
12997
|
"crowdloanFunds": []
|
|
13027
12998
|
},
|
|
13028
12999
|
"extraInfo": {
|
|
@@ -13038,7 +13009,7 @@
|
|
|
13038
13009
|
"name": "Acurast Mainnet",
|
|
13039
13010
|
"isTestnet": false,
|
|
13040
13011
|
"chainStatus": "ACTIVE",
|
|
13041
|
-
"icon": "https://
|
|
13012
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acurast_mainnet.png",
|
|
13042
13013
|
"providers": {
|
|
13043
13014
|
"Acurast": "wss://public-archive.mainnet.acurast.com"
|
|
13044
13015
|
},
|
|
@@ -13058,7 +13029,6 @@
|
|
|
13058
13029
|
"supportStaking": null,
|
|
13059
13030
|
"supportSmartContract": null,
|
|
13060
13031
|
"crowdloanParaId": null,
|
|
13061
|
-
"supportProxy": true,
|
|
13062
13032
|
"crowdloanFunds": []
|
|
13063
13033
|
},
|
|
13064
13034
|
"extraInfo": null,
|
|
@@ -13071,7 +13041,7 @@
|
|
|
13071
13041
|
"name": "Monad Mainnet",
|
|
13072
13042
|
"isTestnet": false,
|
|
13073
13043
|
"chainStatus": "ACTIVE",
|
|
13074
|
-
"icon": "https://
|
|
13044
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/monad.png",
|
|
13075
13045
|
"providers": {
|
|
13076
13046
|
"MonadRPC": "https://rpc.monad.xyz/",
|
|
13077
13047
|
"MonadRPC1": "https://rpc1.monad.xyz/",
|
|
@@ -13101,7 +13071,7 @@
|
|
|
13101
13071
|
"name": "Stable Mainnet",
|
|
13102
13072
|
"isTestnet": false,
|
|
13103
13073
|
"chainStatus": "ACTIVE",
|
|
13104
|
-
"icon": "https://
|
|
13074
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/stable.png",
|
|
13105
13075
|
"providers": {
|
|
13106
13076
|
"Stable": "https://rpc.stable.xyz/",
|
|
13107
13077
|
"Omega": "https://omega-13.gateway.tenderly.co/7i0nzTPHGfvTsYnBMIsYiB",
|