Const
Wrapper component that gates content on wallet connection and chain status.
This is the primary API for protecting UI that requires a connected wallet. Components that call useWeb3StatusConnected must be rendered inside this component.
useWeb3StatusConnected
<WalletStatusVerifier> <MyProtectedComponent /></WalletStatusVerifier> Copy
<WalletStatusVerifier> <MyProtectedComponent /></WalletStatusVerifier>
Wrapper component that gates content on wallet connection and chain status.
This is the primary API for protecting UI that requires a connected wallet. Components that call
useWeb3StatusConnectedmust be rendered inside this component.