@dydxprotocol/v4-client-js 3.0.1 → 3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-client-js",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "General client library for the new dYdX system (v4 decentralized)",
5
5
  "main": "build/cjs/src/index.js",
6
6
  "module": "build/esm/src/index.js",
@@ -1011,7 +1011,7 @@ export class Post {
1011
1011
  undefined,
1012
1012
  Method.BroadcastTxSync,
1013
1013
  undefined,
1014
- undefined,
1014
+ 3,
1015
1015
  );
1016
1016
  }
1017
1017
  }