@funkit/connect 9.12.0 → 9.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/README.md +21 -0
- package/dist/clients/lighter.js +1 -0
- package/dist/components/FunOptionBox/FunOptionBox.css.d.ts +1 -1
- package/dist/hooks/queries/useRecentDeposits.d.ts +39 -49
- package/dist/index.js +2226 -2082
- package/dist/modals/CheckoutModal/SourceChange/FlatList.d.ts +31 -0
- package/dist/modals/CheckoutModal/SourceChange/GroupedList.d.ts +25 -0
- package/dist/modals/CheckoutModal/SourceChange/SourceList.d.ts +17 -9
- package/dist/modals/CheckoutModal/SourceChange/buildSourceGroups.d.ts +47 -0
- package/dist/modals/CheckoutModal/TransferToken/types.d.ts +1 -2
- package/dist/modals/ProfileDetails/FunProfileViews/Home/HomeCheckoutDisplayRow.css.d.ts +1 -1
- package/dist/modals/WithdrawalModal/ErrorMessage.d.ts +4 -0
- package/dist/modals/WithdrawalModal/RecipientAddress.d.ts +11 -0
- package/dist/providers/FunkitCheckoutContext/types.d.ts +1 -0
- package/dist/providers/FunkitConfigContext.d.ts +2 -0
- package/dist/providers/GeneralWalletProvider.d.ts +2 -4
- package/dist/utils/userInfo.d.ts +36 -0
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
- package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
- package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +43 -43
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
- package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
- package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
- package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
- package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
- package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
- package/package.json +7 -3
- package/dist/wallets/walletConnectors/{chunk-5TN5Z2WY.js → chunk-3ZJN3PXP.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-V6UOWTEZ.js → chunk-55VS2NKG.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-DEFRRPXB.js → chunk-7IEUTLHY.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-LCIPVVH5.js → chunk-AZYMJ4C6.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-T4ROGPMF.js → chunk-FWM4KTOV.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-YIEASHLS.js → chunk-IMNI4AGV.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-7V33VJAL.js → chunk-IRHK6SOW.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-UDTBQV4Q.js → chunk-J3PJOMO7.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-VJZWNQOF.js → chunk-LEAZMT5Y.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-6DRCY52E.js → chunk-OD6B2ISG.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-FG2LDVXL.js → chunk-OSOB6QYX.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-XVBSJCW5.js → chunk-RZQ4B4Z7.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-KWX2SYU2.js → chunk-UFYNHHDU.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-HXWUH73P.js → chunk-UYW6MV74.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-34HACM5U.js → chunk-VMMROPXK.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-ZPSPK6LH.js → chunk-YGMU5VWD.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-APHCF4DT.js → chunk-ZJJWGKB6.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-HRDPUW3V.js → chunk-ZL6XCMV5.js} +3 -3
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import React, { type ReactNode } from 'react';
|
|
2
|
+
import type { SourceGroup } from './buildSourceGroups';
|
|
3
|
+
interface FlatListProps {
|
|
4
|
+
groups: SourceGroup[];
|
|
5
|
+
/**
|
|
6
|
+
* Class name applied to the outer Box that holds the groups.
|
|
7
|
+
* Caller decides between standard / compact styling so the renderer
|
|
8
|
+
* doesn't reach into FunkitConfig.
|
|
9
|
+
*/
|
|
10
|
+
boxClassName: string;
|
|
11
|
+
/**
|
|
12
|
+
* Label rendered on the `FunDivider` between adjacent groups.
|
|
13
|
+
* Omit to render the divider without a label.
|
|
14
|
+
*/
|
|
15
|
+
dividerLabel?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Trailing content rendered after the groups, inside the outer Box.
|
|
18
|
+
* Used by the source-list flat layout to place PayPal at the
|
|
19
|
+
* bottom of the box.
|
|
20
|
+
*/
|
|
21
|
+
footer?: ReactNode;
|
|
22
|
+
/** Applied as `data-testid` on the outer Box for snapshot scoping. */
|
|
23
|
+
testId?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Pure presentational primitive: a single column of group bodies with
|
|
27
|
+
* a divider between adjacent groups and an optional footer. No
|
|
28
|
+
* provider/context dependencies — composition lives in the caller.
|
|
29
|
+
*/
|
|
30
|
+
export declare function FlatList({ groups, boxClassName, dividerLabel, footer, testId, }: FlatListProps): React.JSX.Element;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SourceGroup } from './buildSourceGroups';
|
|
3
|
+
interface GroupedListProps {
|
|
4
|
+
groups: SourceGroup[];
|
|
5
|
+
/**
|
|
6
|
+
* Render each group's `label` as a section header when true. False
|
|
7
|
+
* skips the headers but keeps the grouped container styling.
|
|
8
|
+
*/
|
|
9
|
+
showLabels: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Class name applied to the inner box that holds each group's
|
|
12
|
+
* children. Caller decides between standard / compact styling so the
|
|
13
|
+
* renderer doesn't reach into FunkitConfig.
|
|
14
|
+
*/
|
|
15
|
+
boxClassName: string;
|
|
16
|
+
/** Applied as `data-testid` on the outer Box for snapshot scoping. */
|
|
17
|
+
testId?: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Pure presentational primitive: groups rendered as separate boxes
|
|
21
|
+
* inside a grouped container, with optional section labels. No
|
|
22
|
+
* provider/context dependencies — composition lives in the caller.
|
|
23
|
+
*/
|
|
24
|
+
export declare function GroupedList({ groups, showLabels, boxClassName, testId, }: GroupedListProps): React.JSX.Element;
|
|
25
|
+
export {};
|
|
@@ -1,13 +1,21 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ConnectablePaymentMethodInfo, PaymentMethod } from '../../../domains/paymentMethods';
|
|
3
|
-
import { type UnavailablePaymentSource } from '../../../hooks/usePaymentSources';
|
|
1
|
+
import React, { type ReactNode } from 'react';
|
|
4
2
|
interface SourceListProps {
|
|
5
|
-
preferred:
|
|
6
|
-
moreSources:
|
|
7
|
-
unavailable:
|
|
3
|
+
preferred: ReactNode[];
|
|
4
|
+
moreSources: ReactNode[];
|
|
5
|
+
unavailable: ReactNode[];
|
|
8
6
|
isFallback: boolean;
|
|
9
|
-
|
|
10
|
-
renderUnavailable: (source: UnavailablePaymentSource) => React.ReactNode;
|
|
7
|
+
testId?: string;
|
|
11
8
|
}
|
|
12
|
-
|
|
9
|
+
/**
|
|
10
|
+
* Contextual composer for the source-change payment-method list.
|
|
11
|
+
* Reads translation, funkit config, and the source-list-relevant
|
|
12
|
+
* Statsig flags directly; runs `buildSourceGroups`; dispatches to the
|
|
13
|
+
* matching layout primitive — `FlatList` for the non-Swapped path
|
|
14
|
+
* (with a PayPal footer + "more" divider label) or `GroupedList` for
|
|
15
|
+
* the Swapped path (with optional section labels).
|
|
16
|
+
*
|
|
17
|
+
* `SourceList` has no DOM of its own; the primitive it returns owns
|
|
18
|
+
* the outer `data-testid` element.
|
|
19
|
+
*/
|
|
20
|
+
export declare function SourceList({ preferred, moreSources, unavailable, isFallback, testId, }: SourceListProps): React.JSX.Element;
|
|
13
21
|
export {};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import type { TFunction } from 'i18next';
|
|
2
|
+
import { type ReactNode } from 'react';
|
|
3
|
+
export interface SourceGroup {
|
|
4
|
+
/** Section header. Omit to render the group's body without a header. */
|
|
5
|
+
label?: string;
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
}
|
|
8
|
+
interface BuildSourceGroupsArgs {
|
|
9
|
+
preferred: ReactNode[];
|
|
10
|
+
moreSources: ReactNode[];
|
|
11
|
+
unavailable: ReactNode[];
|
|
12
|
+
isFallback: boolean;
|
|
13
|
+
isSwappedEnabled: boolean;
|
|
14
|
+
enableSourceGroupLabels: boolean;
|
|
15
|
+
t: TFunction;
|
|
16
|
+
}
|
|
17
|
+
export type BuildSourceGroupsResult = {
|
|
18
|
+
layout: 'flat';
|
|
19
|
+
groups: SourceGroup[];
|
|
20
|
+
} | {
|
|
21
|
+
layout: 'grouped';
|
|
22
|
+
groups: SourceGroup[];
|
|
23
|
+
showLabels: boolean;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Composes source-list sections from `usePaymentSources` buckets +
|
|
27
|
+
* the relevant Statsig flags. Returns a discriminated layout shape;
|
|
28
|
+
* the composer (`SourceList`) dispatches to the matching layout
|
|
29
|
+
* primitive.
|
|
30
|
+
*
|
|
31
|
+
* Default behaviour mirrors SourceList's prior output:
|
|
32
|
+
* - `isSwappedEnabled=false` → flat layout. One group for `preferred`
|
|
33
|
+
* (if any), one combined group for `moreSources + unavailable` (if
|
|
34
|
+
* any), with a single divider between them. (`SourceList` places
|
|
35
|
+
* `<PayPal />` as the flat footer.)
|
|
36
|
+
* - `isSwappedEnabled=true` → grouped layout. Same two groups, but
|
|
37
|
+
* rendered in separate boxes with `showLabels` toggling the section
|
|
38
|
+
* headers ("Connected" / "Most popular" / "Other options"). The
|
|
39
|
+
* "Other options" header is suppressed when no preferred group
|
|
40
|
+
* precedes it.
|
|
41
|
+
*
|
|
42
|
+
* Future customer-aware section structures (e.g. Aave's
|
|
43
|
+
* "Native" + "Use other assets") branch inside this helper without
|
|
44
|
+
* touching either layout primitive.
|
|
45
|
+
*/
|
|
46
|
+
export declare function buildSourceGroups({ preferred, moreSources, unavailable, isFallback, isSwappedEnabled, enableSourceGroupLabels, t, }: BuildSourceGroupsArgs): BuildSourceGroupsResult;
|
|
47
|
+
export {};
|
|
@@ -6,11 +6,10 @@ export type NotificationItem = (MergedMultiStepDirectExecution & {
|
|
|
6
6
|
}) | (CheckoutHistoryItem & {
|
|
7
7
|
isDirectExecution: false;
|
|
8
8
|
});
|
|
9
|
-
type NotificationVariant = 'withdrawal' | 'token_transfer';
|
|
9
|
+
export type NotificationVariant = 'deposit' | 'withdrawal' | 'token_transfer';
|
|
10
10
|
export interface CheckoutNotificationsProps {
|
|
11
11
|
onHelp: (depositAddress: Address) => void;
|
|
12
12
|
/** To control notifications visibility on specific pages, without changing internal dismissal state */
|
|
13
13
|
isVisible: boolean;
|
|
14
14
|
variant: NotificationVariant | undefined;
|
|
15
15
|
}
|
|
16
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const baseStyles: string;
|
|
2
|
-
export declare const homeCheckoutDisplayRowStyle: Record<"
|
|
2
|
+
export declare const homeCheckoutDisplayRowStyle: Record<"defaultBorder" | "defaultBackground" | "hoverBackground", string>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { TFunction } from 'i18next';
|
|
2
|
+
import type { ErrorNotification } from '../../components/FunNotification/FunNotification';
|
|
3
|
+
import type { CheckoutConfirmationError } from '../CheckoutModal/ConfirmationStep/useCheckoutConfirmation';
|
|
4
|
+
export declare function getErrorNotification(quoteErrorObject: Error | null, withdrawalError: CheckoutConfirmationError | null, targetAssetFetchError: Error | null, t: TFunction): ErrorNotification | null;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FunkitWithdrawalConfig } from '../../providers/FunkitCheckoutContext';
|
|
3
|
+
export declare function WithdrawRecipientAddress({ config, recipientAddress, setRecipientAddress, selectedChainId, selectedToken, isValidAddress, isRiskyAddress, }: {
|
|
4
|
+
config: FunkitWithdrawalConfig;
|
|
5
|
+
recipientAddress: string;
|
|
6
|
+
setRecipientAddress: (s: string) => void;
|
|
7
|
+
selectedChainId: number | undefined;
|
|
8
|
+
selectedToken: string | undefined;
|
|
9
|
+
isValidAddress: boolean;
|
|
10
|
+
isRiskyAddress: boolean;
|
|
11
|
+
}): React.JSX.Element;
|
|
@@ -196,6 +196,7 @@ export interface MultiMethodWithdrawalConfig {
|
|
|
196
196
|
sectionTitle?: string;
|
|
197
197
|
/** The methods the user can choose between. Order is preserved in the UI. */
|
|
198
198
|
methods: WithdrawalMethodOption[];
|
|
199
|
+
disableConnectedWallet?: boolean;
|
|
199
200
|
}
|
|
200
201
|
export type FunkitWithdrawalConfig = WalletWithdrawalConfig | CustomWithdrawalConfig | MultiMethodWithdrawalConfig;
|
|
201
202
|
export interface FunkitCheckoutValidationResult {
|
|
@@ -184,6 +184,8 @@ export interface FunkitUiCustomizationsConfig {
|
|
|
184
184
|
showTargetAssetSelection?: boolean;
|
|
185
185
|
/** Whether to show wallet option when balance is insufficient - defaults to false (hides wallet) */
|
|
186
186
|
showWalletOnInsufficientBalance?: boolean;
|
|
187
|
+
/** Whether to show the wallet connect payment option - defaults to true */
|
|
188
|
+
showWalletConnect?: boolean;
|
|
187
189
|
/** Function that returns a custom React component to render before other UIs in the source change screen */
|
|
188
190
|
customTopComponent?: () => ReactNode;
|
|
189
191
|
paymentMethodIcons?: {
|
|
@@ -3,15 +3,13 @@ import React, { type ReactNode } from 'react';
|
|
|
3
3
|
import type { Address } from 'viem';
|
|
4
4
|
import { type UseDisconnectReturnType, type UseReconnectReturnType } from '../wagmi/hooks';
|
|
5
5
|
import { type FunkitUserInfo } from '../consts/funkit';
|
|
6
|
+
import { LoginType } from '../utils/userInfo';
|
|
6
7
|
/** AssetBalanceInfo with known price and totalUsdValue */
|
|
7
8
|
export interface KnownAssetBalanceInfo extends AssetBalanceInfo {
|
|
8
9
|
price: number;
|
|
9
10
|
totalUsdValue: number;
|
|
10
11
|
}
|
|
11
|
-
export
|
|
12
|
-
Web3 = "web3",
|
|
13
|
-
Guest = "guest"
|
|
14
|
-
}
|
|
12
|
+
export { LoginType } from '../utils/userInfo';
|
|
15
13
|
export interface GeneralWalletContextProps {
|
|
16
14
|
walletAddress: Address | '';
|
|
17
15
|
isUserLoggedIn: boolean;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { Address } from 'viem';
|
|
2
|
+
import { type FunkitUserInfo } from '../consts/funkit';
|
|
3
|
+
export declare enum LoginType {
|
|
4
|
+
Web3 = "web3",
|
|
5
|
+
Guest = "guest"
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Whether externalUserId should be treated as a trusted wallet address.
|
|
9
|
+
* Currently only Lighter mobile QR flow passes externalUserId as an L1 address.
|
|
10
|
+
*/
|
|
11
|
+
export declare function getIsExternalUserIdAddress(apiKey: string, externalUserId: string | undefined): boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Resolve the wallet address, preferring wagmi's connected address.
|
|
14
|
+
* When `isExternalUserIdAddress` is true, externalUserId is treated as a trusted
|
|
15
|
+
* wallet address and used as fallback when wagmi is not connected.
|
|
16
|
+
* Currently used by Lighter mobile QR flow where the L1 address is passed via externalUserId.
|
|
17
|
+
*/
|
|
18
|
+
export declare function resolveWalletAddress(address: Address | undefined, externalUserId: string | undefined, isExternalUserIdAddress: boolean): Address | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* Resolve the userId for the current session.
|
|
21
|
+
*/
|
|
22
|
+
export declare function resolveUserId(address: Address | undefined, externalUserId: string | undefined, apiKey: string, isExternalUserIdAddress: boolean): string;
|
|
23
|
+
/**
|
|
24
|
+
* Build the FunkitUserInfo for the current session.
|
|
25
|
+
*/
|
|
26
|
+
export declare function buildUserInfo({ address, effectiveAddress, externalUserId, apiKey, isExternalUserIdAddress, loginType, connectorName, ensName, ensAvatar, }: {
|
|
27
|
+
address: Address | undefined;
|
|
28
|
+
effectiveAddress: Address | undefined;
|
|
29
|
+
externalUserId: string | undefined;
|
|
30
|
+
apiKey: string;
|
|
31
|
+
isExternalUserIdAddress: boolean;
|
|
32
|
+
loginType: LoginType;
|
|
33
|
+
connectorName: string | undefined;
|
|
34
|
+
ensName: string | null | undefined;
|
|
35
|
+
ensAvatar: string | null | undefined;
|
|
36
|
+
}): FunkitUserInfo;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bifrostWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-YYYRPQHB.js";
|
|
4
|
+
} from "../chunk-OD6B2ISG.js";
|
|
6
5
|
import "../chunk-FMVNQKZL.js";
|
|
6
|
+
import "../chunk-YYYRPQHB.js";
|
|
7
7
|
import "../chunk-3K2MFXCO.js";
|
|
8
8
|
export {
|
|
9
9
|
bifrostWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bitgetWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-YYYRPQHB.js";
|
|
4
|
+
} from "../chunk-IMNI4AGV.js";
|
|
6
5
|
import "../chunk-FMVNQKZL.js";
|
|
6
|
+
import "../chunk-YYYRPQHB.js";
|
|
7
7
|
import "../chunk-3K2MFXCO.js";
|
|
8
8
|
export {
|
|
9
9
|
bitgetWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bybitWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-YYYRPQHB.js";
|
|
4
|
+
} from "../chunk-7IEUTLHY.js";
|
|
6
5
|
import "../chunk-FMVNQKZL.js";
|
|
6
|
+
import "../chunk-YYYRPQHB.js";
|
|
7
7
|
import "../chunk-3K2MFXCO.js";
|
|
8
8
|
export {
|
|
9
9
|
bybitWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
coin98Wallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-YYYRPQHB.js";
|
|
4
|
+
} from "../chunk-RZQ4B4Z7.js";
|
|
6
5
|
import "../chunk-FMVNQKZL.js";
|
|
6
|
+
import "../chunk-YYYRPQHB.js";
|
|
7
7
|
import "../chunk-3K2MFXCO.js";
|
|
8
8
|
export {
|
|
9
9
|
coin98Wallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
frontierWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-YYYRPQHB.js";
|
|
4
|
+
} from "../chunk-J3PJOMO7.js";
|
|
6
5
|
import "../chunk-FMVNQKZL.js";
|
|
6
|
+
import "../chunk-YYYRPQHB.js";
|
|
7
7
|
import "../chunk-3K2MFXCO.js";
|
|
8
8
|
export {
|
|
9
9
|
frontierWallet
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-A5EZBNME.js";
|
|
5
5
|
import {
|
|
6
6
|
zerionWallet
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-UFYNHHDU.js";
|
|
8
8
|
import {
|
|
9
9
|
tahoWallet
|
|
10
10
|
} from "./chunk-KS5MJNGD.js";
|
|
@@ -13,34 +13,34 @@ import {
|
|
|
13
13
|
} from "./chunk-T3VMQBBI.js";
|
|
14
14
|
import {
|
|
15
15
|
tokenPocketWallet
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-UYW6MV74.js";
|
|
17
17
|
import {
|
|
18
|
-
|
|
19
|
-
} from "./chunk-
|
|
18
|
+
tokenaryWallet
|
|
19
|
+
} from "./chunk-R7X5RIO7.js";
|
|
20
20
|
import {
|
|
21
21
|
uniswapWallet
|
|
22
22
|
} from "./chunk-UKSIXGWC.js";
|
|
23
|
+
import {
|
|
24
|
+
trustWallet
|
|
25
|
+
} from "./chunk-FWM4KTOV.js";
|
|
23
26
|
import {
|
|
24
27
|
walletConnectWallet
|
|
25
28
|
} from "./chunk-O7ZCUI2Y.js";
|
|
26
29
|
import {
|
|
27
30
|
xdefiWallet
|
|
28
31
|
} from "./chunk-KSNA53EX.js";
|
|
29
|
-
import {
|
|
30
|
-
tokenaryWallet
|
|
31
|
-
} from "./chunk-R7X5RIO7.js";
|
|
32
|
-
import {
|
|
33
|
-
frameWallet
|
|
34
|
-
} from "./chunk-MTJIPVYB.js";
|
|
35
32
|
import {
|
|
36
33
|
rainbowWallet
|
|
37
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-AZYMJ4C6.js";
|
|
35
|
+
import {
|
|
36
|
+
rabbyWallet
|
|
37
|
+
} from "./chunk-7PVUEV4M.js";
|
|
38
38
|
import {
|
|
39
39
|
ramperWallet
|
|
40
40
|
} from "./chunk-P4E2ZFQB.js";
|
|
41
41
|
import {
|
|
42
42
|
roninWallet
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-OSOB6QYX.js";
|
|
44
44
|
import {
|
|
45
45
|
safeWallet
|
|
46
46
|
} from "./chunk-BHAPTB57.js";
|
|
@@ -49,10 +49,13 @@ import {
|
|
|
49
49
|
} from "./chunk-AM5MSNVQ.js";
|
|
50
50
|
import {
|
|
51
51
|
safepalWallet
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-VMMROPXK.js";
|
|
53
53
|
import {
|
|
54
54
|
subWallet
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-ZJJWGKB6.js";
|
|
56
|
+
import {
|
|
57
|
+
metaMaskWallet
|
|
58
|
+
} from "./chunk-IRHK6SOW.js";
|
|
56
59
|
import {
|
|
57
60
|
mewWallet
|
|
58
61
|
} from "./chunk-DP5ICBEB.js";
|
|
@@ -61,7 +64,7 @@ import {
|
|
|
61
64
|
} from "./chunk-BBPTPMH7.js";
|
|
62
65
|
import {
|
|
63
66
|
okxWallet
|
|
64
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-ZL6XCMV5.js";
|
|
65
68
|
import {
|
|
66
69
|
omniWallet
|
|
67
70
|
} from "./chunk-G3RQSCYR.js";
|
|
@@ -74,18 +77,18 @@ import {
|
|
|
74
77
|
import {
|
|
75
78
|
phantomWallet
|
|
76
79
|
} from "./chunk-57GN4W23.js";
|
|
77
|
-
import {
|
|
78
|
-
rabbyWallet
|
|
79
|
-
} from "./chunk-7PVUEV4M.js";
|
|
80
80
|
import {
|
|
81
81
|
foxWallet
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-YGMU5VWD.js";
|
|
83
|
+
import {
|
|
84
|
+
frameWallet
|
|
85
|
+
} from "./chunk-MTJIPVYB.js";
|
|
83
86
|
import {
|
|
84
87
|
frontierWallet
|
|
85
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-J3PJOMO7.js";
|
|
86
89
|
import {
|
|
87
90
|
gateWallet
|
|
88
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-LEAZMT5Y.js";
|
|
89
92
|
import {
|
|
90
93
|
imTokenWallet
|
|
91
94
|
} from "./chunk-BWLMNATA.js";
|
|
@@ -98,42 +101,36 @@ import {
|
|
|
98
101
|
import {
|
|
99
102
|
ledgerWallet
|
|
100
103
|
} from "./chunk-V4EXM3KB.js";
|
|
101
|
-
import {
|
|
102
|
-
metaMaskWallet
|
|
103
|
-
} from "./chunk-7V33VJAL.js";
|
|
104
104
|
import {
|
|
105
105
|
clvWallet
|
|
106
|
-
} from "./chunk-
|
|
107
|
-
import {
|
|
108
|
-
braveWallet
|
|
109
|
-
} from "./chunk-XVH4JIXB.js";
|
|
106
|
+
} from "./chunk-3ZJN3PXP.js";
|
|
110
107
|
import {
|
|
111
108
|
coin98Wallet
|
|
112
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-RZQ4B4Z7.js";
|
|
110
|
+
import {
|
|
111
|
+
bybitWallet
|
|
112
|
+
} from "./chunk-7IEUTLHY.js";
|
|
113
113
|
import {
|
|
114
114
|
coinbaseWallet
|
|
115
115
|
} from "./chunk-OUM6H3WU.js";
|
|
116
116
|
import {
|
|
117
117
|
coreWallet
|
|
118
|
-
} from "./chunk-
|
|
119
|
-
import {
|
|
120
|
-
desigWallet
|
|
121
|
-
} from "./chunk-TNVLCMJD.js";
|
|
118
|
+
} from "./chunk-55VS2NKG.js";
|
|
122
119
|
import {
|
|
123
120
|
dawnWallet
|
|
124
121
|
} from "./chunk-PARFRRNI.js";
|
|
122
|
+
import {
|
|
123
|
+
desigWallet
|
|
124
|
+
} from "./chunk-TNVLCMJD.js";
|
|
125
125
|
import {
|
|
126
126
|
enkryptWallet
|
|
127
127
|
} from "./chunk-2DKNXOPL.js";
|
|
128
|
-
import {
|
|
129
|
-
bitgetWallet
|
|
130
|
-
} from "./chunk-YIEASHLS.js";
|
|
131
|
-
import {
|
|
132
|
-
argentWallet
|
|
133
|
-
} from "./chunk-XTD6OMZP.js";
|
|
134
128
|
import {
|
|
135
129
|
bifrostWallet
|
|
136
|
-
} from "./chunk-
|
|
130
|
+
} from "./chunk-OD6B2ISG.js";
|
|
131
|
+
import {
|
|
132
|
+
bitgetWallet
|
|
133
|
+
} from "./chunk-IMNI4AGV.js";
|
|
137
134
|
import {
|
|
138
135
|
bitskiWallet
|
|
139
136
|
} from "./chunk-Y36HPFB3.js";
|
|
@@ -144,10 +141,13 @@ import {
|
|
|
144
141
|
bloomWallet
|
|
145
142
|
} from "./chunk-S6R4B763.js";
|
|
146
143
|
import {
|
|
147
|
-
|
|
148
|
-
} from "./chunk-
|
|
149
|
-
import "./chunk-YYYRPQHB.js";
|
|
144
|
+
argentWallet
|
|
145
|
+
} from "./chunk-XTD6OMZP.js";
|
|
150
146
|
import "./chunk-FMVNQKZL.js";
|
|
147
|
+
import {
|
|
148
|
+
braveWallet
|
|
149
|
+
} from "./chunk-XVH4JIXB.js";
|
|
150
|
+
import "./chunk-YYYRPQHB.js";
|
|
151
151
|
import "./chunk-3K2MFXCO.js";
|
|
152
152
|
export {
|
|
153
153
|
argentWallet,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
metaMaskWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-YYYRPQHB.js";
|
|
4
|
+
} from "../chunk-IRHK6SOW.js";
|
|
6
5
|
import "../chunk-FMVNQKZL.js";
|
|
6
|
+
import "../chunk-YYYRPQHB.js";
|
|
7
7
|
import "../chunk-3K2MFXCO.js";
|
|
8
8
|
export {
|
|
9
9
|
metaMaskWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
rainbowWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-YYYRPQHB.js";
|
|
4
|
+
} from "../chunk-AZYMJ4C6.js";
|
|
6
5
|
import "../chunk-FMVNQKZL.js";
|
|
6
|
+
import "../chunk-YYYRPQHB.js";
|
|
7
7
|
import "../chunk-3K2MFXCO.js";
|
|
8
8
|
export {
|
|
9
9
|
rainbowWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
roninWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-YYYRPQHB.js";
|
|
4
|
+
} from "../chunk-OSOB6QYX.js";
|
|
6
5
|
import "../chunk-FMVNQKZL.js";
|
|
6
|
+
import "../chunk-YYYRPQHB.js";
|
|
7
7
|
import "../chunk-3K2MFXCO.js";
|
|
8
8
|
export {
|
|
9
9
|
roninWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
safepalWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-YYYRPQHB.js";
|
|
4
|
+
} from "../chunk-VMMROPXK.js";
|
|
6
5
|
import "../chunk-FMVNQKZL.js";
|
|
6
|
+
import "../chunk-YYYRPQHB.js";
|
|
7
7
|
import "../chunk-3K2MFXCO.js";
|
|
8
8
|
export {
|
|
9
9
|
safepalWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
tokenPocketWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-YYYRPQHB.js";
|
|
4
|
+
} from "../chunk-UYW6MV74.js";
|
|
6
5
|
import "../chunk-FMVNQKZL.js";
|
|
6
|
+
import "../chunk-YYYRPQHB.js";
|
|
7
7
|
import "../chunk-3K2MFXCO.js";
|
|
8
8
|
export {
|
|
9
9
|
tokenPocketWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
trustWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-YYYRPQHB.js";
|
|
4
|
+
} from "../chunk-FWM4KTOV.js";
|
|
6
5
|
import "../chunk-FMVNQKZL.js";
|
|
6
|
+
import "../chunk-YYYRPQHB.js";
|
|
7
7
|
import "../chunk-3K2MFXCO.js";
|
|
8
8
|
export {
|
|
9
9
|
trustWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
zerionWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-YYYRPQHB.js";
|
|
4
|
+
} from "../chunk-UFYNHHDU.js";
|
|
6
5
|
import "../chunk-FMVNQKZL.js";
|
|
6
|
+
import "../chunk-YYYRPQHB.js";
|
|
7
7
|
import "../chunk-3K2MFXCO.js";
|
|
8
8
|
export {
|
|
9
9
|
zerionWallet
|