Skip to content

Commit 390d71b

Browse files
Fix documentation issues in Custom Connectors page (#404)
* Fix documentation issues in Custom Connectors page Co-Authored-By: Ben Kremer <[email protected]> * Remove storage property from WagmiAdapter configuration Co-Authored-By: Ben Kremer <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Ben Kremer <[email protected]>
1 parent 684ce62 commit 390d71b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appkit/react/core/custom-connectors.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Custom connectors
33
---
44

5-
Custom connectors, such as social logins, WalletConnect QR, Coinbasewallet, etc., can be integrated into your Modal. A simple example of how to incorporate them for Wagmi library.
5+
In AppKit, a 'connector' is the bridge between your app and a user's wallet. This page shows how to add custom connectors beyond the default ones, allowing your users to connect with additional wallet types and authentication methods.
66

77
<Tabs>
88

@@ -46,7 +46,6 @@ connectors.push(
4646
export const networks = [sepolia]
4747

4848
export const wagmiAdapter = new WagmiAdapter({
49-
storage:
5049
transports: {
5150
[sepolia.id]: http()
5251
},
@@ -72,7 +71,7 @@ export function ContextProvider({ children }) {
7271
}
7372
```
7473

75-
Check our React Wagmi demo in [Github](https://github.com/reown-com/web-examples/tree/main/dapps/appkit/)
74+
Check our React Wagmi demo in [Github](https://github.com/reown-com/appkit-web-examples/)
7675

7776
</Tab>
7877

0 commit comments

Comments
 (0)