Skip to content

Commit e9f2e7c

Browse files
committed
remove bitte wallet
1 parent 98feb66 commit e9f2e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wallet/bitte-wallet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ export const BitteWalletAuth = {
8383
...(filterBitteWallet || []).map((wallet) => {
8484
return SUPPORTED_NEAR_WALLETS[wallet];
8585
}),
86-
...(bitteWallet
86+
/* ...(bitteWallet
8787
? [
8888
setupBitteWallet({
8989
walletUrl:
9090
walletUrl || walletUrls[network as "mainnet" | "testnet"],
9191
}) as WalletModuleFactory<Wallet>,
9292
]
93-
: []),
93+
: []), */
9494
],
9595
})) as WalletSelector;
9696

0 commit comments

Comments
 (0)