@paraspell/sdk 1.1.3 → 1.1.4
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
|
@@ -3755,7 +3755,7 @@ var Crust$1 = /*#__PURE__*/function (_ParachainNode) {
|
|
|
3755
3755
|
}, {
|
|
3756
3756
|
key: "transferXTokens",
|
|
3757
3757
|
value: function transferXTokens(input) {
|
|
3758
|
-
return XTokensTransferImpl.transferXTokens(input, this.getCurrencySelection(input));
|
|
3758
|
+
return XTokensTransferImpl.transferXTokens(input, this.getCurrencySelection(input), input.fees);
|
|
3759
3759
|
}
|
|
3760
3760
|
}]);
|
|
3761
3761
|
return Crust;
|
package/dist/index.mjs
CHANGED
|
@@ -3753,7 +3753,7 @@ var Crust$1 = /*#__PURE__*/function (_ParachainNode) {
|
|
|
3753
3753
|
}, {
|
|
3754
3754
|
key: "transferXTokens",
|
|
3755
3755
|
value: function transferXTokens(input) {
|
|
3756
|
-
return XTokensTransferImpl.transferXTokens(input, this.getCurrencySelection(input));
|
|
3756
|
+
return XTokensTransferImpl.transferXTokens(input, this.getCurrencySelection(input), input.fees);
|
|
3757
3757
|
}
|
|
3758
3758
|
}]);
|
|
3759
3759
|
return Crust;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "SDK for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": "@paraspell/sdk",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"ethers": "^5.7.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@polkadot/api": "^10.
|
|
26
|
-
"@polkadot/types": "^10.
|
|
27
|
-
"@polkadot/api-base": "^10.
|
|
25
|
+
"@polkadot/api": "^10.6.1",
|
|
26
|
+
"@polkadot/types": "^10.6.1",
|
|
27
|
+
"@polkadot/api-base": "^10.6.1",
|
|
28
28
|
"@polkadot/apps-config": "^0.124.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|