Wallet Providers

Tomo wallet functions

Tomo Wallet exposes all functions to specific blockchain network through wallet providers. By default, we provide three commonly used providers for Bitcoin, EVM, and Solna.

To use different networks of Bitcoin or EVM chain, you need to configure the wallet provider accordingly:

await bitcoinProvider.switchNetwork(network: Network) 

await evmProvider.swithChain(chainId: string)

In addition, one can configure the custom wallet provider to support new network by contributing to our SDK

Last updated