@funkit/connect 8.5.0 → 8.6.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 +36 -0
- package/dist/__generated__/default_configs.d.ts +4 -1
- package/dist/{chunk-G4ZF44OO.js → chunk-EPHOZPMR.js} +9 -1
- package/dist/{chunk-K4YHIQ6O.js → chunk-FZZF5FGD.js} +1 -1
- package/dist/{chunk-GOGXF6NC.js → chunk-NAHADAYF.js} +1 -1
- package/dist/clients/fanatics.css +0 -1
- package/dist/components/ConnectButton/abbreviateETHBalance.d.ts +0 -1
- package/dist/components/Dialog/Dialog.css.d.ts +0 -1
- package/dist/components/FunNotification/FunNotification.d.ts +2 -2
- package/dist/components/FunPayments/FunPaymentMethods.d.ts +2 -1
- package/dist/components/Icons/{New/BlueCircularWalletIcon.d.ts → FunWarningIcon.d.ts} +1 -1
- package/dist/components/ModalHeightAnimationLayer/ModalHeightAnimationLayer.d.ts +7 -0
- package/dist/components/ModalHeightAnimationLayer/WithdrawalModalHeightAnimationWrapper.d.ts +8 -0
- package/dist/css/sprinkles.css.d.ts +2 -0
- package/dist/domains/swapped.d.ts +7 -0
- package/dist/domains/wallet.d.ts +0 -7
- package/dist/hooks/queries/useFops.d.ts +202 -2
- package/dist/hooks/useCheckoutTransferInit.d.ts +1 -0
- package/dist/index.css +2 -3
- package/dist/index.js +2758 -2536
- package/dist/modals/CheckoutModal/ConfirmationStep/useCheckoutConfirmation.d.ts +7 -3
- package/dist/modals/WithdrwalModal/WithdrawalModal.d.ts +0 -5
- package/dist/modals/WithdrwalModal/types.d.ts +5 -0
- package/dist/providers/AuthenticationContext.d.ts +0 -1
- package/dist/providers/FunkitConfigContext.d.ts +0 -2
- package/dist/providers/FunkitThemeProvider.d.ts +3 -0
- package/dist/themes/baseTheme.d.ts +3 -1
- package/dist/themes/baseTheme.js +1 -1
- package/dist/themes/darkTheme.js +2 -2
- package/dist/themes/lightTheme.js +2 -2
- package/dist/utils/checkout.d.ts +0 -6
- package/dist/utils/polygonRpcCheck.d.ts +12 -0
- package/dist/utils/swapped.d.ts +2 -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 +56 -56
- 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 +16 -16
- package/dist/components/ConnectButton/formatAccountName.d.ts +0 -14
- package/dist/components/FunButton/FunSignInButton.d.ts +0 -8
- package/dist/components/FunCheckoutHistory/FunCheckoutStatus.css.d.ts +0 -1
- package/dist/components/FunInput/FunTextAreaInput.css copy.d.ts +0 -1
- package/dist/components/FunKeyValue/FunKeyValue.d.ts +0 -32
- package/dist/components/FunTransactionSummary/FunTxSummaryComponents.css.d.ts +0 -2
- package/dist/components/Icons/New/HelpIcon.d.ts +0 -2
- package/dist/components/Icons/New/UserIcon.d.ts +0 -4
- package/dist/components/index.d.ts +0 -2
- package/dist/hooks/queries/useClientId.d.ts +0 -3
- package/dist/hooks/useDynamicFont.d.ts +0 -5
- package/dist/modals/CheckoutModal/ConfirmationStep/DirectExecutionBrokerageAndCardAlert.d.ts +0 -2
- package/dist/modals/CheckoutModal/InputAmount/AvailableBalance.d.ts +0 -8
- package/dist/components/{FunCheckoutModalHeightAnimationWrapper → ModalHeightAnimationLayer}/FunCheckoutModalHeightAnimationWrapper.d.ts +0 -0
- package/dist/wallets/walletConnectors/{chunk-FT5BX7TL.js → chunk-2E4PDCEJ.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-LGT6IAXI.js → chunk-47QF6EET.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-5AV2NSL3.js → chunk-5EAOMOTO.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-4SC3PZVM.js → chunk-77UTBHGP.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-GXTI2PZD.js → chunk-CZYUE3AR.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-O6YFVGVQ.js → chunk-FA5DTT5R.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-PRGCIJ7Y.js → chunk-HPHADOYD.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-GEMN6DM5.js → chunk-JFHP4YJG.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-75A4Q5E5.js → chunk-MRRZOQGZ.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-6677RKVT.js → chunk-R6Y36CMA.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-5FWURLPF.js → chunk-RA7MCWF4.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-TLOROKED.js → chunk-RLRQYUYC.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-3ZWIUCOI.js → chunk-T5KHVUFR.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-ENLR4LXN.js → chunk-U5QP7MI5.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-OCM5YHT5.js → chunk-UOTQQJJD.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-RNIMZDHW.js → chunk-VYNVAGSV.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-N7475PGA.js → chunk-W7Y6I22Y.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-WNQ3NPHX.js → chunk-YLJDPTYF.js} +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { TFunction } from 'i18next';
|
|
2
2
|
import type { Address } from 'viem';
|
|
3
|
-
import { type Config } from 'wagmi';
|
|
3
|
+
import { type Config, type Connector } from 'wagmi';
|
|
4
4
|
import type { ErrorNotification } from '../../../components/FunNotification/FunNotification';
|
|
5
5
|
export interface CheckoutConfirmationError extends ErrorNotification {
|
|
6
6
|
durationMs?: number;
|
|
@@ -14,7 +14,8 @@ export declare enum ConfirmationErrorCode {
|
|
|
14
14
|
SIGNATURE_DENIED = "SIGNATURE_DENIED",
|
|
15
15
|
SWITCH_CHAIN_ERROR = "SWITCH_CHAIN_ERROR",
|
|
16
16
|
WALLET_CLIENT_UNDEFINED = "WALLET_CLIENT_UNDEFINED",
|
|
17
|
-
INSUFFICIENT_GAS = "INSUFFICIENT_GAS"
|
|
17
|
+
INSUFFICIENT_GAS = "INSUFFICIENT_GAS",
|
|
18
|
+
POLYGON_RPC_ERROR = "POLYGON_RPC_ERROR"
|
|
18
19
|
}
|
|
19
20
|
interface UseCheckoutConfirmationOptions {
|
|
20
21
|
onError(error: CheckoutConfirmationError): void;
|
|
@@ -26,6 +27,9 @@ interface UseCheckoutConfirmationResult {
|
|
|
26
27
|
handleCheckoutConfirmation(): Promise<void>;
|
|
27
28
|
isConfirming: boolean;
|
|
28
29
|
}
|
|
29
|
-
export declare function toCheckoutConfirmationError(t: TFunction, error: unknown, wagmiConfig: Config
|
|
30
|
+
export declare function toCheckoutConfirmationError(t: TFunction, error: unknown, wagmiConfig: Config, options?: {
|
|
31
|
+
fromChainId?: string;
|
|
32
|
+
connector?: Connector;
|
|
33
|
+
}): Promise<CheckoutConfirmationError>;
|
|
30
34
|
export declare function useCheckoutConfirmation({ onError, onSuccess, }: UseCheckoutConfirmationOptions): UseCheckoutConfirmationResult;
|
|
31
35
|
export {};
|
|
@@ -6,9 +6,4 @@ export interface WithdrawalModalProps {
|
|
|
6
6
|
onClose: () => void;
|
|
7
7
|
config: FunkitWithdrawalConfig;
|
|
8
8
|
}
|
|
9
|
-
export declare enum WithdrawalModalStep {
|
|
10
|
-
ENTER_AMOUNT = "ENTER_AMOUNT",
|
|
11
|
-
SUCCESS = "SUCCESS",
|
|
12
|
-
PENDING_CALLBACK = "PENDING_CALLBACK"
|
|
13
|
-
}
|
|
14
9
|
export declare function WithdrawalModal({ onClose, open, config, }: WithdrawalModalProps): React.JSX.Element;
|
|
@@ -26,5 +26,4 @@ export interface FunkitConnectAuthenticationProviderProps<Message> extends Authe
|
|
|
26
26
|
children: ReactNode;
|
|
27
27
|
}
|
|
28
28
|
export declare function FunkitConnectAuthenticationProvider<Message = unknown>({ adapter, children, enabled, status, }: FunkitConnectAuthenticationProviderProps<Message>): React.JSX.Element;
|
|
29
|
-
export declare function useAuthenticationAdapter(): AuthenticationAdapter<any>;
|
|
30
29
|
export declare function useAuthenticationStatus(): AuthenticationStatus | null;
|
|
@@ -226,8 +226,6 @@ export type FunkitUiCustomizationsConfigInternal = Required<FunkitUiCustomizatio
|
|
|
226
226
|
bottomBarCloseButton: Required<Required<FunkitUiCustomizationsConfig['sourceChangeScreen'] & {}>['bottomBarCloseButton']>;
|
|
227
227
|
};
|
|
228
228
|
};
|
|
229
|
-
export declare const DEFAULT_TEXT_CUSTOMIZATIONS: FunkitTextCustomizationsConfig;
|
|
230
|
-
export declare const DEFAULT_UI_CUSTOMIZATIONS: FunkitUiCustomizationsConfigInternal;
|
|
231
229
|
export type FunkitConfig = {
|
|
232
230
|
/** Funkit api key **/
|
|
233
231
|
apiKey: string;
|
|
@@ -443,6 +443,7 @@ export declare const useActiveTheme: () => {
|
|
|
443
443
|
modalOverlay: string;
|
|
444
444
|
};
|
|
445
445
|
moonpayTheme: string;
|
|
446
|
+
modalZIndex: string;
|
|
446
447
|
};
|
|
447
448
|
/** Overrides the currently active `theme` with disregard to the `theme` provided to the `FunkitProvider`, ie. `toggleTheme` will switch to the `theme` provided to the `FunkitProvider`, not the theme set by `setTheme` */
|
|
448
449
|
setTheme: (theme: ThemeVars) => void;
|
|
@@ -876,6 +877,7 @@ export declare const useActiveTheme: () => {
|
|
|
876
877
|
modalOverlay: string;
|
|
877
878
|
};
|
|
878
879
|
moonpayTheme: string;
|
|
880
|
+
modalZIndex: string;
|
|
879
881
|
} | null | undefined;
|
|
880
882
|
/** Returns the `dark` theme as long as a themeSet was passed to the `FunkitProvider`, if only a single theme object was passed it will be returned as `darkTheme` and `lightTheme` making them the same */
|
|
881
883
|
darkTheme: {
|
|
@@ -1307,6 +1309,7 @@ export declare const useActiveTheme: () => {
|
|
|
1307
1309
|
modalOverlay: string;
|
|
1308
1310
|
};
|
|
1309
1311
|
moonpayTheme: string;
|
|
1312
|
+
modalZIndex: string;
|
|
1310
1313
|
} | null | undefined;
|
|
1311
1314
|
/** Toggles between `light` and `dark` themes as long as they were passed to the `FunkitProvider`, if only a single theme object was passed toggling will be disabled */
|
|
1312
1315
|
toggleTheme: (colorScheme?: ThemeColorScheme) => void;
|
|
@@ -23,8 +23,10 @@ interface BaseThemeOptions {
|
|
|
23
23
|
borderRadius?: RadiusScale;
|
|
24
24
|
fontStack?: FontStack;
|
|
25
25
|
overlayBlur?: Blurs;
|
|
26
|
+
/** Custom z-index for the modal overlay */
|
|
27
|
+
modalZIndex?: number;
|
|
26
28
|
}
|
|
27
|
-
export declare const baseTheme: ({ borderRadius, fontStack, fontSizing, customFontFamily, customFontWeights, customFontSizings, customBorderWidths, customBorderRadiuses, customDimensions, customSpacings, customTextTransforms, overlayBlur, }: BaseThemeOptions) => Pick<ThemeVars, "radii" | "dimensions" | "fonts" | "fontWeight" | "fontSize" | "blurs" | "spacing" | "borderWidths" | "textTransforms">;
|
|
29
|
+
export declare const baseTheme: ({ borderRadius, fontStack, fontSizing, customFontFamily, customFontWeights, customFontSizings, customBorderWidths, customBorderRadiuses, customDimensions, customSpacings, customTextTransforms, overlayBlur, modalZIndex, }: BaseThemeOptions) => Pick<ThemeVars, "radii" | "dimensions" | "fonts" | "fontWeight" | "fontSize" | "blurs" | "spacing" | "borderWidths" | "textTransforms" | "modalZIndex">;
|
|
28
30
|
export interface AccentColor {
|
|
29
31
|
accentColor: string;
|
|
30
32
|
accentColorForeground: string;
|
package/dist/themes/baseTheme.js
CHANGED
package/dist/themes/darkTheme.js
CHANGED
package/dist/utils/checkout.d.ts
CHANGED
|
@@ -78,12 +78,6 @@ export declare function getCheckoutItemDisplay({ checkoutConfig, hideAmount, ove
|
|
|
78
78
|
* _These are only the fees from our base quote, **not** including the initial transfer / brokerage / card processing fees._
|
|
79
79
|
*/
|
|
80
80
|
export declare function getBaseQuoteTotalFeesFromAmount(baseQuote: CheckoutQuoteResponse): number;
|
|
81
|
-
/**
|
|
82
|
-
* Given the result of a quote, calculate the effective fees (in source asset).
|
|
83
|
-
*
|
|
84
|
-
* _These also including the initial transfer / brokerage / card processing fees._
|
|
85
|
-
*/
|
|
86
|
-
export declare function getQuoteTotalFeesFromAmount(finalQuote: FunkitCheckoutQuoteResult): number;
|
|
87
81
|
/**
|
|
88
82
|
* Given the result of a quote, calculate the effective exchange rate (target asset / source asset).
|
|
89
83
|
*/
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Connector } from 'wagmi';
|
|
2
|
+
export declare const POLYGON_CHAIN_ID = 137;
|
|
3
|
+
/**
|
|
4
|
+
* Checks if the user's wallet RPC for Polygon is responsive by sending an eth_blockNumber call.
|
|
5
|
+
* We use eth_blockNumber instead of eth_chainId because eth_chainId can be intercepted
|
|
6
|
+
* by the wallet itself and may not actually hit the RPC.
|
|
7
|
+
*
|
|
8
|
+
* The default polygon-rpc.com stopped working in Feb 2026.
|
|
9
|
+
*
|
|
10
|
+
* @returns true if the RPC appears to be down/unreachable
|
|
11
|
+
*/
|
|
12
|
+
export declare function isPolygonRpcDown(fromChainId: string | undefined, connector: Connector | undefined): Promise<boolean>;
|
package/dist/utils/swapped.d.ts
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
import type { SavedFormOfPayment, SwappedFormOfPayment } from '@funkit/api-base';
|
|
2
2
|
export declare const isSavedFormOfPaymentType: (fop: SwappedFormOfPayment) => fop is SavedFormOfPayment;
|
|
3
|
+
export declare const getSavedFormOfPaymentDisplayName: (fop: SavedFormOfPayment) => string;
|
|
4
|
+
export declare const getSavedFormOfPaymentIcon: (fop: SavedFormOfPayment) => string;
|
|
@@ -1,28 +1,25 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
zealWallet
|
|
4
|
-
} from "./chunk-VU2RNIQG.js";
|
|
5
2
|
import {
|
|
6
3
|
zerionWallet
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import {
|
|
9
|
-
tahoWallet
|
|
10
|
-
} from "./chunk-TNZJRXUQ.js";
|
|
4
|
+
} from "./chunk-CZYUE3AR.js";
|
|
11
5
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
6
|
+
oneKeyWallet
|
|
7
|
+
} from "./chunk-35Q4HKAM.js";
|
|
14
8
|
import {
|
|
15
9
|
tokenPocketWallet
|
|
16
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-47QF6EET.js";
|
|
17
11
|
import {
|
|
18
12
|
tokenaryWallet
|
|
19
13
|
} from "./chunk-M2HGGTFE.js";
|
|
20
14
|
import {
|
|
21
15
|
trustWallet
|
|
22
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-JFHP4YJG.js";
|
|
23
17
|
import {
|
|
24
18
|
uniswapWallet
|
|
25
19
|
} from "./chunk-LH7BMNFZ.js";
|
|
20
|
+
import {
|
|
21
|
+
phantomWallet
|
|
22
|
+
} from "./chunk-3IYE623P.js";
|
|
26
23
|
import {
|
|
27
24
|
walletConnectWallet
|
|
28
25
|
} from "./chunk-NP5QGWNL.js";
|
|
@@ -30,17 +27,14 @@ import {
|
|
|
30
27
|
xdefiWallet
|
|
31
28
|
} from "./chunk-TMFH6GXS.js";
|
|
32
29
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
35
|
-
import {
|
|
36
|
-
rainbowWallet
|
|
37
|
-
} from "./chunk-4SC3PZVM.js";
|
|
30
|
+
zealWallet
|
|
31
|
+
} from "./chunk-VU2RNIQG.js";
|
|
38
32
|
import {
|
|
39
33
|
ramperWallet
|
|
40
34
|
} from "./chunk-FCG5Q6JX.js";
|
|
41
35
|
import {
|
|
42
36
|
roninWallet
|
|
43
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-UOTQQJJD.js";
|
|
44
38
|
import {
|
|
45
39
|
safeWallet
|
|
46
40
|
} from "./chunk-BQQQL6UD.js";
|
|
@@ -49,76 +43,79 @@ import {
|
|
|
49
43
|
} from "./chunk-QS2XIZEH.js";
|
|
50
44
|
import {
|
|
51
45
|
safepalWallet
|
|
52
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-W7Y6I22Y.js";
|
|
53
47
|
import {
|
|
54
48
|
subWallet
|
|
55
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-2E4PDCEJ.js";
|
|
56
50
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
51
|
+
tahoWallet
|
|
52
|
+
} from "./chunk-TNZJRXUQ.js";
|
|
53
|
+
import {
|
|
54
|
+
talismanWallet
|
|
55
|
+
} from "./chunk-JTLLKY2O.js";
|
|
59
56
|
import {
|
|
60
57
|
mewWallet
|
|
61
58
|
} from "./chunk-CF5HOLH2.js";
|
|
62
59
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
60
|
+
metaMaskWallet
|
|
61
|
+
} from "./chunk-RA7MCWF4.js";
|
|
65
62
|
import {
|
|
66
63
|
okxWallet
|
|
67
|
-
} from "./chunk-
|
|
68
|
-
import {
|
|
69
|
-
omniWallet
|
|
70
|
-
} from "./chunk-7CUY5G6R.js";
|
|
64
|
+
} from "./chunk-U5QP7MI5.js";
|
|
71
65
|
import {
|
|
72
66
|
oneInchWallet
|
|
73
67
|
} from "./chunk-OESTDX6I.js";
|
|
74
68
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
69
|
+
oktoWallet
|
|
70
|
+
} from "./chunk-ADIXAKUL.js";
|
|
77
71
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
72
|
+
omniWallet
|
|
73
|
+
} from "./chunk-7CUY5G6R.js";
|
|
80
74
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
75
|
+
rabbyWallet
|
|
76
|
+
} from "./chunk-LW6S43RE.js";
|
|
77
|
+
import {
|
|
78
|
+
rainbowWallet
|
|
79
|
+
} from "./chunk-77UTBHGP.js";
|
|
83
80
|
import {
|
|
84
81
|
frameWallet
|
|
85
82
|
} from "./chunk-AI55G5DD.js";
|
|
83
|
+
import {
|
|
84
|
+
dawnWallet
|
|
85
|
+
} from "./chunk-EMBU4RXK.js";
|
|
86
86
|
import {
|
|
87
87
|
frontierWallet
|
|
88
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-T5KHVUFR.js";
|
|
89
89
|
import {
|
|
90
90
|
gateWallet
|
|
91
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-MRRZOQGZ.js";
|
|
92
92
|
import {
|
|
93
93
|
imTokenWallet
|
|
94
94
|
} from "./chunk-COZ7MIQS.js";
|
|
95
|
-
import {
|
|
96
|
-
injectedWallet
|
|
97
|
-
} from "./chunk-MQSCN4BO.js";
|
|
98
95
|
import {
|
|
99
96
|
kresusWallet
|
|
100
97
|
} from "./chunk-MJXPRJZT.js";
|
|
98
|
+
import {
|
|
99
|
+
injectedWallet
|
|
100
|
+
} from "./chunk-MQSCN4BO.js";
|
|
101
101
|
import {
|
|
102
102
|
ledgerWallet
|
|
103
103
|
} from "./chunk-BRBKM4PW.js";
|
|
104
104
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
105
|
+
bybitWallet
|
|
106
|
+
} from "./chunk-5EAOMOTO.js";
|
|
107
107
|
import {
|
|
108
108
|
clvWallet
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-HPHADOYD.js";
|
|
110
110
|
import {
|
|
111
111
|
coin98Wallet
|
|
112
|
-
} from "./chunk-
|
|
112
|
+
} from "./chunk-RLRQYUYC.js";
|
|
113
113
|
import {
|
|
114
114
|
coinbaseWallet
|
|
115
115
|
} from "./chunk-H4IRCEZN.js";
|
|
116
116
|
import {
|
|
117
117
|
coreWallet
|
|
118
|
-
} from "./chunk-
|
|
119
|
-
import {
|
|
120
|
-
dawnWallet
|
|
121
|
-
} from "./chunk-EMBU4RXK.js";
|
|
118
|
+
} from "./chunk-VYNVAGSV.js";
|
|
122
119
|
import {
|
|
123
120
|
desigWallet
|
|
124
121
|
} from "./chunk-QHC4I2FM.js";
|
|
@@ -126,28 +123,31 @@ import {
|
|
|
126
123
|
enkryptWallet
|
|
127
124
|
} from "./chunk-ABQKUIUD.js";
|
|
128
125
|
import {
|
|
129
|
-
|
|
130
|
-
} from "./chunk-
|
|
126
|
+
foxWallet
|
|
127
|
+
} from "./chunk-YLJDPTYF.js";
|
|
131
128
|
import {
|
|
132
129
|
bifrostWallet
|
|
133
|
-
} from "./chunk-
|
|
130
|
+
} from "./chunk-R6Y36CMA.js";
|
|
134
131
|
import {
|
|
135
|
-
|
|
136
|
-
} from "./chunk-
|
|
132
|
+
bitgetWallet
|
|
133
|
+
} from "./chunk-FA5DTT5R.js";
|
|
134
|
+
import {
|
|
135
|
+
argentWallet
|
|
136
|
+
} from "./chunk-WSQ2YJO2.js";
|
|
137
137
|
import {
|
|
138
138
|
bitskiWallet
|
|
139
139
|
} from "./chunk-YMUSFW44.js";
|
|
140
140
|
import {
|
|
141
|
-
|
|
142
|
-
} from "./chunk-
|
|
141
|
+
bitverseWallet
|
|
142
|
+
} from "./chunk-3HZRRP4Y.js";
|
|
143
143
|
import {
|
|
144
144
|
bloomWallet
|
|
145
145
|
} from "./chunk-S27IADFU.js";
|
|
146
|
+
import "./chunk-23WIEY36.js";
|
|
146
147
|
import {
|
|
147
|
-
|
|
148
|
-
} from "./chunk-
|
|
148
|
+
braveWallet
|
|
149
|
+
} from "./chunk-4ZXII3UA.js";
|
|
149
150
|
import "./chunk-ARYAYQ7Z.js";
|
|
150
|
-
import "./chunk-23WIEY36.js";
|
|
151
151
|
export {
|
|
152
152
|
argentWallet,
|
|
153
153
|
bifrostWallet,
|