Skip to content

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

PropertyTypeDescription
idstringThe unique identifier for the Glyph connector
namestringThe display name of the connector
iconUrlstringURL to the Glyph icon
iconBackgroundstringBackground color for the icon
shortNamestringShort name for the connector
typestringThe type of connector
privyAppIdstringThe Privy application ID for Glyph

Integration Points

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.