WalletStatusVerifier Component

This component checks the wallet connection and chain synchronization status. If the wallet is not connected, it displays a fallback component (default: ConnectWalletButton) If the wallet is connected but not synced with the correct chain, it provides an option to switch chain.

<WalletStatusVerifier>
<AComponentThatRequiresAConnectedWallet />
</WalletStatusVerifier>