Wrapper
The `Block3r` component lives at the app's root and wraps the entire site. It contains a WagmiConfig, RainbowKitProvider, and a QueryClientProvider.
In order to use the Block3r component, you'll need to pass it a wagmi config and a block3dConfig.
Example root
If you are not using a layout file, wrap the root app.tsx
file instead.
Last updated