From d7c1a2b1dd0c2c74754b4342a1c77f25c9e7f1e1 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 09:55:40 +0000 Subject: [PATCH] Wrap App with Web3Provider opening and closing tags cgen-e2d3d05c5e9d4bef8119ed1463a17873 --- client/App.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index b5de47b1..2cc8c44a 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -115,8 +115,9 @@ const queryClient = new QueryClient(); const App = () => ( - - + + + @@ -342,7 +343,8 @@ const App = () => ( - + + );