/components/Web3Provider.tsx
file/components/Web3Provider.tsx
file inside your ConnectKit example Web3 app directory.
. Now, you need to remove the existing configuration that uses ConnectKit and replace it with Reown AppKit. Refer to the code snippet below./pages/index.tsx
file/pages/index.tsx
file inside your ConnectKit example Web3 app directory.<ConnectKitButton />
and replace it with <w3m-button />
. Refer to the code snippet below.