@ckb-lumos/bi
Advanced tools
Comparing version 0.0.0-canary-6940207-20231215101226 to 0.0.0-canary-6aa1d4d-20240605021513
@@ -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-6940207-20231215101226", | ||
"version": "0.0.0-canary-6aa1d4d-20240605021513", | ||
"description": "Bigint support in lumos", | ||
@@ -5,0 +5,0 @@ "author": "", |
Sorry, the diff of this file is not supported yet
40349
568