Skip to content

Commit

Permalink
Merge pull request #5 from berachain/feat-add-binance-web3-wallet
Browse files Browse the repository at this point in the history
feat: add binance web3 wallet
  • Loading branch information
garrettparris authored Jul 24, 2024
2 parents 980071c + e7caa23 commit fe54bbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wagmi/src/context/context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { EthereumWalletConnectors } from "@dynamic-labs/ethereum";
import {
DynamicContextProvider,
EvmNetwork,
SortWallets,
} from "@dynamic-labs/sdk-react-core";
import { ThemeSetting } from "@dynamic-labs/sdk-react-core/src/lib/context/ThemeContext";
import { DynamicWagmiConnector } from "@dynamic-labs/wagmi-connector";
Expand Down Expand Up @@ -62,6 +63,7 @@ const Provider: React.FC<IBeraConfig> = ({
environmentId: dynamicWalletKey,
walletConnectors: [EthereumWalletConnectors],
overrides: { evmNetworks: [defaultBeraNetworkConfig.evmNetwork] },
walletsFilter: SortWallets(["metamask", "binance"]),
}}
theme={theme ?? "auto"}
>
Expand Down

0 comments on commit fe54bbe

Please sign in to comment.