We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98feb66 commit e9f2e7cCopy full SHA for e9f2e7c
1 file changed
src/wallet/bitte-wallet.ts
@@ -83,14 +83,14 @@ export const BitteWalletAuth = {
83
...(filterBitteWallet || []).map((wallet) => {
84
return SUPPORTED_NEAR_WALLETS[wallet];
85
}),
86
- ...(bitteWallet
+ /* ...(bitteWallet
87
? [
88
setupBitteWallet({
89
walletUrl:
90
walletUrl || walletUrls[network as "mainnet" | "testnet"],
91
}) as WalletModuleFactory<Wallet>,
92
]
93
- : []),
+ : []), */
94
],
95
})) as WalletSelector;
96
0 commit comments