@paraspell/sdk-core 10.11.10 → 10.11.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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -8134,7 +8134,7 @@ var ParachainNode = /*#__PURE__*/function () {
|
|
|
8134
8134
|
method: method
|
|
8135
8135
|
};
|
|
8136
8136
|
shouldUseTeleport = this.shouldUseNativeAssetTeleport(sendOptions);
|
|
8137
|
-
if (!shouldUseTeleport) {
|
|
8137
|
+
if (!(shouldUseTeleport && this.node !== 'Mythos' && destination !== 'Mythos')) {
|
|
8138
8138
|
_context.n = 6;
|
|
8139
8139
|
break;
|
|
8140
8140
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -8135,7 +8135,7 @@ var ParachainNode = /*#__PURE__*/function () {
|
|
|
8135
8135
|
method: method
|
|
8136
8136
|
};
|
|
8137
8137
|
shouldUseTeleport = this.shouldUseNativeAssetTeleport(sendOptions);
|
|
8138
|
-
if (!shouldUseTeleport) {
|
|
8138
|
+
if (!(shouldUseTeleport && this.node !== 'Mythos' && destination !== 'Mythos')) {
|
|
8139
8139
|
_context.n = 6;
|
|
8140
8140
|
break;
|
|
8141
8141
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk-core",
|
|
3
|
-
"version": "10.11.
|
|
3
|
+
"version": "10.11.11",
|
|
4
4
|
"description": "SDK core for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"@noble/hashes": "^1.8.0",
|
|
27
27
|
"@scure/base": "^1.2.6",
|
|
28
28
|
"viem": "^2.33.2",
|
|
29
|
-
"@paraspell/assets": "10.11.
|
|
30
|
-
"@paraspell/
|
|
31
|
-
"@paraspell/
|
|
29
|
+
"@paraspell/assets": "10.11.11",
|
|
30
|
+
"@paraspell/sdk-common": "10.11.11",
|
|
31
|
+
"@paraspell/pallets": "10.11.11"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|