overtime-utils 0.2.40 → 0.2.41
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/main.js +1 -1
- package/package.json +1 -1
- package/src/constants/marketTypes/futures.ts +1 -0
package/package.json
CHANGED
|
@@ -326,6 +326,7 @@ export const FUTURES_MARKET_TYPE_MAP: Partial<Record<MarketType, MarketTypeInfo>
|
|
|
326
326
|
// Both finalists in exact order — the team listed first in an outcome wins the final
|
|
327
327
|
// (e.g. Super Bowl), the second is runner-up. Named for clarity over the "exacta" term.
|
|
328
328
|
name: 'Matchup and winner',
|
|
329
|
+
tooltipKey: 'matchup-and-winner',
|
|
329
330
|
resultType: ResultType.EXACT_POSITION,
|
|
330
331
|
},
|
|
331
332
|
[MarketType.REGULAR_SEASON_WINS]: {
|