@subwallet/extension-base 1.1.38-1 → 1.1.39-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.
Files changed (67) hide show
  1. package/background/KoniTypes.d.ts +2 -0
  2. package/background/types.d.ts +1 -0
  3. package/cjs/koni/api/dotsama/balance.js +464 -0
  4. package/cjs/koni/api/nft/unique_network_nft/index.js +4 -0
  5. package/cjs/koni/background/handlers/Extension.js +64 -13
  6. package/cjs/koni/background/handlers/State.js +6 -5
  7. package/cjs/packageInfo.js +1 -1
  8. package/cjs/services/balance-service/helpers/subscribe/balance.js +1 -1
  9. package/cjs/services/chain-service/health-check/constants/index.js +36 -0
  10. package/cjs/services/chain-service/health-check/utils/asset-info.js +282 -0
  11. package/cjs/services/chain-service/health-check/utils/chain-info.js +36 -0
  12. package/cjs/services/chain-service/health-check/utils/index.js +38 -0
  13. package/cjs/services/chain-service/health-check/utils/provider.js +186 -0
  14. package/cjs/services/chain-service/index.js +61 -51
  15. package/cjs/services/earning-service/handlers/native-staking/relay-chain.js +42 -26
  16. package/cjs/services/earning-service/service.js +9 -2
  17. package/cjs/services/migration-service/scripts/MigrateEthProvider.js +17 -0
  18. package/cjs/services/migration-service/scripts/MigratePioneerProvider.js +17 -0
  19. package/cjs/services/migration-service/scripts/MigrateProvider.js +29 -0
  20. package/cjs/services/storage-service/index.js +241 -0
  21. package/cjs/services/transaction-service/index.js +6 -4
  22. package/cjs/types.js +1 -0
  23. package/cjs/utils/address.js +34 -0
  24. package/cjs/utils/eth/mergeTransactionAndSignature.js +8 -3
  25. package/cjs/utils/index.js +6 -5
  26. package/cjs/utils/keyring.js +57 -0
  27. package/cjs/utils/staticData/index.js +5 -5
  28. package/koni/api/nft/unique_network_nft/index.d.ts +1 -0
  29. package/koni/api/nft/unique_network_nft/index.js +5 -1
  30. package/koni/api/staking/bonding/utils.d.ts +0 -1
  31. package/koni/background/handlers/Extension.d.ts +1 -0
  32. package/koni/background/handlers/Extension.js +64 -13
  33. package/koni/background/handlers/State.js +2 -1
  34. package/package.json +42 -17
  35. package/packageInfo.js +1 -1
  36. package/services/balance-service/helpers/subscribe/balance.js +1 -1
  37. package/services/chain-service/health-check/constants/index.d.ts +4 -0
  38. package/services/chain-service/health-check/constants/index.js +26 -0
  39. package/services/chain-service/health-check/utils/asset-info.d.ts +14 -0
  40. package/services/chain-service/health-check/utils/asset-info.js +269 -0
  41. package/services/chain-service/health-check/utils/chain-info.d.ts +8 -0
  42. package/services/chain-service/health-check/utils/chain-info.js +28 -0
  43. package/services/chain-service/health-check/utils/index.d.ts +3 -0
  44. package/services/chain-service/health-check/utils/index.js +6 -0
  45. package/services/chain-service/health-check/utils/provider.d.ts +25 -0
  46. package/services/chain-service/health-check/utils/provider.js +172 -0
  47. package/services/chain-service/index.d.ts +7 -3
  48. package/services/chain-service/index.js +52 -43
  49. package/services/chain-service/types.d.ts +4 -0
  50. package/services/earning-service/handlers/native-staking/relay-chain.d.ts +0 -1
  51. package/services/earning-service/handlers/native-staking/relay-chain.js +42 -26
  52. package/services/earning-service/handlers/special.d.ts +0 -1
  53. package/services/earning-service/service.js +10 -3
  54. package/services/transaction-service/index.js +6 -4
  55. package/types/balance.d.ts +0 -1
  56. package/types/yield/info/pallet.d.ts +4 -1
  57. package/utils/eth/mergeTransactionAndSignature.js +8 -3
  58. package/utils/index.d.ts +1 -2
  59. package/utils/index.js +6 -5
  60. package/utils/staticData/buyServiceInfos.json +0 -1
  61. package/utils/staticData/buyTokenConfigs.json +0 -15
  62. package/utils/staticData/chains.json +192 -89
  63. package/utils/staticData/crowdloanFunds.json +433 -58
  64. package/utils/staticData/index.d.ts +1 -2
  65. package/utils/staticData/index.js +4 -3
  66. package/utils/staticData/marketingCampaigns.json +1 -298
  67. package/utils/staticData/termAndCondition.json +1 -1
