Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/widget-configurator/src/web3modalConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ethersConfig = defaultConfig({
metadata,
enableEIP6963: true,
enableInjected: true,
enableCoinbase: false,
enableCoinbase: true,
defaultChainId: SupportedChainId.MAINNET,
})

Expand Down
1 change: 1 addition & 0 deletions libs/wallet/src/wagmi/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const reownAppKit = createAppKit({
// imToken is instead featured as a WalletConnect option (featuredWalletIds) so it appears on
// the first modal screen, and the WalletConnect path works correctly inside imToken's browser.
enableEIP6963: !isImTokenBrowser,
coinbasePreference: isEmbeddedInIframe() ? 'smartWalletOnly' : 'all',
enableReconnect: true,
enableWalletGuide: false,
featuredWalletIds: [
Expand Down
Loading