Skip to content

Commit 03f0b42

Browse files
authored
Merge pull request #627 from jaycoolslm/main
Add hedera network to supported networks list
2 parents 3cf1cc0 + c6755d0 commit 03f0b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reown-appkit.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const config = wagmiAdapter.wagmiConfig
9696
All supported **Viem networks** are available via `@reown/appkit/networks`:
9797

9898
```ts
99-
import { mainnet, arbitrum, base, scroll, polygon } from '@reown/appkit/networks'
99+
import { mainnet, arbitrum, base, scroll, polygon, hedera } from '@reown/appkit/networks'
100100
```
101101

102102
---
@@ -290,4 +290,4 @@ export default ReadContractExample;
290290
1. **Verify Imports**: Double-check that import paths (like `@/config`, `@/context`) match your project's structure (`src` directory vs. root `app`/`pages`).
291291
2. **Type Safety**: Use explicit types where needed (like for `networks`) to prevent TypeScript errors.
292292
3. **Async/Await**: Remember to use `await` when calling async functions like `headers()`.
293-
4. **Client Components**: Components using hooks (`useReadContract`, `useState`, etc.) or AppKit initialization (`createAppKit`) often need the `'use client'` directive at the top.
293+
4. **Client Components**: Components using hooks (`useReadContract`, `useState`, etc.) or AppKit initialization (`createAppKit`) often need the `'use client'` directive at the top.

0 commit comments

Comments
 (0)