@paraspell/sdk-pjs 8.2.0 → 8.2.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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -220,10 +220,10 @@ const result = await Builder(API /*optional*/)
|
|
|
220
220
|
.to(NODE_2)
|
|
221
221
|
.currency({id: currencyID, amount: amount} | {symbol: currencySymbol, amount: amount} | {symbol: Native('currencySymbol'), amount: amount} | {symbol: Foreign('currencySymbol'), amount: amount} | {symbol: ForeignAbstract('currencySymbol'), amount: amount} | {multilocation: AssetMultilocationString, amount: amount | AssetMultilocationJson, amount: amount} | {multilocation: Override('Custom Multilocation'), amount: amount} | {multiasset: {currencySelection, isFeeAsset?: true /* for example symbol: symbol or id: id, or multilocation: multilocation*/, amount: amount}})
|
|
222
222
|
.address(ADDRESS)
|
|
223
|
-
.dryRun()
|
|
223
|
+
.dryRun(SENDER_ADDRESS)
|
|
224
224
|
|
|
225
225
|
//Function pattern
|
|
226
|
-
getDryRun({api /*optional*/, node, address
|
|
226
|
+
getDryRun({api /*optional*/, node, address /*sender address*/, tx /* Extrinsic object */})
|
|
227
227
|
```
|
|
228
228
|
|
|
229
229
|
### Asset claim:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk-pjs",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.1",
|
|
4
4
|
"description": "Polkadot.js based SDK for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@snowbridge/api": "^0.1.28",
|
|
27
27
|
"ethers": "^6.13.5",
|
|
28
28
|
"viem": "^2.22.13",
|
|
29
|
-
"@paraspell/sdk-core": "8.2.
|
|
29
|
+
"@paraspell/sdk-core": "8.2.1"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@polkadot/api": ">= 15.0 < 16",
|