There was an error while loading. Please reload this page.
2 parents 4d350c9 + 1d80a04 commit e39d9baCopy full SHA for e39d9ba
1 file changed
src/components/ClientProviders.tsx
@@ -7,6 +7,11 @@ import { TransactionMonitor } from "@/components/TransactionMonitor";
7
import { NotificationSystem } from "@/components/NotificationSystem";
8
import { Toaster } from "@/components/ui/sonner";
9
import "@/lib/i18n";
10
+import dynamic from "next/dynamic";
11
+import { WagmiProvider } from 'wagmi';
12
+import { config } from '@/config/wagmi';
13
+import { ChainAwareProvider } from '@/providers/ChainAwareProvider';
14
+import { PerformanceMonitor } from "@/components/PerformanceMonitor";
15
16
interface ClientProvidersProps {
17
children: React.ReactNode;
0 commit comments