Skip to content

Commit e4c6cee

Browse files
committed
resolve
1 parent 6b14d92 commit e4c6cee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/wallet/bitte-wallet.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ export const BitteWalletAuth = {
8181

8282
network: network || 'mainnet',
8383
modules: [
84-
setupIntearWallet()
84+
setupIntearWallet(),
85+
...SUPPORTED_NEAR_WALLETS,
8586
],
8687
});
8788
}
@@ -103,6 +104,7 @@ export const BitteWalletAuth = {
103104
modules: [
104105
...SUPPORTED_NEAR_WALLETS,
105106
...(options?.additionalWallets || []),
107+
setupIntearWallet(),
106108
],
107109
});
108110

0 commit comments

Comments
 (0)