@paraspell/assets 12.0.2 → 12.0.4

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 (2) hide show
  1. package/dist/index.mjs +1 -0
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -2895,6 +2895,7 @@ var EnergyWebX = {
2895
2895
  {
2896
2896
  symbol: "USDC",
2897
2897
  decimals: 6,
2898
+ assetId: "1337",
2898
2899
  existentialDeposit: "10000",
2899
2900
  location: {
2900
2901
  parents: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "12.0.2",
3
+ "version": "12.0.4",
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": "12.0.2"
26
+ "@paraspell/sdk-common": "12.0.4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",