Skip to content

Commit

Permalink
fix: include safeWallet in getDefaultConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Aug 27, 2024
1 parent a8d89f1 commit 424bf0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twelve-poets-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rainbow-me/rainbowkit": patch
---

Added `safeWallet` wallet connector to `getDefaultConfig` by default to improve the Safe Wallet app browser connection flow with a Safe button included by default in the wallet list
2 changes: 2 additions & 0 deletions packages/rainbowkit/src/config/getDefaultConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
coinbaseWallet,
metaMaskWallet,
rainbowWallet,
safeWallet,
walletConnectWallet,
} from '../wallets/walletConnectors';

Expand Down Expand Up @@ -77,6 +78,7 @@ export const getDefaultConfig = <
{
groupName: 'Popular',
wallets: [
safeWallet,
rainbowWallet,
coinbaseWallet,
metaMaskWallet,
Expand Down

0 comments on commit 424bf0e

Please sign in to comment.