@paraspell/assets 12.7.1 → 12.8.0
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.mjs +23 -0
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -4593,6 +4593,29 @@ var Hydration = {
|
|
|
4593
4593
|
},
|
|
4594
4594
|
isFeeAsset: true
|
|
4595
4595
|
},
|
|
4596
|
+
{
|
|
4597
|
+
assetId: "1043",
|
|
4598
|
+
symbol: "aPRIME",
|
|
4599
|
+
decimals: 6,
|
|
4600
|
+
existentialDeposit: "9901",
|
|
4601
|
+
location: {
|
|
4602
|
+
parents: 1,
|
|
4603
|
+
interior: {
|
|
4604
|
+
X2: [
|
|
4605
|
+
{
|
|
4606
|
+
Parachain: 2034
|
|
4607
|
+
},
|
|
4608
|
+
{
|
|
4609
|
+
AccountKey20: {
|
|
4610
|
+
network: null,
|
|
4611
|
+
key: "0x4c892a298a9c6b4ced988b3d6e9cf93333aadcf7"
|
|
4612
|
+
}
|
|
4613
|
+
}
|
|
4614
|
+
]
|
|
4615
|
+
}
|
|
4616
|
+
},
|
|
4617
|
+
isFeeAsset: true
|
|
4618
|
+
},
|
|
4596
4619
|
{
|
|
4597
4620
|
assetId: "9",
|
|
4598
4621
|
symbol: "ASTR",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/assets",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.8.0",
|
|
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": "12.
|
|
26
|
+
"@paraspell/sdk-common": "12.8.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.28.6",
|