diff --git a/src/drops/components/DepositDropsCard/DepositDropsCard.tsx b/src/drops/components/DepositDropsCard/DepositDropsCard.tsx index b646b8a8..1bceb575 100644 --- a/src/drops/components/DepositDropsCard/DepositDropsCard.tsx +++ b/src/drops/components/DepositDropsCard/DepositDropsCard.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { Button, Card } from 'components'; -import { I18n, KeplrUtils } from 'utils'; +import { I18n, WalletProvidersUtils } from 'utils'; import Assets from 'assets'; import { NavigationConstants } from 'constant'; import { useSelector } from 'react-redux'; @@ -33,11 +33,11 @@ const DepositDropsCard = ({ className, cta, link }: IProps): JSX.Element => { />