Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Jul 28, 2023
1 parent cf30179 commit 24a0f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk-ui-ts/src/token/TokenService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
import {
Token,
TokenType,
getUnknownToken,
getUntrackedToken,
} from '@injectivelabs/token-metadata'
import { awaitForAll } from '@injectivelabs/utils'
import { DenomClientAsync } from '../denom/DenomClientAsync'
Expand Down Expand Up @@ -320,7 +320,7 @@ export class TokenService {

return {
...transaction,
token: getUnknownToken(transaction.denom),
token: getUntrackedToken(transaction.denom),
} as UiBridgeTransactionWithToken
}

Expand Down

0 comments on commit 24a0f67

Please sign in to comment.