Skip to content

Commit

Permalink
Revert "remove wallet filter"
Browse files Browse the repository at this point in the history
This reverts commit 408100a.
  • Loading branch information
hkey0 committed Jan 15, 2025
1 parent eeeeab9 commit eeee394
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/providers/DynamicProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,14 @@ export const DynamicProvider = (props: {
}
},
},
walletsFilter: walletFilter
? FilterChain(walletFilter)
: (wallets) =>
wallets.filter(
(w) =>
w.walletConnector.supportedChains.includes("EVM") ||
eclipseWallets.includes(w.key),
),
environmentId: process.env.NEXT_PUBLIC_ENVIRONMENT_ID || "",
walletConnectors: [
EthereumWalletConnectors,
Expand Down

0 comments on commit eeee394

Please sign in to comment.