A wagmi connector that integrates the Startale App SDK with wagmi’s connection lifecycle, account events, and chain switching.Documentation Index
Fetch the complete documentation index at: https://docs.startale.com/llms.txt
Use this file to discover all available pages before exploring further.
Signature
Parameters
Display name shown in the connection popup. Defaults to
document.title.HTTPS URL to a square logo.
Optional. Configures
authType, eoaRequired, walletUrl. Chains are derived from the wagmi createConfig({ chains }) array, not from preference.Sub-account configuration.
Returns
A wagmiConnector instance. Use it inside connectors: [...] in createConfig.
Related
createStartaleAccountSDK, the underlying factory.- Quickstart, full wagmi-based integration.
- Connect a wallet, connection patterns.