@paraspell/assets 14.3.4 → 14.3.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 +26 -0
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -3881,6 +3881,32 @@ var Hydration = {
3881
3881
  },
3882
3882
  isFeeAsset: true
3883
3883
  },
3884
+ {
3885
+ assetId: "1001354",
3886
+ symbol: "aDOT-HOLLAR",
3887
+ decimals: 18,
3888
+ existentialDeposit: "20000000000000000",
3889
+ erc20: {
3890
+ balanceSlot: 0
3891
+ },
3892
+ location: {
3893
+ parents: 1,
3894
+ interior: {
3895
+ X2: [
3896
+ {
3897
+ Parachain: 2034
3898
+ },
3899
+ {
3900
+ AccountKey20: {
3901
+ network: null,
3902
+ key: "0xa206d0959813f17c17c87147271c49065438648a"
3903
+ }
3904
+ }
3905
+ ]
3906
+ }
3907
+ },
3908
+ isFeeAsset: true
3909
+ },
3884
3910
  {
3885
3911
  assetId: "41",
3886
3912
  symbol: "CFG",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "14.3.4",
3
+ "version": "14.3.5",
4
4
  "description": "Assets for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@paraspell/sdk-common": "14.3.4"
25
+ "@paraspell/sdk-common": "14.3.5"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@babel/plugin-syntax-import-attributes": "^7.29.7",