You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, if the EIP-6963 MetaMask injected provider is detected, this connector will replace it.
73
+
See Wagmi's [`rdns`](https://wagmi.sh/dev/creating-connectors#properties) property for more information.
74
+
:::
75
+
71
76
### 3. Run the dapp
72
77
73
78
Start the development server:
@@ -78,10 +83,7 @@ npm run dev
78
83
79
84
Navigate to the displayed localhost URL to view and test your dapp.
80
85
81
-
## Advanced
82
-
By default, this connector will replace the EIP_6963 MetaMask injected connector if it is detected (See the option [`rdns`](https://wagmi.sh/dev/creating-connectors#properties))
83
-
84
86
## Next steps
85
87
86
88
See the [Create a React dapp with the SDK and Wagmi](../../tutorials/react-dapp-sdk-wagmi.md) tutorial
87
-
for more information about creating a Wagmidapp with various SDK configurations.
89
+
for more information about configuring the SDK with Wagmi, and how the dapp behaves out of the box.
0 commit comments