@paraspell/assets 8.10.0 → 8.11.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.
package/dist/index.cjs CHANGED
@@ -7102,6 +7102,17 @@ var KiltSpiritnet = {
7102
7102
  }
7103
7103
  ],
7104
7104
  otherAssets: [
7105
+ {
7106
+ symbol: "DOT",
7107
+ decimals: 10,
7108
+ multiLocation: {
7109
+ parents: 1,
7110
+ interior: {
7111
+ Here: null
7112
+ }
7113
+ },
7114
+ existentialDeposit: "1"
7115
+ }
7105
7116
  ]
7106
7117
  };
7107
7118
  var InvArchTinker = {
package/dist/index.mjs CHANGED
@@ -7100,6 +7100,17 @@ var KiltSpiritnet = {
7100
7100
  }
7101
7101
  ],
7102
7102
  otherAssets: [
7103
+ {
7104
+ symbol: "DOT",
7105
+ decimals: 10,
7106
+ multiLocation: {
7107
+ parents: 1,
7108
+ interior: {
7109
+ Here: null
7110
+ }
7111
+ },
7112
+ existentialDeposit: "1"
7113
+ }
7103
7114
  ]
7104
7115
  };
7105
7116
  var InvArchTinker = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "8.10.0",
3
+ "version": "8.11.1",
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": "8.10.0"
26
+ "@paraspell/sdk-common": "8.11.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.26.0",