diff --git a/package.json b/package.json index c8dc2e6..8712383 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@clober/v2-sdk", - "version": "0.0.92", + "version": "0.0.93", "description": "🛠 An SDK for building applications on top of Clober V2", "files": [ "dist" diff --git a/src/utils.ts b/src/utils.ts index e0ba90e..6f19083 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,3 +1,4 @@ export { formatPrice, parsePrice, getMarketPrice } from './utils/prices' export { toPrice, fromPrice, invertPrice, invertTick } from './utils/tick' export { baseToQuote, quoteToBase } from './utils/decimals' +export { getMarketId } from './utils/market'