@funkit/connect 9.27.0 → 9.28.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 +59 -0
- package/dist/clients/{chunk-4IWQ2UT5.js → chunk-4O4YAFYK.js} +69 -7
- package/dist/clients/{chunk-O5CTDT3L.js → chunk-7LKK5QMZ.js} +1 -1
- package/dist/clients/{chunk-VT3ERWXE.js → chunk-CGHPNWIF.js} +1 -1
- package/dist/clients/{chunk-F4SCUKY6.js → chunk-TQVRP3Z2.js} +10 -6
- package/dist/clients/lighter.css +7 -1
- package/dist/clients/lighter.js +2 -2
- package/dist/clients/polymarket/PolymarketDepositAccountDropdown.css +7 -1
- package/dist/clients/polymarket/PolymarketDepositAccountDropdown.js +5 -6
- package/dist/clients/polymarket/createPolymarketDepositConfig.js +2 -2
- package/dist/clients/polymarket/index.css +7 -1
- package/dist/clients/polymarket/index.js +5 -6
- package/dist/clients/polymarket/polymarket.js +1 -1
- package/dist/components/BitcoinLightningBanner/BitcoinLightningBanner.d.ts +12 -0
- package/dist/domains/clientMetadata.d.ts +2 -3
- package/dist/domains/quoteMode/types.d.ts +0 -1
- package/dist/hooks/queries/useRecentDeposits.d.ts +1 -1
- package/dist/hooks/useInjectedAssetHoldings.d.ts +10 -13
- package/dist/hooks/usePaymentSources.d.ts +1 -1
- package/dist/hooks/useStartBitcoinLightning.d.ts +11 -0
- package/dist/hooks/useXstockAssetHoldings.d.ts +3 -1
- package/dist/index.css +7 -1
- package/dist/index.js +659 -770
- package/dist/modals/CheckoutModal/InputAmount/state.d.ts +4 -9
- package/dist/modals/CheckoutModal/TransferToken/DirectExecutionNotification.d.ts +1 -3
- package/dist/modals/CheckoutModal/TransferToken/TransferToken.d.ts +1 -1
- package/dist/modals/PolymarketPerpsTransfer/PolymarketPerpsTransferScreen.d.ts +1 -1
- package/dist/modals/WithdrawalModal/LighterWithdrawal.d.ts +6 -0
- package/dist/providers/FunkitCheckoutContext/types.d.ts +0 -2
- package/dist/utils/checkout.d.ts +0 -10
- package/dist/utils/withdrawal.d.ts +12 -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 +51 -51
- 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 +5 -5
- package/dist/clients/chunk-ZEXZQOAO.js +0 -96
- package/dist/clients/polymarket/usePolymarketAccountBalances.js +0 -12
- package/dist/{clients/polymarket → hooks}/usePolymarketAccountBalances.d.ts +0 -0
- package/dist/wallets/walletConnectors/{chunk-W2LCLDPX.js → chunk-2VP2F6EK.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-IULPZP2Q.js → chunk-4T6ZSRJF.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-WAHGI5L7.js → chunk-6BW3HLBG.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-YO2K4MBH.js → chunk-CCQV2ZET.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-TKB2OY6G.js → chunk-CPI4TD43.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-OX37G4YT.js → chunk-F5XEEVG6.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-JPN6TWIT.js → chunk-HNRB7KJU.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-WKNQMP4A.js → chunk-HTHAK6XB.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-GUQM4QSL.js → chunk-MIQTHJ6X.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-4NV5BYRP.js → chunk-RB3HR4R2.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-SWFF3TWJ.js → chunk-RVOY537T.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-KI5Y2BBF.js → chunk-STVVP43G.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-OEEGYENV.js → chunk-UK7C2JXW.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-YQFGVZGR.js → chunk-VAPGUPHO.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-XCNHV3HS.js → chunk-VTM6EECM.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-NR2OGDHQ.js → chunk-X6CGV36L.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-AVDUNQUW.js → chunk-YEZM4CK4.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-KCRO2AGO.js → chunk-ZNX4EMPB.js} +3 -3
|
@@ -59,10 +59,6 @@ export interface AmountInputState {
|
|
|
59
59
|
usdMinAmount: number | null;
|
|
60
60
|
/** Whether meld is enabled */
|
|
61
61
|
meldEnabled: boolean;
|
|
62
|
-
/** Whether the input amount is in vault deposit mode
|
|
63
|
-
* https://linear.app/funxyz/issue/CUS-142/product-enable-customers-to-pass-in-an-exchange-rate-for-vault
|
|
64
|
-
**/
|
|
65
|
-
isVaultDeposit: boolean;
|
|
66
62
|
/** Frozen token→USD exchange rate, set on InputAmount screen mount */
|
|
67
63
|
frozenUnitPrice?: number;
|
|
68
64
|
/** Exact token balance as a Dnum (decimals embedded) */
|
|
@@ -152,10 +148,9 @@ export interface SourceTokenRef {
|
|
|
152
148
|
* Precedence: card and BTC Lightning payments always force fiat (ramps are
|
|
153
149
|
* fiat-denominated, and Lightning's amount input only supports fiat today).
|
|
154
150
|
* Lighter **spot** deposits paid with the same asset open in token entry —
|
|
155
|
-
* perps deposits (and every other customer) keep the
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
* (`defaultIsInputInFiat`) is handled by the caller and wins over this.
|
|
151
|
+
* perps deposits (and every other customer) keep the fiat default.
|
|
152
|
+
* A value preserved from prior navigation (`defaultIsInputInFiat`) is handled
|
|
153
|
+
* by the caller and wins over this.
|
|
159
154
|
*/
|
|
160
155
|
export declare function resolveDefaultIsInputInFiat({ checkoutConfig, paymentMethodInfo, sourceToken, apiKey, }: {
|
|
161
156
|
checkoutConfig: FunkitCheckoutConfig;
|
|
@@ -165,4 +160,4 @@ export declare function resolveDefaultIsInputInFiat({ checkoutConfig, paymentMet
|
|
|
165
160
|
}): boolean;
|
|
166
161
|
export declare function initializeState({ checkoutConfig, defaultAmount, fiatCurrency, quoteBuilder, locale, maxUsd, minUsd, paymentMethodInfo, quickOptions, sourceHolding, unitPrice: realUnitPrice, meldEnabled, apiKey, defaultAssetAmount, defaultIsInputInFiat, isNativeToken, gasPriceWei, gasUnits, }: AmountInputInitOptions): AmountInputState;
|
|
167
162
|
export declare function reduceState(state: AmountInputState, action: AmountInputAction): AmountInputState;
|
|
168
|
-
export declare function getDerivedState(state: AmountInputState,
|
|
163
|
+
export declare function getDerivedState(state: AmountInputState, _targetAssetTicker: string): AmountInputDerivedState;
|
|
@@ -7,10 +7,8 @@ interface DirectExecutionNotificationProps {
|
|
|
7
7
|
onClose: (id: string) => void;
|
|
8
8
|
onHelp: (depositAddress: Address) => void;
|
|
9
9
|
}
|
|
10
|
-
export declare const getNotificationProcessingConfig: ({ t,
|
|
10
|
+
export declare const getNotificationProcessingConfig: ({ t, isSyntheticDE, }: {
|
|
11
11
|
t: TFunction;
|
|
12
|
-
isFasterNotificationsEnabled: boolean;
|
|
13
|
-
isLighter: boolean;
|
|
14
12
|
isSyntheticDE: boolean;
|
|
15
13
|
}) => {
|
|
16
14
|
title: string;
|
|
@@ -9,4 +9,4 @@ export interface TokenTransferSourceChainsAndAssets {
|
|
|
9
9
|
[chainId: number]: string[];
|
|
10
10
|
}
|
|
11
11
|
export declare const TransferTokenInfo: ModalStepInfo<FunCheckoutStep.TRANSFER_TOKEN>;
|
|
12
|
-
export declare function TransferToken({ onNext, modalState, }: ModalStepComponentProps<FunCheckoutStep.TRANSFER_TOKEN>): React.JSX.Element;
|
|
12
|
+
export declare function TransferToken({ onNext, onStepChange, modalState, }: ModalStepComponentProps<FunCheckoutStep.TRANSFER_TOKEN>): React.JSX.Element;
|
|
@@ -14,7 +14,7 @@ export interface PolymarketPerpsTransferScreenProps {
|
|
|
14
14
|
* below-minimum notice when the destination is Predictions. */
|
|
15
15
|
predictionsMinTransferUsd?: number;
|
|
16
16
|
/** Minimum pUSD to transfer *into* perps (USD). Drives the below-minimum
|
|
17
|
-
* notice when the destination is Perps (e.g. perps'
|
|
17
|
+
* notice when the destination is Perps (e.g. perps' 5 pUSD minimum). */
|
|
18
18
|
perpsMinTransferUsd?: number;
|
|
19
19
|
/** Initial transfer direction. Defaults to Predictions → Perps. */
|
|
20
20
|
initialDirection?: PerpsTransferDirection;
|
|
@@ -5,12 +5,18 @@
|
|
|
5
5
|
*/
|
|
6
6
|
import type { LighterAccountIndex } from '@funkit/api-base';
|
|
7
7
|
import React from 'react';
|
|
8
|
+
import type { Address } from 'viem';
|
|
8
9
|
import type { CustomWithdrawalConfig, WalletWithdrawalConfig } from '../../providers/FunkitCheckoutContext';
|
|
9
10
|
import type { LighterShare } from '../../utils/customer';
|
|
10
11
|
import type { SourceTokenOption } from './WithdrawAmountInput';
|
|
11
12
|
/** Stable method ids for the Fast / Secure options (used for tracking + switching). */
|
|
12
13
|
export declare const LIGHTER_FAST_METHOD_ID = "lighter-fast";
|
|
13
14
|
export declare const LIGHTER_SECURE_METHOD_ID = "lighter-secure";
|
|
15
|
+
/**
|
|
16
|
+
* Mainnet ERC-20 address for a Lighter Secure source token symbol, or undefined
|
|
17
|
+
* if the symbol isn't a known Secure asset.
|
|
18
|
+
*/
|
|
19
|
+
export declare function getLighterSecureMainnetAddress(symbol: string): Address | undefined;
|
|
14
20
|
/**
|
|
15
21
|
* Upper bound on a single Lighter Fast withdrawal, in USD. Amounts above this
|
|
16
22
|
* block the CTA and surface the "submit a Secure withdrawal" footer. Fast is
|
|
@@ -169,8 +169,6 @@ export interface FunkitCheckoutConfig extends Omit<ApiFunkitCheckoutConfig, 'gen
|
|
|
169
169
|
* withdrawal) instead of handing the SDK an API key.
|
|
170
170
|
*/
|
|
171
171
|
polymarketPerpsTransfer?: PolymarketPerpsTransferHandles;
|
|
172
|
-
/** set this if you want enable vault like deposit*/
|
|
173
|
-
finalizedToken?: DynamicTargetAssetCandidate;
|
|
174
172
|
/**
|
|
175
173
|
* For dynamic routing, the id of the dynamic route to use
|
|
176
174
|
*/
|
package/dist/utils/checkout.d.ts
CHANGED
|
@@ -101,16 +101,6 @@ export declare function isCheckoutCrFlow(config: FunkitCheckoutConfig): boolean;
|
|
|
101
101
|
* @param config can be either be a config from live checkoutItem OR from checkout history's clientMetadata
|
|
102
102
|
*/
|
|
103
103
|
export declare function isCheckoutPostActionRequired(config: FunkitCheckoutConfig | ServerCheckoutConfig): boolean;
|
|
104
|
-
export declare function isVaultDepositCheckout(checkoutConfig: FunkitCheckoutConfig, sourceHolding: {
|
|
105
|
-
chainId: string;
|
|
106
|
-
tokenAddress: string;
|
|
107
|
-
}): boolean;
|
|
108
|
-
/** some additional finalized token will be performed after swap. We need to calculate the final destination token amount */
|
|
109
|
-
export declare function computeDisplayDestinationToken(checkoutConfig: FunkitCheckoutConfig | ServerCheckoutConfig | undefined, displayAssetAmount: number): {
|
|
110
|
-
finalizedTokenAmount: number;
|
|
111
|
-
finalizedTokenSymbol: string;
|
|
112
|
-
finalizedTokenIcon: string;
|
|
113
|
-
};
|
|
114
104
|
/**
|
|
115
105
|
* The amount-input switcher labels the *traded* token, which differs by quote
|
|
116
106
|
* mode: in EXACT_IN the entered amount is the source quantity, so it's labelled
|
|
@@ -9,6 +9,18 @@ export declare function safeEvaluateWithdrawalSourceTokenBalance(fn: (() => stri
|
|
|
9
9
|
* Type guard to check if withdrawal config uses wallet-based flow
|
|
10
10
|
*/
|
|
11
11
|
export declare function isWalletWithdrawalConfig(config: FunkitWithdrawalConfig): config is WalletWithdrawalConfig;
|
|
12
|
+
/**
|
|
13
|
+
* True when a wallet withdrawal would be a no-op self-transfer that Relay
|
|
14
|
+
* rejects with a generic `QuoteError`: same chain, same token, and recipient ==
|
|
15
|
+
* the source wallet. Cross-chain or cross-token withdrawals to your own address
|
|
16
|
+
* are valid and return false. Non-wallet configs and empty recipients are false.
|
|
17
|
+
*/
|
|
18
|
+
export declare function isNoOpSelfWithdrawal({ config, recipientAddress, selectedChainId, destinationTokenAddress, }: {
|
|
19
|
+
config: FunkitWithdrawalConfig;
|
|
20
|
+
recipientAddress: string;
|
|
21
|
+
selectedChainId: number | undefined;
|
|
22
|
+
destinationTokenAddress: string | undefined;
|
|
23
|
+
}): boolean;
|
|
12
24
|
/**
|
|
13
25
|
* Type guard to check if withdrawal config uses custom callback flow
|
|
14
26
|
*/
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bifrostWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-N4IJLYFY.js";
|
|
4
|
+
} from "../chunk-4T6ZSRJF.js";
|
|
6
5
|
import "../chunk-OLZ7626J.js";
|
|
6
|
+
import "../chunk-N4IJLYFY.js";
|
|
7
7
|
import "../chunk-IGKXZBTA.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-N4IJLYFY.js";
|
|
4
|
+
} from "../chunk-CPI4TD43.js";
|
|
6
5
|
import "../chunk-OLZ7626J.js";
|
|
6
|
+
import "../chunk-N4IJLYFY.js";
|
|
7
7
|
import "../chunk-IGKXZBTA.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-N4IJLYFY.js";
|
|
4
|
+
} from "../chunk-F5XEEVG6.js";
|
|
6
5
|
import "../chunk-OLZ7626J.js";
|
|
6
|
+
import "../chunk-N4IJLYFY.js";
|
|
7
7
|
import "../chunk-IGKXZBTA.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-N4IJLYFY.js";
|
|
4
|
+
} from "../chunk-6BW3HLBG.js";
|
|
6
5
|
import "../chunk-OLZ7626J.js";
|
|
6
|
+
import "../chunk-N4IJLYFY.js";
|
|
7
7
|
import "../chunk-IGKXZBTA.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-N4IJLYFY.js";
|
|
4
|
+
} from "../chunk-YEZM4CK4.js";
|
|
6
5
|
import "../chunk-OLZ7626J.js";
|
|
6
|
+
import "../chunk-N4IJLYFY.js";
|
|
7
7
|
import "../chunk-IGKXZBTA.js";
|
|
8
8
|
export {
|
|
9
9
|
frontierWallet
|
|
@@ -1,22 +1,25 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
zealWallet
|
|
4
|
+
} from "./chunk-52QXXLDS.js";
|
|
2
5
|
import {
|
|
3
6
|
zerionWallet
|
|
4
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-RVOY537T.js";
|
|
5
8
|
import {
|
|
6
|
-
|
|
7
|
-
} from "./chunk-
|
|
9
|
+
tahoWallet
|
|
10
|
+
} from "./chunk-7ZYCBDQ4.js";
|
|
8
11
|
import {
|
|
9
12
|
talismanWallet
|
|
10
13
|
} from "./chunk-4DCO3TGL.js";
|
|
11
14
|
import {
|
|
12
15
|
tokenPocketWallet
|
|
13
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-HTHAK6XB.js";
|
|
14
17
|
import {
|
|
15
18
|
tokenaryWallet
|
|
16
19
|
} from "./chunk-VH3THHJY.js";
|
|
17
20
|
import {
|
|
18
21
|
trustWallet
|
|
19
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-ZNX4EMPB.js";
|
|
20
23
|
import {
|
|
21
24
|
uniswapWallet
|
|
22
25
|
} from "./chunk-Z3PPW6NC.js";
|
|
@@ -27,14 +30,17 @@ import {
|
|
|
27
30
|
xdefiWallet
|
|
28
31
|
} from "./chunk-JN5I3DNC.js";
|
|
29
32
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
33
|
+
rabbyWallet
|
|
34
|
+
} from "./chunk-RB66PKPA.js";
|
|
35
|
+
import {
|
|
36
|
+
rainbowWallet
|
|
37
|
+
} from "./chunk-2VP2F6EK.js";
|
|
32
38
|
import {
|
|
33
39
|
ramperWallet
|
|
34
40
|
} from "./chunk-OQB55QXP.js";
|
|
35
41
|
import {
|
|
36
42
|
roninWallet
|
|
37
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-VAPGUPHO.js";
|
|
38
44
|
import {
|
|
39
45
|
safeWallet
|
|
40
46
|
} from "./chunk-RCY66YHF.js";
|
|
@@ -43,25 +49,25 @@ import {
|
|
|
43
49
|
} from "./chunk-76S7R2ND.js";
|
|
44
50
|
import {
|
|
45
51
|
safepalWallet
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import {
|
|
48
|
-
coin98Wallet
|
|
49
|
-
} from "./chunk-WAHGI5L7.js";
|
|
52
|
+
} from "./chunk-VTM6EECM.js";
|
|
50
53
|
import {
|
|
51
54
|
subWallet
|
|
52
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-X6CGV36L.js";
|
|
53
56
|
import {
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
57
|
+
ledgerWallet
|
|
58
|
+
} from "./chunk-RPV27V2Y.js";
|
|
56
59
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
60
|
+
mewWallet
|
|
61
|
+
} from "./chunk-MQM45ADF.js";
|
|
59
62
|
import {
|
|
60
63
|
okxWallet
|
|
61
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-STVVP43G.js";
|
|
62
65
|
import {
|
|
63
66
|
omniWallet
|
|
64
67
|
} from "./chunk-2CX7LX4J.js";
|
|
68
|
+
import {
|
|
69
|
+
oktoWallet
|
|
70
|
+
} from "./chunk-YWOVAU6O.js";
|
|
65
71
|
import {
|
|
66
72
|
oneInchWallet
|
|
67
73
|
} from "./chunk-QG6ZHI7B.js";
|
|
@@ -71,54 +77,48 @@ import {
|
|
|
71
77
|
import {
|
|
72
78
|
phantomWallet
|
|
73
79
|
} from "./chunk-QY53O7WG.js";
|
|
74
|
-
import {
|
|
75
|
-
rabbyWallet
|
|
76
|
-
} from "./chunk-RB66PKPA.js";
|
|
77
|
-
import {
|
|
78
|
-
rainbowWallet
|
|
79
|
-
} from "./chunk-W2LCLDPX.js";
|
|
80
80
|
import {
|
|
81
81
|
frontierWallet
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-YEZM4CK4.js";
|
|
83
|
+
import {
|
|
84
|
+
foxWallet
|
|
85
|
+
} from "./chunk-MIQTHJ6X.js";
|
|
83
86
|
import {
|
|
84
87
|
gateWallet
|
|
85
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-HNRB7KJU.js";
|
|
86
89
|
import {
|
|
87
90
|
imTokenWallet
|
|
88
91
|
} from "./chunk-WNAGGFMG.js";
|
|
89
|
-
import {
|
|
90
|
-
frameWallet
|
|
91
|
-
} from "./chunk-BU3ZAT5X.js";
|
|
92
92
|
import {
|
|
93
93
|
injectedWallet
|
|
94
94
|
} from "./chunk-T6LGKC3F.js";
|
|
95
95
|
import {
|
|
96
|
-
|
|
97
|
-
} from "./chunk-
|
|
96
|
+
kresusWallet
|
|
97
|
+
} from "./chunk-RICTB3FA.js";
|
|
98
98
|
import {
|
|
99
99
|
metaMaskWallet
|
|
100
|
-
} from "./chunk-
|
|
100
|
+
} from "./chunk-CCQV2ZET.js";
|
|
101
101
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
102
|
+
frameWallet
|
|
103
|
+
} from "./chunk-BU3ZAT5X.js";
|
|
104
104
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
105
|
+
argentWallet
|
|
106
|
+
} from "./chunk-NTMBEOR2.js";
|
|
107
|
+
import {
|
|
108
|
+
braveWallet
|
|
109
|
+
} from "./chunk-DS73TZ6O.js";
|
|
110
|
+
import {
|
|
111
|
+
coin98Wallet
|
|
112
|
+
} from "./chunk-6BW3HLBG.js";
|
|
107
113
|
import {
|
|
108
114
|
coinbaseWallet
|
|
109
115
|
} from "./chunk-2DLDAZRH.js";
|
|
110
116
|
import {
|
|
111
117
|
coreWallet
|
|
112
|
-
} from "./chunk-
|
|
113
|
-
import {
|
|
114
|
-
clvWallet
|
|
115
|
-
} from "./chunk-OEEGYENV.js";
|
|
118
|
+
} from "./chunk-RB3HR4R2.js";
|
|
116
119
|
import {
|
|
117
120
|
desigWallet
|
|
118
121
|
} from "./chunk-FW3WZETT.js";
|
|
119
|
-
import {
|
|
120
|
-
foxWallet
|
|
121
|
-
} from "./chunk-GUQM4QSL.js";
|
|
122
122
|
import {
|
|
123
123
|
dawnWallet
|
|
124
124
|
} from "./chunk-G2PHTVL6.js";
|
|
@@ -127,13 +127,10 @@ import {
|
|
|
127
127
|
} from "./chunk-HBQK5RD5.js";
|
|
128
128
|
import {
|
|
129
129
|
bifrostWallet
|
|
130
|
-
} from "./chunk-
|
|
131
|
-
import {
|
|
132
|
-
argentWallet
|
|
133
|
-
} from "./chunk-NTMBEOR2.js";
|
|
130
|
+
} from "./chunk-4T6ZSRJF.js";
|
|
134
131
|
import {
|
|
135
132
|
bitgetWallet
|
|
136
|
-
} from "./chunk-
|
|
133
|
+
} from "./chunk-CPI4TD43.js";
|
|
137
134
|
import {
|
|
138
135
|
bitskiWallet
|
|
139
136
|
} from "./chunk-7HRFUZFX.js";
|
|
@@ -143,11 +140,14 @@ import {
|
|
|
143
140
|
import {
|
|
144
141
|
bloomWallet
|
|
145
142
|
} from "./chunk-PJ7Y57EH.js";
|
|
146
|
-
import "./chunk-N4IJLYFY.js";
|
|
147
143
|
import {
|
|
148
|
-
|
|
149
|
-
} from "./chunk-
|
|
144
|
+
bybitWallet
|
|
145
|
+
} from "./chunk-F5XEEVG6.js";
|
|
146
|
+
import {
|
|
147
|
+
clvWallet
|
|
148
|
+
} from "./chunk-UK7C2JXW.js";
|
|
150
149
|
import "./chunk-OLZ7626J.js";
|
|
150
|
+
import "./chunk-N4IJLYFY.js";
|
|
151
151
|
import "./chunk-IGKXZBTA.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-N4IJLYFY.js";
|
|
4
|
+
} from "../chunk-CCQV2ZET.js";
|
|
6
5
|
import "../chunk-OLZ7626J.js";
|
|
6
|
+
import "../chunk-N4IJLYFY.js";
|
|
7
7
|
import "../chunk-IGKXZBTA.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-N4IJLYFY.js";
|
|
4
|
+
} from "../chunk-2VP2F6EK.js";
|
|
6
5
|
import "../chunk-OLZ7626J.js";
|
|
6
|
+
import "../chunk-N4IJLYFY.js";
|
|
7
7
|
import "../chunk-IGKXZBTA.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-N4IJLYFY.js";
|
|
4
|
+
} from "../chunk-VAPGUPHO.js";
|
|
6
5
|
import "../chunk-OLZ7626J.js";
|
|
6
|
+
import "../chunk-N4IJLYFY.js";
|
|
7
7
|
import "../chunk-IGKXZBTA.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-N4IJLYFY.js";
|
|
4
|
+
} from "../chunk-VTM6EECM.js";
|
|
6
5
|
import "../chunk-OLZ7626J.js";
|
|
6
|
+
import "../chunk-N4IJLYFY.js";
|
|
7
7
|
import "../chunk-IGKXZBTA.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-N4IJLYFY.js";
|
|
4
|
+
} from "../chunk-HTHAK6XB.js";
|
|
6
5
|
import "../chunk-OLZ7626J.js";
|
|
6
|
+
import "../chunk-N4IJLYFY.js";
|
|
7
7
|
import "../chunk-IGKXZBTA.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-N4IJLYFY.js";
|
|
4
|
+
} from "../chunk-ZNX4EMPB.js";
|
|
6
5
|
import "../chunk-OLZ7626J.js";
|
|
6
|
+
import "../chunk-N4IJLYFY.js";
|
|
7
7
|
import "../chunk-IGKXZBTA.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-N4IJLYFY.js";
|
|
4
|
+
} from "../chunk-RVOY537T.js";
|
|
6
5
|
import "../chunk-OLZ7626J.js";
|
|
6
|
+
import "../chunk-N4IJLYFY.js";
|
|
7
7
|
import "../chunk-IGKXZBTA.js";
|
|
8
8
|
export {
|
|
9
9
|
zerionWallet
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.28.0",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -111,11 +111,11 @@
|
|
|
111
111
|
"ua-parser-js": "^1.0.37",
|
|
112
112
|
"use-debounce": "^10.0.5",
|
|
113
113
|
"uuid": "^11.1.1",
|
|
114
|
-
"@funkit/api-base": "5.
|
|
114
|
+
"@funkit/api-base": "5.2.0",
|
|
115
115
|
"@funkit/chains": "2.1.1",
|
|
116
|
-
"@funkit/connect-core": "1.
|
|
117
|
-
"@funkit/fun-relay": "2.
|
|
118
|
-
"@funkit/utils": "
|
|
116
|
+
"@funkit/connect-core": "1.5.0",
|
|
117
|
+
"@funkit/fun-relay": "2.9.0",
|
|
118
|
+
"@funkit/utils": "4.0.0"
|
|
119
119
|
},
|
|
120
120
|
"repository": {
|
|
121
121
|
"type": "git",
|