Skip to content

Commit

Permalink
docs: remove unuse code (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Now-Sprouting authored Jan 6, 2025
1 parent 182f378 commit 6906137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/course/dev-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ We use [MetaMask](https://metamask.io/) as an example to see how to configure th

export default function Web3() {
return (
- <WagmiWeb3ConfigProvider config={config}>
- <WagmiWeb3ConfigProvider>
+ <WagmiWeb3ConfigProvider
+ eip6963={{
+ autoAddInjectedWallets: true,
Expand Down
2 changes: 1 addition & 1 deletion docs/course/dev-connect.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function Web3() {

export default function Web3() {
return (
- <WagmiWeb3ConfigProvider config={config}>
- <WagmiWeb3ConfigProvider>
+ <WagmiWeb3ConfigProvider
+ eip6963={{
+ autoAddInjectedWallets: true,
Expand Down

0 comments on commit 6906137

Please sign in to comment.