@paraspell/assets 11.14.9 → 11.14.10

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
@@ -3062,6 +3062,27 @@ var EnergyWebX = {
3062
3062
  }
3063
3063
  ],
3064
3064
  otherAssets: [
3065
+ {
3066
+ symbol: "USDC",
3067
+ decimals: 6,
3068
+ existentialDeposit: "10000",
3069
+ location: {
3070
+ parents: 1,
3071
+ interior: {
3072
+ X3: [
3073
+ {
3074
+ Parachain: 1000
3075
+ },
3076
+ {
3077
+ PalletInstance: 50
3078
+ },
3079
+ {
3080
+ GeneralIndex: 1337
3081
+ }
3082
+ ]
3083
+ }
3084
+ }
3085
+ }
3065
3086
  ]
3066
3087
  };
3067
3088
  var Hydration = {
package/dist/index.mjs CHANGED
@@ -3060,6 +3060,27 @@ var EnergyWebX = {
3060
3060
  }
3061
3061
  ],
3062
3062
  otherAssets: [
3063
+ {
3064
+ symbol: "USDC",
3065
+ decimals: 6,
3066
+ existentialDeposit: "10000",
3067
+ location: {
3068
+ parents: 1,
3069
+ interior: {
3070
+ X3: [
3071
+ {
3072
+ Parachain: 1000
3073
+ },
3074
+ {
3075
+ PalletInstance: 50
3076
+ },
3077
+ {
3078
+ GeneralIndex: 1337
3079
+ }
3080
+ ]
3081
+ }
3082
+ }
3083
+ }
3063
3084
  ]
3064
3085
  };
3065
3086
  var Hydration = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "11.14.9",
3
+ "version": "11.14.10",
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.9"
26
+ "@paraspell/sdk-common": "11.14.10"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",