glyphConnectorDetails object
The glyphConnectorDetails is a configuration object that defines the essential properties for integrating the Glyph wallet connector into your application. This object is used across various parts of the Glyph integration, including RainbowKit and wagmi connectors.
Properties
| Property | Type | Description |
|---|---|---|
id | string | The unique identifier for the Glyph connector |
name | string | The display name of the connector |
iconUrl | string | URL to the Glyph icon |
iconBackground | string | Background color for the icon |
shortName | string | Short name for the connector |
type | string | The type of connector |
privyAppId | string | The Privy application ID for Glyph |
Integration Points
- Used in
glyphWalletRKto create a RainbowKit wallet - Used in
glyphWalletConnectorfor wagmi integration - Used in
useNativeGlyphConnectionhook for wallet connection management - Exported from the main library for use in applications
This configuration object is essential for proper integration of Glyph wallet functionality into your application, particularly when using popular web3 frameworks like RainbowKit or wagmi for wallet connection management.
