@paraspell/sdk 12.6.1 → 12.7.0
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 +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -399,6 +399,9 @@ import { getSupportedDestinations, getFeeAssets, getAssetsObject, getAssetId, ge
|
|
|
399
399
|
//Get chains that support the specific asset related to origin
|
|
400
400
|
getSupportedDestinations(TChain, CURRENCY)
|
|
401
401
|
|
|
402
|
+
//Get reserve chain for specific asset on specific chain
|
|
403
|
+
getAssetReserveChain(chain: TSubstrateChain, location: TLocation)
|
|
404
|
+
|
|
402
405
|
//Find out whether asset is registered on chain and return its entire parameters. If not found, returns null.
|
|
403
406
|
findAssetInfo(TChain, CURRENCY, DESTINATION?)
|
|
404
407
|
|
|
@@ -479,6 +482,8 @@ console.log(SUPPORTED_PALLETS)
|
|
|
479
482
|
|
|
480
483
|
- Run end-to-end tests using `pnpm test:e2e`
|
|
481
484
|
|
|
485
|
+
- Run full end-to-end tests using `pnpm test:e2e:chopsticks`
|
|
486
|
+
|
|
482
487
|
- Run all core tests and checks using `pnpm runAll`
|
|
483
488
|
|
|
484
489
|
> [!NOTE]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.7.0",
|
|
4
4
|
"description": "SDK for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@polkadot-labs/hdkd": "^0.0.26",
|
|
29
29
|
"@polkadot-labs/hdkd-helpers": "^0.0.27",
|
|
30
30
|
"viem": "2.45.0",
|
|
31
|
-
"@paraspell/sdk-core": "12.
|
|
31
|
+
"@paraspell/sdk-core": "12.7.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"polkadot-api": ">= 1.23.3 < 2"
|