@@ -9,14 +9,13 @@
9
9
  "providers": {
10
10
  "Dwellir": "wss://polkadot-rpc.dwellir.com",
11
11
  "RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
12
- "1RPC": "wss://1rpc.io/dot",
13
12
  "Stakeworld": "wss://dot-rpc.stakeworld.io",
14
13
  "LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
15
14
  "Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
16
15
  "IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
17
16
  "IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
18
- "Parity": "wss://rpc.polkadot.io",
19
- "Light Client": "light://substrate-connect/polkadot"
17
+ "Light Client": "light://substrate-connect/polkadot",
18
+ "BlockOps": "wss://polkadot-public-rpc.blockops.network/ws"
20
19
  },
21
20
  "evmInfo": null,
22
21
  "substrateInfo": {
@@ -49,14 +48,12 @@
49
48
  "icon": "https://static-data.subwallet.app/chains/images/icon/kusama_3a65d79366.png",
50
49
  "providers": {
51
50
  "Dwellir": "wss://kusama-rpc.dwellir.com",
52
- "RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
53
- "1RPC": "wss://1rpc.io/ksm",
51
+ "RadiumBlock": "wss://kusama.public.curie.radiumblock.co/ws",
54
52
  "Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
55
53
  "LuckyFriday": "wss://rpc-kusama.luckyfriday.io",
56
54
  "Stakeworld": "wss://ksm-rpc.stakeworld.io",
57
55
  "IBP-GeoDNS1": "wss://rpc.ibp.network/kusama",
58
56
  "IBP-GeoDNS2": "wss://rpc.dotters.network/kusama",
59
- "Parity": "wss://kusama-rpc.polkadot.io",
60
57
  "Light Client": "light://substrate-connect/kusama"
61
58
  },
62
59
  "evmInfo": null,
@@ -150,7 +147,7 @@
150
147
  "Dwellir": "wss://moonbeam-rpc.dwellir.com",
151
148
  "1rpc": "wss://1rpc.io/glmr",
152
149
  "Blast": "wss://moonbeam.public.blastapi.io",
153
- "OnFinality": "wss://moonbeam.api.onfinality.io/public-ws"
150
+ "UnitedBloc": "wss://moonbeam.unitedbloc.com"
154
151
  },
