overtime-live-trading-utils 3.0.0-rc.2 → 3.0.0-rc.3

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": "overtime-live-trading-utils",
3
- "version": "3.0.0-rc.2",
3
+ "version": "3.0.0-rc.3",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
package/src/utils/odds.ts CHANGED
@@ -141,6 +141,9 @@ export const getParentOdds = (
141
141
  0 // typeId for moneyline
142
142
  );
143
143
 
144
+ console.log('defaultProviders', liveOddsProviders);
145
+ console.log('bookmakers for moneyline', bookmakers);
146
+
144
147
  const isValidLastPolled = isLastPolledForBookmakersValid(
145
148
  lastPolledData,
146
149
  maxAllowedProviderDataStaleDelay,