@paraspell/assets 14.3.0 → 14.3.3

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 +89 -0
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -8795,6 +8795,25 @@ var Jamton = {
8795
8795
  },
8796
8796
  isFeeAsset: true
8797
8797
  },
8798
+ {
8799
+ assetId: "4",
8800
+ symbol: "KSM",
8801
+ decimals: 12,
8802
+ existentialDeposit: "10000000000",
8803
+ location: {
8804
+ parents: 2,
8805
+ interior: {
8806
+ X1: [
8807
+ {
8808
+ GlobalConsensus: {
8809
+ kusama: null
8810
+ }
8811
+ }
8812
+ ]
8813
+ }
8814
+ },
8815
+ isFeeAsset: true
8816
+ },
8798
8817
  {
8799
8818
  assetId: "1",
8800
8819
  symbol: "WUD",
@@ -9722,6 +9741,29 @@ var AssetHubKusama = {
9722
9741
  isFeeAsset: true,
9723
9742
  alias: "USDt2"
9724
9743
  },
9744
+ {
9745
+ assetId: "50000014",
9746
+ symbol: "KSM",
9747
+ decimals: 12,
9748
+ location: {
9749
+ parents: 1,
9750
+ interior: {
9751
+ X3: [
9752
+ {
9753
+ Parachain: 1000
9754
+ },
9755
+ {
9756
+ PalletInstance: 50
9757
+ },
9758
+ {
9759
+ GeneralIndex: 50000014
9760
+ }
9761
+ ]
9762
+ }
9763
+ },
9764
+ existentialDeposit: "1",
9765
+ alias: "KSM5"
9766
+ },
9725
9767
  {
9726
9768
  symbol: "sUSDe",
9727
9769
  decimals: 18,
@@ -16123,6 +16165,53 @@ var Curio = {
16123
16165
  },
16124
16166
  isFeeAsset: true
16125
16167
  },
16168
+ {
16169
+ assetId: "5",
16170
+ symbol: "DOT",
16171
+ decimals: 10,
16172
+ existentialDeposit: "100000000",
16173
+ location: {
16174
+ parents: 2,
16175
+ interior: {
16176
+ X1: [
16177
+ {
16178
+ GlobalConsensus: {
16179
+ polkadot: null
16180
+ }
16181
+ }
16182
+ ]
16183
+ }
16184
+ },
16185
+ isFeeAsset: true
16186
+ },
16187
+ {
16188
+ assetId: "4",
16189
+ symbol: "USDT",
16190
+ decimals: 6,
16191
+ existentialDeposit: "10000",
16192
+ location: {
16193
+ parents: 2,
16194
+ interior: {
16195
+ X4: [
16196
+ {
16197
+ GlobalConsensus: {
16198
+ polkadot: null
16199
+ }
16200
+ },
16201
+ {
16202
+ Parachain: 1000
16203
+ },
16204
+ {
16205
+ PalletInstance: 50
16206
+ },
16207
+ {
16208
+ GeneralIndex: 1984
16209
+ }
16210
+ ]
16211
+ }
16212
+ },
16213
+ isFeeAsset: true
16214
+ },
16126
16215
  {
16127
16216
  assetId: "1",
16128
16217
  symbol: "XOR",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "14.3.0",
3
+ "version": "14.3.3",
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.0"
25
+ "@paraspell/sdk-common": "14.3.3"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@babel/plugin-syntax-import-attributes": "^7.29.7",