polycopy 0.2.5 → 0.2.6

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1080,8 +1080,8 @@ class OrderWatcher {
1080
1080
  }
1081
1081
  }
1082
1082
  const DATA_API_HOST = "https://data-api.polymarket.com";
1083
- const AUTO_REDEEM_INTERVAL = 5 * 60 * 1e3;
1084
- const MAX_BATCH_SIZE = 5;
1083
+ const AUTO_REDEEM_INTERVAL = 8 * 60 * 1e3;
1084
+ const MAX_BATCH_SIZE = 10;
1085
1085
  const MAX_MATCH_TIMES = 3;
1086
1086
  class Redeemer {
1087
1087
  // conditionId -> RedeemRecord
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polycopy",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "polycopy test",
5
5
  "main": "dist/index.js",
6
6
  "bin": {