From 9d2b79d46284a477a9eb30b83a9826ecb0254853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bego=C3=B1a=20Alvarez?= Date: Tue, 13 Aug 2024 11:08:47 +0200 Subject: [PATCH] refactor: update iota-sdk name --- .../wallet/src/ui/app/components/active-coins-card/CoinItem.tsx | 2 +- apps/wallet/src/ui/app/components/coin-icon/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/wallet/src/ui/app/components/active-coins-card/CoinItem.tsx b/apps/wallet/src/ui/app/components/active-coins-card/CoinItem.tsx index b0339f483ca..de6a9fe3c07 100644 --- a/apps/wallet/src/ui/app/components/active-coins-card/CoinItem.tsx +++ b/apps/wallet/src/ui/app/components/active-coins-card/CoinItem.tsx @@ -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; diff --git a/apps/wallet/src/ui/app/components/coin-icon/index.tsx b/apps/wallet/src/ui/app/components/coin-icon/index.tsx index 8f5e8e247b9..6e2b4e29f54 100644 --- a/apps/wallet/src/ui/app/components/coin-icon/index.tsx +++ b/apps/wallet/src/ui/app/components/coin-icon/index.tsx @@ -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 {