Skip to content

Commit e39d9ba

Browse files
authored
Merge branch 'main' into Implement-Proper-Error-Boundary-Strategy
2 parents 4d350c9 + 1d80a04 commit e39d9ba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/ClientProviders.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ import { TransactionMonitor } from "@/components/TransactionMonitor";
77
import { NotificationSystem } from "@/components/NotificationSystem";
88
import { Toaster } from "@/components/ui/sonner";
99
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";
1015

1116
interface ClientProvidersProps {
1217
children: React.ReactNode;

0 commit comments

Comments
 (0)