@dydxprotocol/v4-client-js 1.16.0 → 1.16.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-client-js",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "General client library for the new dYdX system (v4 decentralized)",
5
5
  "main": "build/src/index.js",
6
6
  "scripts": {
@@ -275,7 +275,7 @@ export default class AccountClient extends RestClient {
275
275
  limit?: number | null,
276
276
  page?: number | null,
277
277
  ): Promise<Data> {
278
- const uri = '/v4//historical-pnl/parentSubaccount';
278
+ const uri = '/v4/historical-pnl/parentSubaccount';
279
279
  return this.get(uri, {
280
280
  address,
281
281
  parentSubaccountNumber,