Skip to content

Commit

Permalink
feat: enable custodial wallet by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Oct 24, 2022
1 parent 670bcb3 commit 06932ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/core/wallet/providers/wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ const AutoWalletWrapper = ({

export const WalletProvider = ({
children,
appName = 'Flair',
custodialWallet = false,
appName = 'Quick Wallet',
custodialWallet = true,
injectStyles = true,
preferredChainId,
wagmiOverrides,
Expand Down

0 comments on commit 06932ba

Please sign in to comment.