Skip to content

Commit

Permalink
fix: improt path
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Jul 27, 2023
1 parent a73872b commit bdc1c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-ui-ts/src/denom/DenomClientAsync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { getTokenFromDenomsMetadata } from '../utils/factory'
import { getTokenFromInsuranceFund } from '../utils'
import { IbcApplicationsTransferV1Transfer } from '@injectivelabs/core-proto-ts'
import { ErrorType, GeneralException } from '@injectivelabs/exceptions'
import { awaitForAll } from 'packages/utils/dist/cjs'
import { awaitForAll } from '@injectivelabs/utils'

export class DenomClientAsync {
private denomClient: DenomClient
Expand Down

0 comments on commit bdc1c2d

Please sign in to comment.