@paraspell/assets 12.0.0 → 12.0.1
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 +21 -0
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -2891,6 +2891,27 @@ var EnergyWebX = {
|
|
|
2891
2891
|
]
|
|
2892
2892
|
}
|
|
2893
2893
|
}
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
symbol: "USDC",
|
|
2897
|
+
decimals: 6,
|
|
2898
|
+
existentialDeposit: "10000",
|
|
2899
|
+
location: {
|
|
2900
|
+
parents: 1,
|
|
2901
|
+
interior: {
|
|
2902
|
+
X3: [
|
|
2903
|
+
{
|
|
2904
|
+
Parachain: 1000
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
PalletInstance: 50
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
GeneralIndex: 1337
|
|
2911
|
+
}
|
|
2912
|
+
]
|
|
2913
|
+
}
|
|
2914
|
+
}
|
|
2894
2915
|
}
|
|
2895
2916
|
]
|
|
2896
2917
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/assets",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.1",
|
|
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.0.
|
|
26
|
+
"@paraspell/sdk-common": "12.0.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|