@zoguxprotocol/client-js 0.2.11 → 0.2.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoguxprotocol/client-js",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "General client library for the new Zogux system (v4 decentralized)",
5
5
  "main": "build/cjs/src/index.js",
6
6
  "module": "build/esm/src/index.js",
@@ -291,7 +291,7 @@ export default class AccountClient extends RestClient {
291
291
  limit?: number | null,
292
292
  page?: number | null,
293
293
  ): Promise<Data> {
294
- const uri = '/v4/spotFills/parentSubaccount';
294
+ const uri = '/v4/spotFills/parentSubaccountNumber';
295
295
  return this.get(uri, {
296
296
  address,
297
297
  parentSubaccountNumber,