@rhinestone/shared-configs 2.18.0 → 2.18.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.
@@ -58,7 +58,7 @@
58
58
  "grace_ms": 30000,
59
59
  "max_catchup_blocks": 5000,
60
60
  "parse_concurrency": 8,
61
- "poll_interval_ms": 1000,
61
+ "poll_interval_ms": 250,
62
62
  "reorg_window_k": 16,
63
63
  "reverify_delay_ms": 500,
64
64
  "scan_batch_max_blocks": 200,
@@ -110,7 +110,7 @@
110
110
  "grace_ms": 30000,
111
111
  "max_catchup_blocks": 5000,
112
112
  "parse_concurrency": 4,
113
- "poll_interval_ms": 1000,
113
+ "poll_interval_ms": 250,
114
114
  "reorg_window_k": 16,
115
115
  "reverify_delay_ms": 500,
116
116
  "scan_batch_max_blocks": 200,
@@ -123,7 +123,7 @@
123
123
  "grace_ms": 0,
124
124
  "max_catchup_blocks": 5000,
125
125
  "parse_concurrency": 8,
126
- "poll_interval_ms": 1000,
126
+ "poll_interval_ms": 250,
127
127
  "reorg_window_k": 4,
128
128
  "reverify_delay_ms": 0,
129
129
  "scan_batch_max_blocks": 200,
@@ -175,7 +175,7 @@
175
175
  "grace_ms": 0,
176
176
  "max_catchup_blocks": 5000,
177
177
  "parse_concurrency": 8,
178
- "poll_interval_ms": 1000,
178
+ "poll_interval_ms": 250,
179
179
  "reorg_window_k": 4,
180
180
  "reverify_delay_ms": 0,
181
181
  "scan_batch_max_blocks": 200,
@@ -188,7 +188,7 @@
188
188
  "grace_ms": 0,
189
189
  "max_catchup_blocks": 5000,
190
190
  "parse_concurrency": 4,
191
- "poll_interval_ms": 1000,
191
+ "poll_interval_ms": 250,
192
192
  "reorg_window_k": 4,
193
193
  "reverify_delay_ms": 0,
194
194
  "scan_batch_max_blocks": 200,
@@ -214,7 +214,7 @@
214
214
  "grace_ms": 0,
215
215
  "max_catchup_blocks": 5000,
216
216
  "parse_concurrency": 4,
217
- "poll_interval_ms": 1000,
217
+ "poll_interval_ms": 250,
218
218
  "reorg_window_k": 4,
219
219
  "reverify_delay_ms": 0,
220
220
  "scan_batch_max_blocks": 200,
@@ -227,7 +227,7 @@
227
227
  "grace_ms": 30000,
228
228
  "max_catchup_blocks": 5000,
229
229
  "parse_concurrency": 4,
230
- "poll_interval_ms": 1000,
230
+ "poll_interval_ms": 250,
231
231
  "reorg_window_k": 16,
232
232
  "reverify_delay_ms": 500,
233
233
  "scan_batch_max_blocks": 200,
@@ -266,7 +266,7 @@
266
266
  "grace_ms": 30000,
267
267
  "max_catchup_blocks": 5000,
268
268
  "parse_concurrency": 4,
269
- "poll_interval_ms": 1000,
269
+ "poll_interval_ms": 250,
270
270
  "reorg_window_k": 16,
271
271
  "reverify_delay_ms": 500,
272
272
  "scan_batch_max_blocks": 200,
@@ -1,2 +1,2 @@
1
- declare const PACKAGE_VERSION = "2.18.0";
1
+ declare const PACKAGE_VERSION = "2.18.1";
2
2
  export { PACKAGE_VERSION };
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PACKAGE_VERSION = void 0;
4
4
  // Auto-generated by scripts/generate.ts. Do not edit manually.
5
- const PACKAGE_VERSION = "2.18.0";
5
+ const PACKAGE_VERSION = "2.18.1";
6
6
  exports.PACKAGE_VERSION = PACKAGE_VERSION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/shared-configs",
3
- "version": "2.18.0",
3
+ "version": "2.18.1",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",