Skip to content

Commit 6929f78

Browse files
committed
wallets
1 parent c4d494d commit 6929f78

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/wallet/bitte-wallet.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ import {
55
Wallet,
66
} from "@near-wallet-selector/core";
77
import { setupModal } from "@near-wallet-selector/modal-ui";
8-
import { map, distinctUntilChanged, Subscription } from "rxjs";
8+
import { distinctUntilChanged, map, Subscription } from "rxjs";
99

1010
import {
1111
WALLET_CONNECTION_POLL_INTERVAL,
1212
WALLET_CONNECTION_TIMEOUT,
1313
} from "./constants";
1414

1515
import type {
16-
WalletSelector,
1716
AccountState,
1817
WalletModuleFactory,
18+
WalletSelector,
1919
} from "@near-wallet-selector/core";
2020
import 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

2626
import {
27-
SupportedWalletType,
28-
WalletSetupOptions,
2927
createWalletModules,
3028
DEFAULT_SUPPORTED_WALLETS,
31-
DEFAULT_BITTE_WALLETS,
29+
SupportedWalletType,
30+
WalletSetupOptions,
3231
} from "./wallet-registry";
3332

3433
const SUPPORT =

0 commit comments

Comments
 (0)