You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7e147df: Add useEnsureCorrectChain hook to standardize wallet network enforcement in dApps.
This hook introduces a unified status state machine (idle → wrong-network → switching → correct) for managing connected wallet chain state. It includes utilities for programmatic network switching, dismissal handling, and an optional onStatusChange callback for reacting to status transitions. Documentation has been added to the README with usage examples and API reference.