npm
or yarn
multiInjectedProviderDiscovery
is set to false
– this is because Dynamic implements the multi injected provider discovery protocol itself. If you’d like to keep this enabled on Wagmi, please do, but you might see some undefined behavior and we might not be able to debug.chains
array. For more info, see the “Chain Configuration” section below.useAccount
and they will automatically sync to the wallet that you logged in with via Dynamic.
createConfig
at the top-level of your app. If you call it
inside of a component, it will be called during each render, which can lead to
unexpected behavior.createConfig
, see: https://wagmi.sh/react/api/createConfig
For more general information on what you can do with Wagmi, check out their getting started docs: https://wagmi.sh/react/getting-started