Skip to main content

WalletProviders

The provider mounts EVM, Solana, Bitcoin, and Sui connectors, then account context on top.

WalletConfig

Read the resolved config with useWalletConfig(). Wagmi config for the current EVM setup is useEvmConfig().

Loading chainsData

InitialChainsData is the supported-chain payload the wallet layer uses to build connectors and chain lists. Build it from @dzapio/sdk:
Hosts that already use @dzapio/widget should wrap with DZapWidgetProvider instead. That provider fetches this payload and passes it into WalletProviders for you.
Last modified on August 18, 2026