Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove /evm from wagmi install
  • Loading branch information
alexandratran committed Nov 12, 2025
commit 44f52be59956d2941cc51551be273bcf5f8afbb3
2 changes: 1 addition & 1 deletion sdk/evm/connect/guides/wagmi/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You can [download the quickstart template](#set-up-using-a-template) or [manuall
Install MM Connect along with its peer dependencies to an existing React project:

```bash npm2yarn
npm install @metamask/connect/evm wagmi [email protected] @tanstack/react-query
npm install @metamask/connect wagmi [email protected] @tanstack/react-query
```

### 2. Import required dependencies
Expand Down