@paraspell/assets 13.7.0 → 13.7.1

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 +16 -0
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -8723,6 +8723,22 @@ var AssetHubPolkadot = {
8723
8723
  },
8724
8724
  existentialDeposit: "1"
8725
8725
  },
8726
+ {
8727
+ symbol: "MOS",
8728
+ decimals: 18,
8729
+ location: {
8730
+ parents: 1,
8731
+ interior: {
8732
+ X1: [
8733
+ {
8734
+ Parachain: 3377
8735
+ }
8736
+ ]
8737
+ }
8738
+ },
8739
+ existentialDeposit: "100000000000000000",
8740
+ isFeeAsset: true
8741
+ },
8726
8742
  {
8727
8743
  symbol: "ETH",
8728
8744
  decimals: 18,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "13.7.0",
3
+ "version": "13.7.1",
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": "13.7.0"
25
+ "@paraspell/sdk-common": "13.7.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@babel/plugin-syntax-import-attributes": "^7.29.7",