@paraspell/assets 11.14.10 → 11.14.11

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
@@ -3065,6 +3065,7 @@ var EnergyWebX = {
3065
3065
  {
3066
3066
  symbol: "USDC",
3067
3067
  decimals: 6,
3068
+ assetId: "1337",
3068
3069
  existentialDeposit: "10000",
3069
3070
  location: {
3070
3071
  parents: 1,
package/dist/index.mjs CHANGED
@@ -3063,6 +3063,7 @@ var EnergyWebX = {
3063
3063
  {
3064
3064
  symbol: "USDC",
3065
3065
  decimals: 6,
3066
+ assetId: "1337",
3066
3067
  existentialDeposit: "10000",
3067
3068
  location: {
3068
3069
  parents: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "11.14.10",
3
+ "version": "11.14.11",
4
4
  "description": "Assets 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": "11.14.10"
26
+ "@paraspell/sdk-common": "11.14.11"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",