@paraspell/assets 11.14.9 → 11.14.11
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 +22 -0
- package/dist/index.mjs +22 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -3062,6 +3062,28 @@ var EnergyWebX = {
|
|
|
3062
3062
|
}
|
|
3063
3063
|
],
|
|
3064
3064
|
otherAssets: [
|
|
3065
|
+
{
|
|
3066
|
+
symbol: "USDC",
|
|
3067
|
+
decimals: 6,
|
|
3068
|
+
assetId: "1337",
|
|
3069
|
+
existentialDeposit: "10000",
|
|
3070
|
+
location: {
|
|
3071
|
+
parents: 1,
|
|
3072
|
+
interior: {
|
|
3073
|
+
X3: [
|
|
3074
|
+
{
|
|
3075
|
+
Parachain: 1000
|
|
3076
|
+
},
|
|
3077
|
+
{
|
|
3078
|
+
PalletInstance: 50
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
GeneralIndex: 1337
|
|
3082
|
+
}
|
|
3083
|
+
]
|
|
3084
|
+
}
|
|
3085
|
+
}
|
|
3086
|
+
}
|
|
3065
3087
|
]
|
|
3066
3088
|
};
|
|
3067
3089
|
var Hydration = {
|
package/dist/index.mjs
CHANGED
|
@@ -3060,6 +3060,28 @@ var EnergyWebX = {
|
|
|
3060
3060
|
}
|
|
3061
3061
|
],
|
|
3062
3062
|
otherAssets: [
|
|
3063
|
+
{
|
|
3064
|
+
symbol: "USDC",
|
|
3065
|
+
decimals: 6,
|
|
3066
|
+
assetId: "1337",
|
|
3067
|
+
existentialDeposit: "10000",
|
|
3068
|
+
location: {
|
|
3069
|
+
parents: 1,
|
|
3070
|
+
interior: {
|
|
3071
|
+
X3: [
|
|
3072
|
+
{
|
|
3073
|
+
Parachain: 1000
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
PalletInstance: 50
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
GeneralIndex: 1337
|
|
3080
|
+
}
|
|
3081
|
+
]
|
|
3082
|
+
}
|
|
3083
|
+
}
|
|
3084
|
+
}
|
|
3063
3085
|
]
|
|
3064
3086
|
};
|
|
3065
3087
|
var Hydration = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/assets",
|
|
3
|
-
"version": "11.14.
|
|
3
|
+
"version": "11.14.11",
|
|
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.14.
|
|
26
|
+
"@paraspell/sdk-common": "11.14.11"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|