@paraspell/sdk 8.3.1 → 8.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -274,7 +274,7 @@ paraspell.assets.getAssetDecimals(node: TNode, symbol: string)
274
274
  paraspell.assets.getParaId(node: TNode)
275
275
 
276
276
  // Get specific TNode from nodeID
277
- paraspell.assets.getTNode(nodeID: number)
277
+ paraspell.assets.getTNode(nodeID: number, ecosystem: 'polkadot' || 'kusama' || 'ethereum') //When Ethereum ecosystem is selected please fill nodeID as 1 to select Ethereum.
278
278
 
279
279
  // Import all compatible nodes as constant
280
280
  paraspell.NODE_NAMES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk",
3
- "version": "8.3.1",
3
+ "version": "8.4.1",
4
4
  "description": "SDK for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "ethers": "^6.13.5",
27
27
  "viem": "^2.22.22",
28
- "@paraspell/sdk-core": "8.3.1"
28
+ "@paraspell/sdk-core": "8.4.1"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "polkadot-api": ">= 1.8.4 < 2"