Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 417 Bytes

File metadata and controls

12 lines (9 loc) · 417 Bytes

Set up the Wagmi provider

Since this example uses wagmi, wrap your app with the WagmiProvider from @web3auth/modal/react/wagmi.

import { WagmiProvider } from '@web3auth/modal/react/wagmi'

This example uses the standard Wagmi setup. You don't need to create a Wagmi config; the Web3Auth config is used directly. See the Wagmi docs for more information.