We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b14d92 commit e4c6ceeCopy full SHA for e4c6cee
1 file changed
src/wallet/bitte-wallet.ts
@@ -81,7 +81,8 @@ export const BitteWalletAuth = {
81
82
network: network || 'mainnet',
83
modules: [
84
- setupIntearWallet()
+ setupIntearWallet(),
85
+ ...SUPPORTED_NEAR_WALLETS,
86
],
87
});
88
}
@@ -103,6 +104,7 @@ export const BitteWalletAuth = {
103
104
105
...SUPPORTED_NEAR_WALLETS,
106
...(options?.additionalWallets || []),
107
108
109
110
0 commit comments