@dynamic-labs/wagmi-connector) that bridged Dynamic’s wallets into wagmi’s hooks.
A wagmi integration for the JavaScript SDK is on the way. This page will document it once it’s available.
In the meantime
You don’t need wagmi to work with EVM wallets in the JavaScript SDK. Enable the EVM extension and use the SDK’s functions and React hooks directly — reading wallets, signing, and sending transactions are all covered without a wagmi layer:- Integrating chains — enable EVM with
addEvmExtension() - Using connected wallets — read and act on wallet accounts
- Transactions & balance — sign, send, and read balances