Skip to content

Commit

Permalink
chore: format and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb committed May 13, 2024
1 parent fa276fa commit 7b175ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/kandel/view.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { Address, Client, MulticallParameters } from 'viem'
import { multicall } from 'viem/actions'
import { rawPriceToHumanPrice } from '~mgv/lib/human-readable.js'
import {
baseQuoteTickOffsetParams,
getOfferParams,
Expand All @@ -9,6 +8,7 @@ import {
} from '../../builder/kandel/view.js'
import { type MarketParams, priceFromTick } from '../../index.js'
import { BA } from '../../lib/enums.js'
import { rawPriceToHumanPrice } from '../../lib/human-readable.js'
import { unpackOffer } from '../../lib/offer.js'
import { getAction } from '../../utils/getAction.js'

Expand Down

0 comments on commit 7b175ff

Please sign in to comment.