📘 Note: Dynamic comes with ethers.js as part of its package, meaning you can remove any independent ethers.js installation.You can read the full Dynamic set up guide here.
RainbowKitProvider
with DynamicContextProvider
📘 Note: you’ll need to grab a Dynamic environment ID from your developer dashboardFirst, we will swap out the Rainbowkit provider with the Dynamic one.
WagmiConfig
with DynamicWagmiConnector
DynamicWagmiConnector
replaces wagmiConfig
in the Dynamic setup. Note that the Dynamic provider wraps the Wagmi connector, vs wagmi wrapping the Rainbowkit adapter.
ConnectButton
with DynamicWidget