Skip to content

Commit

Permalink
change default for enforceSupportedChains
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Jun 3, 2024
1 parent e75c5f5 commit 15ae825
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Updated

- Changed default setting for `enforceSupportedChains` to `false` to allow for better defaul user and developer experience.

# 1.7.3

This update fixes a few bugs and improves the stability of the QR code generation for WalletConnect and Coinbase Wallet.
Expand Down
2 changes: 1 addition & 1 deletion packages/connectkit/src/components/ConnectKit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const ConnectKitProvider = ({
bufferPolyfill: true,
customAvatar: undefined,
initialChainId: chains?.[0]?.id,
enforceSupportedChains: true,
enforceSupportedChains: false,
ethereumOnboardingUrl: undefined,
walletOnboardingUrl: undefined,
disableSiweRedirect: false,
Expand Down

0 comments on commit 15ae825

Please sign in to comment.