155
152
  "evmInfo": {
156
153
  "evmChainId": 1284,
@@ -365,8 +362,11 @@
365
362
  "icon": "https://static-data.subwallet.app/chains/images/icon/polkadot_asset_hub_218e73fad2.png",
366
363
  "providers": {
367
364
  "Dwellir": "wss://statemint-rpc.dwellir.com",
368
- "RadiumBlock": "wss://statemint.public.curie.radiumblock.co/ws",
369
- "Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com"
365
+ "Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com",
366
+ "IBP-GeoDNS1": "wss://sys.ibp.network/statemint",
367
+ "IBP-GeoDNS2": "wss://sys.dotters.network/statemint",
368
+ "Lucky Friday": "wss://rpc-asset-hub-polkadot.luckyfriday.io",
369
+ "StakeWorld": "wss://dot-rpc.stakeworld.io/assethub"
370
370
  },
371
371
  "evmInfo": null,
372
372
  "substrateInfo": {
@@ -377,7 +377,7 @@
377
377
  "chainType": "PARACHAIN",
378
378
  "crowdloanUrl": null,
379
379
  "blockExplorer": "https://assethub-polkadot.subscan.io/",
380
- "existentialDeposit": "1000000000",
380
+ "existentialDeposit": "100000000",
381
381
  "symbol": "DOT",
382
382
  "decimals": 10,
383
383
  "hasNativeNft": true,
@@ -403,7 +403,8 @@
403
403
  "Acala Foundation 2": "wss://acala-rpc-2.aca-api.network/ws",
404
404
  "Acala Foundation 3": "wss://acala-rpc-3.aca-api.network/ws",
405
405
  "OnFinality": "wss://acala-polkadot.api.onfinality.io/public-ws",
406
- "Dwellir": "wss://acala-rpc.dwellir.com"
406
+ "Dwellir": "wss://acala-rpc.dwellir.com",
407
+ "LuckyFriday": "wss://rpc-acala.luckyfriday.io"
407
408
  },
408
409
  "evmInfo": null,
409
410
  "substrateInfo": {
@@ -902,7 +903,7 @@
902
903
  "chainType": "PARACHAIN",
903
904
  "crowdloanUrl": "https://equilibrium.io/en/crowdloan#bid",
904
905
  "blockExplorer": "https://equilibrium.subscan.io",
905
- "existentialDeposit": null,
906
+ "existentialDeposit": "100000000",
906
907
  "symbol": "EQ",
907
908
  "decimals": 9,
908
909
  "hasNativeNft": false,
@@ -1179,7 +1180,9 @@
1179
1180
  "ordinal": 31,
1180
1181
  "icon": "https://static-data.subwallet.app/chains/images/icon/bifrost_44b3c3fd65.png",
1181
1182
  "providers": {
1183
+ "Dwellir": "wss://bifrost-polkadot-rpc.dwellir.com",
1182
1184
  "Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
1185
+ "LiebiEU": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
1183
1186
  "OnFinality": "wss://bifrost-polkadot.api.onfinality.io/public-ws"
1184
1187
  },
1185
1188
  "evmInfo": null,
@@ -1230,7 +1233,7 @@
1230
1233
  "substrateInfo": {
1231
1234
  "relaySlug": "rococo",
1232
1235
  "paraId": 2030,
1233
- "genesisHash": "0x8b290fa39a8808f29d7309ea99442c95bf964838aef14be5a6449ae48f8a5f1f",
1236
+ "genesisHash": "0x0c003b98abbedae774f5e13cd6146781317016725ab4db34312ea2681e9901f3",
1234
1237
  "addressPrefix": 6,
1235
1238
  "chainType": "PARACHAIN",
1236
1239
  "crowdloanUrl": null,
@@ -1346,7 +1349,7 @@
1346
1349
  "substrateInfo": {
1347
1350
  "relaySlug": "rococo",
1348
1351
  "paraId": 2124,
1349
- "genesisHash": "0x67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13",
1352
+ "genesisHash": "0xa8d080b07f9c84465aeb9576db5a7838bcbca3ffb78dbfd7d4b56acafc1f29d1",
1350
1353
  "addressPrefix": 57,
1351
1354
  "chainType": "PARACHAIN",
1352
1355
  "crowdloanUrl": null,
@@ -1444,7 +1447,8 @@
1444
1447
  "ordinal": 39,
1445
1448
  "icon": "https://static-data.subwallet.app/chains/images/icon/parallel_208725684a.png",
1446
1449
  "providers": {
1447
- "Parallel": "wss://rpc.parallel.fi"
1450
+ "Dwellir": "wss://parallel-rpc.dwellir.com",
1451
+ "Parallel": "wss://polkadot-parallel-rpc.parallel.fi"
1448
1452
  },
1449
1453
  "evmInfo": null,
1450
1454
  "substrateInfo": {
@@ -1711,13 +1715,15 @@
1711
1715
  "ordinal": 45,
1712
1716
  "icon": "https://static-data.subwallet.app/chains/images/icon/interlay_53b0045be1.png",
1713
1717
  "providers": {
1714
- "Kintsugi Labs": "wss://api.interlay.io/parachain"
1718
+ "Kintsugi Labs": "wss://api.interlay.io/parachain",
1719
+ "Dwellir": "wss://interlay-rpc.dwellir.com",
1720
+ "LuckyFriday": "wss://rpc-interlay.luckyfriday.io/"
1715
1721
  },
1716
1722
  "evmInfo": null,
1717
1723
  "substrateInfo": {
1718
1724
  "relaySlug": "polkadot",
1719
1725
  "paraId": 2032,
1720
- "genesisHash": "0xed86d448b84db333cdbe07362ddc79530343b907bd88712557c024d7a94296bb",
1726
+ "genesisHash": "0xbf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72",
1721
1727
  "addressPrefix": 2032,
1722
1728
  "chainType": "PARACHAIN",
1723
1729
  "crowdloanUrl": "https://crowdloan.interlay.io/",
@@ -1762,7 +1768,7 @@
1762
1768
  "substrateInfo": {
1763
1769
  "relaySlug": "polkadot",
1764
1770
  "paraId": 2026,
1765
- "genesisHash": "0xa3d114c2b8d0627c1aa9b134eafcf7d05ca561fdc19fb388bb9457f81809fb23",
1771
+ "genesisHash": "0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21",
1766
1772
  "addressPrefix": 37,
1767
1773
  "chainType": "PARACHAIN",
1768
1774
  "crowdloanUrl": "https://parachain.nodle.com/",
@@ -1928,17 +1934,18 @@
1928
1934
  "ordinal": 50,
1929
1935
  "icon": "https://static-data.subwallet.app/chains/images/icon/polkadex_dc0b44d234.png",
1930
1936
  "providers": {
1931
- "Polkadex Team": "wss://mainnet.polkadex.trade/"
1937
+ "RadiumBlock": "wss://polkadex.public.curie.radiumblock.co/ws",
1938
+ "OnFinality": "wss://polkadex.api.onfinality.io/public-ws"
1932
1939
  },
1933
1940
  "evmInfo": null,
1934
1941
  "substrateInfo": {
1935
- "relaySlug": "polkadot",
1936
- "paraId": 2040,
1937
- "genesisHash": "0x72f3bba34b1ecd532bccbed46701ad37c4ef329bfe86b7cf014ac06cb92ed47d",
1938
- "addressPrefix": 89,
1939
- "chainType": "PARACHAIN",
1940
- "crowdloanUrl": "https://www.polkadex.trade/crowdloans",
1941
- "blockExplorer": "https://polkadex-parachain.subscan.io/",
1942
+ "relaySlug": null,
1943
+ "paraId": null,
1944
+ "genesisHash": "0x3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c",
1945
+ "addressPrefix": 88,
1946
+ "chainType": "RELAYCHAIN",
1947
+ "crowdloanUrl": null,
1948
+ "blockExplorer": "https://polkadex.subscan.io/",
1942
1949
  "existentialDeposit": "1000000000000",
1943
1950
  "symbol": "PDEX",
1944
1951
  "decimals": 12,
@@ -1946,22 +1953,10 @@
1946
1953
  "supportStaking": true,
1947
1954
  "supportSmartContract": null,
1948
1955
  "crowdloanParaId": null,
1949
- "crowdloanFunds": [
1950
- {
1951
- "relayChain": "polkadot",
1952
- "fundId": "2040-36",
1953
- "paraId": 2040,
1954
- "status": "won",
1955
- "startTime": "2022-06-07T01:48:00.000Z",
1956
- "endTime": "2024-04-09T01:48:00.000Z",
1957
- "auctionIndex": 16,
1958
- "firstPeriod": 8,
1959
- "lastPeriod": 15
1960
- }
1961
- ]
1956
+ "crowdloanFunds": []
1962
1957
  },
1963
1958
  "extraInfo": {
1964
- "subscanSlug": "polkadex-parachain"
1959
+ "subscanSlug": "polkadex"
1965
1960
  }
1966
1961
  },
1967
1962
  {
@@ -2069,7 +2064,7 @@
2069
2064
  "substrateInfo": {
2070
2065
  "relaySlug": null,
2071
2066
  "paraId": null,
2072
- "genesisHash": "0x3fa374fbc8d0a9077356aefe327c88f447ce7f1fda905b1d4b4a2680a7b5cefa",
2067
+ "genesisHash": "0xc87870ef90a438d574b8e320f17db372c50f62beb52e479c8ff6ee5b460670b9",
2073
2068
  "addressPrefix": 42,
2074
2069
  "chainType": "RELAYCHAIN",
2075
2070
  "crowdloanUrl": null,
@@ -2270,8 +2265,11 @@
2270
2265
  "icon": "https://static-data.subwallet.app/chains/images/icon/kusama_asset_hub_9ae4528303.png",
2271
2266
  "providers": {
2272
2267
  "Dwellir": "wss://statemine-rpc.dwellir.com",
2273
- "RadiumBlock": "wss://statemine.public.curie.radiumblock.co/ws",
2274
- "Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com"
2268
+ "Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com",
2269
+ "IBP-GeoDNS1": "wss://sys.ibp.network/statemine",
2270
+ "IBP-GeoDNS2": "wss://sys.dotters.network/statemine",
2271
+ "Lucky Friday": "wss://rpc-asset-hub-kusama.luckyfriday.io",
2272
+ "Stake World": "wss://ksm-rpc.stakeworld.io/assethub"
2275
2273
  },
2276
2274
  "evmInfo": null,
2277
2275
  "substrateInfo": {
@@ -2282,7 +2280,7 @@
2282
2280
  "chainType": "PARACHAIN",
2283
2281
  "crowdloanUrl": null,
2284
2282
  "blockExplorer": "https://assethub-kusama.subscan.io/",
2285
- "existentialDeposit": "33333333",
2283
+ "existentialDeposit": "3333333",
2286
2284
  "symbol": "KSM",
2287
2285
  "decimals": 12,
2288
2286
  "hasNativeNft": true,
@@ -2615,7 +2613,7 @@
2615
2613
  "substrateInfo": {
2616
2614
  "relaySlug": null,
2617
2615
  "paraId": null,
2618
- "genesisHash": "0x3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06",
2616
+ "genesisHash": "0xe3a1cf3db108e3e45c63a4841fe89ba95108b1db14fdec10c2e8a078ff322a67",
2619
2617
  "addressPrefix": 2092,
2620
2618
  "chainType": "RELAYCHAIN",
2621
2619
  "crowdloanUrl": null,
@@ -2801,11 +2799,11 @@
2801
2799
  "substrateInfo": {
2802
2800
  "relaySlug": "kusama",
2803
2801
  "paraId": 2024,
2804
- "genesisHash": "0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243",
2802
+ "genesisHash": "0x9de765698374eb576968c8a764168893fb277e65ad3ddafcfe2c49593fc6d663",
2805
2803
  "addressPrefix": 67,
2806
2804
  "chainType": "PARACHAIN",
2807
2805
  "crowdloanUrl": "https://genshiro.equilibrium.io/en",
2808
- "blockExplorer": "https://genshiro.subscan.io/",
2806
+ "blockExplorer": null,
2809
2807
  "existentialDeposit": null,
2810
2808
  "symbol": "GENS",
2811
2809
  "decimals": 9,
@@ -3143,7 +3141,7 @@
3143
3141
  "substrateInfo": {
3144
3142
  "relaySlug": "kusama",
3145
3143
  "paraId": 2015,
3146
- "genesisHash": "0xf195ef30c646663a24a3164b307521174a86f437c586397a43183c736a8383c1",
3144
+ "genesisHash": "0xcdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da",
3147
3145
  "addressPrefix": 13,
3148
3146
  "chainType": "PARACHAIN",
3149
3147
  "crowdloanUrl": "https://crowdloan.integritee.network/",
@@ -3356,7 +3354,7 @@
3356
3354
  "substrateInfo": {
3357
3355
  "relaySlug": null,
3358
3356
  "paraId": null,
3359
- "genesisHash": "0x5c562e6300954998233c9a40b6b86f3028977e6d32d0da1af207738d19f98c1b",
3357
+ "genesisHash": "0x3035b88c212be330a1a724c675d56d53a5016ec32af1790738832db0227ac54c",
3360
3358
  "addressPrefix": 42,
3361
3359
  "chainType": "RELAYCHAIN",
3362
3360
  "crowdloanUrl": null,
@@ -3424,7 +3422,7 @@
3424
3422
  "chainType": "PARACHAIN",
3425
3423
  "crowdloanUrl": null,
3426
3424
  "blockExplorer": "https://mangatax.subscan.io/",
3427
- "existentialDeposit": null,
3425
+ "existentialDeposit": "0",
3428
3426
  "symbol": "MGX",
3429
3427
  "decimals": 18,
3430
3428
  "hasNativeNft": false,
@@ -3479,7 +3477,7 @@
3479
3477
  "chainType": "PARACHAIN",
3480
3478
  "crowdloanUrl": null,
3481
3479
  "blockExplorer": "https://encointer.subscan.io/",
3482
- "existentialDeposit": "3333333",
3480
+ "existentialDeposit": "33333333",
3483
3481
  "symbol": "KSM",
3484
3482
  "decimals": 12,
3485
3483
  "hasNativeNft": false,
@@ -3637,7 +3635,7 @@
3637
3635
  "chainType": "PARACHAIN",
3638
3636
  "crowdloanUrl": null,
3639
3637
  "blockExplorer": null,
3640
- "existentialDeposit": "100000000000",
3638
+ "existentialDeposit": "1000000",
3641
3639
  "symbol": "IMBU",
3642
3640
  "decimals": 12,
3643
3641
  "hasNativeNft": false,
@@ -3692,7 +3690,7 @@
3692
3690
  "slug": "subspace_gemini_2a",
3693
3691
  "name": "Subspace Gemini 2a",
3694
3692
  "isTestnet": true,
3695
- "chainStatus": "ACTIVE",
3693
+ "chainStatus": "INACTIVE",
3696
3694
  "ordinal": 93,
3697
3695
  "icon": "https://static-data.subwallet.app/chains/images/icon/subspace_d693cf5ecd.png",
3698
3696
  "providers": {
@@ -3806,7 +3804,7 @@
3806
3804
  "slug": "subspace_gemini_3f",
3807
3805
  "name": "Subspace Gemini 3f",
3808
3806
  "isTestnet": true,
3809
- "chainStatus": "ACTIVE",
3807
+ "chainStatus": "INACTIVE",
3810
3808
  "ordinal": 97,
3811
3809
  "icon": "https://static-data.subwallet.app/chains/images/icon/subspace_d693cf5ecd.png",
3812
3810
  "providers": {
@@ -3894,7 +3892,7 @@
3894
3892
  "addressPrefix": 2254,
3895
3893
  "chainType": "RELAYCHAIN",
3896
3894
  "crowdloanUrl": null,
3897
- "blockExplorer": "https://subspace.subscan.io/",
3895
+ "blockExplorer": null,
3898
3896
  "existentialDeposit": "500",
3899
3897
  "symbol": "tSSC",
3900
3898
  "decimals": 18,
@@ -3904,9 +3902,7 @@
3904
3902
  "crowdloanParaId": null,
3905
3903
  "crowdloanFunds": []
3906
3904
  },
3907
- "extraInfo": {
3908
- "subscanSlug": "subspace"
3909
- }
3905
+ "extraInfo": null
3910
3906
  },
3911
3907
  {
3912
3908
  "slug": "dorafactory",
@@ -4224,7 +4220,7 @@
4224
4220
  "chainType": "PARACHAIN",
4225
4221
  "crowdloanUrl": null,
4226
4222
  "blockExplorer": null,
4227
- "existentialDeposit": null,
4223
+ "existentialDeposit": "1000000000",
4228
4224
  "symbol": "PEN",
4229
4225
  "decimals": 12,
4230
4226
  "hasNativeNft": false,
@@ -4300,7 +4296,7 @@
4300
4296
  "symbol": "CAPS",
4301
4297
  "decimals": 18,
4302
4298
  "hasNativeNft": false,
4303
- "supportStaking": true,
4299
+ "supportStaking": false,
4304
4300
  "supportSmartContract": null,
4305
4301
  "crowdloanParaId": null,
4306
4302
  "crowdloanFunds": []
@@ -4321,7 +4317,7 @@
4321
4317
  "substrateInfo": {
4322
4318
  "relaySlug": null,
4323
4319
  "paraId": null,
4324
- "genesisHash": "0x2ae061f08422b6503b8aa5f401242a209999669c3b8945f814dc096fb1a977bd",
4320
+ "genesisHash": "0x53a6ab000c8c3c1015747a1e3ea237a327c77df3e59d142801a23b25163d4f45",
4325
4321
  "addressPrefix": 78,
4326
4322
  "chainType": "RELAYCHAIN",
4327
4323
  "crowdloanUrl": null,
@@ -4836,7 +4832,7 @@
4836
4832
  "substrateInfo": {
4837
4833
  "relaySlug": "polkadot",
4838
4834
  "paraId": 2093,
4839
- "genesisHash": "0x331645ae3db556c7754a82f79cece12cce3420975d5b0219d51b1cb4f6ddc21c",
4835
+ "genesisHash": "0xdce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43",
4840
4836
  "addressPrefix": 42,
4841
4837
  "chainType": "PARACHAIN",
4842
4838
  "crowdloanUrl": null,
@@ -5513,10 +5509,10 @@
5513
5509
  "relayChain": "polkadot",
5514
5510
  "fundId": "2025-75",
5515
5511
  "paraId": 2025,
5516
- "status": "in_auction",
5512
+ "status": "won",
5517
5513
  "startTime": "2024-01-16T01:48:00.000Z",
5518
5514
  "endTime": "2025-11-18T01:48:00.000Z",
5519
- "auctionIndex": 0,
5515
+ "auctionIndex": 59,
5520
5516
  "firstPeriod": 15,
5521
5517
  "lastPeriod": 22
5522
5518
  },
@@ -5727,7 +5723,8 @@
5727
5723
  "ordinal": 154,
5728
5724
  "icon": "https://static-data.subwallet.app/chains/images/icon/vara_be88d00224.png",
5729
5725
  "providers": {
5730
- "Vara": "wss://rpc.vara-network.io"
5726
+ "Vara": "wss://rpc.vara-network.io",
5727
+ "Vara Network": "wss://rpc.vara.network"
5731
5728
  },
5732
5729
  "evmInfo": null,
5733
5730
  "substrateInfo": {
@@ -5910,7 +5907,8 @@
5910
5907
  "ordinal": 160,
5911
5908
  "icon": "https://static-data.subwallet.app/chains/images/icon/krest_6217afc787.png",
5912
5909
  "providers": {
5913
- "Peaq": "wss://wss-krest.peaq.network/"
5910
+ "Peaq": "wss://wss-krest.peaq.network/",
5911
+ "UnitedBloc": "wss://krest.unitedbloc.com/"
5914
5912
  },
5915
5913
  "evmInfo": null,
5916
5914
  "substrateInfo": {
@@ -5925,7 +5923,7 @@
5925
5923
  "symbol": "KREST",
5926
5924
  "decimals": 18,
5927
5925
  "hasNativeNft": false,
5928
- "supportStaking": false,
5926
+ "supportStaking": true,
5929
5927
  "supportSmartContract": null,
5930
5928
  "crowdloanParaId": null,
5931
5929
  "crowdloanFunds": [
@@ -5984,7 +5982,7 @@
5984
5982
  "ordinal": 162,
5985
5983
  "icon": "https://static-data.subwallet.app/chains/images/icon/jur_network_6aff4974ed.png",
5986
5984
  "providers": {
5987
- "DeeperNetwork": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws"
5985
+ "Jur Mainnet": "wss://mainnet.jur.io/"
5988
5986
  },
5989
5987
  "evmInfo": null,
5990
5988
  "substrateInfo": {
@@ -6529,7 +6527,7 @@
6529
6527
  "isTestnet": false,
6530
6528
  "chainStatus": "ACTIVE",
6531
6529
  "ordinal": 9999,
6532
- "icon": "https://static-data.subwallet.app/chains/images/icon/energy_web_50a9ff6147.png",
6530
+ "icon": "https://static-data.subwallet.app/chains/images/icon/energy_web_x_testnet_89fd545f06.png",
6533
6531
  "providers": {
6534
6532
  "EWX": "wss://public-rpc.mainnet.energywebx.com/ws"
6535
6533
  },
@@ -6567,24 +6565,26 @@
6567
6565
  },
6568
6566
  {
6569
6567
  "slug": "invarch",
6570
- "name": "InvArch",
6568
+ "name": "InvArch Network",
6571
6569
  "isTestnet": false,
6572
- "chainStatus": "INACTIVE",
6570
+ "chainStatus": "ACTIVE",
6573
6571
  "ordinal": 9999,
6574
6572
  "icon": "https://static-data.subwallet.app/chains/images/icon/invarch_d95283c9f7.png",
6575
- "providers": {},
6573
+ "providers": {
6574
+ "Dwellir": "wss://invarch-rpc.dwellir.com"
6575
+ },
6576
6576
  "evmInfo": null,
6577
6577
  "substrateInfo": {
6578
6578
  "relaySlug": "polkadot",
6579
6579
  "paraId": 3340,
6580
- "genesisHash": null,
6581
- "addressPrefix": null,
6580
+ "genesisHash": "0x31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe",
6581
+ "addressPrefix": 117,
6582
6582
  "chainType": "PARACHAIN",
6583
6583
  "crowdloanUrl": null,
6584
6584
  "blockExplorer": null,
6585
- "existentialDeposit": null,
6586
- "symbol": null,
6587
- "decimals": null,
6585
+ "existentialDeposit": "1000000000",
6586
+ "symbol": "VARCH",
6587
+ "decimals": 12,
6588
6588
  "hasNativeNft": null,
6589
6589
  "supportStaking": null,
6590
6590
  "supportSmartContract": null,
@@ -6911,26 +6911,28 @@
6911
6911
  },
6912
6912
  {
6913
6913
  "slug": "manta_network",
6914
- "name": "Manta Network",
6914
+ "name": "Manta Atlantic",
6915
6915
  "isTestnet": false,
6916
- "chainStatus": "INACTIVE",
6916
+ "chainStatus": "ACTIVE",
6917
6917
  "ordinal": 9999,
6918
- "icon": "https://static-data.subwallet.app/chains/images/icon/Property_1_Light_214e514a42.png",
6919
- "providers": {},
6918
+ "icon": "https://static-data.subwallet.app/chains/images/icon/Manta_Network_1871b13795.png",
6919
+ "providers": {
6920
+ "Manta Network": "wss://ws.manta.systems"
6921
+ },
6920
6922
  "evmInfo": null,
6921
6923
  "substrateInfo": {
6922
6924
  "relaySlug": "polkadot",
6923
6925
  "paraId": 2104,
6924
- "genesisHash": null,
6925
- "addressPrefix": null,
6926
+ "genesisHash": "0xf3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb",
6927
+ "addressPrefix": 77,
6926
6928
  "chainType": "PARACHAIN",
6927
6929
  "crowdloanUrl": null,
6928
6930
  "blockExplorer": "https://manta.subscan.io/",
6929
- "existentialDeposit": null,
6930
- "symbol": null,
6931
- "decimals": null,
6931
+ "existentialDeposit": "100000000000000000",
6932
+ "symbol": "MANTA",
6933
+ "decimals": 18,
6932
6934
  "hasNativeNft": null,
6933
- "supportStaking": null,
6935
+ "supportStaking": true,
6934
6936
  "supportSmartContract": null,
6935
6937
  "crowdloanParaId": null,
6936
6938
  "crowdloanFunds": []
@@ -7349,7 +7351,7 @@
7349
7351
  "isTestnet": true,
7350
7352
  "chainStatus": "ACTIVE",
7351
7353
  "ordinal": 9999,
7352
- "icon": "https://static-data.subwallet.app/chains/images/icon/energy_web_a4602440e1.png",
7354
+ "icon": "https://static-data.subwallet.app/chains/images/icon/energy_web_x_testnet_89fd545f06.png",
7353
7355
  "providers": {
7354
7356
  "EWX": "wss://public-rpc.testnet.energywebx.com/ws"
7355
7357
  },
@@ -7372,6 +7374,107 @@
7372
7374
  "crowdloanFunds": []
7373
7375
  },
7374
7376
  "extraInfo": null
7377
+ },
7378
+ {
7379
+ "slug": "manta_network_evm",
7380
+ "name": "Manta Pacific",
7381
+ "isTestnet": false,
7382
+ "chainStatus": "ACTIVE",
7383
+ "ordinal": 9999,
7384
+ "icon": "https://static-data.subwallet.app/chains/images/icon/Manta_Network_1871b13795.png",
7385
+ "providers": {
7386
+ "Manta Pacific": "https://pacific-rpc.manta.network/http"
7387
+ },
7388
+ "evmInfo": {
7389
+ "evmChainId": 169,
7390
+ "blockExplorer": "https://pacific-explorer.manta.network/",
7391
+ "existentialDeposit": "0",
7392
+ "symbol": "ETH",
7393
+ "decimals": 18,
7394
+ "supportSmartContract": [
7395
+ "ERC20",
7396
+ "ERC721"
7397
+ ],
7398
+ "abiExplorer": "https://pacific-explorer.manta.network"
7399
+ },
7400
+ "substrateInfo": null,
7401
+ "extraInfo": null
7402
+ },
7403
+ {
7404
+ "slug": "polkadex_dot",
7405
+ "name": "Polkadex Polkadot",
7406
+ "isTestnet": false,
7407
+ "chainStatus": "ACTIVE",
7408
+ "ordinal": 9999,
7409
+ "icon": "https://static-data.subwallet.app/chains/images/icon/polkadex_04756a30d9.png",
7410
+ "providers": {
7411
+ "RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
7412
+ "OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
7413
+ },
7414
+ "evmInfo": null,
7415
+ "substrateInfo": {
7416
+ "relaySlug": "polkadot",
7417
+ "paraId": 2040,
7418
+ "genesisHash": "0x72f3bba34b1ecd532bccbed46701ad37c4ef329bfe86b7cf014ac06cb92ed47d",
7419
+ "addressPrefix": 89,
7420
+ "chainType": "PARACHAIN",
7421
+ "crowdloanUrl": "https://www.polkadex.trade/crowdloans",
7422
+ "blockExplorer": "https://polkadex-parachain.subscan.io/",
7423
+ "existentialDeposit": "1000000000000",
7424
+ "symbol": "PDEX",
7425
+ "decimals": 12,
7426
+ "hasNativeNft": false,
7427
+ "supportStaking": false,
7428
+ "supportSmartContract": null,
7429
+ "crowdloanParaId": null,
7430
+ "crowdloanFunds": [
7431
+ {
7432
+ "relayChain": "polkadot",
7433
+ "fundId": "2040-36",
7434
+ "paraId": 2040,
7435
+ "status": "won",
7436
+ "startTime": "2022-06-07T01:48:00.000Z",
7437
+ "endTime": "2024-04-09T01:48:00.000Z",
7438
+ "auctionIndex": 16,
7439
+ "firstPeriod": 8,
7440
+ "lastPeriod": 15
7441
+ }
7442
+ ]
7443
+ },
7444
+ "extraInfo": {
7445
+ "subscanSlug": "polkadex-parachain"
7446
+ }
7447
+ },
7448
+ {
7449
+ "slug": "subspace_gemini_3h",
7450
+ "name": "Subspace Gemini 3h",
7451
+ "isTestnet": true,
7452
+ "chainStatus": "ACTIVE",
7453
+ "ordinal": 9999,
7454
+ "icon": "https://static-data.subwallet.app/chains/images/icon/subspace_ba6bca778d.png",
7455
+ "providers": {
7456
+ "Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
7457
+ },
7458
+ "evmInfo": null,
7459
+ "substrateInfo": {
7460
+ "relaySlug": null,
7461
+ "paraId": null,
7462
+ "genesisHash": "0x0c121c75f4ef450f40619e1fca9d1e8e7fbabc42c895bc4790801e85d5a91c34",
7463
+ "addressPrefix": 2254,
7464
+ "chainType": "RELAYCHAIN",
7465
+ "crowdloanUrl": null,
7466
+ "blockExplorer": "https://subspace.subscan.io/",
7467
+ "existentialDeposit": "500",
7468
+ "symbol": "tSSC",
7469
+ "decimals": 18,
7470
+ "hasNativeNft": false,
7471
+ "supportStaking": false,
7472
+ "supportSmartContract": null,
7473
+ "crowdloanParaId": null,
7474
+ "crowdloanFunds": []
7475
+ },
7476
+ "extraInfo": {
7477
+ "subscanSlug": "subspace"
7478
+ }
7375
7479
  }
7376
7480
  ]
7377
-