@pioneer-platform/osmosis-network 8.3.9 → 8.3.10

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 +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1011,7 +1011,7 @@ var get_balances = function (address) {
1011
1011
  type: 'balance',
1012
1012
  asset: 'OSMO',
1013
1013
  denom: 'uosmo',
1014
- balance: entry.amount
1014
+ balance: parseFloat(entry.amount) / 1000000
1015
1015
  };
1016
1016
  output.push(balance);
1017
1017
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/osmosis-network",
3
- "version": "8.3.9",
3
+ "version": "8.3.10",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {