Adapter for persisting the selected account address across sessions.
globalThis.localStorage satisfies this interface. Pass a custom implementation for container environments (e.g., hostLocalStorage) or for testing.
globalThis.localStorage
Adapter for persisting the selected account address across sessions.
globalThis.localStoragesatisfies this interface. Pass a custom implementation for container environments (e.g., hostLocalStorage) or for testing.