@paraspell/assets 12.0.4 → 12.0.5

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 +64 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -2895,7 +2895,6 @@ var EnergyWebX = {
2895
2895
  {
2896
2896
  symbol: "USDC",
2897
2897
  decimals: 6,
2898
- assetId: "1337",
2899
2898
  existentialDeposit: "10000",
2900
2899
  location: {
2901
2900
  parents: 1,
@@ -2913,6 +2912,27 @@ var EnergyWebX = {
2913
2912
  ]
2914
2913
  }
2915
2914
  }
2915
+ },
2916
+ {
2917
+ symbol: "stEWT",
2918
+ decimals: 18,
2919
+ existentialDeposit: "1",
2920
+ location: {
2921
+ parents: 1,
2922
+ interior: {
2923
+ X3: [
2924
+ {
2925
+ Parachain: 3345
2926
+ },
2927
+ {
2928
+ PalletInstance: 60
2929
+ },
2930
+ {
2931
+ GeneralIndex: 1
2932
+ }
2933
+ ]
2934
+ }
2935
+ }
2916
2936
  }
2917
2937
  ]
2918
2938
  };
@@ -2996,7 +3016,7 @@ var Hydration = {
2996
3016
  assetId: "222",
2997
3017
  symbol: "HOLLAR",
2998
3018
  decimals: 18,
2999
- existentialDeposit: "0",
3019
+ existentialDeposit: "20000000000000000",
3000
3020
  location: {
3001
3021
  parents: 1,
3002
3022
  interior: {
@@ -18065,6 +18085,48 @@ var EnergyWebXPaseo = {
18065
18085
  ]
18066
18086
  }
18067
18087
  }
18088
+ },
18089
+ {
18090
+ symbol: "USDC",
18091
+ decimals: 6,
18092
+ existentialDeposit: "10000",
18093
+ location: {
18094
+ parents: 1,
18095
+ interior: {
18096
+ X3: [
18097
+ {
18098
+ Parachain: 1000
18099
+ },
18100
+ {
18101
+ PalletInstance: 50
18102
+ },
18103
+ {
18104
+ GeneralIndex: 1337
18105
+ }
18106
+ ]
18107
+ }
18108
+ }
18109
+ },
18110
+ {
18111
+ symbol: "stEWT",
18112
+ decimals: 18,
18113
+ existentialDeposit: "1",
18114
+ location: {
18115
+ parents: 1,
18116
+ interior: {
18117
+ X3: [
18118
+ {
18119
+ Parachain: 3345
18120
+ },
18121
+ {
18122
+ PalletInstance: 60
18123
+ },
18124
+ {
18125
+ GeneralIndex: 1
18126
+ }
18127
+ ]
18128
+ }
18129
+ }
18068
18130
  }
18069
18131
  ]
18070
18132
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "12.0.4",
3
+ "version": "12.0.5",
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.4"
26
+ "@paraspell/sdk-common": "12.0.5"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",