@paraspell/assets 13.0.1 → 13.1.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 +46 -0
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3347,6 +3347,29 @@ var Hydration = {
|
|
|
3347
3347
|
},
|
|
3348
3348
|
isFeeAsset: true
|
|
3349
3349
|
},
|
|
3350
|
+
{
|
|
3351
|
+
assetId: "4444",
|
|
3352
|
+
symbol: "HEURC",
|
|
3353
|
+
decimals: 18,
|
|
3354
|
+
existentialDeposit: "17241379310344828",
|
|
3355
|
+
location: {
|
|
3356
|
+
parents: 1,
|
|
3357
|
+
interior: {
|
|
3358
|
+
X2: [
|
|
3359
|
+
{
|
|
3360
|
+
Parachain: 2034
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
AccountKey20: {
|
|
3364
|
+
network: null,
|
|
3365
|
+
key: "0x49f925bf72718f4abbc57adef1b705931f928a2a"
|
|
3366
|
+
}
|
|
3367
|
+
}
|
|
3368
|
+
]
|
|
3369
|
+
}
|
|
3370
|
+
},
|
|
3371
|
+
isFeeAsset: true
|
|
3372
|
+
},
|
|
3350
3373
|
{
|
|
3351
3374
|
assetId: "35",
|
|
3352
3375
|
symbol: "TRAC",
|
|
@@ -4046,6 +4069,29 @@ var Hydration = {
|
|
|
4046
4069
|
},
|
|
4047
4070
|
isFeeAsset: true
|
|
4048
4071
|
},
|
|
4072
|
+
{
|
|
4073
|
+
assetId: "1044",
|
|
4074
|
+
symbol: "aEURC",
|
|
4075
|
+
decimals: 6,
|
|
4076
|
+
existentialDeposit: "17241",
|
|
4077
|
+
location: {
|
|
4078
|
+
parents: 1,
|
|
4079
|
+
interior: {
|
|
4080
|
+
X2: [
|
|
4081
|
+
{
|
|
4082
|
+
Parachain: 2034
|
|
4083
|
+
},
|
|
4084
|
+
{
|
|
4085
|
+
AccountKey20: {
|
|
4086
|
+
network: null,
|
|
4087
|
+
key: "0xca30f9ff99394c55deda293df223e3740635c72e"
|
|
4088
|
+
}
|
|
4089
|
+
}
|
|
4090
|
+
]
|
|
4091
|
+
}
|
|
4092
|
+
},
|
|
4093
|
+
isFeeAsset: true
|
|
4094
|
+
},
|
|
4049
4095
|
{
|
|
4050
4096
|
assetId: "1000190",
|
|
4051
4097
|
symbol: "WBTC",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/assets",
|
|
3
|
-
"version": "13.0
|
|
3
|
+
"version": "13.1.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": "13.0
|
|
26
|
+
"@paraspell/sdk-common": "13.1.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.28.6",
|