diff --git a/apps/web/src/views/Ifos/hooks/v8/fetchInfoData.ts b/apps/web/src/views/Ifos/hooks/v8/fetchIfoData.ts similarity index 100% rename from apps/web/src/views/Ifos/hooks/v8/fetchInfoData.ts rename to apps/web/src/views/Ifos/hooks/v8/fetchIfoData.ts diff --git a/apps/web/src/views/Ifos/hooks/v8/useGetWalletIfoData.ts b/apps/web/src/views/Ifos/hooks/v8/useGetWalletIfoData.ts index 58fb745004291..b00a658e99b4d 100644 --- a/apps/web/src/views/Ifos/hooks/v8/useGetWalletIfoData.ts +++ b/apps/web/src/views/Ifos/hooks/v8/useGetWalletIfoData.ts @@ -12,7 +12,7 @@ import { WalletIfoData, WalletIfoState } from '../../types' import useIfoAllowance from '../useIfoAllowance' import { useIfoCredit } from '../useIfoCredit' import { useIfoSourceChain } from '../useIfoSourceChain' -import { fetchIfoData } from './fetchInfoData' +import { fetchIfoData } from './fetchIfoData' const initialState = { isInitialized: false,