@gnolang/tm2-js-client 1.0.1 → 1.0.2

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.
@@ -150,7 +150,7 @@ var WSProvider = /** @class */ (function () {
150
150
  return __generator(this, function (_a) {
151
151
  switch (_a.label) {
152
152
  case 0: return [4 /*yield*/, this.sendRequest((0, utility_1.newRequest)(endpoints_1.ABCIEndpoint.ABCI_QUERY, [
153
- "auth/accounts/".concat(address),
153
+ "bank/balances/".concat(address),
154
154
  '',
155
155
  '0',
156
156
  false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnolang/tm2-js-client",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Tendermint2 JS / TS Client",
5
5
  "main": "./bin/index.js",
6
6
  "repository": {