From fc22b6babcd0db250c88df61f532d99ecedb939b Mon Sep 17 00:00:00 2001 From: Monalisha Mishra Date: Mon, 14 Oct 2024 13:44:29 +0530 Subject: [PATCH] fix: fixed review comment --- packages/uiweb/src/lib/hooks/useAccount.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uiweb/src/lib/hooks/useAccount.ts b/packages/uiweb/src/lib/hooks/useAccount.ts index eb1119f57..951aa2c82 100644 --- a/packages/uiweb/src/lib/hooks/useAccount.ts +++ b/packages/uiweb/src/lib/hooks/useAccount.ts @@ -21,7 +21,7 @@ export const useAccount = ({ env }: useAccountParams) => { setChain({ chainId: ethers.utils.hexValue(desiredChain) }); }; /* - Create a new context provider which will hold this provider for the infura calls. + Create a new top level context provider which will hold this provider for the infura calls. All the chat specific things will move to top level context.