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 268986b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/actions/market.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import {
type Client,
decodeFunctionResult,
encodeFunctionData,
parseAbi,
} from 'viem'
import { call } from 'viem/actions'
import { readContract} from 'viem/actions'
import type {
BaseMarket,
MangroveActionsDefaultParams,
Expand Down Expand Up @@ -71,7 +69,7 @@ export async function getMarkets(
code: bytecode,
abi: abi,
functionName: 'getMarkets',
args: [mgvReader]
args: [mgvReader],
})

return [...markets]
Expand Down

0 comments on commit 268986b

Please sign in to comment.