@paraspell/pallets 8.10.0 → 8.11.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/dist/index.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * Supported XCM pallets.
5
5
  */
6
- var SUPPORTED_PALLETS = ['XTokens', 'OrmlXTokens', 'PolkadotXcm', 'RelayerXcm', 'XTransfer', 'XcmPallet'];
6
+ var SUPPORTED_PALLETS = ['XTokens', 'OrmlXTokens', 'PolkadotXcm', 'RelayerXcm', 'XTransfer', 'XcmPallet', 'Balances', 'Tokens', 'Currencies', 'Assets', 'AssetManager', 'ForeignAssets'];
7
7
 
8
8
  var AssetHubPolkadot = {
9
9
  defaultPallet: "PolkadotXcm",
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import { TNodeDotKsmWithRelayChains } from '@paraspell/sdk-common';
3
3
  /**
4
4
  * Supported XCM pallets.
5
5
  */
6
- declare const SUPPORTED_PALLETS: readonly ["XTokens", "OrmlXTokens", "PolkadotXcm", "RelayerXcm", "XTransfer", "XcmPallet"];
6
+ declare const SUPPORTED_PALLETS: readonly ["XTokens", "OrmlXTokens", "PolkadotXcm", "RelayerXcm", "XTransfer", "XcmPallet", "Balances", "Tokens", "Currencies", "Assets", "AssetManager", "ForeignAssets"];
7
7
 
8
8
  type TPallet = (typeof SUPPORTED_PALLETS)[number];
9
9
  type TPalletDetails = {
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Supported XCM pallets.
3
3
  */
4
- var SUPPORTED_PALLETS = ['XTokens', 'OrmlXTokens', 'PolkadotXcm', 'RelayerXcm', 'XTransfer', 'XcmPallet'];
4
+ var SUPPORTED_PALLETS = ['XTokens', 'OrmlXTokens', 'PolkadotXcm', 'RelayerXcm', 'XTransfer', 'XcmPallet', 'Balances', 'Tokens', 'Currencies', 'Assets', 'AssetManager', 'ForeignAssets'];
5
5
 
6
6
  var AssetHubPolkadot = {
7
7
  defaultPallet: "PolkadotXcm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/pallets",
3
- "version": "8.10.0",
3
+ "version": "8.11.0",
4
4
  "description": "Pallets for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@paraspell/sdk-common": "8.10.0"
26
+ "@paraspell/sdk-common": "8.11.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.26.0",