@openbook-dex/openbook-v2
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -99,3 +99,3 @@ "use strict"; | ||
return new big_js_1.default(market.quoteLotSize.toString()) | ||
.div(new big_js_1.default(10).pow(utils_1.QUOTE_DECIMALS)) | ||
.div(new big_js_1.default(10).pow(market.quoteDecimals)) | ||
.toNumber(); | ||
@@ -102,0 +102,0 @@ } |
@@ -91,3 +91,3 @@ import { PublicKey, } from '@solana/web3.js'; | ||
return new Big(market.quoteLotSize.toString()) | ||
.div(new Big(10).pow(QUOTE_DECIMALS)) | ||
.div(new Big(10).pow(market.quoteDecimals)) | ||
.toNumber(); | ||
@@ -94,0 +94,0 @@ } |
{ | ||
"name": "@openbook-dex/openbook-v2", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Typescript Client for openbook-v2 program.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/openbook-dex/openbook-v2/", |
646081