@bancor/carbon-sdk
Advanced tools
Comparing version 0.0.7-DEV to 0.0.8-DEV
@@ -15,3 +15,3 @@ "use strict"; | ||
y: liq, | ||
z: maxSubMin.isZero() ? maxSubMin : liq.mul(maxSubMin).div(mid.sub(min)), | ||
z: maxSubMin.isZero() ? liq : liq.mul(maxSubMin).div(mid.sub(min)), | ||
A: maxSubMin, | ||
@@ -18,0 +18,0 @@ B: min, |
{ | ||
"name": "@bancor/carbon-sdk", | ||
"version": "0.0.7-DEV", | ||
"version": "0.0.8-DEV", | ||
"description": "The SDK is a READ-ONLY tool, intended to facilitate working with Carbon contracts. It's a convenient wrapper around our matching algorithm, allowing programs and users get a ready to use transaction data that will allow them to manage strategies and fulfill trades", | ||
@@ -5,0 +5,0 @@ "types": "./lib/cjs/types/index.d.ts", |
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
959585