overtime-live-trading-utils 2.0.51 → 2.0.53
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 +2 -2
- package/src/constants/sports.ts +8 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "overtime-live-trading-utils",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.53",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "main.js",
|
|
6
6
|
"scripts": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@types/node": "^20.8.10",
|
|
16
16
|
"bytes32": "^0.0.3",
|
|
17
17
|
"oddslib": "^2.1.1",
|
|
18
|
-
"overtime-utils": "^0.0.
|
|
18
|
+
"overtime-utils": "^0.0.99",
|
|
19
19
|
"react": "^17.0.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
package/src/constants/sports.ts
CHANGED
|
@@ -414,4 +414,12 @@ export const LeagueIdMapOpticOdds: Record<number, string> = {
|
|
|
414
414
|
20714: 'Slovakia - Superliga',
|
|
415
415
|
20715: 'China - FA Cup',
|
|
416
416
|
20529: 'Czech Republic - First League',
|
|
417
|
+
20637: 'North America - Leagues Cup',
|
|
418
|
+
20503: 'Brazil - Serie B',
|
|
419
|
+
20166: 'Australia - Cup',
|
|
420
|
+
20600: 'Kazakhstan - Premier League',
|
|
421
|
+
20549: 'Estonia - Premium Liiga',
|
|
422
|
+
20702: 'USA - USL Championship',
|
|
423
|
+
20519: 'Costa Rica - Primera Division',
|
|
424
|
+
20663: 'Russia - Cup',
|
|
417
425
|
};
|