aftermath-ts-sdk 0.0.171 → 0.0.172

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 @@ exports.RouterApiHelpers = RouterApiHelpers;
150
150
  // =========================================================================
151
151
  RouterApiHelpers.constants = {
152
152
  defaults: {
153
- tradePartitionCount: 1,
153
+ tradePartitionCount: 2,
154
154
  maxAsyncPoolsPerProtocol: 2,
155
155
  },
156
156
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aftermath-ts-sdk",
3
- "version": "0.0.171",
3
+ "version": "0.0.172",
4
4
  "description": "Aftermath TypeScript SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",