Slice Provider
Wrap your app with theSliceProvider
to enable SliceKit hooks and components.
Parameters
Initial cart state to be used by the hooks. If undefined, the cart will be
taken from localStorage if present.
Wagmi config
Some hooks require a Wagmi config to be passed as param.Refer to the Wagmi documentation for
more information.