Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm authored and github-actions[bot] committed Jul 9, 2024
1 parent d11f227 commit 9049366
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/hooks/codegen/createUseReadContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import type {
import type {
ScopeKeyParameter,
UnionCompute,
UnionStrictOmit,
UnionExactPartial,
UnionStrictOmit,
} from '@wagmi/core/internal'
import type {
ReadContractData,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import type {
} from '@wagmi/core'
import type {
UnionCompute,
UnionStrictOmit,
UnionExactPartial,
UnionStrictOmit,
} from '@wagmi/core/internal'
import type { Abi, Address, ContractEventName } from 'viem'

Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/hooks/codegen/createUseWriteContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import type {
} from '@wagmi/core'
import type {
ChainIdParameter,
ConnectorParameter,
Compute,
ConnectorParameter,
SelectChains,
UnionCompute,
UnionStrictOmit,
Expand Down
6 changes: 5 additions & 1 deletion packages/react/src/hooks/useBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

import { useQueryClient } from '@tanstack/react-query'
import type { Config, GetBlockErrorType, ResolvedRegister } from '@wagmi/core'
import type { Compute, UnionCompute, UnionStrictOmit } from '@wagmi/core/internal'
import type {
Compute,
UnionCompute,
UnionStrictOmit,
} from '@wagmi/core/internal'
import {
type GetBlockData,
type GetBlockOptions,
Expand Down
6 changes: 5 additions & 1 deletion packages/react/src/hooks/useBlockNumber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ import type {
GetBlockNumberErrorType,
ResolvedRegister,
} from '@wagmi/core'
import type { Compute, UnionCompute, UnionStrictOmit } from '@wagmi/core/internal'
import type {
Compute,
UnionCompute,
UnionStrictOmit,
} from '@wagmi/core/internal'
import {
type GetBlockNumberData,
type GetBlockNumberOptions,
Expand Down
6 changes: 5 additions & 1 deletion packages/vue/src/composables/useBlockNumber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import type {
GetBlockNumberErrorType,
ResolvedRegister,
} from '@wagmi/core'
import type { Compute, UnionCompute, UnionStrictOmit } from '@wagmi/core/internal'
import type {
Compute,
UnionCompute,
UnionStrictOmit,
} from '@wagmi/core/internal'
import {
type GetBlockNumberData,
type GetBlockNumberOptions,
Expand Down

0 comments on commit 9049366

Please sign in to comment.