Skip to content

Commit

Permalink
refactor: update iota-sdk name
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd committed Aug 13, 2024
1 parent 52ebe6d commit 9d2b79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
CardType,
ImageType,
} from '@iota/apps-ui-kit';
import { IOTA_TYPE_ARG } from '@iota/iota.js/utils';
import { IOTA_TYPE_ARG } from '@iota/iota-sdk/utils';

interface CoinItemProps {
coinType: string;
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet/src/ui/app/components/coin-icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import { ImageIcon } from '_app/shared/image-icon';
import { useCoinMetadata } from '@iota/core';
import { IOTA_TYPE_ARG } from '@iota/iota.js/utils';
import { IOTA_TYPE_ARG } from '@iota/iota-sdk/utils';
import { IotaLogoMark } from '@iota/ui-icons';

interface NonIotaCoinProps {
Expand Down

0 comments on commit 9d2b79d

Please sign in to comment.