File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ import {
55 Wallet ,
66} from "@near-wallet-selector/core" ;
77import { setupModal } from "@near-wallet-selector/modal-ui" ;
8- import { map , distinctUntilChanged , Subscription } from "rxjs" ;
8+ import { distinctUntilChanged , map , Subscription } from "rxjs" ;
99
1010import {
1111 WALLET_CONNECTION_POLL_INTERVAL ,
1212 WALLET_CONNECTION_TIMEOUT ,
1313} from "./constants" ;
1414
1515import type {
16- WalletSelector ,
1716 AccountState ,
1817 WalletModuleFactory ,
18+ WalletSelector ,
1919} from "@near-wallet-selector/core" ;
2020import type { WalletSelectorModal } from "@near-wallet-selector/modal-ui" ;
2121
@@ -24,11 +24,10 @@ import { setupBitteWallet } from "@bitte-ai/wallet";
2424// Wallet imports now handled by wallet-registry
2525
2626import {
27- SupportedWalletType ,
28- WalletSetupOptions ,
2927 createWalletModules ,
3028 DEFAULT_SUPPORTED_WALLETS ,
31- DEFAULT_BITTE_WALLETS ,
29+ SupportedWalletType ,
30+ WalletSetupOptions ,
3231} from "./wallet-registry" ;
3332
3433const SUPPORT =
You can’t perform that action at this time.
0 commit comments