DanielSinclair
released this
11 Mar 22:31
·
126 commits
to main
since this release
Patch Changes
- 524d7a0:
connectModalOpen
state for theuseConnectModal
hook will now also encompass the Web3Modal modal presentation status for users that interact withwalletConnectWallet
- 2f637e4: Fixed a bug where wagmi would throw
ChainNotConfiguredError
ifmainnet
is not configured as a chain. This is happening when fetching ens name and ens avatar. - c021746: Resolved an issue where the Connect Modal wallet list would appear empty for EIP-6963 connectors when using the
WalletButton
component - df572f1: Resolved an issue for Custom Wallets that displayed a "missing translation" error for instructions during connect and installation flows. Now Custom Wallets will display their original strings without attempted translation.