bulltrackers-module 1.0.57 → 1.0.58

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.
@@ -158,7 +158,7 @@ exports.runUserActivitySampler = async (config, dependencies) => {
158
158
  }
159
159
 
160
160
  // TODO: Fetch or define N_block (total users for this block)
161
- const N_block = config.knownTotalUsersPerBlock?.[blockId] || 1000000; // Example fallback
161
+ const N_block = 1000000;
162
162
 
163
163
  const estimatedCounts = {};
164
164
  for (const category in fractions) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [