Skip to content

Commit

Permalink
Merge pull request #147 from clober-dex/feat/market-id
Browse files Browse the repository at this point in the history
feat: export get market id function
  • Loading branch information
graykode authored Dec 16, 2024
2 parents 7202846 + deec86e commit b0a36c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit b0a36c2

Please sign in to comment.