Skip to content

Commit

Permalink
Merge pull request #69 from KingHanzala/patch-1
Browse files Browse the repository at this point in the history
Fix wagmiAdapter spelling. Update implementation.mdx
  • Loading branch information
rohit-710 authored Sep 25, 2024
2 parents 7666658 + 376af59 commit 7ccb3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/appkit/react/wagmi/about/implementation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const wagmiAdapter = new WagmiAdapter({

// 4. Create modal
createAppKit({
adapters: [WagmiAdapter],
adapters: [wagmiAdapter],
networks: [mainnet, arbitrum],
metadata,
projectId,
Expand All @@ -53,4 +53,4 @@ export function AppKitProvider({ children }) {
</WagmiProvider>
)
}
```
```

0 comments on commit 7ccb3cc

Please sign in to comment.