@subwallet/chain-list 0.2.73 → 0.2.75-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle-subwallet-chain-list.js +2524 -2048
- package/cjs/data/AssetLogoMap.json +776 -761
- package/cjs/data/AssetRef.json +28 -0
- package/cjs/data/ChainAsset.json +905 -681
- package/cjs/data/ChainInfo.json +445 -268
- package/cjs/data/ChainLogoMap.json +268 -261
- package/cjs/data/MultiChainAsset.json +89 -80
- package/cjs/packageInfo.js +1 -1
- package/cjs/types.js +1 -0
- package/data/AssetLogoMap.json +776 -761
- package/data/AssetRef.json +28 -0
- package/data/ChainAsset.json +905 -681
- package/data/ChainInfo.json +445 -268
- package/data/ChainLogoMap.json +268 -261
- package/data/MultiChainAsset.json +89 -80
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +1 -0
- package/types.js +1 -0
package/data/ChainInfo.json
CHANGED
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
"name": "Polkadot",
|
|
5
5
|
"isTestnet": false,
|
|
6
6
|
"chainStatus": "ACTIVE",
|
|
7
|
-
"icon": "https://chain-list-assets.
|
|
7
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8
8
|
"providers": {
|
|
9
9
|
"Dwellir": "wss://polkadot-rpc.dwellir.com",
|
|
10
10
|
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
11
11
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
12
|
-
"LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
|
|
13
12
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
14
13
|
"Light Client": "light://substrate-connect/polkadot",
|
|
15
14
|
"BlockOps": "wss://polkadot-public-rpc.blockops.network/ws",
|
|
@@ -45,7 +44,7 @@
|
|
|
45
44
|
"name": "Kusama",
|
|
46
45
|
"isTestnet": false,
|
|
47
46
|
"chainStatus": "ACTIVE",
|
|
48
|
-
"icon": "https://chain-list-assets.
|
|
47
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama.png",
|
|
49
48
|
"providers": {
|
|
50
49
|
"RadiumBlock": "wss://kusama.public.curie.radiumblock.co/ws",
|
|
51
50
|
"LuckyFriday": "wss://rpc-kusama.luckyfriday.io",
|
|
@@ -82,7 +81,7 @@
|
|
|
82
81
|
"name": "Ethereum",
|
|
83
82
|
"isTestnet": false,
|
|
84
83
|
"chainStatus": "ACTIVE",
|
|
85
|
-
"icon": "https://chain-list-assets.
|
|
84
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ethereum.png",
|
|
86
85
|
"providers": {
|
|
87
86
|
"PublicNode": "https://ethereum.publicnode.com",
|
|
88
87
|
"BlastApi": "https://eth-mainnet.public.blastapi.io",
|
|
@@ -112,7 +111,7 @@
|
|
|
112
111
|
"name": "Binance Smart Chain",
|
|
113
112
|
"isTestnet": false,
|
|
114
113
|
"chainStatus": "ACTIVE",
|
|
115
|
-
"icon": "https://chain-list-assets.
|
|
114
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/binance.png",
|
|
116
115
|
"providers": {
|
|
117
116
|
"Binance": "https://bsc-dataseed.binance.org/",
|
|
118
117
|
"Defibit": "https://bsc-dataseed1.defibit.io/",
|
|
@@ -143,7 +142,7 @@
|
|
|
143
142
|
"name": "Moonbeam",
|
|
144
143
|
"isTestnet": false,
|
|
145
144
|
"chainStatus": "ACTIVE",
|
|
146
|
-
"icon": "https://chain-list-assets.
|
|
145
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/moonbeam.png",
|
|
147
146
|
"providers": {
|
|
148
147
|
"Moonbeam Foundation": "wss://wss.api.moonbeam.network",
|
|
149
148
|
"Blast": "wss://moonbeam.public.blastapi.io"
|
|
@@ -200,7 +199,7 @@
|
|
|
200
199
|
"name": "Pioneer Network",
|
|
201
200
|
"isTestnet": false,
|
|
202
201
|
"chainStatus": "ACTIVE",
|
|
203
|
-
"icon": "https://chain-list-assets.
|
|
202
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/pioneer.png",
|
|
204
203
|
"providers": {
|
|
205
204
|
"Pioneer": "wss://pioneer-rpc-3.bit.country/wss"
|
|
206
205
|
},
|
|
@@ -245,7 +244,7 @@
|
|
|
245
244
|
"name": "Aleph Zero",
|
|
246
245
|
"isTestnet": false,
|
|
247
246
|
"chainStatus": "ACTIVE",
|
|
248
|
-
"icon": "https://chain-list-assets.
|
|
247
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph.png",
|
|
249
248
|
"providers": {
|
|
250
249
|
"Aleph Zero Foundation": "wss://ws.azero.dev",
|
|
251
250
|
"Onfinality": "wss://aleph-zero.api.onfinality.io/public-ws"
|
|
@@ -282,7 +281,7 @@
|
|
|
282
281
|
"name": "Astar",
|
|
283
282
|
"isTestnet": false,
|
|
284
283
|
"chainStatus": "ACTIVE",
|
|
285
|
-
"icon": "https://chain-list-assets.
|
|
284
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/astar.png",
|
|
286
285
|
"providers": {
|
|
287
286
|
"Astar": "wss://rpc.astar.network",
|
|
288
287
|
"OnFinality": "wss://astar.api.onfinality.io/public-ws",
|
|
@@ -334,7 +333,7 @@
|
|
|
334
333
|
"name": "Astar - EVM",
|
|
335
334
|
"isTestnet": false,
|
|
336
335
|
"chainStatus": "ACTIVE",
|
|
337
|
-
"icon": "https://chain-list-assets.
|
|
336
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/astarevm.png",
|
|
338
337
|
"providers": {
|
|
339
338
|
"Astar": "https://evm.astar.network",
|
|
340
339
|
"OnFinality": "https://astar.api.onfinality.io/public",
|
|
@@ -362,7 +361,7 @@
|
|
|
362
361
|
"name": "Polkadot Asset Hub",
|
|
363
362
|
"isTestnet": false,
|
|
364
363
|
"chainStatus": "ACTIVE",
|
|
365
|
-
"icon": "https://chain-list-assets.
|
|
364
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemint.png",
|
|
366
365
|
"providers": {
|
|
367
366
|
"IBP-GeoDNS1": "wss://sys.ibp.network/statemint",
|
|
368
367
|
"StakeWorld": "wss://dot-rpc.stakeworld.io/assethub",
|
|
@@ -397,7 +396,7 @@
|
|
|
397
396
|
"name": "Acala",
|
|
398
397
|
"isTestnet": false,
|
|
399
398
|
"chainStatus": "ACTIVE",
|
|
400
|
-
"icon": "https://chain-list-assets.
|
|
399
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acala.png",
|
|
401
400
|
"providers": {
|
|
402
401
|
"Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
|
|
403
402
|
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
@@ -447,7 +446,7 @@
|
|
|
447
446
|
"name": "Polygon",
|
|
448
447
|
"isTestnet": false,
|
|
449
448
|
"chainStatus": "ACTIVE",
|
|
450
|
-
"icon": "https://chain-list-assets.
|
|
449
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon.png",
|
|
451
450
|
"providers": {
|
|
452
451
|
"Polygon Scan": "https://polygon-rpc.com/",
|
|
453
452
|
"Llamarpc": "https://polygon.llamarpc.com",
|
|
@@ -478,7 +477,7 @@
|
|
|
478
477
|
"name": "Arbitrum One",
|
|
479
478
|
"isTestnet": false,
|
|
480
479
|
"chainStatus": "ACTIVE",
|
|
481
|
-
"icon": "https://chain-list-assets.
|
|
480
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/arbitrum_one.png",
|
|
482
481
|
"providers": {
|
|
483
482
|
"Omniatech": "https://endpoints.omniatech.io/v1/arbitrum/one/public",
|
|
484
483
|
"BlastApi": "https://arbitrum-one.public.blastapi.io"
|
|
@@ -507,7 +506,7 @@
|
|
|
507
506
|
"name": "Optimism",
|
|
508
507
|
"isTestnet": false,
|
|
509
508
|
"chainStatus": "ACTIVE",
|
|
510
|
-
"icon": "https://chain-list-assets.
|
|
509
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/optimism.png",
|
|
511
510
|
"providers": {
|
|
512
511
|
"Kyber Engineering": "https://optimism.kyberengineering.io",
|
|
513
512
|
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
|
|
@@ -536,7 +535,7 @@
|
|
|
536
535
|
"name": "Viction",
|
|
537
536
|
"isTestnet": false,
|
|
538
537
|
"chainStatus": "ACTIVE",
|
|
539
|
-
"icon": "https://chain-list-assets.
|
|
538
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tomochain.png",
|
|
540
539
|
"providers": {
|
|
541
540
|
"TomoChain": "https://rpc.tomochain.com"
|
|
542
541
|
},
|
|
@@ -561,7 +560,7 @@
|
|
|
561
560
|
"name": "Aleph Zero Testnet",
|
|
562
561
|
"isTestnet": true,
|
|
563
562
|
"chainStatus": "ACTIVE",
|
|
564
|
-
"icon": "https://chain-list-assets.
|
|
563
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/alephtest.png",
|
|
565
564
|
"providers": {
|
|
566
565
|
"Aleph Zero Foundation": "wss://ws.test.azero.dev"
|
|
567
566
|
},
|
|
@@ -594,7 +593,7 @@
|
|
|
594
593
|
"name": "Shiden",
|
|
595
594
|
"isTestnet": false,
|
|
596
595
|
"chainStatus": "ACTIVE",
|
|
597
|
-
"icon": "https://chain-list-assets.
|
|
596
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/shiden.png",
|
|
598
597
|
"providers": {
|
|
599
598
|
"Astar": "wss://rpc.shiden.astar.network",
|
|
600
599
|
"OnFinality": "wss://shiden.api.onfinality.io/public-ws",
|
|
@@ -667,7 +666,7 @@
|
|
|
667
666
|
"name": "Shiden - EVM",
|
|
668
667
|
"isTestnet": false,
|
|
669
668
|
"chainStatus": "ACTIVE",
|
|
670
|
-
"icon": "https://chain-list-assets.
|
|
669
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/shidenevm.png",
|
|
671
670
|
"providers": {
|
|
672
671
|
"Astar": "https://evm.shiden.astar.network",
|
|
673
672
|
"OnFinality": "https://shiden.api.onfinality.io/public",
|
|
@@ -695,7 +694,7 @@
|
|
|
695
694
|
"name": "Shibuya Testnet",
|
|
696
695
|
"isTestnet": true,
|
|
697
696
|
"chainStatus": "ACTIVE",
|
|
698
|
-
"icon": "https://chain-list-assets.
|
|
697
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/shibuya.png",
|
|
699
698
|
"providers": {
|
|
700
699
|
"Shibuya": "wss://rpc.shibuya.astar.network",
|
|
701
700
|
"Dwellir": "wss://shibuya-rpc.dwellir.com"
|
|
@@ -732,7 +731,7 @@
|
|
|
732
731
|
"name": "Shibuya Testnet - EVM",
|
|
733
732
|
"isTestnet": true,
|
|
734
733
|
"chainStatus": "ACTIVE",
|
|
735
|
-
"icon": "https://chain-list-assets.
|
|
734
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/shibuyaevm.png",
|
|
736
735
|
"providers": {
|
|
737
736
|
"Shibuya": "https://evm.shibuya.astar.network ",
|
|
738
737
|
"BlastAPI": "https://shibuya.public.blastapi.io"
|
|
@@ -758,7 +757,7 @@
|
|
|
758
757
|
"name": "Aventus Polkadot",
|
|
759
758
|
"isTestnet": false,
|
|
760
759
|
"chainStatus": "ACTIVE",
|
|
761
|
-
"icon": "https://chain-list-assets.
|
|
760
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aventus.png",
|
|
762
761
|
"providers": {
|
|
763
762
|
"Aventus": "wss://public-rpc.mainnet.aventus.network"
|
|
764
763
|
},
|
|
@@ -800,7 +799,7 @@
|
|
|
800
799
|
"name": "Westend",
|
|
801
800
|
"isTestnet": true,
|
|
802
801
|
"chainStatus": "ACTIVE",
|
|
803
|
-
"icon": "https://chain-list-assets.
|
|
802
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/westend.png",
|
|
804
803
|
"providers": {
|
|
805
804
|
"Parity": "wss://westend-rpc.polkadot.io",
|
|
806
805
|
"Dwellir": "wss://westend-rpc.dwellir.com",
|
|
@@ -837,7 +836,7 @@
|
|
|
837
836
|
"name": "Rococo",
|
|
838
837
|
"isTestnet": true,
|
|
839
838
|
"chainStatus": "ACTIVE",
|
|
840
|
-
"icon": "https://chain-list-assets.
|
|
839
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo.png",
|
|
841
840
|
"providers": {
|
|
842
841
|
"Parity": "wss://rococo-rpc.polkadot.io",
|
|
843
842
|
"Light Client": "light://substrate-connect/rococo"
|
|
@@ -874,7 +873,7 @@
|
|
|
874
873
|
"name": "Bit.Country - Alpha Net",
|
|
875
874
|
"isTestnet": true,
|
|
876
875
|
"chainStatus": "INACTIVE",
|
|
877
|
-
"icon": "https://chain-list-assets.
|
|
876
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcountry.png",
|
|
878
877
|
"providers": {
|
|
879
878
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
880
879
|
},
|
|
@@ -904,7 +903,7 @@
|
|
|
904
903
|
"name": "Equilibrium",
|
|
905
904
|
"isTestnet": false,
|
|
906
905
|
"chainStatus": "INACTIVE",
|
|
907
|
-
"icon": "https://chain-list-assets.
|
|
906
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/equilibrium_parachain.png",
|
|
908
907
|
"providers": {
|
|
909
908
|
"Equilibrium": "wss://node.pol.equilibrium.io",
|
|
910
909
|
"Dwellir": "wss://equilibrium-rpc.dwellir.com"
|
|
@@ -947,7 +946,7 @@
|
|
|
947
946
|
"name": "Moonbase Alpha",
|
|
948
947
|
"isTestnet": true,
|
|
949
948
|
"chainStatus": "ACTIVE",
|
|
950
|
-
"icon": "https://chain-list-assets.
|
|
949
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/moonbase.png",
|
|
951
950
|
"providers": {
|
|
952
951
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
953
952
|
"Blast": "wss://moonbase-alpha.public.blastapi.io"
|
|
@@ -992,7 +991,7 @@
|
|
|
992
991
|
"name": "Moonriver",
|
|
993
992
|
"isTestnet": false,
|
|
994
993
|
"chainStatus": "ACTIVE",
|
|
995
|
-
"icon": "https://chain-list-assets.
|
|
994
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/moonriver.png",
|
|
996
995
|
"providers": {
|
|
997
996
|
"Moonbeam Foundation": "wss://wss.api.moonriver.moonbeam.network",
|
|
998
997
|
"Blast": "wss://moonriver.public.blastapi.io",
|
|
@@ -1061,7 +1060,7 @@
|
|
|
1061
1060
|
"name": "Turing Staging",
|
|
1062
1061
|
"isTestnet": true,
|
|
1063
1062
|
"chainStatus": "ACTIVE",
|
|
1064
|
-
"icon": "https://chain-list-assets.
|
|
1063
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/turingstaging.png",
|
|
1065
1064
|
"providers": {
|
|
1066
1065
|
"Turing": "wss://rpc.turing-staging.oak.tech"
|
|
1067
1066
|
},
|
|
@@ -1091,7 +1090,7 @@
|
|
|
1091
1090
|
"name": "Turing",
|
|
1092
1091
|
"isTestnet": false,
|
|
1093
1092
|
"chainStatus": "ACTIVE",
|
|
1094
|
-
"icon": "https://chain-list-assets.
|
|
1093
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/turing.png",
|
|
1095
1094
|
"providers": {
|
|
1096
1095
|
"Turing": "wss://rpc.turing.oak.tech",
|
|
1097
1096
|
"Dwellir": "wss://turing-rpc.dwellir.com"
|
|
@@ -1137,7 +1136,7 @@
|
|
|
1137
1136
|
"name": "Bifrost Kusama",
|
|
1138
1137
|
"isTestnet": false,
|
|
1139
1138
|
"chainStatus": "ACTIVE",
|
|
1140
|
-
"icon": "https://chain-list-assets.
|
|
1139
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bifrost.png",
|
|
1141
1140
|
"providers": {
|
|
1142
1141
|
"Liebi 0": "wss://bifrost-rpc.liebi.com/ws",
|
|
1143
1142
|
"OnFinality": "wss://bifrost-parachain.api.onfinality.io/public-ws"
|
|
@@ -1194,7 +1193,7 @@
|
|
|
1194
1193
|
"name": "Bifrost Polkadot",
|
|
1195
1194
|
"isTestnet": false,
|
|
1196
1195
|
"chainStatus": "ACTIVE",
|
|
1197
|
-
"icon": "https://chain-list-assets.
|
|
1196
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bifrost_dot.png",
|
|
1198
1197
|
"providers": {
|
|
1199
1198
|
"Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
|
|
1200
1199
|
"LiebiEU": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
|
|
@@ -1241,7 +1240,7 @@
|
|
|
1241
1240
|
"name": "Bifrost Testnet",
|
|
1242
1241
|
"isTestnet": true,
|
|
1243
1242
|
"chainStatus": "ACTIVE",
|
|
1244
|
-
"icon": "https://chain-list-assets.
|
|
1243
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bifrost_testnet.png",
|
|
1245
1244
|
"providers": {
|
|
1246
1245
|
"Liebi": "wss://bifrost-rpc.rococo.liebi.com/ws"
|
|
1247
1246
|
},
|
|
@@ -1274,7 +1273,7 @@
|
|
|
1274
1273
|
"name": "Calamari",
|
|
1275
1274
|
"isTestnet": false,
|
|
1276
1275
|
"chainStatus": "ACTIVE",
|
|
1277
|
-
"icon": "https://chain-list-assets.
|
|
1276
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/calamari.png",
|
|
1278
1277
|
"providers": {
|
|
1279
1278
|
"Manta Network": "wss://calamari.systems"
|
|
1280
1279
|
},
|
|
@@ -1319,7 +1318,7 @@
|
|
|
1319
1318
|
"name": "Amplitude",
|
|
1320
1319
|
"isTestnet": false,
|
|
1321
1320
|
"chainStatus": "ACTIVE",
|
|
1322
|
-
"icon": "https://chain-list-assets.
|
|
1321
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/amplitude.png",
|
|
1323
1322
|
"providers": {
|
|
1324
1323
|
"Amplitude": "wss://rpc-amplitude.pendulumchain.tech"
|
|
1325
1324
|
},
|
|
@@ -1361,7 +1360,7 @@
|
|
|
1361
1360
|
"name": "Amplitude Testnet",
|
|
1362
1361
|
"isTestnet": true,
|
|
1363
1362
|
"chainStatus": "ACTIVE",
|
|
1364
|
-
"icon": "https://chain-list-assets.
|
|
1363
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/amplitude_test.png",
|
|
1365
1364
|
"providers": {
|
|
1366
1365
|
"Amplitude": "wss://rpc-foucoco.pendulumchain.tech"
|
|
1367
1366
|
},
|
|
@@ -1391,7 +1390,7 @@
|
|
|
1391
1390
|
"name": "Bobabase Testnet",
|
|
1392
1391
|
"isTestnet": true,
|
|
1393
1392
|
"chainStatus": "INACTIVE",
|
|
1394
|
-
"icon": "https://chain-list-assets.
|
|
1393
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobabase.png",
|
|
1395
1394
|
"providers": {},
|
|
1396
1395
|
"evmInfo": {
|
|
1397
1396
|
"evmChainId": 1297,
|
|
@@ -1414,7 +1413,7 @@
|
|
|
1414
1413
|
"name": "Ethereum Goerli",
|
|
1415
1414
|
"isTestnet": true,
|
|
1416
1415
|
"chainStatus": "INACTIVE",
|
|
1417
|
-
"icon": "https://chain-list-assets.
|
|
1416
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ethereum_goerli.png",
|
|
1418
1417
|
"providers": {
|
|
1419
1418
|
"Infura": "https://goerli.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
|
|
1420
1419
|
},
|
|
@@ -1439,7 +1438,7 @@
|
|
|
1439
1438
|
"name": "Binance Smart Chain (Testnet)",
|
|
1440
1439
|
"isTestnet": true,
|
|
1441
1440
|
"chainStatus": "ACTIVE",
|
|
1442
|
-
"icon": "https://chain-list-assets.
|
|
1441
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/binance_test.png",
|
|
1443
1442
|
"providers": {
|
|
1444
1443
|
"Binance": "https://data-seed-prebsc-1-s1.binance.org:8545/",
|
|
1445
1444
|
"Binance2": "https://data-seed-prebsc-2-s1.binance.org:8545/"
|
|
@@ -1465,7 +1464,7 @@
|
|
|
1465
1464
|
"name": "Parallel",
|
|
1466
1465
|
"isTestnet": false,
|
|
1467
1466
|
"chainStatus": "ACTIVE",
|
|
1468
|
-
"icon": "https://chain-list-assets.
|
|
1467
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/parallel.png",
|
|
1469
1468
|
"providers": {
|
|
1470
1469
|
"Dwellir": "wss://parallel-rpc.dwellir.com"
|
|
1471
1470
|
},
|
|
@@ -1529,7 +1528,7 @@
|
|
|
1529
1528
|
"name": "Clover",
|
|
1530
1529
|
"isTestnet": false,
|
|
1531
1530
|
"chainStatus": "ACTIVE",
|
|
1532
|
-
"icon": "https://chain-list-assets.
|
|
1531
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/clover.png",
|
|
1533
1532
|
"providers": {
|
|
1534
1533
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1535
1534
|
},
|
|
@@ -1585,7 +1584,7 @@
|
|
|
1585
1584
|
"name": "Clover - EVM",
|
|
1586
1585
|
"isTestnet": false,
|
|
1587
1586
|
"chainStatus": "ACTIVE",
|
|
1588
|
-
"icon": "https://chain-list-assets.
|
|
1587
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cloverevm.png",
|
|
1589
1588
|
"providers": {
|
|
1590
1589
|
"Clover": "wss://rpc-para.clover.finance"
|
|
1591
1590
|
},
|
|
@@ -1610,7 +1609,7 @@
|
|
|
1610
1609
|
"name": "Hydration",
|
|
1611
1610
|
"isTestnet": false,
|
|
1612
1611
|
"chainStatus": "ACTIVE",
|
|
1613
|
-
"icon": "https://chain-list-assets.
|
|
1612
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hydradx_main.png",
|
|
1614
1613
|
"providers": {
|
|
1615
1614
|
"Galactic Council": "wss://rpc.hydradx.cloud",
|
|
1616
1615
|
"Dwellir": "wss://hydradx-rpc.dwellir.com",
|
|
@@ -1657,7 +1656,7 @@
|
|
|
1657
1656
|
"name": "Edgeware",
|
|
1658
1657
|
"isTestnet": false,
|
|
1659
1658
|
"chainStatus": "ACTIVE",
|
|
1660
|
-
"icon": "https://chain-list-assets.
|
|
1659
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/edgeware.png",
|
|
1661
1660
|
"providers": {
|
|
1662
1661
|
"JelliedOwl": "wss://edgeware.jelliedowl.net"
|
|
1663
1662
|
},
|
|
@@ -1690,7 +1689,7 @@
|
|
|
1690
1689
|
"name": "Centrifuge",
|
|
1691
1690
|
"isTestnet": false,
|
|
1692
1691
|
"chainStatus": "ACTIVE",
|
|
1693
|
-
"icon": "https://chain-list-assets.
|
|
1692
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/centrifuge.png",
|
|
1694
1693
|
"providers": {
|
|
1695
1694
|
"Centrifuge": "wss://fullnode.parachain.centrifuge.io",
|
|
1696
1695
|
"OnFinality": "wss://centrifuge-parachain.api.onfinality.io/public-ws"
|
|
@@ -1736,7 +1735,7 @@
|
|
|
1736
1735
|
"name": "Interlay",
|
|
1737
1736
|
"isTestnet": false,
|
|
1738
1737
|
"chainStatus": "ACTIVE",
|
|
1739
|
-
"icon": "https://chain-list-assets.
|
|
1738
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/interlay.png",
|
|
1740
1739
|
"providers": {
|
|
1741
1740
|
"Kintsugi Labs": "wss://api.interlay.io/parachain",
|
|
1742
1741
|
"Dwellir": "wss://interlay-rpc.dwellir.com",
|
|
@@ -1783,7 +1782,7 @@
|
|
|
1783
1782
|
"name": "Nodle",
|
|
1784
1783
|
"isTestnet": false,
|
|
1785
1784
|
"chainStatus": "ACTIVE",
|
|
1786
|
-
"icon": "https://chain-list-assets.
|
|
1785
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/nodle.png",
|
|
1787
1786
|
"providers": {
|
|
1788
1787
|
"OnFinality": "wss://nodle-parachain.api.onfinality.io/public-ws"
|
|
1789
1788
|
},
|
|
@@ -1828,7 +1827,7 @@
|
|
|
1828
1827
|
"name": "Darwinia 2",
|
|
1829
1828
|
"isTestnet": false,
|
|
1830
1829
|
"chainStatus": "ACTIVE",
|
|
1831
|
-
"icon": "https://chain-list-assets.
|
|
1830
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/darwinia2.png",
|
|
1832
1831
|
"providers": {
|
|
1833
1832
|
"Darwinia Network": "wss://rpc.darwinia.network",
|
|
1834
1833
|
"Dwellir": "wss://darwinia-rpc.dwellir.com"
|
|
@@ -1873,7 +1872,7 @@
|
|
|
1873
1872
|
"name": "SORA Kusama",
|
|
1874
1873
|
"isTestnet": false,
|
|
1875
1874
|
"chainStatus": "ACTIVE",
|
|
1876
|
-
"icon": "https://chain-list-assets.
|
|
1875
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sora_ksm.png",
|
|
1877
1876
|
"providers": {
|
|
1878
1877
|
"Soramitsu": "wss://ws.parachain-collator-2.c2.sora2.soramitsu.co.jp"
|
|
1879
1878
|
},
|
|
@@ -1926,7 +1925,7 @@
|
|
|
1926
1925
|
"name": "Ares Odyssey",
|
|
1927
1926
|
"isTestnet": false,
|
|
1928
1927
|
"chainStatus": "ACTIVE",
|
|
1929
|
-
"icon": "https://chain-list-assets.
|
|
1928
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/odyssey.png",
|
|
1930
1929
|
"providers": {
|
|
1931
1930
|
"AresProtocol": "wss://odyssey.aresprotocol.io"
|
|
1932
1931
|
},
|
|
@@ -1956,7 +1955,7 @@
|
|
|
1956
1955
|
"name": "Polkadex",
|
|
1957
1956
|
"isTestnet": false,
|
|
1958
1957
|
"chainStatus": "ACTIVE",
|
|
1959
|
-
"icon": "https://chain-list-assets.
|
|
1958
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex.png",
|
|
1960
1959
|
"providers": {
|
|
1961
1960
|
"RadiumBlock": "wss://polkadex.public.curie.radiumblock.co/ws",
|
|
1962
1961
|
"OnFinality": "wss://polkadex.api.onfinality.io/public-ws"
|
|
@@ -1990,7 +1989,7 @@
|
|
|
1990
1989
|
"name": "Polkadex - Testnet",
|
|
1991
1990
|
"isTestnet": true,
|
|
1992
1991
|
"chainStatus": "STOPPED",
|
|
1993
|
-
"icon": "https://chain-list-assets.
|
|
1992
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadextest.png",
|
|
1994
1993
|
"providers": {
|
|
1995
1994
|
"Polkadex Team": "wss://blockchain.polkadex.trade"
|
|
1996
1995
|
},
|
|
@@ -2020,7 +2019,7 @@
|
|
|
2020
2019
|
"name": "RMRK Devnet",
|
|
2021
2020
|
"isTestnet": true,
|
|
2022
2021
|
"chainStatus": "INACTIVE",
|
|
2023
|
-
"icon": "https://chain-list-assets.
|
|
2022
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rmrk.png",
|
|
2024
2023
|
"providers": {
|
|
2025
2024
|
"rmrk": "wss://staging.node.rmrk.app"
|
|
2026
2025
|
},
|
|
@@ -2050,7 +2049,7 @@
|
|
|
2050
2049
|
"name": "Dolphin Testnet",
|
|
2051
2050
|
"isTestnet": true,
|
|
2052
2051
|
"chainStatus": "INACTIVE",
|
|
2053
|
-
"icon": "https://chain-list-assets.
|
|
2052
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dolphin.png",
|
|
2054
2053
|
"providers": {},
|
|
2055
2054
|
"evmInfo": null,
|
|
2056
2055
|
"substrateInfo": {
|
|
@@ -2081,7 +2080,7 @@
|
|
|
2081
2080
|
"name": "Opal",
|
|
2082
2081
|
"isTestnet": true,
|
|
2083
2082
|
"chainStatus": "ACTIVE",
|
|
2084
|
-
"icon": "https://chain-list-assets.
|
|
2083
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/opal.png",
|
|
2085
2084
|
"providers": {
|
|
2086
2085
|
"Unique": "wss://ws-opal.unique.network",
|
|
2087
2086
|
"Europe": "wss://eu-ws-opal.unique.network",
|
|
@@ -2114,7 +2113,7 @@
|
|
|
2114
2113
|
"name": "Efinity",
|
|
2115
2114
|
"isTestnet": false,
|
|
2116
2115
|
"chainStatus": "INACTIVE",
|
|
2117
|
-
"icon": "https://chain-list-assets.
|
|
2116
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/efinity.png",
|
|
2118
2117
|
"providers": {
|
|
2119
2118
|
"Efinity": "wss://rpc.efinity.io",
|
|
2120
2119
|
"Dwellir": "wss://efinity -rpc.dwellir.com"
|
|
@@ -2160,7 +2159,7 @@
|
|
|
2160
2159
|
"name": "Composable Finance",
|
|
2161
2160
|
"isTestnet": false,
|
|
2162
2161
|
"chainStatus": "ACTIVE",
|
|
2163
|
-
"icon": "https://chain-list-assets.
|
|
2162
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/composablefinance.png",
|
|
2164
2163
|
"providers": {
|
|
2165
2164
|
"Composable": "wss://rpc.composable.finance"
|
|
2166
2165
|
},
|
|
@@ -2205,7 +2204,7 @@
|
|
|
2205
2204
|
"name": "Phala",
|
|
2206
2205
|
"isTestnet": false,
|
|
2207
2206
|
"chainStatus": "ACTIVE",
|
|
2208
|
-
"icon": "https://chain-list-assets.
|
|
2207
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/phala.png",
|
|
2209
2208
|
"providers": {
|
|
2210
2209
|
"Phala": "wss://api.phala.network/ws",
|
|
2211
2210
|
"OnFinality": "wss://phala.api.onfinality.io/public-ws"
|
|
@@ -2251,7 +2250,7 @@
|
|
|
2251
2250
|
"name": "Crust",
|
|
2252
2251
|
"isTestnet": false,
|
|
2253
2252
|
"chainStatus": "ACTIVE",
|
|
2254
|
-
"icon": "https://chain-list-assets.
|
|
2253
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/crust.png",
|
|
2255
2254
|
"providers": {
|
|
2256
2255
|
"Crust": "wss://crust-parachain.crustapps.net"
|
|
2257
2256
|
},
|
|
@@ -2296,7 +2295,7 @@
|
|
|
2296
2295
|
"name": "Kusama Asset Hub",
|
|
2297
2296
|
"isTestnet": false,
|
|
2298
2297
|
"chainStatus": "ACTIVE",
|
|
2299
|
-
"icon": "https://chain-list-assets.
|
|
2298
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemine.png",
|
|
2300
2299
|
"providers": {
|
|
2301
2300
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2302
2301
|
"IBP-GeoDNS1": "wss://sys.ibp.network/statemine",
|
|
@@ -2333,7 +2332,7 @@
|
|
|
2333
2332
|
"name": "Karura",
|
|
2334
2333
|
"isTestnet": false,
|
|
2335
2334
|
"chainStatus": "ACTIVE",
|
|
2336
|
-
"icon": "https://chain-list-assets.
|
|
2335
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/karura.png",
|
|
2337
2336
|
"providers": {
|
|
2338
2337
|
"Acala Foundation 0": "wss://karura-rpc-0.aca-api.network",
|
|
2339
2338
|
"Acala Foundation 1": "wss://karura-rpc-1.aca-api.network",
|
|
@@ -2370,7 +2369,7 @@
|
|
|
2370
2369
|
"name": "Khala",
|
|
2371
2370
|
"isTestnet": false,
|
|
2372
2371
|
"chainStatus": "ACTIVE",
|
|
2373
|
-
"icon": "https://chain-list-assets.
|
|
2372
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/khala.png",
|
|
2374
2373
|
"providers": {
|
|
2375
2374
|
"Phala": "wss://khala-api.phala.network/ws",
|
|
2376
2375
|
"OnFinality": "wss://khala.api.onfinality.io/public-ws",
|
|
@@ -2417,7 +2416,7 @@
|
|
|
2417
2416
|
"name": "KILT Spiritnet",
|
|
2418
2417
|
"isTestnet": false,
|
|
2419
2418
|
"chainStatus": "ACTIVE",
|
|
2420
|
-
"icon": "https://chain-list-assets.
|
|
2419
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kilt.png",
|
|
2421
2420
|
"providers": {
|
|
2422
2421
|
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
2423
2422
|
"OnFinality": "wss://spiritnet.api.onfinality.io/public-ws",
|
|
@@ -2452,7 +2451,7 @@
|
|
|
2452
2451
|
"name": "Basilisk",
|
|
2453
2452
|
"isTestnet": false,
|
|
2454
2453
|
"chainStatus": "ACTIVE",
|
|
2455
|
-
"icon": "https://chain-list-assets.
|
|
2454
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/basilisk.png",
|
|
2456
2455
|
"providers": {
|
|
2457
2456
|
"Basilisk ": "wss://rpc.basilisk.cloud",
|
|
2458
2457
|
"Dwellir": "wss://basilisk-rpc.dwellir.com"
|
|
@@ -2498,7 +2497,7 @@
|
|
|
2498
2497
|
"name": "Altair",
|
|
2499
2498
|
"isTestnet": false,
|
|
2500
2499
|
"chainStatus": "ACTIVE",
|
|
2501
|
-
"icon": "https://chain-list-assets.
|
|
2500
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/altair.png",
|
|
2502
2501
|
"providers": {
|
|
2503
2502
|
"Centrifuge": "wss://fullnode.altair.centrifuge.io",
|
|
2504
2503
|
"OnFinality": "wss://altair.api.onfinality.io/public-ws"
|
|
@@ -2544,7 +2543,7 @@
|
|
|
2544
2543
|
"name": "Heiko",
|
|
2545
2544
|
"isTestnet": false,
|
|
2546
2545
|
"chainStatus": "ACTIVE",
|
|
2547
|
-
"icon": "https://chain-list-assets.
|
|
2546
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/heiko.png",
|
|
2548
2547
|
"providers": {
|
|
2549
2548
|
"Parallel": "wss://heiko-rpc.parallel.fi"
|
|
2550
2549
|
},
|
|
@@ -2600,7 +2599,7 @@
|
|
|
2600
2599
|
"name": "Kintsugi",
|
|
2601
2600
|
"isTestnet": false,
|
|
2602
2601
|
"chainStatus": "ACTIVE",
|
|
2603
|
-
"icon": "https://chain-list-assets.
|
|
2602
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kintsugi.png",
|
|
2604
2603
|
"providers": {
|
|
2605
2604
|
"Kintsugi Labs": "wss://api-kusama.interlay.io/parachain",
|
|
2606
2605
|
"OnFinality": "wss://kintsugi.api.onfinality.io/public-ws"
|
|
@@ -2646,7 +2645,7 @@
|
|
|
2646
2645
|
"name": "Kintsugi Testnet",
|
|
2647
2646
|
"isTestnet": true,
|
|
2648
2647
|
"chainStatus": "ACTIVE",
|
|
2649
|
-
"icon": "https://chain-list-assets.
|
|
2648
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kintsugi_test.png",
|
|
2650
2649
|
"providers": {
|
|
2651
2650
|
"testnet": "wss://api-dev-kintsugi.interlay.io/parachain"
|
|
2652
2651
|
},
|
|
@@ -2676,7 +2675,7 @@
|
|
|
2676
2675
|
"name": "Picasso",
|
|
2677
2676
|
"isTestnet": false,
|
|
2678
2677
|
"chainStatus": "ACTIVE",
|
|
2679
|
-
"icon": "https://chain-list-assets.
|
|
2678
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/picasso.png",
|
|
2680
2679
|
"providers": {
|
|
2681
2680
|
"Composable": "wss://rpc.composablenodes.tech"
|
|
2682
2681
|
},
|
|
@@ -2743,7 +2742,7 @@
|
|
|
2743
2742
|
"name": "Quartz",
|
|
2744
2743
|
"isTestnet": false,
|
|
2745
2744
|
"chainStatus": "ACTIVE",
|
|
2746
|
-
"icon": "https://chain-list-assets.
|
|
2745
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/quartz.png",
|
|
2747
2746
|
"providers": {
|
|
2748
2747
|
"Unique Europe": "wss://eu-ws-quartz.unique.network",
|
|
2749
2748
|
"Unique US": "wss://us-ws-quartz.unique.network",
|
|
@@ -2790,7 +2789,7 @@
|
|
|
2790
2789
|
"name": "Unique",
|
|
2791
2790
|
"isTestnet": false,
|
|
2792
2791
|
"chainStatus": "ACTIVE",
|
|
2793
|
-
"icon": "https://chain-list-assets.
|
|
2792
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_network.png",
|
|
2794
2793
|
"providers": {
|
|
2795
2794
|
"unique": "wss://us-ws.unique.network/",
|
|
2796
2795
|
"UniqueEu": "wss://eu-ws.unique.network/",
|
|
@@ -2837,7 +2836,7 @@
|
|
|
2837
2836
|
"name": "Genshiro",
|
|
2838
2837
|
"isTestnet": false,
|
|
2839
2838
|
"chainStatus": "INACTIVE",
|
|
2840
|
-
"icon": "https://chain-list-assets.
|
|
2839
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/genshiro.png",
|
|
2841
2840
|
"providers": {
|
|
2842
2841
|
"Equilibrium": "wss://node.genshiro.io"
|
|
2843
2842
|
},
|
|
@@ -2893,7 +2892,7 @@
|
|
|
2893
2892
|
"name": "Genshiro Testnet",
|
|
2894
2893
|
"isTestnet": true,
|
|
2895
2894
|
"chainStatus": "INACTIVE",
|
|
2896
|
-
"icon": "https://chain-list-assets.
|
|
2895
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/genshiro_testnet.png",
|
|
2897
2896
|
"providers": {},
|
|
2898
2897
|
"evmInfo": null,
|
|
2899
2898
|
"substrateInfo": {
|
|
@@ -2921,7 +2920,7 @@
|
|
|
2921
2920
|
"name": "Subsocial",
|
|
2922
2921
|
"isTestnet": false,
|
|
2923
2922
|
"chainStatus": "ACTIVE",
|
|
2924
|
-
"icon": "https://chain-list-assets.
|
|
2923
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subsocial_x.png",
|
|
2925
2924
|
"providers": {
|
|
2926
2925
|
"subsocialx": "wss://para.f3joule.space"
|
|
2927
2926
|
},
|
|
@@ -2951,7 +2950,7 @@
|
|
|
2951
2950
|
"name": "Zeitgeist",
|
|
2952
2951
|
"isTestnet": false,
|
|
2953
2952
|
"chainStatus": "ACTIVE",
|
|
2954
|
-
"icon": "https://chain-list-assets.
|
|
2953
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zeitgeist.png",
|
|
2955
2954
|
"providers": {
|
|
2956
2955
|
"OnFinality": "wss://zeitgeist.api.onfinality.io/public-ws",
|
|
2957
2956
|
"Dwellir": "wss://zeitgeist-rpc.dwellir.com"
|
|
@@ -2997,7 +2996,7 @@
|
|
|
2997
2996
|
"name": "Sakura",
|
|
2998
2997
|
"isTestnet": false,
|
|
2999
2998
|
"chainStatus": "ACTIVE",
|
|
3000
|
-
"icon": "https://chain-list-assets.
|
|
2999
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sakura.png",
|
|
3001
3000
|
"providers": {
|
|
3002
3001
|
"Clover": "wss://rpc.sakura.clover.finance"
|
|
3003
3002
|
},
|
|
@@ -3042,7 +3041,7 @@
|
|
|
3042
3041
|
"name": "Crust Shadow",
|
|
3043
3042
|
"isTestnet": false,
|
|
3044
3043
|
"chainStatus": "ACTIVE",
|
|
3045
|
-
"icon": "https://chain-list-assets.
|
|
3044
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/shadow.png",
|
|
3046
3045
|
"providers": {
|
|
3047
3046
|
"Crust": "wss://rpc-shadow.crust.network/"
|
|
3048
3047
|
},
|
|
@@ -3098,7 +3097,7 @@
|
|
|
3098
3097
|
"name": "Unique TestNet 2.0",
|
|
3099
3098
|
"isTestnet": true,
|
|
3100
3099
|
"chainStatus": "INACTIVE",
|
|
3101
|
-
"icon": "https://chain-list-assets.
|
|
3100
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/uniquenft.png",
|
|
3102
3101
|
"providers": {
|
|
3103
3102
|
"Unique": "wss://testnet2.unique.network"
|
|
3104
3103
|
},
|
|
@@ -3128,7 +3127,7 @@
|
|
|
3128
3127
|
"name": "Robonomics",
|
|
3129
3128
|
"isTestnet": false,
|
|
3130
3129
|
"chainStatus": "ACTIVE",
|
|
3131
|
-
"icon": "https://chain-list-assets.
|
|
3130
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/robonomics.png",
|
|
3132
3131
|
"providers": {
|
|
3133
3132
|
"Airalab": "wss://kusama.rpc.robonomics.network/",
|
|
3134
3133
|
"Samsara": "wss://robonomics.0xsamsara.com"
|
|
@@ -3185,7 +3184,7 @@
|
|
|
3185
3184
|
"name": "Integritee Network",
|
|
3186
3185
|
"isTestnet": false,
|
|
3187
3186
|
"chainStatus": "ACTIVE",
|
|
3188
|
-
"icon": "https://chain-list-assets.
|
|
3187
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/integritee.png",
|
|
3189
3188
|
"providers": {
|
|
3190
3189
|
"Integritee": "wss://kusama.api.integritee.network",
|
|
3191
3190
|
"OnFinality": "wss://integritee-kusama.api.onfinality.io/public-ws"
|
|
@@ -3231,7 +3230,7 @@
|
|
|
3231
3230
|
"name": "Integritee Shell",
|
|
3232
3231
|
"isTestnet": false,
|
|
3233
3232
|
"chainStatus": "ACTIVE",
|
|
3234
|
-
"icon": "https://chain-list-assets.
|
|
3233
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/integriteepolkadot.png",
|
|
3235
3234
|
"providers": {
|
|
3236
3235
|
"Integritee": "wss://polkadot.api.integritee.network"
|
|
3237
3236
|
},
|
|
@@ -3273,7 +3272,7 @@
|
|
|
3273
3272
|
"name": "Crab2 Parachain",
|
|
3274
3273
|
"isTestnet": false,
|
|
3275
3274
|
"chainStatus": "ACTIVE",
|
|
3276
|
-
"icon": "https://chain-list-assets.
|
|
3275
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/crabparachain.png",
|
|
3277
3276
|
"providers": {
|
|
3278
3277
|
"Crab": "wss://crab-rpc.darwinia.network/",
|
|
3279
3278
|
"Dwellir": "wss://darwiniacrab-rpc.dwellir.com"
|
|
@@ -3330,7 +3329,7 @@
|
|
|
3330
3329
|
"name": "Pangolin",
|
|
3331
3330
|
"isTestnet": true,
|
|
3332
3331
|
"chainStatus": "ACTIVE",
|
|
3333
|
-
"icon": "https://chain-list-assets.
|
|
3332
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/pangolin.png",
|
|
3334
3333
|
"providers": {
|
|
3335
3334
|
"Pangolin_Network": "wss://pangolin-rpc.darwinia.network"
|
|
3336
3335
|
},
|
|
@@ -3371,7 +3370,7 @@
|
|
|
3371
3370
|
"name": "Chain X",
|
|
3372
3371
|
"isTestnet": false,
|
|
3373
3372
|
"chainStatus": "ACTIVE",
|
|
3374
|
-
"icon": "https://chain-list-assets.
|
|
3373
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainx.png",
|
|
3375
3374
|
"providers": {
|
|
3376
3375
|
"chainx ": "wss://mainnet.chainx.org/ws"
|
|
3377
3376
|
},
|
|
@@ -3401,7 +3400,7 @@
|
|
|
3401
3400
|
"name": "Acala Mandala TC7",
|
|
3402
3401
|
"isTestnet": true,
|
|
3403
3402
|
"chainStatus": "ACTIVE",
|
|
3404
|
-
"icon": "https://chain-list-assets.
|
|
3403
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acala_testnet.png",
|
|
3405
3404
|
"providers": {
|
|
3406
3405
|
"Mandala": "wss://mandala-tc9-rpc.aca-staging.network"
|
|
3407
3406
|
},
|
|
@@ -3434,7 +3433,7 @@
|
|
|
3434
3433
|
"name": "MangataX Public Testnet",
|
|
3435
3434
|
"isTestnet": true,
|
|
3436
3435
|
"chainStatus": "INACTIVE",
|
|
3437
|
-
"icon": "https://chain-list-assets.
|
|
3436
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mangatax.png",
|
|
3438
3437
|
"providers": {
|
|
3439
3438
|
"mangatax": "wss://collator-01-ws-rococo.mangata.online"
|
|
3440
3439
|
},
|
|
@@ -3464,7 +3463,7 @@
|
|
|
3464
3463
|
"name": "Mangata X",
|
|
3465
3464
|
"isTestnet": false,
|
|
3466
3465
|
"chainStatus": "ACTIVE",
|
|
3467
|
-
"icon": "https://chain-list-assets.
|
|
3466
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mangatax_para.png",
|
|
3468
3467
|
"providers": {
|
|
3469
3468
|
"mangata": "wss://kusama-rpc.mangata.online",
|
|
3470
3469
|
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
@@ -3521,7 +3520,7 @@
|
|
|
3521
3520
|
"name": "Encointer",
|
|
3522
3521
|
"isTestnet": false,
|
|
3523
3522
|
"chainStatus": "ACTIVE",
|
|
3524
|
-
"icon": "https://chain-list-assets.
|
|
3523
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/encointer.png",
|
|
3525
3524
|
"providers": {
|
|
3526
3525
|
"Encointer Association": "wss://kusama.api.encointer.org"
|
|
3527
3526
|
},
|
|
@@ -3554,7 +3553,7 @@
|
|
|
3554
3553
|
"name": "Litmus",
|
|
3555
3554
|
"isTestnet": false,
|
|
3556
3555
|
"chainStatus": "ACTIVE",
|
|
3557
|
-
"icon": "https://chain-list-assets.
|
|
3556
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/litmus.png",
|
|
3558
3557
|
"providers": {
|
|
3559
3558
|
"litmus": "wss://rpc.litmus-parachain.litentry.io"
|
|
3560
3559
|
},
|
|
@@ -3596,7 +3595,7 @@
|
|
|
3596
3595
|
"name": "Litentry",
|
|
3597
3596
|
"isTestnet": false,
|
|
3598
3597
|
"chainStatus": "ACTIVE",
|
|
3599
|
-
"icon": "https://chain-list-assets.
|
|
3598
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/litentry.png",
|
|
3600
3599
|
"providers": {
|
|
3601
3600
|
"Litentry": "wss://rpc.litentry-parachain.litentry.io",
|
|
3602
3601
|
"Dwellir": "wss://litentry-rpc.dwellir.com"
|
|
@@ -3639,7 +3638,7 @@
|
|
|
3639
3638
|
"name": "Tinkernet",
|
|
3640
3639
|
"isTestnet": false,
|
|
3641
3640
|
"chainStatus": "ACTIVE",
|
|
3642
|
-
"icon": "https://chain-list-assets.
|
|
3641
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tinkernet.png",
|
|
3643
3642
|
"providers": {
|
|
3644
3643
|
"Dwellir": "wss://tinkernet-rpc.dwellir.com",
|
|
3645
3644
|
"Light Client": "light://substrate-connect/kusama/tinkernet"
|
|
@@ -3682,7 +3681,7 @@
|
|
|
3682
3681
|
"name": "Imbue Kusama",
|
|
3683
3682
|
"isTestnet": false,
|
|
3684
3683
|
"chainStatus": "ACTIVE",
|
|
3685
|
-
"icon": "https://chain-list-assets.
|
|
3684
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/imbue_network.png",
|
|
3686
3685
|
"providers": {
|
|
3687
3686
|
"Imbue": "wss://kusama.imbuenetwork.com"
|
|
3688
3687
|
},
|
|
@@ -3724,7 +3723,7 @@
|
|
|
3724
3723
|
"name": "Subspace Testnet",
|
|
3725
3724
|
"isTestnet": true,
|
|
3726
3725
|
"chainStatus": "INACTIVE",
|
|
3727
|
-
"icon": "https://chain-list-assets.
|
|
3726
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_test.png",
|
|
3728
3727
|
"providers": {},
|
|
3729
3728
|
"evmInfo": null,
|
|
3730
3729
|
"substrateInfo": {
|
|
@@ -3752,7 +3751,7 @@
|
|
|
3752
3751
|
"name": "Subspace Gemini 2a",
|
|
3753
3752
|
"isTestnet": true,
|
|
3754
3753
|
"chainStatus": "INACTIVE",
|
|
3755
|
-
"icon": "https://chain-list-assets.
|
|
3754
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_2a.png",
|
|
3756
3755
|
"providers": {
|
|
3757
3756
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
3758
3757
|
},
|
|
@@ -3782,7 +3781,7 @@
|
|
|
3782
3781
|
"name": "Subspace Gemini 3c",
|
|
3783
3782
|
"isTestnet": true,
|
|
3784
3783
|
"chainStatus": "INACTIVE",
|
|
3785
|
-
"icon": "https://chain-list-assets.
|
|
3784
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3c.png",
|
|
3786
3785
|
"providers": {},
|
|
3787
3786
|
"evmInfo": null,
|
|
3788
3787
|
"substrateInfo": {
|
|
@@ -3810,7 +3809,7 @@
|
|
|
3810
3809
|
"name": "Subspace Gemini 3d",
|
|
3811
3810
|
"isTestnet": true,
|
|
3812
3811
|
"chainStatus": "INACTIVE",
|
|
3813
|
-
"icon": "https://chain-list-assets.
|
|
3812
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3d.png",
|
|
3814
3813
|
"providers": {},
|
|
3815
3814
|
"evmInfo": null,
|
|
3816
3815
|
"substrateInfo": {
|
|
@@ -3838,7 +3837,7 @@
|
|
|
3838
3837
|
"name": "Subspace Gemini 3e",
|
|
3839
3838
|
"isTestnet": true,
|
|
3840
3839
|
"chainStatus": "INACTIVE",
|
|
3841
|
-
"icon": "https://chain-list-assets.
|
|
3840
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3e.png",
|
|
3842
3841
|
"providers": {},
|
|
3843
3842
|
"evmInfo": null,
|
|
3844
3843
|
"substrateInfo": {
|
|
@@ -3866,7 +3865,7 @@
|
|
|
3866
3865
|
"name": "Subspace Gemini 3f",
|
|
3867
3866
|
"isTestnet": true,
|
|
3868
3867
|
"chainStatus": "INACTIVE",
|
|
3869
|
-
"icon": "https://chain-list-assets.
|
|
3868
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3f.png",
|
|
3870
3869
|
"providers": {
|
|
3871
3870
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
3872
3871
|
},
|
|
@@ -3896,7 +3895,7 @@
|
|
|
3896
3895
|
"name": "NeuroWeb Mainnet",
|
|
3897
3896
|
"isTestnet": false,
|
|
3898
3897
|
"chainStatus": "ACTIVE",
|
|
3899
|
-
"icon": "https://chain-list-assets.
|
|
3898
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/origintrail.png",
|
|
3900
3899
|
"providers": {
|
|
3901
3900
|
"TraceLabs": "wss://parachain-rpc.origin-trail.network"
|
|
3902
3901
|
},
|
|
@@ -3941,7 +3940,7 @@
|
|
|
3941
3940
|
"name": "Subspace Gemini 3g",
|
|
3942
3941
|
"isTestnet": true,
|
|
3943
3942
|
"chainStatus": "ACTIVE",
|
|
3944
|
-
"icon": "https://chain-list-assets.
|
|
3943
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3g.png",
|
|
3945
3944
|
"providers": {
|
|
3946
3945
|
"Gemini 3g": "wss://rpc-0.gemini-3g.subspace.network/ws"
|
|
3947
3946
|
},
|
|
@@ -3971,7 +3970,7 @@
|
|
|
3971
3970
|
"name": "Dorafactory",
|
|
3972
3971
|
"isTestnet": false,
|
|
3973
3972
|
"chainStatus": "INACTIVE",
|
|
3974
|
-
"icon": "https://chain-list-assets.
|
|
3973
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dorafactory.png",
|
|
3975
3974
|
"providers": {},
|
|
3976
3975
|
"evmInfo": null,
|
|
3977
3976
|
"substrateInfo": {
|
|
@@ -4011,7 +4010,7 @@
|
|
|
4011
4010
|
"name": "Bajun Kusama",
|
|
4012
4011
|
"isTestnet": false,
|
|
4013
4012
|
"chainStatus": "ACTIVE",
|
|
4014
|
-
"icon": "https://chain-list-assets.
|
|
4013
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bajun.png",
|
|
4015
4014
|
"providers": {
|
|
4016
4015
|
"AjunaNetwork": "wss://rpc-parachain.bajun.network",
|
|
4017
4016
|
"OnFinality": "wss://bajun.api.onfinality.io/public-ws"
|
|
@@ -4057,7 +4056,7 @@
|
|
|
4057
4056
|
"name": "Dancebox",
|
|
4058
4057
|
"isTestnet": true,
|
|
4059
4058
|
"chainStatus": "ACTIVE",
|
|
4060
|
-
"icon": "https://chain-list-assets.
|
|
4059
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dancebox.png",
|
|
4061
4060
|
"providers": {
|
|
4062
4061
|
"Dancebox": "wss://fraa-dancebox-rpc.a.dancebox.tanssi.network"
|
|
4063
4062
|
},
|
|
@@ -4087,7 +4086,7 @@
|
|
|
4087
4086
|
"name": "Listen Network",
|
|
4088
4087
|
"isTestnet": false,
|
|
4089
4088
|
"chainStatus": "INACTIVE",
|
|
4090
|
-
"icon": "https://chain-list-assets.
|
|
4089
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/listen.png",
|
|
4091
4090
|
"providers": {},
|
|
4092
4091
|
"evmInfo": null,
|
|
4093
4092
|
"substrateInfo": {
|
|
@@ -4115,7 +4114,7 @@
|
|
|
4115
4114
|
"name": "Kabocha",
|
|
4116
4115
|
"isTestnet": false,
|
|
4117
4116
|
"chainStatus": "ACTIVE",
|
|
4118
|
-
"icon": "https://chain-list-assets.
|
|
4117
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kabocha.png",
|
|
4119
4118
|
"providers": {
|
|
4120
4119
|
"JelliedOwl": "wss://kabocha.jelliedowl.com"
|
|
4121
4120
|
},
|
|
@@ -4157,7 +4156,7 @@
|
|
|
4157
4156
|
"name": "GM Parachain",
|
|
4158
4157
|
"isTestnet": false,
|
|
4159
4158
|
"chainStatus": "INACTIVE",
|
|
4160
|
-
"icon": "https://chain-list-assets.
|
|
4159
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gmdie.png",
|
|
4161
4160
|
"providers": {},
|
|
4162
4161
|
"evmInfo": null,
|
|
4163
4162
|
"substrateInfo": {
|
|
@@ -4197,7 +4196,7 @@
|
|
|
4197
4196
|
"name": "Ternoa",
|
|
4198
4197
|
"isTestnet": false,
|
|
4199
4198
|
"chainStatus": "ACTIVE",
|
|
4200
|
-
"icon": "https://chain-list-assets.
|
|
4199
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ternoa.png",
|
|
4201
4200
|
"providers": {
|
|
4202
4201
|
"ternoa": "wss://mainnet.ternoa.network"
|
|
4203
4202
|
},
|
|
@@ -4227,7 +4226,7 @@
|
|
|
4227
4226
|
"name": "DataHighway Tanganika",
|
|
4228
4227
|
"isTestnet": false,
|
|
4229
4228
|
"chainStatus": "INACTIVE",
|
|
4230
|
-
"icon": "https://chain-list-assets.
|
|
4229
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tanganika.png",
|
|
4231
4230
|
"providers": {},
|
|
4232
4231
|
"evmInfo": null,
|
|
4233
4232
|
"substrateInfo": {
|
|
@@ -4270,7 +4269,7 @@
|
|
|
4270
4269
|
"name": "Pendulum",
|
|
4271
4270
|
"isTestnet": false,
|
|
4272
4271
|
"chainStatus": "ACTIVE",
|
|
4273
|
-
"icon": "https://chain-list-assets.
|
|
4272
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/pendulum.png",
|
|
4274
4273
|
"providers": {
|
|
4275
4274
|
"Pendulum": "wss://rpc-pendulum.prd.pendulumchain.tech"
|
|
4276
4275
|
},
|
|
@@ -4315,7 +4314,7 @@
|
|
|
4315
4314
|
"name": "Gear Staging Testnet",
|
|
4316
4315
|
"isTestnet": true,
|
|
4317
4316
|
"chainStatus": "INACTIVE",
|
|
4318
|
-
"icon": "https://chain-list-assets.
|
|
4317
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gear_testnet.png",
|
|
4319
4318
|
"providers": {
|
|
4320
4319
|
"gear": "wss://rpc-node.gear-tech.io"
|
|
4321
4320
|
},
|
|
@@ -4345,7 +4344,7 @@
|
|
|
4345
4344
|
"name": "Ternoa Alphanet",
|
|
4346
4345
|
"isTestnet": true,
|
|
4347
4346
|
"chainStatus": "ACTIVE",
|
|
4348
|
-
"icon": "https://chain-list-assets.
|
|
4347
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ternoa_alphanet.png",
|
|
4349
4348
|
"providers": {
|
|
4350
4349
|
"ternoa": "wss://alphanet.ternoa.com"
|
|
4351
4350
|
},
|
|
@@ -4375,7 +4374,7 @@
|
|
|
4375
4374
|
"name": "Calamari Staging",
|
|
4376
4375
|
"isTestnet": true,
|
|
4377
4376
|
"chainStatus": "ACTIVE",
|
|
4378
|
-
"icon": "https://chain-list-assets.
|
|
4377
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/calamari_test.png",
|
|
4379
4378
|
"providers": {
|
|
4380
4379
|
"calamari_test": "wss://c1.calamari.seabird.systems"
|
|
4381
4380
|
},
|
|
@@ -4405,7 +4404,7 @@
|
|
|
4405
4404
|
"name": "Boba Network",
|
|
4406
4405
|
"isTestnet": false,
|
|
4407
4406
|
"chainStatus": "ACTIVE",
|
|
4408
|
-
"icon": "https://chain-list-assets.
|
|
4407
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/boba.png",
|
|
4409
4408
|
"providers": {
|
|
4410
4409
|
"Read RPC": "https://lightning-replica.boba.network",
|
|
4411
4410
|
"Write RPC": "https://mainnet.boba.network"
|
|
@@ -4431,7 +4430,7 @@
|
|
|
4431
4430
|
"name": "Bobabeam",
|
|
4432
4431
|
"isTestnet": false,
|
|
4433
4432
|
"chainStatus": "INACTIVE",
|
|
4434
|
-
"icon": "https://chain-list-assets.
|
|
4433
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobabeam.png",
|
|
4435
4434
|
"providers": {
|
|
4436
4435
|
"RPC": "https://bobabeam.boba.network",
|
|
4437
4436
|
"Replica RPC": "https://replica.bobabeam.boba.network"
|
|
@@ -4457,7 +4456,7 @@
|
|
|
4457
4456
|
"name": "KILT Peregrine",
|
|
4458
4457
|
"isTestnet": true,
|
|
4459
4458
|
"chainStatus": "ACTIVE",
|
|
4460
|
-
"icon": "https://chain-list-assets.
|
|
4459
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kilt_peregrine.png",
|
|
4461
4460
|
"providers": {
|
|
4462
4461
|
"kilt": "wss://peregrine.kilt.io/parachain-public-ws/"
|
|
4463
4462
|
},
|
|
@@ -4490,7 +4489,7 @@
|
|
|
4490
4489
|
"name": "XX Network",
|
|
4491
4490
|
"isTestnet": false,
|
|
4492
4491
|
"chainStatus": "ACTIVE",
|
|
4493
|
-
"icon": "https://chain-list-assets.
|
|
4492
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/xx_network.png",
|
|
4494
4493
|
"providers": {
|
|
4495
4494
|
"XX Foundation": "wss://rpc.xx.network"
|
|
4496
4495
|
},
|
|
@@ -4520,7 +4519,7 @@
|
|
|
4520
4519
|
"name": "Watr Testnet",
|
|
4521
4520
|
"isTestnet": true,
|
|
4522
4521
|
"chainStatus": "ACTIVE",
|
|
4523
|
-
"icon": "https://chain-list-assets.
|
|
4522
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/watr_network.png",
|
|
4524
4523
|
"providers": {
|
|
4525
4524
|
"watr": "wss://rpc.dev.watr.org"
|
|
4526
4525
|
},
|
|
@@ -4550,7 +4549,7 @@
|
|
|
4550
4549
|
"name": "Watr Testnet - EVM",
|
|
4551
4550
|
"isTestnet": true,
|
|
4552
4551
|
"chainStatus": "ACTIVE",
|
|
4553
|
-
"icon": "https://chain-list-assets.
|
|
4552
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/watr_network_evm.png",
|
|
4554
4553
|
"providers": {
|
|
4555
4554
|
"watr": "https://rpc.dev.watr.org"
|
|
4556
4555
|
},
|
|
@@ -4575,7 +4574,7 @@
|
|
|
4575
4574
|
"name": "Fusotao",
|
|
4576
4575
|
"isTestnet": false,
|
|
4577
4576
|
"chainStatus": "ACTIVE",
|
|
4578
|
-
"icon": "https://chain-list-assets.
|
|
4577
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/fusotao.png",
|
|
4579
4578
|
"providers": {
|
|
4580
4579
|
"fusotao": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2"
|
|
4581
4580
|
},
|
|
@@ -4605,7 +4604,7 @@
|
|
|
4605
4604
|
"name": "Discovol",
|
|
4606
4605
|
"isTestnet": false,
|
|
4607
4606
|
"chainStatus": "ACTIVE",
|
|
4608
|
-
"icon": "https://chain-list-assets.
|
|
4607
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/discovol.png",
|
|
4609
4608
|
"providers": {
|
|
4610
4609
|
"discovol": "wss://gateway.mainnet.octopus.network/discovol/afpft46l1egfhrv8at5pfyrld03zseo1"
|
|
4611
4610
|
},
|
|
@@ -4635,7 +4634,7 @@
|
|
|
4635
4634
|
"name": "Discovol Testnet",
|
|
4636
4635
|
"isTestnet": true,
|
|
4637
4636
|
"chainStatus": "INACTIVE",
|
|
4638
|
-
"icon": "https://chain-list-assets.
|
|
4637
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/discovol_testnet.png",
|
|
4639
4638
|
"providers": {
|
|
4640
4639
|
"discovol_testnet": "wss://gateway.testnet.octopus.network/discovol/o4urcey87y4n1qimhfrad92gzs315z9h"
|
|
4641
4640
|
},
|
|
@@ -4665,7 +4664,7 @@
|
|
|
4665
4664
|
"name": "Atocha",
|
|
4666
4665
|
"isTestnet": false,
|
|
4667
4666
|
"chainStatus": "ACTIVE",
|
|
4668
|
-
"icon": "https://chain-list-assets.
|
|
4667
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/atocha.png",
|
|
4669
4668
|
"providers": {
|
|
4670
4669
|
"atocha": "wss://gateway.mainnet.octopus.network/atocha/jungxomf4hdcfocwcalgoiz64g9avjim"
|
|
4671
4670
|
},
|
|
@@ -4695,7 +4694,7 @@
|
|
|
4695
4694
|
"name": "Myriad",
|
|
4696
4695
|
"isTestnet": false,
|
|
4697
4696
|
"chainStatus": "ACTIVE",
|
|
4698
|
-
"icon": "https://chain-list-assets.
|
|
4697
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/myriad.png",
|
|
4699
4698
|
"providers": {
|
|
4700
4699
|
"myriad": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0"
|
|
4701
4700
|
},
|
|
@@ -4725,7 +4724,7 @@
|
|
|
4725
4724
|
"name": "DeBio",
|
|
4726
4725
|
"isTestnet": false,
|
|
4727
4726
|
"chainStatus": "ACTIVE",
|
|
4728
|
-
"icon": "https://chain-list-assets.
|
|
4727
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/debio.png",
|
|
4729
4728
|
"providers": {
|
|
4730
4729
|
"deBio": "wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e"
|
|
4731
4730
|
},
|
|
@@ -4755,7 +4754,7 @@
|
|
|
4755
4754
|
"name": "Polkadot Collectives",
|
|
4756
4755
|
"isTestnet": false,
|
|
4757
4756
|
"chainStatus": "ACTIVE",
|
|
4758
|
-
"icon": "https://chain-list-assets.
|
|
4757
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/collectives.png",
|
|
4759
4758
|
"providers": {
|
|
4760
4759
|
"viaParity": "wss://polkadot-collectives-rpc.polkadot.io"
|
|
4761
4760
|
},
|
|
@@ -4785,7 +4784,7 @@
|
|
|
4785
4784
|
"name": "Ajuna Network",
|
|
4786
4785
|
"isTestnet": false,
|
|
4787
4786
|
"chainStatus": "ACTIVE",
|
|
4788
|
-
"icon": "https://chain-list-assets.
|
|
4787
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ajunapolkadot.png",
|
|
4789
4788
|
"providers": {
|
|
4790
4789
|
"OnFinality": "wss://ajuna.api.onfinality.io/public-ws"
|
|
4791
4790
|
},
|
|
@@ -4830,7 +4829,7 @@
|
|
|
4830
4829
|
"name": "Bitgreen",
|
|
4831
4830
|
"isTestnet": false,
|
|
4832
4831
|
"chainStatus": "ACTIVE",
|
|
4833
|
-
"icon": "https://chain-list-assets.
|
|
4832
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitgreen.png",
|
|
4834
4833
|
"providers": {
|
|
4835
4834
|
"viaBitgreen": "wss://mainnet.bitgreen.org"
|
|
4836
4835
|
},
|
|
@@ -4860,7 +4859,7 @@
|
|
|
4860
4859
|
"name": "Frequency",
|
|
4861
4860
|
"isTestnet": false,
|
|
4862
4861
|
"chainStatus": "ACTIVE",
|
|
4863
|
-
"icon": "https://chain-list-assets.
|
|
4862
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/frequency.png",
|
|
4864
4863
|
"providers": {
|
|
4865
4864
|
"Frequency 0": "wss://0.rpc.frequency.xyz",
|
|
4866
4865
|
"Frequency 1": "wss://1.rpc.frequency.xyz"
|
|
@@ -4891,7 +4890,7 @@
|
|
|
4891
4890
|
"name": "Hashed Network",
|
|
4892
4891
|
"isTestnet": false,
|
|
4893
4892
|
"chainStatus": "ACTIVE",
|
|
4894
|
-
"icon": "https://chain-list-assets.
|
|
4893
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hashednetwork.png",
|
|
4895
4894
|
"providers": {
|
|
4896
4895
|
"Hashed Systems 2": "wss://c2.hashed.network"
|
|
4897
4896
|
},
|
|
@@ -4944,7 +4943,7 @@
|
|
|
4944
4943
|
"name": "Kapex",
|
|
4945
4944
|
"isTestnet": false,
|
|
4946
4945
|
"chainStatus": "INACTIVE",
|
|
4947
|
-
"icon": "https://chain-list-assets.
|
|
4946
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kapex.png",
|
|
4948
4947
|
"providers": {
|
|
4949
4948
|
"viaTotem": "wss://kapex-rpc.dwellir.com"
|
|
4950
4949
|
},
|
|
@@ -4986,7 +4985,7 @@
|
|
|
4986
4985
|
"name": "Kylin Network",
|
|
4987
4986
|
"isTestnet": false,
|
|
4988
4987
|
"chainStatus": "INACTIVE",
|
|
4989
|
-
"icon": "https://chain-list-assets.
|
|
4988
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kylinnetwork.png",
|
|
4990
4989
|
"providers": {
|
|
4991
4990
|
"Kylin Network": "wss://polkadot.kylin-node.co.uk"
|
|
4992
4991
|
},
|
|
@@ -5028,7 +5027,7 @@
|
|
|
5028
5027
|
"name": "DAO IPCI",
|
|
5029
5028
|
"isTestnet": false,
|
|
5030
5029
|
"chainStatus": "ACTIVE",
|
|
5031
|
-
"icon": "https://chain-list-assets.
|
|
5030
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ipci.png",
|
|
5032
5031
|
"providers": {
|
|
5033
5032
|
"viaAiralab": "wss://kusama.rpc.ipci.io"
|
|
5034
5033
|
},
|
|
@@ -5058,7 +5057,7 @@
|
|
|
5058
5057
|
"name": "KICO",
|
|
5059
5058
|
"isTestnet": false,
|
|
5060
5059
|
"chainStatus": "INACTIVE",
|
|
5061
|
-
"icon": "https://chain-list-assets.
|
|
5060
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kico.png",
|
|
5062
5061
|
"providers": {},
|
|
5063
5062
|
"evmInfo": null,
|
|
5064
5063
|
"substrateInfo": {
|
|
@@ -5098,7 +5097,7 @@
|
|
|
5098
5097
|
"name": "Luhn Network",
|
|
5099
5098
|
"isTestnet": false,
|
|
5100
5099
|
"chainStatus": "INACTIVE",
|
|
5101
|
-
"icon": "https://chain-list-assets.
|
|
5100
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/luhnnetwork.png",
|
|
5102
5101
|
"providers": {},
|
|
5103
5102
|
"evmInfo": null,
|
|
5104
5103
|
"substrateInfo": {
|
|
@@ -5126,7 +5125,7 @@
|
|
|
5126
5125
|
"name": "Pichiu Network",
|
|
5127
5126
|
"isTestnet": false,
|
|
5128
5127
|
"chainStatus": "INACTIVE",
|
|
5129
|
-
"icon": "https://chain-list-assets.
|
|
5128
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/pichiu.png",
|
|
5130
5129
|
"providers": {},
|
|
5131
5130
|
"evmInfo": null,
|
|
5132
5131
|
"substrateInfo": {
|
|
@@ -5166,7 +5165,7 @@
|
|
|
5166
5165
|
"name": "RioDeFi",
|
|
5167
5166
|
"isTestnet": false,
|
|
5168
5167
|
"chainStatus": "INACTIVE",
|
|
5169
|
-
"icon": "https://chain-list-assets.
|
|
5168
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/riodefi.png",
|
|
5170
5169
|
"providers": {},
|
|
5171
5170
|
"evmInfo": null,
|
|
5172
5171
|
"substrateInfo": {
|
|
@@ -5194,7 +5193,7 @@
|
|
|
5194
5193
|
"name": "Automata",
|
|
5195
5194
|
"isTestnet": false,
|
|
5196
5195
|
"chainStatus": "ACTIVE",
|
|
5197
|
-
"icon": "https://chain-list-assets.
|
|
5196
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/automata.png",
|
|
5198
5197
|
"providers": {
|
|
5199
5198
|
"OnFinality": "wss://automata.api.onfinality.io/public-ws"
|
|
5200
5199
|
},
|
|
@@ -5224,7 +5223,7 @@
|
|
|
5224
5223
|
"name": "Creditcoin",
|
|
5225
5224
|
"isTestnet": false,
|
|
5226
5225
|
"chainStatus": "ACTIVE",
|
|
5227
|
-
"icon": "https://chain-list-assets.
|
|
5226
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/creditcoin.png",
|
|
5228
5227
|
"providers": {
|
|
5229
5228
|
"Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
|
|
5230
5229
|
},
|
|
@@ -5257,7 +5256,7 @@
|
|
|
5257
5256
|
"name": "Crown Sterling",
|
|
5258
5257
|
"isTestnet": false,
|
|
5259
5258
|
"chainStatus": "ACTIVE",
|
|
5260
|
-
"icon": "https://chain-list-assets.
|
|
5259
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/crownsterling.png",
|
|
5261
5260
|
"providers": {
|
|
5262
5261
|
"Crown Sterling": "wss://blockchain.crownsterling.io"
|
|
5263
5262
|
},
|
|
@@ -5287,7 +5286,7 @@
|
|
|
5287
5286
|
"name": "Dock",
|
|
5288
5287
|
"isTestnet": false,
|
|
5289
5288
|
"chainStatus": "ACTIVE",
|
|
5290
|
-
"icon": "https://chain-list-assets.
|
|
5289
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dockposmainnet.png",
|
|
5291
5290
|
"providers": {
|
|
5292
5291
|
"Dock Association": "wss://mainnet-node.dock.io"
|
|
5293
5292
|
},
|
|
@@ -5320,7 +5319,7 @@
|
|
|
5320
5319
|
"name": "Kusari",
|
|
5321
5320
|
"isTestnet": false,
|
|
5322
5321
|
"chainStatus": "INACTIVE",
|
|
5323
|
-
"icon": "https://chain-list-assets.
|
|
5322
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusari.png",
|
|
5324
5323
|
"providers": {},
|
|
5325
5324
|
"evmInfo": null,
|
|
5326
5325
|
"substrateInfo": {
|
|
@@ -5348,7 +5347,7 @@
|
|
|
5348
5347
|
"name": "Logion",
|
|
5349
5348
|
"isTestnet": false,
|
|
5350
5349
|
"chainStatus": "ACTIVE",
|
|
5351
|
-
"icon": "https://chain-list-assets.
|
|
5350
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/logion.png",
|
|
5352
5351
|
"providers": {
|
|
5353
5352
|
"Logion 1": "wss://para-rpc01.logion.network"
|
|
5354
5353
|
},
|
|
@@ -5401,7 +5400,7 @@
|
|
|
5401
5400
|
"name": "Neatcoin",
|
|
5402
5401
|
"isTestnet": false,
|
|
5403
5402
|
"chainStatus": "ACTIVE",
|
|
5404
|
-
"icon": "https://chain-list-assets.
|
|
5403
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/neatcoin.png",
|
|
5405
5404
|
"providers": {
|
|
5406
5405
|
"Neatcoin": "wss://rpc.neatcoin.org/ws"
|
|
5407
5406
|
},
|
|
@@ -5431,7 +5430,7 @@
|
|
|
5431
5430
|
"name": "NFTMart",
|
|
5432
5431
|
"isTestnet": false,
|
|
5433
5432
|
"chainStatus": "ACTIVE",
|
|
5434
|
-
"icon": "https://chain-list-assets.
|
|
5433
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/nftmart.png",
|
|
5435
5434
|
"providers": {
|
|
5436
5435
|
"NFTMart": "wss://mainnet.nftmart.io/rpc/ws"
|
|
5437
5436
|
},
|
|
@@ -5461,7 +5460,7 @@
|
|
|
5461
5460
|
"name": "Polymesh Mainnet",
|
|
5462
5461
|
"isTestnet": false,
|
|
5463
5462
|
"chainStatus": "ACTIVE",
|
|
5464
|
-
"icon": "https://chain-list-assets.
|
|
5463
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polymesh.png",
|
|
5465
5464
|
"providers": {
|
|
5466
5465
|
"Polymath": "wss://mainnet-rpc.polymesh.network"
|
|
5467
5466
|
},
|
|
@@ -5494,7 +5493,7 @@
|
|
|
5494
5493
|
"name": "RioChain",
|
|
5495
5494
|
"isTestnet": false,
|
|
5496
5495
|
"chainStatus": "INACTIVE",
|
|
5497
|
-
"icon": "https://chain-list-assets.
|
|
5496
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/riochain.png",
|
|
5498
5497
|
"providers": {},
|
|
5499
5498
|
"evmInfo": null,
|
|
5500
5499
|
"substrateInfo": {
|
|
@@ -5522,7 +5521,7 @@
|
|
|
5522
5521
|
"name": "SherpaX",
|
|
5523
5522
|
"isTestnet": false,
|
|
5524
5523
|
"chainStatus": "INACTIVE",
|
|
5525
|
-
"icon": "https://chain-list-assets.
|
|
5524
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sherpax.png",
|
|
5526
5525
|
"providers": {},
|
|
5527
5526
|
"evmInfo": null,
|
|
5528
5527
|
"substrateInfo": {
|
|
@@ -5550,7 +5549,7 @@
|
|
|
5550
5549
|
"name": "SORA",
|
|
5551
5550
|
"isTestnet": false,
|
|
5552
5551
|
"chainStatus": "ACTIVE",
|
|
5553
|
-
"icon": "https://chain-list-assets.
|
|
5552
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sora_substrate.png",
|
|
5554
5553
|
"providers": {
|
|
5555
5554
|
"SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
|
|
5556
5555
|
"SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
|
|
@@ -5609,7 +5608,7 @@
|
|
|
5609
5608
|
"name": "Swapdex",
|
|
5610
5609
|
"isTestnet": false,
|
|
5611
5610
|
"chainStatus": "INACTIVE",
|
|
5612
|
-
"icon": "https://chain-list-assets.
|
|
5611
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/swapdex.png",
|
|
5613
5612
|
"providers": {
|
|
5614
5613
|
"Swapdex": "wss://ws.swapdex.network"
|
|
5615
5614
|
},
|
|
@@ -5639,7 +5638,7 @@
|
|
|
5639
5638
|
"name": "3DPass",
|
|
5640
5639
|
"isTestnet": false,
|
|
5641
5640
|
"chainStatus": "ACTIVE",
|
|
5642
|
-
"icon": "https://chain-list-assets.
|
|
5641
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/3dpass.png",
|
|
5643
5642
|
"providers": {
|
|
5644
5643
|
"3dpass": "wss://rpc.3dpass.org",
|
|
5645
5644
|
"3dpscan": "wss://rpc.3dpscan.io"
|
|
@@ -5670,7 +5669,7 @@
|
|
|
5670
5669
|
"name": "Aleph Zero Smartnet",
|
|
5671
5670
|
"isTestnet": true,
|
|
5672
5671
|
"chainStatus": "INACTIVE",
|
|
5673
|
-
"icon": "https://chain-list-assets.
|
|
5672
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/alephsmartnet.png",
|
|
5674
5673
|
"providers": {},
|
|
5675
5674
|
"evmInfo": null,
|
|
5676
5675
|
"substrateInfo": {
|
|
@@ -5698,7 +5697,7 @@
|
|
|
5698
5697
|
"name": "Kulupu",
|
|
5699
5698
|
"isTestnet": false,
|
|
5700
5699
|
"chainStatus": "ACTIVE",
|
|
5701
|
-
"icon": "https://chain-list-assets.
|
|
5700
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kulupu.png",
|
|
5702
5701
|
"providers": {
|
|
5703
5702
|
"Kulupu": "wss://rpc.kulupu.corepaper.org/ws"
|
|
5704
5703
|
},
|
|
@@ -5728,7 +5727,7 @@
|
|
|
5728
5727
|
"name": "Joystream",
|
|
5729
5728
|
"isTestnet": false,
|
|
5730
5729
|
"chainStatus": "ACTIVE",
|
|
5731
|
-
"icon": "https://chain-list-assets.
|
|
5730
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/joystream.png",
|
|
5732
5731
|
"providers": {
|
|
5733
5732
|
"Jsgenesis": "wss://rpc.joystream.org"
|
|
5734
5733
|
},
|
|
@@ -5761,7 +5760,7 @@
|
|
|
5761
5760
|
"name": "Aventus Testnet",
|
|
5762
5761
|
"isTestnet": true,
|
|
5763
5762
|
"chainStatus": "ACTIVE",
|
|
5764
|
-
"icon": "https://chain-list-assets.
|
|
5763
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aventus_testnet.png",
|
|
5765
5764
|
"providers": {
|
|
5766
5765
|
"Aventus": "wss://public-rpc.testnet.aventus.network"
|
|
5767
5766
|
},
|
|
@@ -5791,7 +5790,7 @@
|
|
|
5791
5790
|
"name": "Vara Network",
|
|
5792
5791
|
"isTestnet": false,
|
|
5793
5792
|
"chainStatus": "ACTIVE",
|
|
5794
|
-
"icon": "https://chain-list-assets.
|
|
5793
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/vara_network.png",
|
|
5795
5794
|
"providers": {
|
|
5796
5795
|
"Vara Network": "wss://rpc.vara.network",
|
|
5797
5796
|
"BlastApi": "wss://vara-mainnet.public.blastapi.io"
|
|
@@ -5811,7 +5810,8 @@
|
|
|
5811
5810
|
"hasNativeNft": true,
|
|
5812
5811
|
"supportStaking": true,
|
|
5813
5812
|
"supportSmartContract": [
|
|
5814
|
-
"GRC20"
|
|
5813
|
+
"GRC20",
|
|
5814
|
+
"VFT"
|
|
5815
5815
|
],
|
|
5816
5816
|
"crowdloanParaId": null,
|
|
5817
5817
|
"crowdloanFunds": []
|
|
@@ -5827,7 +5827,7 @@
|
|
|
5827
5827
|
"name": "Avail Kate Testnet",
|
|
5828
5828
|
"isTestnet": true,
|
|
5829
5829
|
"chainStatus": "INACTIVE",
|
|
5830
|
-
"icon": "https://chain-list-assets.
|
|
5830
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kate.png",
|
|
5831
5831
|
"providers": {
|
|
5832
5832
|
"AVAIL": "wss://kate.avail.tools/ws"
|
|
5833
5833
|
},
|
|
@@ -5857,7 +5857,7 @@
|
|
|
5857
5857
|
"name": "Polkadot Bridge Hub",
|
|
5858
5858
|
"isTestnet": false,
|
|
5859
5859
|
"chainStatus": "ACTIVE",
|
|
5860
|
-
"icon": "https://chain-list-assets.
|
|
5860
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bridgehubpolkadot.png",
|
|
5861
5861
|
"providers": {
|
|
5862
5862
|
"Parity": "wss://polkadot-bridge-hub-rpc.polkadot.io",
|
|
5863
5863
|
"Stakeworld": "wss://dot-rpc.stakeworld.io/bridgehub"
|
|
@@ -5891,7 +5891,7 @@
|
|
|
5891
5891
|
"name": "Kusama Bridge Hub",
|
|
5892
5892
|
"isTestnet": false,
|
|
5893
5893
|
"chainStatus": "ACTIVE",
|
|
5894
|
-
"icon": "https://chain-list-assets.
|
|
5894
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bridgehubkusama.png",
|
|
5895
5895
|
"providers": {
|
|
5896
5896
|
"Parity": "wss://kusama-bridge-hub-rpc.polkadot.io",
|
|
5897
5897
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/bridgehub",
|
|
@@ -5927,7 +5927,7 @@
|
|
|
5927
5927
|
"name": "Fantom Testnet",
|
|
5928
5928
|
"isTestnet": true,
|
|
5929
5929
|
"chainStatus": "ACTIVE",
|
|
5930
|
-
"icon": "https://chain-list-assets.
|
|
5930
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/fantom_testnet.png",
|
|
5931
5931
|
"providers": {
|
|
5932
5932
|
"Ankr": "https://rpc.ankr.com/fantom_testnet",
|
|
5933
5933
|
"FantomNetwork": "https://rpc.testnet.fantom.network/",
|
|
@@ -5954,7 +5954,7 @@
|
|
|
5954
5954
|
"name": "Fantom",
|
|
5955
5955
|
"isTestnet": false,
|
|
5956
5956
|
"chainStatus": "ACTIVE",
|
|
5957
|
-
"icon": "https://chain-list-assets.
|
|
5957
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/fantom.png",
|
|
5958
5958
|
"providers": {
|
|
5959
5959
|
"Ankr": "https://rpc.ankr.com/fantom",
|
|
5960
5960
|
"RPC_API": "https://rpcapi.fantom.network",
|
|
@@ -5983,7 +5983,7 @@
|
|
|
5983
5983
|
"name": "Krest Network",
|
|
5984
5984
|
"isTestnet": false,
|
|
5985
5985
|
"chainStatus": "ACTIVE",
|
|
5986
|
-
"icon": "https://chain-list-assets.
|
|
5986
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/krest_network.png",
|
|
5987
5987
|
"providers": {
|
|
5988
5988
|
"OnFinality": "wss://krest.api.onfinality.io/public-ws"
|
|
5989
5989
|
},
|
|
@@ -6028,7 +6028,7 @@
|
|
|
6028
6028
|
"name": "Deeper Network",
|
|
6029
6029
|
"isTestnet": false,
|
|
6030
6030
|
"chainStatus": "ACTIVE",
|
|
6031
|
-
"icon": "https://chain-list-assets.
|
|
6031
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/deeper_network.png",
|
|
6032
6032
|
"providers": {
|
|
6033
6033
|
"DeeperNetwork": "wss://mainnet-full.deeper.network"
|
|
6034
6034
|
},
|
|
@@ -6058,7 +6058,7 @@
|
|
|
6058
6058
|
"name": "Jur Network",
|
|
6059
6059
|
"isTestnet": false,
|
|
6060
6060
|
"chainStatus": "ACTIVE",
|
|
6061
|
-
"icon": "https://chain-list-assets.
|
|
6061
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/jur_network.png",
|
|
6062
6062
|
"providers": {
|
|
6063
6063
|
"Jur Mainnet": "wss://mainnet.jur.io/"
|
|
6064
6064
|
},
|
|
@@ -6088,7 +6088,7 @@
|
|
|
6088
6088
|
"name": "Base Mainnet",
|
|
6089
6089
|
"isTestnet": false,
|
|
6090
6090
|
"chainStatus": "ACTIVE",
|
|
6091
|
-
"icon": "https://chain-list-assets.
|
|
6091
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/base_mainnet.png",
|
|
6092
6092
|
"providers": {
|
|
6093
6093
|
"PublicNode": "https://base.publicnode.com"
|
|
6094
6094
|
},
|
|
@@ -6113,7 +6113,7 @@
|
|
|
6113
6113
|
"name": "Avalanche C-Chain",
|
|
6114
6114
|
"isTestnet": false,
|
|
6115
6115
|
"chainStatus": "ACTIVE",
|
|
6116
|
-
"icon": "https://chain-list-assets.
|
|
6116
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/avalanche_c.png",
|
|
6117
6117
|
"providers": {
|
|
6118
6118
|
"Avax Network": "https://api.avax.network/ext/bc/C/rpc",
|
|
6119
6119
|
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
@@ -6142,7 +6142,7 @@
|
|
|
6142
6142
|
"name": "Crust Mainnet",
|
|
6143
6143
|
"isTestnet": false,
|
|
6144
6144
|
"chainStatus": "ACTIVE",
|
|
6145
|
-
"icon": "https://chain-list-assets.
|
|
6145
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/crust_mainnet.png",
|
|
6146
6146
|
"providers": {
|
|
6147
6147
|
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
6148
6148
|
"Crust Network": "wss://rpc.crust.network"
|
|
@@ -6176,7 +6176,7 @@
|
|
|
6176
6176
|
"name": "Acala - EVM",
|
|
6177
6177
|
"isTestnet": false,
|
|
6178
6178
|
"chainStatus": "ACTIVE",
|
|
6179
|
-
"icon": "https://chain-list-assets.
|
|
6179
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acala_evm.png",
|
|
6180
6180
|
"providers": {
|
|
6181
6181
|
"Acala": "https://eth-rpc-acala.aca-api.network"
|
|
6182
6182
|
},
|
|
@@ -6201,7 +6201,7 @@
|
|
|
6201
6201
|
"name": "Karura - EVM",
|
|
6202
6202
|
"isTestnet": false,
|
|
6203
6203
|
"chainStatus": "ACTIVE",
|
|
6204
|
-
"icon": "https://chain-list-assets.
|
|
6204
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/karura_evm.png",
|
|
6205
6205
|
"providers": {
|
|
6206
6206
|
"Acala": "https://eth-rpc-karura.aca-api.network"
|
|
6207
6207
|
},
|
|
@@ -6226,7 +6226,7 @@
|
|
|
6226
6226
|
"name": "Bittensor",
|
|
6227
6227
|
"isTestnet": false,
|
|
6228
6228
|
"chainStatus": "ACTIVE",
|
|
6229
|
-
"icon": "https://chain-list-assets.
|
|
6229
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor.png",
|
|
6230
6230
|
"providers": {
|
|
6231
6231
|
"Opentensor": "wss://entrypoint-finney.opentensor.ai:443"
|
|
6232
6232
|
},
|
|
@@ -6268,7 +6268,7 @@
|
|
|
6268
6268
|
"name": "Xcavate",
|
|
6269
6269
|
"isTestnet": true,
|
|
6270
6270
|
"chainStatus": "INACTIVE",
|
|
6271
|
-
"icon": "https://chain-list-assets.
|
|
6271
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/xcavate.png",
|
|
6272
6272
|
"providers": {
|
|
6273
6273
|
"Tanssi": "wss://fraa-dancebox-3031-rpc.a.dancebox.tanssi.network"
|
|
6274
6274
|
},
|
|
@@ -6298,7 +6298,7 @@
|
|
|
6298
6298
|
"name": "Unorthodox",
|
|
6299
6299
|
"isTestnet": false,
|
|
6300
6300
|
"chainStatus": "INACTIVE",
|
|
6301
|
-
"icon": "https://chain-list-assets.
|
|
6301
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unorthodox.png",
|
|
6302
6302
|
"providers": {},
|
|
6303
6303
|
"evmInfo": null,
|
|
6304
6304
|
"substrateInfo": {
|
|
@@ -6326,7 +6326,7 @@
|
|
|
6326
6326
|
"name": "Coinversation",
|
|
6327
6327
|
"isTestnet": false,
|
|
6328
6328
|
"chainStatus": "INACTIVE",
|
|
6329
|
-
"icon": "https://chain-list-assets.
|
|
6329
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/coinversation.png",
|
|
6330
6330
|
"providers": {},
|
|
6331
6331
|
"evmInfo": null,
|
|
6332
6332
|
"substrateInfo": {
|
|
@@ -6366,7 +6366,7 @@
|
|
|
6366
6366
|
"name": "LayerX Network",
|
|
6367
6367
|
"isTestnet": false,
|
|
6368
6368
|
"chainStatus": "INACTIVE",
|
|
6369
|
-
"icon": "https://chain-list-assets.
|
|
6369
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/layerx_network.png",
|
|
6370
6370
|
"providers": {},
|
|
6371
6371
|
"evmInfo": null,
|
|
6372
6372
|
"substrateInfo": {
|
|
@@ -6394,7 +6394,7 @@
|
|
|
6394
6394
|
"name": "Moonsama",
|
|
6395
6395
|
"isTestnet": false,
|
|
6396
6396
|
"chainStatus": "INACTIVE",
|
|
6397
|
-
"icon": "https://chain-list-assets.
|
|
6397
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/moonsama.png",
|
|
6398
6398
|
"providers": {},
|
|
6399
6399
|
"evmInfo": null,
|
|
6400
6400
|
"substrateInfo": {
|
|
@@ -6434,7 +6434,7 @@
|
|
|
6434
6434
|
"name": "OAK Network",
|
|
6435
6435
|
"isTestnet": false,
|
|
6436
6436
|
"chainStatus": "INACTIVE",
|
|
6437
|
-
"icon": "https://chain-list-assets.
|
|
6437
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/oak_network.png",
|
|
6438
6438
|
"providers": {},
|
|
6439
6439
|
"evmInfo": null,
|
|
6440
6440
|
"substrateInfo": {
|
|
@@ -6474,7 +6474,7 @@
|
|
|
6474
6474
|
"name": "OmniBTC",
|
|
6475
6475
|
"isTestnet": false,
|
|
6476
6476
|
"chainStatus": "INACTIVE",
|
|
6477
|
-
"icon": "https://chain-list-assets.
|
|
6477
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/omnibtc.png",
|
|
6478
6478
|
"providers": {},
|
|
6479
6479
|
"evmInfo": null,
|
|
6480
6480
|
"substrateInfo": {
|
|
@@ -6514,7 +6514,7 @@
|
|
|
6514
6514
|
"name": "Quantum Portal",
|
|
6515
6515
|
"isTestnet": false,
|
|
6516
6516
|
"chainStatus": "INACTIVE",
|
|
6517
|
-
"icon": "https://chain-list-assets.
|
|
6517
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/quantum_portal.png",
|
|
6518
6518
|
"providers": {},
|
|
6519
6519
|
"evmInfo": null,
|
|
6520
6520
|
"substrateInfo": {
|
|
@@ -6542,7 +6542,7 @@
|
|
|
6542
6542
|
"name": "Virto Network",
|
|
6543
6543
|
"isTestnet": false,
|
|
6544
6544
|
"chainStatus": "INACTIVE",
|
|
6545
|
-
"icon": "https://chain-list-assets.
|
|
6545
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/virto_network.png",
|
|
6546
6546
|
"providers": {},
|
|
6547
6547
|
"evmInfo": null,
|
|
6548
6548
|
"substrateInfo": {
|
|
@@ -6570,7 +6570,7 @@
|
|
|
6570
6570
|
"name": "Energy Web X",
|
|
6571
6571
|
"isTestnet": false,
|
|
6572
6572
|
"chainStatus": "ACTIVE",
|
|
6573
|
-
"icon": "https://chain-list-assets.
|
|
6573
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x.png",
|
|
6574
6574
|
"providers": {
|
|
6575
6575
|
"EWX": "wss://public-rpc.mainnet.energywebx.com/ws"
|
|
6576
6576
|
},
|
|
@@ -6612,7 +6612,7 @@
|
|
|
6612
6612
|
"name": "InvArch Network",
|
|
6613
6613
|
"isTestnet": false,
|
|
6614
6614
|
"chainStatus": "ACTIVE",
|
|
6615
|
-
"icon": "https://chain-list-assets.
|
|
6615
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/invarch.png",
|
|
6616
6616
|
"providers": {
|
|
6617
6617
|
"Dwellir": "wss://invarch-rpc.dwellir.com"
|
|
6618
6618
|
},
|
|
@@ -6654,7 +6654,7 @@
|
|
|
6654
6654
|
"name": "Zero",
|
|
6655
6655
|
"isTestnet": false,
|
|
6656
6656
|
"chainStatus": "INACTIVE",
|
|
6657
|
-
"icon": "https://chain-list-assets.
|
|
6657
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zero.png",
|
|
6658
6658
|
"providers": {},
|
|
6659
6659
|
"evmInfo": null,
|
|
6660
6660
|
"substrateInfo": {
|
|
@@ -6682,7 +6682,7 @@
|
|
|
6682
6682
|
"name": " Kpron Network",
|
|
6683
6683
|
"isTestnet": false,
|
|
6684
6684
|
"chainStatus": "INACTIVE",
|
|
6685
|
-
"icon": "https://chain-list-assets.
|
|
6685
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kpron_network.png",
|
|
6686
6686
|
"providers": {},
|
|
6687
6687
|
"evmInfo": null,
|
|
6688
6688
|
"substrateInfo": {
|
|
@@ -6710,7 +6710,7 @@
|
|
|
6710
6710
|
"name": "Mars",
|
|
6711
6711
|
"isTestnet": false,
|
|
6712
6712
|
"chainStatus": "INACTIVE",
|
|
6713
|
-
"icon": "https://chain-list-assets.
|
|
6713
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mars.png",
|
|
6714
6714
|
"providers": {},
|
|
6715
6715
|
"evmInfo": null,
|
|
6716
6716
|
"substrateInfo": {
|
|
@@ -6738,7 +6738,7 @@
|
|
|
6738
6738
|
"name": "Snow",
|
|
6739
6739
|
"isTestnet": false,
|
|
6740
6740
|
"chainStatus": "INACTIVE",
|
|
6741
|
-
"icon": "https://chain-list-assets.
|
|
6741
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/snow.png",
|
|
6742
6742
|
"providers": {},
|
|
6743
6743
|
"evmInfo": null,
|
|
6744
6744
|
"substrateInfo": {
|
|
@@ -6781,7 +6781,7 @@
|
|
|
6781
6781
|
"name": "Aband",
|
|
6782
6782
|
"isTestnet": false,
|
|
6783
6783
|
"chainStatus": "INACTIVE",
|
|
6784
|
-
"icon": "https://chain-list-assets.
|
|
6784
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aband.png",
|
|
6785
6785
|
"providers": {},
|
|
6786
6786
|
"evmInfo": null,
|
|
6787
6787
|
"substrateInfo": {
|
|
@@ -6821,7 +6821,7 @@
|
|
|
6821
6821
|
"name": "Alpha Network",
|
|
6822
6822
|
"isTestnet": false,
|
|
6823
6823
|
"chainStatus": "INACTIVE",
|
|
6824
|
-
"icon": "https://chain-list-assets.
|
|
6824
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/alpha_network.png",
|
|
6825
6825
|
"providers": {},
|
|
6826
6826
|
"evmInfo": null,
|
|
6827
6827
|
"substrateInfo": {
|
|
@@ -6849,7 +6849,7 @@
|
|
|
6849
6849
|
"name": "Loom Network",
|
|
6850
6850
|
"isTestnet": false,
|
|
6851
6851
|
"chainStatus": "INACTIVE",
|
|
6852
|
-
"icon": "https://chain-list-assets.
|
|
6852
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/loom_network.png",
|
|
6853
6853
|
"providers": {},
|
|
6854
6854
|
"evmInfo": null,
|
|
6855
6855
|
"substrateInfo": {
|
|
@@ -6877,7 +6877,7 @@
|
|
|
6877
6877
|
"name": "SubGame Gamma",
|
|
6878
6878
|
"isTestnet": false,
|
|
6879
6879
|
"chainStatus": "INACTIVE",
|
|
6880
|
-
"icon": "https://chain-list-assets.
|
|
6880
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subgame_gamma.png",
|
|
6881
6881
|
"providers": {},
|
|
6882
6882
|
"evmInfo": null,
|
|
6883
6883
|
"substrateInfo": {
|
|
@@ -6905,7 +6905,7 @@
|
|
|
6905
6905
|
"name": "TrustBase",
|
|
6906
6906
|
"isTestnet": false,
|
|
6907
6907
|
"chainStatus": "INACTIVE",
|
|
6908
|
-
"icon": "https://chain-list-assets.
|
|
6908
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/trustbase.png",
|
|
6909
6909
|
"providers": {},
|
|
6910
6910
|
"evmInfo": null,
|
|
6911
6911
|
"substrateInfo": {
|
|
@@ -6933,7 +6933,7 @@
|
|
|
6933
6933
|
"name": "Manta Atlantic",
|
|
6934
6934
|
"isTestnet": false,
|
|
6935
6935
|
"chainStatus": "ACTIVE",
|
|
6936
|
-
"icon": "https://chain-list-assets.
|
|
6936
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network.png",
|
|
6937
6937
|
"providers": {
|
|
6938
6938
|
"Manta Network": "wss://ws.manta.systems"
|
|
6939
6939
|
},
|
|
@@ -6966,7 +6966,7 @@
|
|
|
6966
6966
|
"name": "t3rn",
|
|
6967
6967
|
"isTestnet": false,
|
|
6968
6968
|
"chainStatus": "INACTIVE",
|
|
6969
|
-
"icon": "https://chain-list-assets.
|
|
6969
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/t3rn.png",
|
|
6970
6970
|
"providers": {},
|
|
6971
6971
|
"evmInfo": null,
|
|
6972
6972
|
"substrateInfo": {
|
|
@@ -6994,7 +6994,7 @@
|
|
|
6994
6994
|
"name": "Geminis Network",
|
|
6995
6995
|
"isTestnet": false,
|
|
6996
6996
|
"chainStatus": "INACTIVE",
|
|
6997
|
-
"icon": "https://chain-list-assets.
|
|
6997
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/geminis_network.png",
|
|
6998
6998
|
"providers": {},
|
|
6999
6999
|
"evmInfo": null,
|
|
7000
7000
|
"substrateInfo": {
|
|
@@ -7022,7 +7022,7 @@
|
|
|
7022
7022
|
"name": "Polimec",
|
|
7023
7023
|
"isTestnet": false,
|
|
7024
7024
|
"chainStatus": "ACTIVE",
|
|
7025
|
-
"icon": "https://chain-list-assets.
|
|
7025
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polimec.png",
|
|
7026
7026
|
"providers": {
|
|
7027
7027
|
"Polimec": "wss://rpc.polimec.org",
|
|
7028
7028
|
"Amforc": "wss://polimec.rpc.amforc.com"
|
|
@@ -7065,7 +7065,7 @@
|
|
|
7065
7065
|
"name": "SubDAO",
|
|
7066
7066
|
"isTestnet": false,
|
|
7067
7067
|
"chainStatus": "INACTIVE",
|
|
7068
|
-
"icon": "https://chain-list-assets.
|
|
7068
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subdao.png",
|
|
7069
7069
|
"providers": {},
|
|
7070
7070
|
"evmInfo": null,
|
|
7071
7071
|
"substrateInfo": {
|
|
@@ -7093,7 +7093,7 @@
|
|
|
7093
7093
|
"name": "SubGame Network",
|
|
7094
7094
|
"isTestnet": false,
|
|
7095
7095
|
"chainStatus": "INACTIVE",
|
|
7096
|
-
"icon": "https://chain-list-assets.
|
|
7096
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subgame_network.png",
|
|
7097
7097
|
"providers": {},
|
|
7098
7098
|
"evmInfo": null,
|
|
7099
7099
|
"substrateInfo": {
|
|
@@ -7121,7 +7121,7 @@
|
|
|
7121
7121
|
"name": "ZetaChain Testnet",
|
|
7122
7122
|
"isTestnet": true,
|
|
7123
7123
|
"chainStatus": "ACTIVE",
|
|
7124
|
-
"icon": "https://chain-list-assets.
|
|
7124
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zeta_test.png",
|
|
7125
7125
|
"providers": {
|
|
7126
7126
|
"Athens": "https://zetachain-athens-evm.blockpi.network/v1/rpc/public"
|
|
7127
7127
|
},
|
|
@@ -7143,7 +7143,7 @@
|
|
|
7143
7143
|
"name": "Watr Mainnet",
|
|
7144
7144
|
"isTestnet": false,
|
|
7145
7145
|
"chainStatus": "ACTIVE",
|
|
7146
|
-
"icon": "https://chain-list-assets.
|
|
7146
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/watr_mainnet.png",
|
|
7147
7147
|
"providers": {
|
|
7148
7148
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7149
7149
|
},
|
|
@@ -7173,7 +7173,7 @@
|
|
|
7173
7173
|
"name": "Watr Mainnet - EVM",
|
|
7174
7174
|
"isTestnet": false,
|
|
7175
7175
|
"chainStatus": "ACTIVE",
|
|
7176
|
-
"icon": "https://chain-list-assets.
|
|
7176
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/watr_mainnet_evm.png",
|
|
7177
7177
|
"providers": {
|
|
7178
7178
|
"Watr": "wss://watr-rpc.watr-api.network"
|
|
7179
7179
|
},
|
|
@@ -7195,7 +7195,7 @@
|
|
|
7195
7195
|
"name": "Enjin Relaychain",
|
|
7196
7196
|
"isTestnet": false,
|
|
7197
7197
|
"chainStatus": "ACTIVE",
|
|
7198
|
-
"icon": "https://chain-list-assets.
|
|
7198
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/enjin_relaychain.png",
|
|
7199
7199
|
"providers": {
|
|
7200
7200
|
"Enjin": "wss://rpc.relay.blockchain.enjin.io/"
|
|
7201
7201
|
},
|
|
@@ -7228,7 +7228,7 @@
|
|
|
7228
7228
|
"name": "Enjin Matrixchain",
|
|
7229
7229
|
"isTestnet": false,
|
|
7230
7230
|
"chainStatus": "ACTIVE",
|
|
7231
|
-
"icon": "https://chain-list-assets.
|
|
7231
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/enjin_matrixchain.png",
|
|
7232
7232
|
"providers": {
|
|
7233
7233
|
"MatrixChain": "wss://rpc.matrix.blockchain.enjin.io/",
|
|
7234
7234
|
"Dwellir": "wss://enjin-matrix-rpc-1.dwellir.com/"
|
|
@@ -7262,7 +7262,7 @@
|
|
|
7262
7262
|
"name": "Vara Network Testnet",
|
|
7263
7263
|
"isTestnet": true,
|
|
7264
7264
|
"chainStatus": "ACTIVE",
|
|
7265
|
-
"icon": "https://chain-list-assets.
|
|
7265
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/vara_testnet.png",
|
|
7266
7266
|
"providers": {
|
|
7267
7267
|
"Vara": "wss://testnet.vara-network.io"
|
|
7268
7268
|
},
|
|
@@ -7281,7 +7281,8 @@
|
|
|
7281
7281
|
"hasNativeNft": null,
|
|
7282
7282
|
"supportStaking": null,
|
|
7283
7283
|
"supportSmartContract": [
|
|
7284
|
-
"GRC20"
|
|
7284
|
+
"GRC20",
|
|
7285
|
+
"VFT"
|
|
7285
7286
|
],
|
|
7286
7287
|
"crowdloanParaId": null,
|
|
7287
7288
|
"crowdloanFunds": []
|
|
@@ -7294,7 +7295,7 @@
|
|
|
7294
7295
|
"name": "Avail Goldberg Testnet",
|
|
7295
7296
|
"isTestnet": true,
|
|
7296
7297
|
"chainStatus": "ACTIVE",
|
|
7297
|
-
"icon": "https://chain-list-assets.
|
|
7298
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/goldberg_testnet.png",
|
|
7298
7299
|
"providers": {
|
|
7299
7300
|
"Goldberg testnet": "wss://goldberg-testnet-rpc.avail.tools/ws"
|
|
7300
7301
|
},
|
|
@@ -7327,7 +7328,7 @@
|
|
|
7327
7328
|
"name": "EWX Staging Parachain",
|
|
7328
7329
|
"isTestnet": true,
|
|
7329
7330
|
"chainStatus": "ACTIVE",
|
|
7330
|
-
"icon": "https://chain-list-assets.
|
|
7331
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_testnet.png",
|
|
7331
7332
|
"providers": {
|
|
7332
7333
|
"EWX": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws"
|
|
7333
7334
|
},
|
|
@@ -7357,7 +7358,7 @@
|
|
|
7357
7358
|
"name": "Energy Web Chain",
|
|
7358
7359
|
"isTestnet": false,
|
|
7359
7360
|
"chainStatus": "ACTIVE",
|
|
7360
|
-
"icon": "https://chain-list-assets.
|
|
7361
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_chain.png",
|
|
7361
7362
|
"providers": {
|
|
7362
7363
|
"Energy Web Chain": "https://rpc.energyweb.org"
|
|
7363
7364
|
},
|
|
@@ -7382,7 +7383,7 @@
|
|
|
7382
7383
|
"name": "Energy Web X Rococo",
|
|
7383
7384
|
"isTestnet": true,
|
|
7384
7385
|
"chainStatus": "ACTIVE",
|
|
7385
|
-
"icon": "https://chain-list-assets.
|
|
7386
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_rococo.png",
|
|
7386
7387
|
"providers": {
|
|
7387
7388
|
"EWX": "wss://public-rpc.testnet.energywebx.com/ws"
|
|
7388
7389
|
},
|
|
@@ -7412,7 +7413,7 @@
|
|
|
7412
7413
|
"name": "Manta Pacific",
|
|
7413
7414
|
"isTestnet": false,
|
|
7414
7415
|
"chainStatus": "ACTIVE",
|
|
7415
|
-
"icon": "https://chain-list-assets.
|
|
7416
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
|
|
7416
7417
|
"providers": {
|
|
7417
7418
|
"Manta Pacific": "https://pacific-rpc.manta.network/http"
|
|
7418
7419
|
},
|
|
@@ -7437,7 +7438,7 @@
|
|
|
7437
7438
|
"name": "Polkadex Polkadot",
|
|
7438
7439
|
"isTestnet": false,
|
|
7439
7440
|
"chainStatus": "ACTIVE",
|
|
7440
|
-
"icon": "https://chain-list-assets.
|
|
7441
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png",
|
|
7441
7442
|
"providers": {
|
|
7442
7443
|
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
7443
7444
|
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
@@ -7483,7 +7484,7 @@
|
|
|
7483
7484
|
"name": "Bittensor Testnet",
|
|
7484
7485
|
"isTestnet": true,
|
|
7485
7486
|
"chainStatus": "INACTIVE",
|
|
7486
|
-
"icon": "https://chain-list-assets.
|
|
7487
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7487
7488
|
"providers": {
|
|
7488
7489
|
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
7489
7490
|
},
|
|
@@ -7513,7 +7514,7 @@
|
|
|
7513
7514
|
"name": "Subspace Gemini 3h",
|
|
7514
7515
|
"isTestnet": true,
|
|
7515
7516
|
"chainStatus": "ACTIVE",
|
|
7516
|
-
"icon": "https://chain-list-assets.
|
|
7517
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png",
|
|
7517
7518
|
"providers": {
|
|
7518
7519
|
"Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
|
|
7519
7520
|
},
|
|
@@ -7546,7 +7547,7 @@
|
|
|
7546
7547
|
"name": "Continuum Network",
|
|
7547
7548
|
"isTestnet": false,
|
|
7548
7549
|
"chainStatus": "ACTIVE",
|
|
7549
|
-
"icon": "https://chain-list-assets.
|
|
7550
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/continuum_network.png",
|
|
7550
7551
|
"providers": {
|
|
7551
7552
|
"Continuum RPC Node": "wss://continuum-rpc-1.metaverse.network/wss"
|
|
7552
7553
|
},
|
|
@@ -7579,7 +7580,7 @@
|
|
|
7579
7580
|
"name": "Rococo Asset Hub",
|
|
7580
7581
|
"isTestnet": true,
|
|
7581
7582
|
"chainStatus": "ACTIVE",
|
|
7582
|
-
"icon": "https://chain-list-assets.
|
|
7583
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo_assethub.png",
|
|
7583
7584
|
"providers": {
|
|
7584
7585
|
"Parity": "wss://rococo-asset-hub-rpc.polkadot.io"
|
|
7585
7586
|
},
|
|
@@ -7612,7 +7613,7 @@
|
|
|
7612
7613
|
"name": "X Layer testnet",
|
|
7613
7614
|
"isTestnet": true,
|
|
7614
7615
|
"chainStatus": "ACTIVE",
|
|
7615
|
-
"icon": "https://chain-list-assets.
|
|
7616
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png",
|
|
7616
7617
|
"providers": {
|
|
7617
7618
|
"Testrpc": "https://testrpc.x1.tech/",
|
|
7618
7619
|
"X1testrpc": "https://x1testrpc.okx.com/"
|
|
@@ -7638,7 +7639,7 @@
|
|
|
7638
7639
|
"name": "Liberland Testnet",
|
|
7639
7640
|
"isTestnet": true,
|
|
7640
7641
|
"chainStatus": "ACTIVE",
|
|
7641
|
-
"icon": "https://chain-list-assets.
|
|
7642
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png",
|
|
7642
7643
|
"providers": {
|
|
7643
7644
|
"Liberland": "wss://testchain.liberland.org"
|
|
7644
7645
|
},
|
|
@@ -7668,7 +7669,7 @@
|
|
|
7668
7669
|
"name": "Liberland",
|
|
7669
7670
|
"isTestnet": false,
|
|
7670
7671
|
"chainStatus": "ACTIVE",
|
|
7671
|
-
"icon": "https://chain-list-assets.
|
|
7672
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png",
|
|
7672
7673
|
"providers": {
|
|
7673
7674
|
"Liberland": "wss://mainnet.liberland.org",
|
|
7674
7675
|
"Dwellir": "wss://liberland-rpc.dwellir.com"
|
|
@@ -7699,7 +7700,7 @@
|
|
|
7699
7700
|
"name": "Polkadot Chainflip Testnet",
|
|
7700
7701
|
"isTestnet": true,
|
|
7701
7702
|
"chainStatus": "ACTIVE",
|
|
7702
|
-
"icon": "https://chain-list-assets.
|
|
7703
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png",
|
|
7703
7704
|
"providers": {
|
|
7704
7705
|
"Chainflip": "wss://rpc-pdot.chainflip.io"
|
|
7705
7706
|
},
|
|
@@ -7729,7 +7730,7 @@
|
|
|
7729
7730
|
"name": "Tangle Testnet",
|
|
7730
7731
|
"isTestnet": true,
|
|
7731
7732
|
"chainStatus": "ACTIVE",
|
|
7732
|
-
"icon": "https://chain-list-assets.
|
|
7733
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangletest.png",
|
|
7733
7734
|
"providers": {
|
|
7734
7735
|
"Webb": "wss://testnet-rpc.tangle.tools"
|
|
7735
7736
|
},
|
|
@@ -7759,7 +7760,7 @@
|
|
|
7759
7760
|
"name": "DENTNet",
|
|
7760
7761
|
"isTestnet": false,
|
|
7761
7762
|
"chainStatus": "ACTIVE",
|
|
7762
|
-
"icon": "https://chain-list-assets.
|
|
7763
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dentnet.png",
|
|
7763
7764
|
"providers": {
|
|
7764
7765
|
"Dentnet": "wss://rpc.dentnet.io/ws"
|
|
7765
7766
|
},
|
|
@@ -7789,7 +7790,7 @@
|
|
|
7789
7790
|
"name": "Phyken Network Testnet",
|
|
7790
7791
|
"isTestnet": true,
|
|
7791
7792
|
"chainStatus": "ACTIVE",
|
|
7792
|
-
"icon": "https://chain-list-assets.
|
|
7793
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/phykentest.png",
|
|
7793
7794
|
"providers": {
|
|
7794
7795
|
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz"
|
|
7795
7796
|
},
|
|
@@ -7819,7 +7820,7 @@
|
|
|
7819
7820
|
"name": "Creditcoin Testnet - EVM",
|
|
7820
7821
|
"isTestnet": true,
|
|
7821
7822
|
"chainStatus": "ACTIVE",
|
|
7822
|
-
"icon": "https://chain-list-assets.
|
|
7823
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/creditcointestevm.png",
|
|
7823
7824
|
"providers": {
|
|
7824
7825
|
"Creditcoin Testnet EVM": "https://rpc.cc3-testnet.creditcoin.network/"
|
|
7825
7826
|
},
|
|
@@ -7841,7 +7842,7 @@
|
|
|
7841
7842
|
"name": "Astar zkEVM",
|
|
7842
7843
|
"isTestnet": false,
|
|
7843
7844
|
"chainStatus": "ACTIVE",
|
|
7844
|
-
"icon": "https://chain-list-assets.
|
|
7845
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/astarzkevm.png",
|
|
7845
7846
|
"providers": {
|
|
7846
7847
|
"Dwellir": "https://astar-zkevm-rpc.dwellir.com"
|
|
7847
7848
|
},
|
|
@@ -7866,7 +7867,7 @@
|
|
|
7866
7867
|
"name": "Ethereum Sepolia",
|
|
7867
7868
|
"isTestnet": true,
|
|
7868
7869
|
"chainStatus": "ACTIVE",
|
|
7869
|
-
"icon": "https://chain-list-assets.
|
|
7870
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sepolia_ethereum.png",
|
|
7870
7871
|
"providers": {
|
|
7871
7872
|
"Asia RPC": "https://rpc.sepolia.org",
|
|
7872
7873
|
"Europe RPC 2": "https://rpc2.sepolia.org",
|
|
@@ -7893,7 +7894,7 @@
|
|
|
7893
7894
|
"name": "Hydration Rococo",
|
|
7894
7895
|
"isTestnet": true,
|
|
7895
7896
|
"chainStatus": "ACTIVE",
|
|
7896
|
-
"icon": "https://chain-list-assets.
|
|
7897
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hydradx_rococo.png",
|
|
7897
7898
|
"providers": {
|
|
7898
7899
|
"Hydration Nice": "wss://rpc.nice.hydration.cloud"
|
|
7899
7900
|
},
|
|
@@ -7923,7 +7924,7 @@
|
|
|
7923
7924
|
"name": "Creditcoin testnet",
|
|
7924
7925
|
"isTestnet": true,
|
|
7925
7926
|
"chainStatus": "ACTIVE",
|
|
7926
|
-
"icon": "https://chain-list-assets.
|
|
7927
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/creditcointest.png",
|
|
7927
7928
|
"providers": {
|
|
7928
7929
|
"Cc3": "wss://rpc.cc3-testnet.creditcoin.network"
|
|
7929
7930
|
},
|
|
@@ -7956,7 +7957,7 @@
|
|
|
7956
7957
|
"name": "X Layer",
|
|
7957
7958
|
"isTestnet": false,
|
|
7958
7959
|
"chainStatus": "ACTIVE",
|
|
7959
|
-
"icon": "https://chain-list-assets.
|
|
7960
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/xlayer.png",
|
|
7960
7961
|
"providers": {
|
|
7961
7962
|
"X Layer": "https://rpc.xlayer.tech",
|
|
7962
7963
|
"X Layer OKX": "https://xlayerrpc.okx.com/"
|
|
@@ -7979,7 +7980,7 @@
|
|
|
7979
7980
|
"name": "Acurast Canary",
|
|
7980
7981
|
"isTestnet": false,
|
|
7981
7982
|
"chainStatus": "ACTIVE",
|
|
7982
|
-
"icon": "https://chain-list-assets.
|
|
7983
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acurast.png",
|
|
7983
7984
|
"providers": {
|
|
7984
7985
|
"Acurast": "wss://acurast-canarynet-ws.prod.gke.papers.tech",
|
|
7985
7986
|
"Subwallet": "wss://subwallet-rpc.canary.acurast.com"
|
|
@@ -8010,7 +8011,7 @@
|
|
|
8010
8011
|
"name": "Mythos",
|
|
8011
8012
|
"isTestnet": false,
|
|
8012
8013
|
"chainStatus": "ACTIVE",
|
|
8013
|
-
"icon": "https://chain-list-assets.
|
|
8014
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mythos.png",
|
|
8014
8015
|
"providers": {
|
|
8015
8016
|
"Parity": "wss://polkadot-mythos-rpc.polkadot.io"
|
|
8016
8017
|
},
|
|
@@ -8051,7 +8052,7 @@
|
|
|
8051
8052
|
"name": "Humanode",
|
|
8052
8053
|
"isTestnet": false,
|
|
8053
8054
|
"chainStatus": "ACTIVE",
|
|
8054
|
-
"icon": "https://chain-list-assets.
|
|
8055
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/humanode.png",
|
|
8055
8056
|
"providers": {
|
|
8056
8057
|
"Humanode": "wss://explorer-rpc-ws.mainnet.stages.humanode.io"
|
|
8057
8058
|
},
|
|
@@ -8084,7 +8085,7 @@
|
|
|
8084
8085
|
"name": "Humanode - EVM",
|
|
8085
8086
|
"isTestnet": false,
|
|
8086
8087
|
"chainStatus": "ACTIVE",
|
|
8087
|
-
"icon": "https://chain-list-assets.
|
|
8088
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/humanodeevm.png",
|
|
8088
8089
|
"providers": {
|
|
8089
8090
|
"Humanode": "https://explorer-rpc-http.mainnet.stages.humanode.io"
|
|
8090
8091
|
},
|
|
@@ -8109,7 +8110,7 @@
|
|
|
8109
8110
|
"name": "Paseo Testnet",
|
|
8110
8111
|
"isTestnet": true,
|
|
8111
8112
|
"chainStatus": "ACTIVE",
|
|
8112
|
-
"icon": "https://chain-list-assets.
|
|
8113
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/paseotest.png",
|
|
8113
8114
|
"providers": {
|
|
8114
8115
|
"Amforc": "wss://paseo.rpc.amforc.com",
|
|
8115
8116
|
"Dwellir": "wss://paseo-rpc.dwellir.com",
|
|
@@ -8145,7 +8146,7 @@
|
|
|
8145
8146
|
"name": "Commune AI",
|
|
8146
8147
|
"isTestnet": false,
|
|
8147
8148
|
"chainStatus": "ACTIVE",
|
|
8148
|
-
"icon": "https://chain-list-assets.
|
|
8149
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/commune.png",
|
|
8149
8150
|
"providers": {
|
|
8150
8151
|
"Commune Node 1": "wss://commune-api-node-1.communeai.net"
|
|
8151
8152
|
},
|
|
@@ -8175,7 +8176,7 @@
|
|
|
8175
8176
|
"name": "DBC Mainnet",
|
|
8176
8177
|
"isTestnet": false,
|
|
8177
8178
|
"chainStatus": "ACTIVE",
|
|
8178
|
-
"icon": "https://chain-list-assets.
|
|
8179
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dbcchain.png",
|
|
8179
8180
|
"providers": {
|
|
8180
8181
|
"DBC Chain": "wss://info1.dbcwallet.io"
|
|
8181
8182
|
},
|
|
@@ -8208,7 +8209,7 @@
|
|
|
8208
8209
|
"name": "Avail Turing Testnet",
|
|
8209
8210
|
"isTestnet": true,
|
|
8210
8211
|
"chainStatus": "ACTIVE",
|
|
8211
|
-
"icon": "https://chain-list-assets.
|
|
8212
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png",
|
|
8212
8213
|
"providers": {
|
|
8213
8214
|
"Avail Turing ": "wss://turing-rpc.avail.so/ws",
|
|
8214
8215
|
"Avail Space": "wss://turing-rpc.availspace.app/"
|
|
@@ -8242,7 +8243,7 @@
|
|
|
8242
8243
|
"name": "Bitlayer",
|
|
8243
8244
|
"isTestnet": false,
|
|
8244
8245
|
"chainStatus": "ACTIVE",
|
|
8245
|
-
"icon": "https://chain-list-assets.
|
|
8246
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayer.png",
|
|
8246
8247
|
"providers": {
|
|
8247
8248
|
"Bitlayer": "https://rpc.bitlayer.org",
|
|
8248
8249
|
"Rpc": "https://rpc.bitlayer-rpc.com",
|
|
@@ -8269,7 +8270,7 @@
|
|
|
8269
8270
|
"name": "Bitlayer Testnet",
|
|
8270
8271
|
"isTestnet": true,
|
|
8271
8272
|
"chainStatus": "ACTIVE",
|
|
8272
|
-
"icon": "https://chain-list-assets.
|
|
8273
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayertest.png",
|
|
8273
8274
|
"providers": {
|
|
8274
8275
|
"Rpc testnet": "https://testnet-rpc.bitlayer.org"
|
|
8275
8276
|
},
|
|
@@ -8294,7 +8295,7 @@
|
|
|
8294
8295
|
"name": "BEVM",
|
|
8295
8296
|
"isTestnet": false,
|
|
8296
8297
|
"chainStatus": "ACTIVE",
|
|
8297
|
-
"icon": "https://chain-list-assets.
|
|
8298
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm.png",
|
|
8298
8299
|
"providers": {
|
|
8299
8300
|
"Mainnet 1": "https://rpc-mainnet-1.bevm.io",
|
|
8300
8301
|
"Mainnet 2": "https://rpc-mainnet-2.bevm.io"
|
|
@@ -8320,7 +8321,7 @@
|
|
|
8320
8321
|
"name": "BEVM Testnet",
|
|
8321
8322
|
"isTestnet": true,
|
|
8322
8323
|
"chainStatus": "ACTIVE",
|
|
8323
|
-
"icon": "https://chain-list-assets.
|
|
8324
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevmtest.png",
|
|
8324
8325
|
"providers": {
|
|
8325
8326
|
"BEVM testnet": "https://testnet.bevm.io"
|
|
8326
8327
|
},
|
|
@@ -8345,7 +8346,7 @@
|
|
|
8345
8346
|
"name": "B² Network",
|
|
8346
8347
|
"isTestnet": false,
|
|
8347
8348
|
"chainStatus": "ACTIVE",
|
|
8348
|
-
"icon": "https://chain-list-assets.
|
|
8349
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/b2.png",
|
|
8349
8350
|
"providers": {
|
|
8350
8351
|
"Bsquared": "https://rpc.bsquared.network",
|
|
8351
8352
|
"Alt technology": "https://b2-mainnet.alt.technology"
|
|
@@ -8371,7 +8372,7 @@
|
|
|
8371
8372
|
"name": "BOB",
|
|
8372
8373
|
"isTestnet": false,
|
|
8373
8374
|
"chainStatus": "ACTIVE",
|
|
8374
|
-
"icon": "https://chain-list-assets.
|
|
8375
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobmainnet.png",
|
|
8375
8376
|
"providers": {
|
|
8376
8377
|
"Gobob": "https://rpc.gobob.xyz/"
|
|
8377
8378
|
},
|
|
@@ -8396,10 +8397,8 @@
|
|
|
8396
8397
|
"name": "Avail",
|
|
8397
8398
|
"isTestnet": false,
|
|
8398
8399
|
"chainStatus": "ACTIVE",
|
|
8399
|
-
"icon": "https://chain-list-assets.
|
|
8400
|
-
"providers": {
|
|
8401
|
-
"Avail Fake": "wss://turing-rpc.availspace.app1/"
|
|
8402
|
-
},
|
|
8400
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/avail_mainnet.png",
|
|
8401
|
+
"providers": {},
|
|
8403
8402
|
"evmInfo": null,
|
|
8404
8403
|
"substrateInfo": {
|
|
8405
8404
|
"relaySlug": null,
|
|
@@ -8426,7 +8425,7 @@
|
|
|
8426
8425
|
"name": "Merlin Chain",
|
|
8427
8426
|
"isTestnet": false,
|
|
8428
8427
|
"chainStatus": "ACTIVE",
|
|
8429
|
-
"icon": "https://chain-list-assets.
|
|
8428
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/merlinevm.png",
|
|
8430
8429
|
"providers": {
|
|
8431
8430
|
"Merlin Chain": "https://rpc.merlinchain.io"
|
|
8432
8431
|
},
|
|
@@ -8451,7 +8450,7 @@
|
|
|
8451
8450
|
"name": "Botanix Testnet",
|
|
8452
8451
|
"isTestnet": true,
|
|
8453
8452
|
"chainStatus": "ACTIVE",
|
|
8454
|
-
"icon": "https://chain-list-assets.
|
|
8453
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/botanixevmtest.png",
|
|
8455
8454
|
"providers": {
|
|
8456
8455
|
"Botanix Labs": "https://node.botanixlabs.dev"
|
|
8457
8456
|
},
|
|
@@ -8476,7 +8475,7 @@
|
|
|
8476
8475
|
"name": "Curio",
|
|
8477
8476
|
"isTestnet": false,
|
|
8478
8477
|
"chainStatus": "ACTIVE",
|
|
8479
|
-
"icon": "https://chain-list-assets.
|
|
8478
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/curio.png",
|
|
8480
8479
|
"providers": {
|
|
8481
8480
|
"Curio": "wss://parachain.curioinvest.com/"
|
|
8482
8481
|
},
|
|
@@ -8506,7 +8505,7 @@
|
|
|
8506
8505
|
"name": "Hyperbridge",
|
|
8507
8506
|
"isTestnet": false,
|
|
8508
8507
|
"chainStatus": "ACTIVE",
|
|
8509
|
-
"icon": "https://chain-list-assets.
|
|
8508
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hyperbridge.png",
|
|
8510
8509
|
"providers": {
|
|
8511
8510
|
"BlockOps": "wss://hyperbridge-nexus-rpc.blockops.network"
|
|
8512
8511
|
},
|
|
@@ -8536,7 +8535,7 @@
|
|
|
8536
8535
|
"name": "CESS Testnet",
|
|
8537
8536
|
"isTestnet": true,
|
|
8538
8537
|
"chainStatus": "ACTIVE",
|
|
8539
|
-
"icon": "https://chain-list-assets.
|
|
8538
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cess_testnet.png",
|
|
8540
8539
|
"providers": {
|
|
8541
8540
|
"CESS Testnet": "wss://testnet-rpc.cess.cloud/ws/"
|
|
8542
8541
|
},
|
|
@@ -8566,7 +8565,7 @@
|
|
|
8566
8565
|
"name": "Bitcoin",
|
|
8567
8566
|
"isTestnet": false,
|
|
8568
8567
|
"chainStatus": "ACTIVE",
|
|
8569
|
-
"icon": "https://chain-list-assets.
|
|
8568
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcoin.png",
|
|
8570
8569
|
"providers": {
|
|
8571
8570
|
"Blockstream": "https://api.openbit.app"
|
|
8572
8571
|
},
|
|
@@ -8586,7 +8585,7 @@
|
|
|
8586
8585
|
"name": "Bitcoin Testnet",
|
|
8587
8586
|
"isTestnet": true,
|
|
8588
8587
|
"chainStatus": "ACTIVE",
|
|
8589
|
-
"icon": "https://chain-list-assets.
|
|
8588
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcointestnet.png",
|
|
8590
8589
|
"providers": {
|
|
8591
8590
|
"Blockstream": "https://api-testnet.openbit.app"
|
|
8592
8591
|
},
|
|
@@ -8606,7 +8605,7 @@
|
|
|
8606
8605
|
"name": "Kusama People",
|
|
8607
8606
|
"isTestnet": false,
|
|
8608
8607
|
"chainStatus": "ACTIVE",
|
|
8609
|
-
"icon": "https://chain-list-assets.
|
|
8608
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peoplekusama.png",
|
|
8610
8609
|
"providers": {
|
|
8611
8610
|
"Parity": "wss://kusama-people-rpc.polkadot.io",
|
|
8612
8611
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io/people"
|
|
@@ -8637,7 +8636,7 @@
|
|
|
8637
8636
|
"name": "Linea",
|
|
8638
8637
|
"isTestnet": false,
|
|
8639
8638
|
"chainStatus": "ACTIVE",
|
|
8640
|
-
"icon": "https://chain-list-assets.
|
|
8639
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/lineazkevm.png",
|
|
8641
8640
|
"providers": {
|
|
8642
8641
|
"Linea": "https://rpc.linea.build/"
|
|
8643
8642
|
},
|
|
@@ -8662,7 +8661,7 @@
|
|
|
8662
8661
|
"name": "BounceBit",
|
|
8663
8662
|
"isTestnet": false,
|
|
8664
8663
|
"chainStatus": "ACTIVE",
|
|
8665
|
-
"icon": "https://chain-list-assets.
|
|
8664
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevm.png",
|
|
8666
8665
|
"providers": {
|
|
8667
8666
|
"BounceBit Api": "https://fullnode-mainnet.bouncebitapi.com/"
|
|
8668
8667
|
},
|
|
@@ -8687,7 +8686,7 @@
|
|
|
8687
8686
|
"name": "BounceBit Testnet",
|
|
8688
8687
|
"isTestnet": true,
|
|
8689
8688
|
"chainStatus": "ACTIVE",
|
|
8690
|
-
"icon": "https://chain-list-assets.
|
|
8689
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevmtest.png",
|
|
8691
8690
|
"providers": {
|
|
8692
8691
|
"BounceBit Api": "https://fullnode-testnet.bouncebitapi.com/"
|
|
8693
8692
|
},
|
|
@@ -8712,7 +8711,7 @@
|
|
|
8712
8711
|
"name": "Kreivo",
|
|
8713
8712
|
"isTestnet": false,
|
|
8714
8713
|
"chainStatus": "ACTIVE",
|
|
8715
|
-
"icon": "https://chain-list-assets.
|
|
8714
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kreivo.png",
|
|
8716
8715
|
"providers": {
|
|
8717
8716
|
"Virto": "wss://kreivo.io/",
|
|
8718
8717
|
"Kippu": "wss://kreivo.kippu.rocks/"
|
|
@@ -8743,7 +8742,7 @@
|
|
|
8743
8742
|
"name": "Analog Testnet",
|
|
8744
8743
|
"isTestnet": true,
|
|
8745
8744
|
"chainStatus": "ACTIVE",
|
|
8746
|
-
"icon": "https://chain-list-assets.
|
|
8745
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/analog_testnet.png",
|
|
8747
8746
|
"providers": {
|
|
8748
8747
|
"Analog": "wss://rpc.testnet.analog.one"
|
|
8749
8748
|
},
|
|
@@ -8773,10 +8772,8 @@
|
|
|
8773
8772
|
"name": "peaq",
|
|
8774
8773
|
"isTestnet": false,
|
|
8775
8774
|
"chainStatus": "ACTIVE",
|
|
8776
|
-
"icon": "https://chain-list-assets.
|
|
8777
|
-
"providers": {
|
|
8778
|
-
"Fake": "wss://peaq-fake.api.onfinality.io/public-ws"
|
|
8779
|
-
},
|
|
8775
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq.png",
|
|
8776
|
+
"providers": {},
|
|
8780
8777
|
"evmInfo": null,
|
|
8781
8778
|
"substrateInfo": {
|
|
8782
8779
|
"relaySlug": "polkadot",
|
|
@@ -8803,7 +8800,7 @@
|
|
|
8803
8800
|
"name": "LayerEdge Testnet",
|
|
8804
8801
|
"isTestnet": true,
|
|
8805
8802
|
"chainStatus": "ACTIVE",
|
|
8806
|
-
"icon": "https://chain-list-assets.
|
|
8803
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/layeredge_testnet.png",
|
|
8807
8804
|
"providers": {
|
|
8808
8805
|
"LayerEdge Testnet": "https://testnet-rpc.layeredge.io"
|
|
8809
8806
|
},
|
|
@@ -8811,7 +8808,7 @@
|
|
|
8811
8808
|
"evmChainId": 3456,
|
|
8812
8809
|
"blockExplorer": "https://testnet-explorer.layeredge.io/",
|
|
8813
8810
|
"existentialDeposit": "0",
|
|
8814
|
-
"symbol": "
|
|
8811
|
+
"symbol": "LBTC",
|
|
8815
8812
|
"decimals": 18,
|
|
8816
8813
|
"supportSmartContract": [
|
|
8817
8814
|
"ERC20",
|
|
@@ -8828,7 +8825,7 @@
|
|
|
8828
8825
|
"name": "BEVM OP Testnet",
|
|
8829
8826
|
"isTestnet": true,
|
|
8830
8827
|
"chainStatus": "ACTIVE",
|
|
8831
|
-
"icon": "https://chain-list-assets.
|
|
8828
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm_testnet.png",
|
|
8832
8829
|
"providers": {
|
|
8833
8830
|
"BEVM OP Testnet": "https://sepolia-wbtc-testnet.bevm.io/"
|
|
8834
8831
|
},
|
|
@@ -8850,7 +8847,7 @@
|
|
|
8850
8847
|
"name": "Berachain bArtio",
|
|
8851
8848
|
"isTestnet": true,
|
|
8852
8849
|
"chainStatus": "ACTIVE",
|
|
8853
|
-
"icon": "https://chain-list-assets.
|
|
8850
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/berachain_testnet.png",
|
|
8854
8851
|
"providers": {
|
|
8855
8852
|
"Berachain": "https://bartio.rpc.berachain.com/"
|
|
8856
8853
|
},
|
|
@@ -8875,7 +8872,7 @@
|
|
|
8875
8872
|
"name": "Atleta Olympia",
|
|
8876
8873
|
"isTestnet": true,
|
|
8877
8874
|
"chainStatus": "ACTIVE",
|
|
8878
|
-
"icon": "https://chain-list-assets.
|
|
8875
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/atletaolympia_testnet.png",
|
|
8879
8876
|
"providers": {
|
|
8880
8877
|
"Atleta": "wss://testnet-rpc.atleta.network"
|
|
8881
8878
|
},
|
|
@@ -8916,7 +8913,7 @@
|
|
|
8916
8913
|
"name": "Syscoin NEVM",
|
|
8917
8914
|
"isTestnet": false,
|
|
8918
8915
|
"chainStatus": "ACTIVE",
|
|
8919
|
-
"icon": "https://chain-list-assets.
|
|
8916
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/syscoin_evm.png",
|
|
8920
8917
|
"providers": {
|
|
8921
8918
|
"Syscoin": "https://rpc.syscoin.org"
|
|
8922
8919
|
},
|
|
@@ -8941,7 +8938,7 @@
|
|
|
8941
8938
|
"name": "Rollux",
|
|
8942
8939
|
"isTestnet": false,
|
|
8943
8940
|
"chainStatus": "ACTIVE",
|
|
8944
|
-
"icon": "https://chain-list-assets.
|
|
8941
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rollux_evm.png",
|
|
8945
8942
|
"providers": {
|
|
8946
8943
|
"Rollux": "https://rpc.rollux.com"
|
|
8947
8944
|
},
|
|
@@ -8960,5 +8957,185 @@
|
|
|
8960
8957
|
"substrateInfo": null,
|
|
8961
8958
|
"extraInfo": null,
|
|
8962
8959
|
"bitcoinInfo": null
|
|
8960
|
+
},
|
|
8961
|
+
"b2_testnet": {
|
|
8962
|
+
"slug": "b2_testnet",
|
|
8963
|
+
"name": "B² Network Testnet",
|
|
8964
|
+
"isTestnet": true,
|
|
8965
|
+
"chainStatus": "ACTIVE",
|
|
8966
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/b2_testnet.png",
|
|
8967
|
+
"providers": {
|
|
8968
|
+
"Alt Technology": "https://b2-testnet.alt.technology/",
|
|
8969
|
+
"Ankr": "https://rpc.ankr.com/b2_testnet",
|
|
8970
|
+
"Bsquared": "https://testnet-rpc.bsquared.network"
|
|
8971
|
+
},
|
|
8972
|
+
"evmInfo": {
|
|
8973
|
+
"evmChainId": 1123,
|
|
8974
|
+
"blockExplorer": "https://testnet-explorer.bsquared.network",
|
|
8975
|
+
"existentialDeposit": "0",
|
|
8976
|
+
"symbol": "BTC",
|
|
8977
|
+
"decimals": 18,
|
|
8978
|
+
"supportSmartContract": [
|
|
8979
|
+
"ERC20",
|
|
8980
|
+
"ERC721"
|
|
8981
|
+
],
|
|
8982
|
+
"abiExplorer": null
|
|
8983
|
+
},
|
|
8984
|
+
"substrateInfo": null,
|
|
8985
|
+
"extraInfo": null,
|
|
8986
|
+
"bitcoinInfo": null
|
|
8987
|
+
},
|
|
8988
|
+
"boolAlpha": {
|
|
8989
|
+
"slug": "boolAlpha",
|
|
8990
|
+
"name": "Bool Alpha Mainnet",
|
|
8991
|
+
"isTestnet": false,
|
|
8992
|
+
"chainStatus": "INACTIVE",
|
|
8993
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/boolalpha.png",
|
|
8994
|
+
"providers": {
|
|
8995
|
+
"Bool Alpha": "https://alpha-rpc-node-http.bool.network"
|
|
8996
|
+
},
|
|
8997
|
+
"evmInfo": {
|
|
8998
|
+
"evmChainId": 479,
|
|
8999
|
+
"blockExplorer": "https://www.boolscan.com",
|
|
9000
|
+
"existentialDeposit": "0",
|
|
9001
|
+
"symbol": "tBOL",
|
|
9002
|
+
"decimals": 18,
|
|
9003
|
+
"supportSmartContract": [
|
|
9004
|
+
"ERC20",
|
|
9005
|
+
"ERC721"
|
|
9006
|
+
],
|
|
9007
|
+
"abiExplorer": null
|
|
9008
|
+
},
|
|
9009
|
+
"substrateInfo": null,
|
|
9010
|
+
"extraInfo": null,
|
|
9011
|
+
"bitcoinInfo": null
|
|
9012
|
+
},
|
|
9013
|
+
"boolBeta_testnet": {
|
|
9014
|
+
"slug": "boolBeta_testnet",
|
|
9015
|
+
"name": "Bool Beta Testnet",
|
|
9016
|
+
"isTestnet": true,
|
|
9017
|
+
"chainStatus": "ACTIVE",
|
|
9018
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/boolbeta_testnet.png",
|
|
9019
|
+
"providers": {
|
|
9020
|
+
"Bool Alpha": "https://betatest-rpc-node-http.bool.network"
|
|
9021
|
+
},
|
|
9022
|
+
"evmInfo": {
|
|
9023
|
+
"evmChainId": 481,
|
|
9024
|
+
"blockExplorer": "https://beta-testnet.boolscan.com",
|
|
9025
|
+
"existentialDeposit": "0",
|
|
9026
|
+
"symbol": "tBOL",
|
|
9027
|
+
"decimals": 18,
|
|
9028
|
+
"supportSmartContract": [
|
|
9029
|
+
"ERC20",
|
|
9030
|
+
"ERC721"
|
|
9031
|
+
],
|
|
9032
|
+
"abiExplorer": null
|
|
9033
|
+
},
|
|
9034
|
+
"substrateInfo": null,
|
|
9035
|
+
"extraInfo": null,
|
|
9036
|
+
"bitcoinInfo": null
|
|
9037
|
+
},
|
|
9038
|
+
"rollux_testnet": {
|
|
9039
|
+
"slug": "rollux_testnet",
|
|
9040
|
+
"name": "Rollux Testnet",
|
|
9041
|
+
"isTestnet": true,
|
|
9042
|
+
"chainStatus": "ACTIVE",
|
|
9043
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rollux_testnet.png",
|
|
9044
|
+
"providers": {
|
|
9045
|
+
"Rollux": "https://rpc-tanenbaum.rollux.com"
|
|
9046
|
+
},
|
|
9047
|
+
"evmInfo": {
|
|
9048
|
+
"evmChainId": 57000,
|
|
9049
|
+
"blockExplorer": "https://rollux.tanenbaum.io",
|
|
9050
|
+
"existentialDeposit": "0",
|
|
9051
|
+
"symbol": "TSYS",
|
|
9052
|
+
"decimals": 18,
|
|
9053
|
+
"supportSmartContract": [
|
|
9054
|
+
"ERC20",
|
|
9055
|
+
"ERC721"
|
|
9056
|
+
],
|
|
9057
|
+
"abiExplorer": null
|
|
9058
|
+
},
|
|
9059
|
+
"substrateInfo": null,
|
|
9060
|
+
"extraInfo": null,
|
|
9061
|
+
"bitcoinInfo": null
|
|
9062
|
+
},
|
|
9063
|
+
"syscoin_evm_testnet": {
|
|
9064
|
+
"slug": "syscoin_evm_testnet",
|
|
9065
|
+
"name": "Syscoin NEVM Testnet",
|
|
9066
|
+
"isTestnet": true,
|
|
9067
|
+
"chainStatus": "ACTIVE",
|
|
9068
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/syscoin_evm_testnet.png",
|
|
9069
|
+
"providers": {
|
|
9070
|
+
"Syscoin": "https://rpc.tanenbaum.io"
|
|
9071
|
+
},
|
|
9072
|
+
"evmInfo": {
|
|
9073
|
+
"evmChainId": 5700,
|
|
9074
|
+
"blockExplorer": "https://tanenbaum.io",
|
|
9075
|
+
"existentialDeposit": "0",
|
|
9076
|
+
"symbol": "TSYS",
|
|
9077
|
+
"decimals": 18,
|
|
9078
|
+
"supportSmartContract": [
|
|
9079
|
+
"ERC20",
|
|
9080
|
+
"ERC721"
|
|
9081
|
+
],
|
|
9082
|
+
"abiExplorer": null
|
|
9083
|
+
},
|
|
9084
|
+
"substrateInfo": null,
|
|
9085
|
+
"extraInfo": null,
|
|
9086
|
+
"bitcoinInfo": null
|
|
9087
|
+
},
|
|
9088
|
+
"aura": {
|
|
9089
|
+
"slug": "aura",
|
|
9090
|
+
"name": "Aura Network",
|
|
9091
|
+
"isTestnet": false,
|
|
9092
|
+
"chainStatus": "ACTIVE",
|
|
9093
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png",
|
|
9094
|
+
"providers": {
|
|
9095
|
+
"Aura Network": "https://jsonrpc.aura.network"
|
|
9096
|
+
},
|
|
9097
|
+
"evmInfo": {
|
|
9098
|
+
"evmChainId": 6322,
|
|
9099
|
+
"blockExplorer": "https://aurascan.io",
|
|
9100
|
+
"existentialDeposit": "0",
|
|
9101
|
+
"symbol": "AURA",
|
|
9102
|
+
"decimals": 18,
|
|
9103
|
+
"supportSmartContract": [
|
|
9104
|
+
"ERC20",
|
|
9105
|
+
"ERC721"
|
|
9106
|
+
],
|
|
9107
|
+
"abiExplorer": null
|
|
9108
|
+
},
|
|
9109
|
+
"substrateInfo": null,
|
|
9110
|
+
"extraInfo": null,
|
|
9111
|
+
"bitcoinInfo": null
|
|
9112
|
+
},
|
|
9113
|
+
"unique_evm": {
|
|
9114
|
+
"slug": "unique_evm",
|
|
9115
|
+
"name": "Unique - EVM",
|
|
9116
|
+
"isTestnet": true,
|
|
9117
|
+
"chainStatus": "ACTIVE",
|
|
9118
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_evm.png",
|
|
9119
|
+
"providers": {
|
|
9120
|
+
"Unique": "https://rpc.unique.network",
|
|
9121
|
+
"Asia": "https://asia-rpc.unique.network",
|
|
9122
|
+
"EU": "https://eu-rpc.unique.network",
|
|
9123
|
+
"US": "https://us-rpc.unique.network"
|
|
9124
|
+
},
|
|
9125
|
+
"evmInfo": {
|
|
9126
|
+
"evmChainId": 8880,
|
|
9127
|
+
"blockExplorer": "https://uniquescan.io/unique",
|
|
9128
|
+
"existentialDeposit": "0",
|
|
9129
|
+
"symbol": "UNQ",
|
|
9130
|
+
"decimals": 18,
|
|
9131
|
+
"supportSmartContract": [
|
|
9132
|
+
"ERC20",
|
|
9133
|
+
"ERC721"
|
|
9134
|
+
],
|
|
9135
|
+
"abiExplorer": null
|
|
9136
|
+
},
|
|
9137
|
+
"substrateInfo": null,
|
|
9138
|
+
"extraInfo": null,
|
|
9139
|
+
"bitcoinInfo": null
|
|
8963
9140
|
}
|
|
8964
9141
|
}
|