Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
eborrallo committed Sep 17, 2024
1 parent 7c16d96 commit de22000
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/actions/market.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import {
type Client,
decodeFunctionResult,
encodeFunctionData,
parseAbi,
} from 'viem'
import { call } from 'viem/actions'
import { type Client, parseAbi } from 'viem'
import { readContract } from 'viem/actions'
import type {
BaseMarket,
MangroveActionsDefaultParams,
Expand Down Expand Up @@ -71,7 +66,7 @@ export async function getMarkets(
code: bytecode,
abi: abi,
functionName: 'getMarkets',
args: [mgvReader]
args: [mgvReader],
})

return [...markets]
Expand Down

0 comments on commit de22000

Please sign in to comment.