@@ -23,8 +23,6 @@ import type { WalletSelectorModal } from '@near-wallet-selector/modal-ui';
2323import { mbjs } from '@mintbase-js/sdk' ;
2424
2525import { setupMeteorWallet } from '@near-wallet-selector/meteor-wallet' ;
26- import { setupHereWallet } from '@near-wallet-selector/here-wallet' ;
27- import { setupMyNearWallet } from '@near-wallet-selector/my-near-wallet' ;
2826
2927
3028const SUPPORT = '- further help available on our telegram channel: https://t.me/mintdev' ;
@@ -36,8 +34,9 @@ export const ERROR_MESSAGES = {
3634
3735export const SUPPORTED_NEAR_WALLETS : Array < WalletModuleFactory > = [
3836 setupMeteorWallet ( ) ,
39- setupMyNearWallet ( ) ,
40- setupHereWallet ( ) ,
37+ // setupMyNearWallet(),
38+ // setupHereWallet(),
39+ setupIntearWallet ( ) ,
4140] ;
4241
4342export type WalletSelectorComponents = {
@@ -71,7 +70,6 @@ export const BitteWalletAuth = {
7170 BitteWalletAuth . walletSelectorComponents . selector = await setupWalletSelector ( {
7271 network : network || 'mainnet' ,
7372 modules : [
74- setupIntearWallet ( ) ,
7573 ...( options ?. additionalWallets || [ ] ) ,
7674 ...SUPPORTED_NEAR_WALLETS ,
7775 ] ,
@@ -81,7 +79,6 @@ export const BitteWalletAuth = {
8179
8280 network : network || 'mainnet' ,
8381 modules : [
84- setupIntearWallet ( ) ,
8582 ...SUPPORTED_NEAR_WALLETS ,
8683 ] ,
8784 } ) ;
@@ -104,7 +101,6 @@ export const BitteWalletAuth = {
104101 modules : [
105102 ...SUPPORTED_NEAR_WALLETS ,
106103 ...( options ?. additionalWallets || [ ] ) ,
107- setupIntearWallet ( ) ,
108104 ] ,
109105 } ) ;
110106
0 commit comments