diff --git a/src/@utils/provider.ts b/src/@utils/provider.ts index 473c29fce..e52664675 100644 --- a/src/@utils/provider.ts +++ b/src/@utils/provider.ts @@ -46,7 +46,7 @@ export async function initializeProviderForCompute( accountId ) } catch (error) { - toast(`Error initializing provider for the compute job!`) + LoggerInstance.error(`Error initializing provider for the compute job!`) return null } }