Skip to content

Commit

Permalink
Don't import from src/types in xion-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed Nov 1, 2024
1 parent de33964 commit 1ce9029
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/witty-hornets-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@abstract-money/provider-xion": patch
---

Don't import from src/types in xion-provider
2 changes: 1 addition & 1 deletion packages/provider-xion/src/cosmwasm.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { chainNameToId } from '@abstract-money/core'
import { CosmWasmClient } from '@cosmjs/cosmwasm-stargate'
import type { UseQueryOptions } from '@tanstack/react-query/src/types'
import type { UseQueryOptions } from '@tanstack/react-query'

export function getCosmWasmClientQueryKey(chainName: string) {
return ['cosmWasmClient', chainName]
Expand Down

0 comments on commit 1ce9029

Please sign in to comment.