Skip to main content
The connect event is emitted whenever the user connects a wallet. It includes the newly connected chain ID and wallet address of the user.

Properties

PropertyTypeDescription
chain_idNumberChain ID of the network the wallet connected to.

Sample Payload

Here’s the payload of a typical call with most common fields removed:
{
    "type": "connect",
    "address": "0x8e6ca77a7e044ba836a97beb796c124ca3a6a154",
    "properties": {
        "chain_id": 1
    }
}