Skip to content

Commit

Permalink
fix: fixed review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramonalisha76 committed Oct 14, 2024
1 parent ed114ae commit fc22b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uiweb/src/lib/hooks/useAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fc22b6b

Please sign in to comment.