Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed Jul 29, 2024
1 parent 626ca6d commit 5eb9bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/wallet/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const setupMintbaseWalletSelector = async (
walletSelectorComponents.selector = await setupWalletSelector({
network: network,
modules: [
setupBitteWallet(moduleWallet),
setupBitteWallet(BitteModuleWallet),
setupMintbaseWallet(moduleWallet),
...(options?.additionalWallets || []),
...SUPPORTED_NEAR_WALLETS,
Expand Down

0 comments on commit 5eb9bf8

Please sign in to comment.