@paraspell/assets 8.9.5 → 8.9.7

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
@@ -130,9 +130,15 @@ var Polkadot = {
130
130
  nativeAssets: [
131
131
  {
132
132
  symbol: "DOT",
133
- decimals: 10,
134
133
  isNative: true,
135
- existentialDeposit: "10000000000"
134
+ decimals: 10,
135
+ existentialDeposit: "10000000000",
136
+ multiLocation: {
137
+ parents: 1,
138
+ interior: {
139
+ Here: null
140
+ }
141
+ }
136
142
  }
137
143
  ],
138
144
  otherAssets: [
@@ -146,9 +152,15 @@ var Kusama = {
146
152
  nativeAssets: [
147
153
  {
148
154
  symbol: "KSM",
149
- decimals: 12,
150
155
  isNative: true,
151
- existentialDeposit: "333333333"
156
+ decimals: 12,
157
+ existentialDeposit: "333333333",
158
+ multiLocation: {
159
+ parents: 1,
160
+ interior: {
161
+ Here: null
162
+ }
163
+ }
152
164
  }
153
165
  ],
154
166
  otherAssets: [
@@ -789,7 +801,15 @@ var Astar = {
789
801
  symbol: "ASTR",
790
802
  isNative: true,
791
803
  decimals: 18,
792
- existentialDeposit: "1000000"
804
+ existentialDeposit: "1000000",
805
+ multiLocation: {
806
+ parents: 1,
807
+ interior: {
808
+ X1: {
809
+ Parachain: 2006
810
+ }
811
+ }
812
+ }
793
813
  }
794
814
  ],
795
815
  otherAssets: [
package/dist/index.mjs CHANGED
@@ -128,9 +128,15 @@ var Polkadot = {
128
128
  nativeAssets: [
129
129
  {
130
130
  symbol: "DOT",
131
- decimals: 10,
132
131
  isNative: true,
133
- existentialDeposit: "10000000000"
132
+ decimals: 10,
133
+ existentialDeposit: "10000000000",
134
+ multiLocation: {
135
+ parents: 1,
136
+ interior: {
137
+ Here: null
138
+ }
139
+ }
134
140
  }
135
141
  ],
136
142
  otherAssets: [
@@ -144,9 +150,15 @@ var Kusama = {
144
150
  nativeAssets: [
145
151
  {
146
152
  symbol: "KSM",
147
- decimals: 12,
148
153
  isNative: true,
149
- existentialDeposit: "333333333"
154
+ decimals: 12,
155
+ existentialDeposit: "333333333",
156
+ multiLocation: {
157
+ parents: 1,
158
+ interior: {
159
+ Here: null
160
+ }
161
+ }
150
162
  }
151
163
  ],
152
164
  otherAssets: [
@@ -787,7 +799,15 @@ var Astar = {
787
799
  symbol: "ASTR",
788
800
  isNative: true,
789
801
  decimals: 18,
790
- existentialDeposit: "1000000"
802
+ existentialDeposit: "1000000",
803
+ multiLocation: {
804
+ parents: 1,
805
+ interior: {
806
+ X1: {
807
+ Parachain: 2006
808
+ }
809
+ }
810
+ }
791
811
  }
792
812
  ],
793
813
  otherAssets: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "8.9.5",
3
+ "version": "8.9.7",
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.9.5"
26
+ "@paraspell/sdk-common": "8.9.7"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.26.0",