TomoContextProvider props

TomoContextProvider is the primary provider for the Tomo Connect SDK. It initializes the SDK and configures its settings and controls the UI component.

Here is the full list of props that can be passed to the TomoContextProvider.

Settings

Related type definitions are:

import { Chain } from 'viem'

export type ChainType = 'evm' | 'bitcoin' | 'solana'
export type TomoChain = Chain<undefined> & { img?: string }

Last updated