@pioneer-platform/pioneer 8.2.2 → 8.2.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.
Files changed (2) hide show
  1. package/lib/index.js +2 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -287,8 +287,8 @@ var get_pubkey_balances = function (pubkey) {
287
287
  // Update balance
288
288
  balances_1.push({
289
289
  network: pubkey.symbol,
290
- blockchainCaip: shortListSymbolToCaip(pubkey.symbol),
291
- assetCaip: shortListSymbolToCaip(pubkey.symbol),
290
+ blockchainCaip: shortListSymbolToCaip[pubkey.symbol],
291
+ assetCaip: shortListSymbolToCaip[pubkey.symbol],
292
292
  asset: pubkey.symbol,
293
293
  symbol: pubkey.symbol,
294
294
  pubkey: pubkey.pubkey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer",
3
- "version": "8.2.2",
3
+ "version": "8.2.4",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {