@paraspell/assets 11.12.6 → 11.12.7
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -19661,7 +19661,7 @@ var HydrationPaseo = {
|
|
|
19661
19661
|
},
|
|
19662
19662
|
{
|
|
19663
19663
|
assetId: "5",
|
|
19664
|
-
symbol: "
|
|
19664
|
+
symbol: "PAS",
|
|
19665
19665
|
decimals: 10,
|
|
19666
19666
|
existentialDeposit: "17540000",
|
|
19667
19667
|
location: {
|
package/dist/index.mjs
CHANGED
|
@@ -19659,7 +19659,7 @@ var HydrationPaseo = {
|
|
|
19659
19659
|
},
|
|
19660
19660
|
{
|
|
19661
19661
|
assetId: "5",
|
|
19662
|
-
symbol: "
|
|
19662
|
+
symbol: "PAS",
|
|
19663
19663
|
decimals: 10,
|
|
19664
19664
|
existentialDeposit: "17540000",
|
|
19665
19665
|
location: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/assets",
|
|
3
|
-
"version": "11.12.
|
|
3
|
+
"version": "11.12.7",
|
|
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.12.
|
|
26
|
+
"@paraspell/sdk-common": "11.12.7"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|