@sx-bet/sportx-js
Advanced tools
Comparing version 12.2.1 to 12.2.2
@@ -71,3 +71,3 @@ { | ||
}, | ||
"version": "12.2.1" | ||
"version": "12.2.2" | ||
} |
@@ -9,7 +9,7 @@ # sportx-js | ||
`yarn add @sportx-bet/sportx-js` | ||
`yarn add @sx-bet/sportx-js` | ||
or | ||
`npm i @sportx-bet/sportx-js` | ||
`npm i @sx-bet/sportx-js` | ||
@@ -48,3 +48,3 @@ This library is compiled down to es6 and works in node and the browser. | ||
```typescript | ||
import { Environments, newSportX } from "@sportx-bet/sportx-js"; | ||
import { Environments, newSportX } from "@sx-bet/sportx-js"; | ||
@@ -73,3 +73,3 @@ async function main() { | ||
```typescript | ||
import { Environments, newSportX } from "@sportx-bet/sportx-js"; | ||
import { Environments, newSportX } from "@sx-bet/sportx-js"; | ||
import { providers } from "ethers"; | ||
@@ -346,3 +346,3 @@ | ||
convertToTrueTokenAmount | ||
} from "@sportx-bet/sportx-js"; | ||
} from "@sx-bet/sportx-js"; | ||
@@ -479,3 +479,3 @@ const activeMarkets = await sportX.getActiveMarkets(); | ||
```typescript | ||
import { convertToDisplayAmount } from "@sportx-bet/sportx-js"; | ||
import { convertToDisplayAmount } from "@sx-bet/sportx-js"; | ||
console.log(convertToDisplayAmount("150000000000000000000")); | ||
@@ -499,3 +499,3 @@ ``` | ||
```typescript | ||
import { convertFromAPIPercentageOdds } from "@sportx-bet/sportx-js"; | ||
import { convertFromAPIPercentageOdds } from "@sx-bet/sportx-js"; | ||
@@ -502,0 +502,0 @@ const odds = "88985727650227679586"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16
465234