@funkit/connect 7.0.3-next.0 → 7.1.0-next.10

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.
Files changed (132) hide show
  1. package/CHANGELOG.md +132 -0
  2. package/dist/__generated__/default_configs.d.ts +229 -3
  3. package/dist/components/Avatar/emojiAvatarForAddress.d.ts +1 -1
  4. package/dist/components/Dialog/Dialog.css.d.ts +1 -0
  5. package/dist/components/Dropdown/ReceiveTokenDropdown.d.ts +3 -1
  6. package/dist/components/Dropdown/TokenAndChainDropdown.css.d.ts +1 -0
  7. package/dist/components/FunCheckoutBlocked/FunCheckoutBlocked.d.ts +1 -1
  8. package/dist/components/FunCheckoutHistory/useCustomStatusAnimationAboveTopbar.d.ts +3 -1
  9. package/dist/components/FunPayments/FunPaymentMethods.d.ts +7 -6
  10. package/dist/components/FunTooltip/FunTooltip.d.ts +1 -0
  11. package/dist/components/FunTransactionSummary/PaymentAmountSummary.d.ts +1 -1
  12. package/dist/components/TransactionStatus/TransactionStatus.d.ts +2 -2
  13. package/dist/consts/customers.d.ts +1 -0
  14. package/dist/domains/asset.d.ts +2 -6
  15. package/dist/domains/quote.d.ts +1 -1
  16. package/dist/hooks/queries/useWithdrawalQuote.d.ts +1 -2
  17. package/dist/hooks/statsig/useDynamicConfig.d.ts +1 -1
  18. package/dist/hooks/track/CheckoutModalEvent.d.ts +8 -1
  19. package/dist/hooks/track/WithdrawModalEvent.d.ts +1 -0
  20. package/dist/hooks/track/useTrack.d.ts +5 -1
  21. package/dist/hooks/useBluvo.d.ts +0 -1
  22. package/dist/hooks/useCheckoutDirectExecution.d.ts +0 -1
  23. package/dist/hooks/useCheckoutTransferInit.d.ts +4 -2
  24. package/dist/hooks/useDynamicRoutes.d.ts +4 -0
  25. package/dist/hooks/useIsBlacklistedWithdrawalAddress.d.ts +4 -0
  26. package/dist/hooks/useIsDynamicRoutingEnabled.d.ts +4 -0
  27. package/dist/hooks/useUDAParams.d.ts +11 -0
  28. package/dist/{modals/CheckoutModal → hooks}/useWalletAssetHoldings.d.ts +1 -1
  29. package/dist/index.css +33 -26
  30. package/dist/index.d.ts +2 -2
  31. package/dist/index.js +31916 -30859
  32. package/dist/modals/CheckoutModal/ConfirmationStep/ConfirmationStep.d.ts +0 -7
  33. package/dist/modals/CheckoutModal/ConfirmationStep/useCheckoutConfirmation.d.ts +4 -2
  34. package/dist/modals/CheckoutModal/ConfirmationStep/usePostCheckout.d.ts +0 -6
  35. package/dist/modals/CheckoutModal/{useSourceAssetConfirm.d.ts → ConfirmationStep/useSourceAssetConfirm.d.ts} +0 -2
  36. package/dist/modals/CheckoutModal/FunCheckoutModal.d.ts +3 -1
  37. package/dist/modals/CheckoutModal/InputAmount/InputAmountLoaded.d.ts +1 -1
  38. package/dist/modals/CheckoutModal/InputAmount/state.d.ts +2 -1
  39. package/dist/modals/CheckoutModal/stepTransition.d.ts +1 -0
  40. package/dist/modals/CheckoutModal/stepTransition.track.d.ts +2 -0
  41. package/dist/providers/FunkitCheckoutContext/index.d.ts +7 -0
  42. package/dist/providers/FunkitCheckoutContext/types.d.ts +18 -1
  43. package/dist/providers/FunkitConfigContext.d.ts +9 -1
  44. package/dist/providers/FunkitMoonpayProvider.d.ts +1 -0
  45. package/dist/providers/FunkitQuoteContext.d.ts +1 -2
  46. package/dist/providers/FunkitQuoteContext.track.d.ts +1 -0
  47. package/dist/providers/FunkitThemeProvider.d.ts +0 -7
  48. package/dist/providers/ModalContext.d.ts +7 -0
  49. package/dist/utils/assets.d.ts +2 -1
  50. package/dist/utils/checkout.d.ts +0 -1
  51. package/dist/utils/customer.d.ts +192 -0
  52. package/dist/utils/flags/config.d.ts +23 -42
  53. package/dist/utils/funLogger.d.ts +3 -1
  54. package/dist/utils/funkitProvider.d.ts +2 -0
  55. package/dist/utils/lighter.d.ts +11 -3
  56. package/dist/utils/tokenIconUrl.d.ts +1 -1
  57. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  58. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  59. package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.js +2 -2
  60. package/dist/wallets/walletConnectors/braveWallet/braveWallet.js +2 -2
  61. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  62. package/dist/wallets/walletConnectors/{chunk-JWFF4AAL.js → chunk-2E4PDCEJ.js} +1 -1
  63. package/dist/wallets/walletConnectors/{chunk-SHBUZ7U7.js → chunk-35Q4HKAM.js} +1 -1
  64. package/dist/wallets/walletConnectors/{chunk-362NXNTM.js → chunk-3IYE623P.js} +1 -1
  65. package/dist/wallets/walletConnectors/{chunk-2L43XSW3.js → chunk-47QF6EET.js} +1 -1
  66. package/dist/wallets/walletConnectors/{chunk-BPZ2XJO2.js → chunk-4ZXII3UA.js} +1 -1
  67. package/dist/wallets/walletConnectors/{chunk-2STUC6QL.js → chunk-5EAOMOTO.js} +1 -1
  68. package/dist/wallets/walletConnectors/{chunk-2KUBG3S6.js → chunk-77UTBHGP.js} +1 -1
  69. package/dist/wallets/walletConnectors/{chunk-OLOIXTYS.js → chunk-ABQKUIUD.js} +1 -1
  70. package/dist/wallets/walletConnectors/{chunk-IFON7E6U.js → chunk-AI55G5DD.js} +1 -1
  71. package/dist/wallets/walletConnectors/{chunk-DNSG5Q7V.js → chunk-ARYAYQ7Z.js} +3 -0
  72. package/dist/wallets/walletConnectors/{chunk-OL5ZO7E4.js → chunk-CF5HOLH2.js} +1 -1
  73. package/dist/wallets/walletConnectors/{chunk-SULRQO27.js → chunk-CZYUE3AR.js} +1 -1
  74. package/dist/wallets/walletConnectors/{chunk-HWPKCIBE.js → chunk-EMBU4RXK.js} +1 -1
  75. package/dist/wallets/walletConnectors/{chunk-TDAVGY5F.js → chunk-FA5DTT5R.js} +1 -1
  76. package/dist/wallets/walletConnectors/{chunk-BYXPFMI7.js → chunk-FCG5Q6JX.js} +1 -1
  77. package/dist/wallets/walletConnectors/{chunk-M3NZ6R2E.js → chunk-HPHADOYD.js} +1 -1
  78. package/dist/wallets/walletConnectors/{chunk-VYBAYMP3.js → chunk-JFHP4YJG.js} +1 -1
  79. package/dist/wallets/walletConnectors/{chunk-DRO6WYMM.js → chunk-JTLLKY2O.js} +1 -1
  80. package/dist/wallets/walletConnectors/{chunk-BBOM42DL.js → chunk-LW6S43RE.js} +1 -1
  81. package/dist/wallets/walletConnectors/{chunk-D6AOOO5F.js → chunk-M2HGGTFE.js} +1 -1
  82. package/dist/wallets/walletConnectors/{chunk-XWUJE7MW.js → chunk-MQSCN4BO.js} +1 -1
  83. package/dist/wallets/walletConnectors/{chunk-FKJJQNKX.js → chunk-MRRZOQGZ.js} +1 -1
  84. package/dist/wallets/walletConnectors/{chunk-OPAZMNA7.js → chunk-QHC4I2FM.js} +1 -1
  85. package/dist/wallets/walletConnectors/{chunk-RZIO5TFF.js → chunk-QS2XIZEH.js} +1 -1
  86. package/dist/wallets/walletConnectors/{chunk-A5N6B5UW.js → chunk-R6Y36CMA.js} +1 -1
  87. package/dist/wallets/walletConnectors/{chunk-2HYNUNAS.js → chunk-RA7MCWF4.js} +1 -1
  88. package/dist/wallets/walletConnectors/{chunk-OBOVHCEI.js → chunk-RLRQYUYC.js} +1 -1
  89. package/dist/wallets/walletConnectors/{chunk-TCAGNB4B.js → chunk-T5KHVUFR.js} +1 -1
  90. package/dist/wallets/walletConnectors/{chunk-BOU4WKRZ.js → chunk-TMFH6GXS.js} +1 -1
  91. package/dist/wallets/walletConnectors/{chunk-ZZZRUXZE.js → chunk-TNZJRXUQ.js} +1 -1
  92. package/dist/wallets/walletConnectors/{chunk-TDIEHTMB.js → chunk-U5QP7MI5.js} +1 -1
  93. package/dist/wallets/walletConnectors/{chunk-NWIQNBJU.js → chunk-UOTQQJJD.js} +1 -1
  94. package/dist/wallets/walletConnectors/{chunk-RNBEDQHF.js → chunk-VU2RNIQG.js} +1 -1
  95. package/dist/wallets/walletConnectors/{chunk-VR4TBQ6S.js → chunk-VYNVAGSV.js} +1 -1
  96. package/dist/wallets/walletConnectors/{chunk-NT2HYJKW.js → chunk-W7Y6I22Y.js} +1 -1
  97. package/dist/wallets/walletConnectors/{chunk-7QONTUXT.js → chunk-YLJDPTYF.js} +1 -1
  98. package/dist/wallets/walletConnectors/{chunk-HS3C7OQV.js → chunk-YMUSFW44.js} +1 -1
  99. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  100. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  101. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  102. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +2 -2
  103. package/dist/wallets/walletConnectors/desigWallet/desigWallet.js +2 -2
  104. package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.js +2 -2
  105. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  106. package/dist/wallets/walletConnectors/frameWallet/frameWallet.js +2 -2
  107. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  108. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  109. package/dist/wallets/walletConnectors/index.js +41 -41
  110. package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.js +2 -2
  111. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  112. package/dist/wallets/walletConnectors/mewWallet/mewWallet.js +2 -2
  113. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  114. package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.js +2 -2
  115. package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.js +2 -2
  116. package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.js +2 -2
  117. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  118. package/dist/wallets/walletConnectors/ramperWallet/ramperWallet.js +2 -2
  119. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  120. package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.js +2 -2
  121. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  122. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  123. package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.js +2 -2
  124. package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.js +2 -2
  125. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  126. package/dist/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.js +2 -2
  127. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  128. package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.js +2 -2
  129. package/dist/wallets/walletConnectors/zealWallet/zealWallet.js +2 -2
  130. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  131. package/package.json +5 -5
  132. package/dist/modals/CheckoutModal/useNewCheckoutQuote.d.ts +0 -7
