MK
MK
### Describe the bug Let's say i have my own connector metadata which includes `id`, `name` and `provider`. Note: With metamask we'll use `window.ethereum.providers`, but with other connectors we would...
## Changes - Added `showCurrentChain` prop to always show the current chain without having to open the chain modal ## What to test 1. Pass in `showCurrentChain` prop to ``...
## Changes - The `useRefetchBalance` hook is now exposed, allowing devs to call it after a successful transaction. This reduces the effort required in rainbowkit to verify pending transactions and...
## Description We have been shipping awesome features with `i18n-js`. But we also encountered some of the issues with `esmodule` when people were downloading our package and it didn't work...
Fixes BX-1452, BX-1479 Figma link (if any): ## What changed (plus any additional context for devs) With Cmd+K you can now paste in any token address and search for a...
## Changes - Phantom wallet had `\n` prefix string to their icon url which caused it to not show up in "Installed" section in connect modal as an EIP-6963 connector.
## Changes - Adding back `safeWallet` and `braveWallet` to `getDefaultWallets`, since it got removed from v2. [Here](https://github.com/rainbow-me/rainbowkit/blob/1.x/packages/rainbowkit/src/wallets/getDefaultWallets.ts) is an example from v1.
## Changes - Migrated from `siwe` and `ethers` to `viem` (EIP-4361)
## Changes - Now you can choose any chains even if your wallet is not connected. - Works with `siwe`. - During connection process, it automatically selects the chain you...
## Changes - Added optimistic disconnect behavior by checking `isDisconnecting` in `RainbowKitWagmiStateProvider`. If `isDisconnecting` is `true`, the `useConnectionStatus` hook is set to the `disconnected` state. ## Screen recordings / screenshots...