@ckb-lumos/bi
Advanced tools
Comparing version 0.0.0-canary-2b03027-20240408033631 to 0.0.0-canary-2d0b448-20240725023143
@@ -150,4 +150,3 @@ "use strict"; | ||
const validUnitNames = ["shannon", "ckb"]; | ||
const ckbDecimals = 8; | ||
exports.ckbDecimals = ckbDecimals; | ||
const ckbDecimals = exports.ckbDecimals = 8; | ||
const negativeOne = BI.from(-1); | ||
@@ -154,0 +153,0 @@ function formatUnit(value, unit) { |
{ | ||
"name": "@ckb-lumos/bi", | ||
"version": "0.0.0-canary-2b03027-20240408033631", | ||
"version": "0.0.0-canary-2d0b448-20240725023143", | ||
"description": "Bigint support in lumos", | ||
@@ -5,0 +5,0 @@ "author": "", |
Sorry, the diff of this file is not supported yet
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
40349
568