@@ -6,6 +6,7 @@ declare class FunLogger {
6
6
  protected userName: string | null;
7
7
  protected userLoginType: string | null;
8
8
  protected sdkVersion: string | null;
9
+ protected l2Address: string | null;
9
10
  constructor();
10
11
  private getFunLogEnv;
11
12
  private logDataDog;
@@ -32,7 +33,8 @@ declare class FunLogger {
32
33
  getUserAddress(): string | null;
33
34
  getUserName(): string | null;
34
35
  getUserLoginType(): string | null;
35
- setUserInfo(userId: string, userAddress: string, userName: string, userLoginType: string): void;
36
+ getL2Address(): string | null;
37
+ setUserInfo(userId: string, userAddress: string, userName: string, userLoginType: string, l2Address?: string): void;
36
38
  }
37
39
  declare const logger: FunLogger;
38
40
  export { logger };
@@ -1,3 +1,4 @@
1
+ import type { FunkitCheckoutConfig } from '~/providers/FunkitCheckoutContext';
1
2
  import type { FunkitProviderProps } from '../providers/FunkitProvider';
2
3
  export declare function getInitialChainIdFromFunkitProviderProps(props: FunkitProviderProps): number | undefined;
3
4
  export declare function generateSyntheticUserId(apiKey: string, externalUserId: string): string;
@@ -5,3 +6,4 @@ export declare function generateSyntheticUserId(apiKey: string, externalUserId:
5
6
  * Validates the passed in props of FunkitProvider. If there are any misconfigurations, an error will be thrown.
6
7
  */
7
8
  export declare function validateFunkitProviderProps(props: FunkitProviderProps): void;
9
+ export declare function getModalTitle(checkoutConfig: FunkitCheckoutConfig | undefined, fallbackTitle?: string): string;
@@ -1,4 +1,12 @@
1
- import { type Abi, type Address } from 'viem';
2
- export declare const LIGHTER_DEPOSIT_ABI: Abi;
1
+ import { type Address } from 'viem';
3
2
  export declare const LIGHTER_DEPOSIT_ADDRESS: Address;
4
- export declare const roundDownToTick: (amount: bigint, tickSize: bigint) => bigint;
3
+ export declare const LIGHTER_NATIVE_FLOW_TIME_ESTIMATE_SECONDS: number;
4
+ export declare const LIGHTER_DELAYED_AUTO_TRIGGER_CUTOFF: number;
5
+ export declare const LIGHTER_DYNAMIC_ROUTING_ID: {
6
+ ETH_SPOT: string;
7
+ USDC_PERPS: string;
8
+ ETH_SPOT_NEW_USER: string;
9
+ USDC_PERPS_NEW_USER: string;
10
+ };
11
+ export declare const getLighterRoutingIdByTokenAddress: (address: Address) => string | undefined;
12
+ export declare const getLighterTokenAddressByRoutingId: (id: string) => Address | undefined;
@@ -1,2 +1,2 @@
1
1
  import type { DynamicTargetAssetCandidate } from '../providers/FunkitCheckoutContext';
2
- export declare const getTokenIconUrl: (symbol: string, tokens?: DynamicTargetAssetCandidate[]) => string;
2
+ export declare const getTokenIconUrl: (symbol: string, tokens?: DynamicTargetAssetCandidate[]) => string | undefined;
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bifrostWallet
4
- } from "../chunk-A5N6B5UW.js";
4
+ } from "../chunk-R6Y36CMA.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  bifrostWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bitgetWallet
4
- } from "../chunk-TDAVGY5F.js";
4
+ } from "../chunk-FA5DTT5R.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  bitgetWallet
9
9
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  bitskiWallet
4
- } from "../chunk-HS3C7OQV.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-YMUSFW44.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  bitskiWallet
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  braveWallet
4
- } from "../chunk-BPZ2XJO2.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-4ZXII3UA.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  braveWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bybitWallet
4
- } from "../chunk-2STUC6QL.js";
4
+ } from "../chunk-5EAOMOTO.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  bybitWallet
9
9
  };
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/subWallet/subWallet.ts
11
11
  var subWallet = ({
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.ts
8
8
  var oneKeyWallet = () => {
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/phantomWallet/phantomWallet.ts
8
8
  var phantomWallet = () => {
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.ts
11
11
  import { isMobile } from "@funkit/utils";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/braveWallet/braveWallet.ts
8
8
  var braveWallet = () => ({
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/bybitWallet/bybitWallet.ts
11
11
  var bybitWallet = ({
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/rainbowWallet/rainbowWallet.ts
11
11
  import { isAndroid, isIOS } from "@funkit/utils";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/enkryptWallet/enkryptWallet.ts
8
8
  var enkryptWallet = () => {
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/frameWallet/frameWallet.ts
8
8
  var frameWallet = () => ({
@@ -14,6 +14,9 @@ function getExplicitInjectedProvider(flag) {
14
14
  function getWindowProviderNamespace(namespace) {
15
15
  const providerSearch = (provider, namespace2) => {
16
16
  const [property, ...path] = namespace2.split(".");
17
+ if (!property) {
18
+ return void 0;
19
+ }
17
20
  const _provider = provider[property];
18
21
  if (_provider) {
19
22
  if (path.length === 0) {
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/mewWallet/mewWallet.ts
8
8
  var mewWallet = () => {
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/zerionWallet/zerionWallet.ts
11
11
  import { isIOS } from "@funkit/utils";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/dawnWallet/dawnWallet.ts
8
8
  import { isIOS } from "@funkit/utils";
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/bitgetWallet/bitgetWallet.ts
11
11
  import { isAndroid } from "@funkit/utils";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/ramperWallet/ramperWallet.ts
8
8
  var ramperWallet = () => {
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/clvWallet/clvWallet.ts
11
11
  var clvWallet = ({
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/trustWallet/trustWallet.ts
11
11
  import { isMobile } from "@funkit/utils";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/talismanWallet/talismanWallet.ts
8
8
  var talismanWallet = () => ({
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/rabbyWallet/rabbyWallet.ts
8
8
  var rabbyWallet = () => ({
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.ts
8
8
  import { isSafari } from "@funkit/utils";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  getInjectedConnector
4
- } from "./chunk-DNSG5Q7V.js";
4
+ } from "./chunk-ARYAYQ7Z.js";
5
5
 
6
6
  // src/wallets/walletConnectors/injectedWallet/injectedWallet.ts
7
7
  var injectedWallet = () => ({
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/gateWallet/gateWallet.ts
11
11
  import { isAndroid } from "@funkit/utils";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/desigWallet/desigWallet.ts
8
8
  var desigWallet = () => {
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/safeheronWallet/safeheronWallet.ts
8
8
  var safeheronWallet = () => ({
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/bifrostWallet/bifrostWallet.ts
11
11
  import { isAndroid } from "@funkit/utils";
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts
11
11
  import { isAndroid, isIOS } from "@funkit/utils";
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/coin98Wallet/coin98Wallet.ts
11
11
  var coin98Wallet = ({
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/frontierWallet/frontierWallet.ts
11
11
  import { isAndroid } from "@funkit/utils";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/xdefiWallet/xdefiWallet.ts
8
8
  var xdefiWallet = () => {
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/tahoWallet/tahoWallet.ts
8
8
  var tahoWallet = () => {
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/okxWallet/okxWallet.ts
11
11
  import { isAndroid } from "@funkit/utils";
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/roninWallet/roninWallet.ts
11
11
  var roninWallet = ({
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/zealWallet/zealWallet.ts
8
8
  var zealWallet = () => ({
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/coreWallet/coreWallet.ts
11
11
  var coreWallet = ({
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/safepalWallet/safepalWallet.ts
11
11
  var safepalWallet = ({
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getInjectedConnector,
7
7
  hasInjectedProvider
8
- } from "./chunk-DNSG5Q7V.js";
8
+ } from "./chunk-ARYAYQ7Z.js";
9
9
 
10
10
  // src/wallets/walletConnectors/foxWallet/foxWallet.ts
11
11
  var foxWallet = ({
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/bitskiWallet/bitskiWallet.ts
8
8
  var bitskiWallet = () => ({
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  clvWallet
4
- } from "../chunk-M3NZ6R2E.js";
4
+ } from "../chunk-HPHADOYD.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  clvWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coin98Wallet
4
- } from "../chunk-OBOVHCEI.js";
4
+ } from "../chunk-RLRQYUYC.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  coin98Wallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coreWallet
4
- } from "../chunk-VR4TBQ6S.js";
4
+ } from "../chunk-VYNVAGSV.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  coreWallet
9
9
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  dawnWallet
4
- } from "../chunk-HWPKCIBE.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-EMBU4RXK.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  dawnWallet
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  desigWallet
4
- } from "../chunk-OPAZMNA7.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-QHC4I2FM.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  desigWallet
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  enkryptWallet
4
- } from "../chunk-OLOIXTYS.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-ABQKUIUD.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  enkryptWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  foxWallet
4
- } from "../chunk-7QONTUXT.js";
4
+ } from "../chunk-YLJDPTYF.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  foxWallet
9
9
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  frameWallet
4
- } from "../chunk-IFON7E6U.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-AI55G5DD.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  frameWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  frontierWallet
4
- } from "../chunk-TCAGNB4B.js";
4
+ } from "../chunk-T5KHVUFR.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  frontierWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  gateWallet
4
- } from "../chunk-FKJJQNKX.js";
4
+ } from "../chunk-MRRZOQGZ.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  gateWallet
9
9
  };