@paraspell/sdk-pjs 8.4.0 → 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
@@ -272,7 +272,7 @@ paraspell.assets.getAssetDecimals(node: TNode, symbol: string)
272
272
  paraspell.assets.getParaId(node: TNode)
273
273
 
274
274
  // Get specific TNode from nodeID
275
- paraspell.assets.getTNode(nodeID: number)
275
+ paraspell.assets.getTNode(nodeID: number, ecosystem: 'polkadot' || 'kusama' || 'ethereum') //When Ethereum ecosystem is selected please fill nodeID as 1 to select Ethereum.
276
276
 
277
277
  // Import all compatible nodes as constant
278
278
  paraspell.NODE_NAMES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk-pjs",
3
- "version": "8.4.0",
3
+ "version": "8.4.1",
4
4
  "description": "Polkadot.js based SDK for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "@snowbridge/contract-types": "^0.1.32",
28
28
  "ethers": "^6.13.5",
29
29
  "viem": "^2.22.22",
30
- "@paraspell/sdk-core": "8.4.0"
30
+ "@paraspell/sdk-core": "8.4.1"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@polkadot/api": ">= 15.0 < 16",