@fairmint/safe-js
Advanced tools
Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "@fairmint/safe-js", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Safe javascript library.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -148,3 +148,3 @@ const abi = require("@fairmint/cafe-abi/abi.json"); | ||
.shiftedBy(18 + 18 - this.data.currency.decimals) | ||
.div(buySlopeDen); | ||
.div(contract.toBigNumber(buySlopeDen)); | ||
this.data.stakeholdersIssued = contract.toBigNumber(stakeholdersIssued).shiftedBy( | ||
@@ -151,0 +151,0 @@ -this.data.decimals |
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
102392