@bancor/carbon-sdk
Advanced tools
Comparing version 0.0.87-DEV to 0.0.88-DEV
@@ -241,3 +241,3 @@ import { d as Decimal, t as tenPow, f as formatUnits, p as parseUnits, B as BigNumber, e as trimDecimal, m as mulDiv } from './numerics.js'; | ||
) { | ||
const spreadFactor = spreadPercentage.plus(1); | ||
const spreadFactor = spreadPercentage.div(100).plus(1); | ||
const buyPriceHigh = sellPriceHigh.div(spreadFactor); | ||
@@ -244,0 +244,0 @@ const sellPriceLow = buyPriceLow.mul(spreadFactor); |
@@ -5,3 +5,3 @@ { | ||
"source": "src/index.ts", | ||
"version": "0.0.87-DEV", | ||
"version": "0.0.88-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", | ||
@@ -8,0 +8,0 @@ "main": "dist/index.js", |
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
1054546