Skip to content

Commit

Permalink
fix: typings
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed May 21, 2024
1 parent af21094 commit c68895b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { PublicClient } from '@abstract-money/core/clients'
import { AccountId } from '@abstract-money/core/utils'
import { QueryFunction } from '@tanstack/react-query'
import React from 'react'
import { useConfig } from '../../contexts'
Expand Down Expand Up @@ -37,7 +36,6 @@ export type UseAccountsBaseAddressesFromApiParameters = WithArgs<
> & {
chainName?: string | undefined
query?: QueryOptions
accountId: AccountId | undefined
}

export function useAccountsBaseAddressesFromApi({
Expand Down

0 comments on commit c68895b

Please sign in to comment.