diff --git a/reown-appkit.mdc b/reown-appkit.mdc index 6edeabc4c..28253242b 100644 --- a/reown-appkit.mdc +++ b/reown-appkit.mdc @@ -96,7 +96,7 @@ export const config = wagmiAdapter.wagmiConfig All supported **Viem networks** are available via `@reown/appkit/networks`: ```ts -import { mainnet, arbitrum, base, scroll, polygon } from '@reown/appkit/networks' +import { mainnet, arbitrum, base, scroll, polygon, hedera } from '@reown/appkit/networks' ``` --- @@ -290,4 +290,4 @@ export default ReadContractExample; 1. **Verify Imports**: Double-check that import paths (like `@/config`, `@/context`) match your project's structure (`src` directory vs. root `app`/`pages`). 2. **Type Safety**: Use explicit types where needed (like for `networks`) to prevent TypeScript errors. 3. **Async/Await**: Remember to use `await` when calling async functions like `headers()`. -4. **Client Components**: Components using hooks (`useReadContract`, `useState`, etc.) or AppKit initialization (`createAppKit`) often need the `'use client'` directive at the top. \ No newline at end of file +4. **Client Components**: Components using hooks (`useReadContract`, `useState`, etc.) or AppKit initialization (`createAppKit`) often need the `'use client'` directive at the top.