Skip to content

Commit f3ca09e

Browse files
committed
Update setupWagmiProvider.mdx
1 parent ebd8a3a commit f3ca09e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/pages/quick-start/builder/web/vue/stepContent/setupWagmiProvider.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ title: Setup Wagmi Provider
33
---
44

55
Since we're using `@wagmi/vue` for this example, we need to setup the `WagmiProvider` component.
6-
Please use the `WagmiProvider` component from `@web3auth/modal/react/wagmi` to wrap your
7-
application.
6+
Please use the `WagmiProvider` component from `@web3auth/modal/vue/wagmi` to wrap your application.
87

98
```tsx
10-
import { WagmiProvider } from "@web3auth/modal/react/wagmi";
9+
import { WagmiProvider } from "@web3auth/modal/vue/wagmi";
1110
```
1211

1312
> Apart from that, the standard wagmi setup is being used. You do not need to create any wagmi

0 commit comments

Comments
 (0)