@paraspell/assets 11.0.0 → 11.0.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
@@ -14294,19 +14294,13 @@ var Ethereum = {
14294
14294
  location: {
14295
14295
  parents: 2,
14296
14296
  interior: {
14297
- X2: [
14297
+ X1: [
14298
14298
  {
14299
14299
  GlobalConsensus: {
14300
14300
  Ethereum: {
14301
14301
  chainId: 1
14302
14302
  }
14303
14303
  }
14304
- },
14305
- {
14306
- AccountKey20: {
14307
- network: null,
14308
- key: "0x0000000000000000000000000000000000000000"
14309
- }
14310
14304
  }
14311
14305
  ]
14312
14306
  }
package/dist/index.mjs CHANGED
@@ -14292,19 +14292,13 @@ var Ethereum = {
14292
14292
  location: {
14293
14293
  parents: 2,
14294
14294
  interior: {
14295
- X2: [
14295
+ X1: [
14296
14296
  {
14297
14297
  GlobalConsensus: {
14298
14298
  Ethereum: {
14299
14299
  chainId: 1
14300
14300
  }
14301
14301
  }
14302
- },
14303
- {
14304
- AccountKey20: {
14305
- network: null,
14306
- key: "0x0000000000000000000000000000000000000000"
14307
- }
14308
14302
  }
14309
14303
  ]
14310
14304
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "11.0.0",
3
+ "version": "11.0.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": "11.0.0"
26
+ "@paraspell/sdk-common": "11.0.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",