Skip to content

Commit

Permalink
chore(bridge-ui): remove metamask from excluded wallets (#17025)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK authored May 8, 2024
1 parent 6e78ab0 commit 8ec02d2
Show file tree
Hide file tree
Showing 2 changed files with 9,284 additions and 7,293 deletions.
2 changes: 1 addition & 1 deletion packages/bridge-ui/src/libs/connect/web3modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const web3modal = createWeb3Modal({
projectId,
featuredWalletIds: [],
allowUnsupportedChain: true,
excludeWalletIds: ['c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96'],
excludeWalletIds: [],
// chains,
chainImages,
themeVariables: {
Expand Down
Loading

0 comments on commit 8ec02d2

Please sign in to comment.