@funkit/connect 8.5.0 → 9.0.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.
Files changed (190) hide show
  1. package/CHANGELOG.md +73 -0
  2. package/dist/__generated__/default_configs.d.ts +4 -1
  3. package/dist/{chunk-G4ZF44OO.js → chunk-SC53AFEE.js} +11 -1
  4. package/dist/{chunk-K4YHIQ6O.js → chunk-WSCXOKCX.js} +1 -1
  5. package/dist/{chunk-GOGXF6NC.js → chunk-XCM74QX2.js} +1 -1
  6. package/dist/clients/fanatics.css +3750 -3688
  7. package/dist/clients/fanatics.js +3 -3
  8. package/dist/components/Box/Box.d.ts +22 -22
  9. package/dist/components/ConnectButton/abbreviateETHBalance.d.ts +0 -1
  10. package/dist/components/Dialog/Dialog.css.d.ts +0 -1
  11. package/dist/components/Dialog/Dialog.d.ts +3 -1
  12. package/dist/components/Dialog/DialogContent.css.d.ts +2 -0
  13. package/dist/components/Dialog/FocusTrap.d.ts +1 -1
  14. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +1 -1
  15. package/dist/components/FunNotification/FunNotification.d.ts +2 -2
  16. package/dist/components/FunPayments/FunPaymentMethods.d.ts +2 -1
  17. package/dist/components/FunTooltip/FunTooltip.d.ts +2 -2
  18. package/dist/components/Icons/{New/BlueCircularWalletIcon.d.ts → FunWarningIcon.d.ts} +1 -1
  19. package/dist/components/ModalHeightAnimationLayer/ModalHeightAnimationLayer.d.ts +7 -0
  20. package/dist/components/ModalHeightAnimationLayer/WithdrawalModalHeightAnimationWrapper.d.ts +8 -0
  21. package/dist/components/Tabs/tabs.css.d.ts +4 -0
  22. package/dist/config/getDefaultConfig.d.ts +2 -2
  23. package/dist/consts/bluvo.d.ts +3 -2
  24. package/dist/css/atoms.d.ts +1 -0
  25. package/dist/css/sprinkles.css.d.ts +27 -21
  26. package/dist/domains/fees.d.ts +1 -1
  27. package/dist/domains/quote.d.ts +1 -1
  28. package/dist/domains/swapped.d.ts +16 -0
  29. package/dist/domains/wallet.d.ts +0 -7
  30. package/dist/hooks/queries/useFops.d.ts +202 -13
  31. package/dist/hooks/track/CheckoutModalEvent.d.ts +2 -0
  32. package/dist/hooks/useCheckoutTransferInit.d.ts +1 -0
  33. package/dist/hooks/useIframePool.d.ts +38 -0
  34. package/dist/hooks/usePaymentMethodIcon.d.ts +1 -1
  35. package/dist/hooks/useScrollDivider.d.ts +1 -1
  36. package/dist/hooks/useSwappedPreload.d.ts +7 -0
  37. package/dist/hooks/useTextMeasurer.d.ts +1 -1
  38. package/dist/index.css +3819 -3693
  39. package/dist/index.js +3584 -2942
  40. package/dist/modals/ChainModal/Chain.d.ts +1 -1
  41. package/dist/modals/CheckoutModal/Brokerage/BrokerageTwoFA.d.ts +0 -28
  42. package/dist/modals/CheckoutModal/ConfirmationStep/useCheckoutConfirmation.d.ts +7 -3
  43. package/dist/modals/CheckoutModal/InputAmount/useAmountInput.d.ts +1 -1
  44. package/dist/modals/CheckoutModal/SwappedIframe/SwappedIframe.d.ts +1 -1
  45. package/dist/modals/CheckoutModal/SwappedIframe/SwappedIframePool.d.ts +14 -0
  46. package/dist/modals/ProfileDetails/FunProfileViews/Home/ProfileTitleSection.d.ts +1 -1
  47. package/dist/modals/WithdrwalModal/WithdrawalModal.d.ts +0 -5
  48. package/dist/modals/WithdrwalModal/types.d.ts +5 -0
  49. package/dist/providers/AuthenticationContext.d.ts +0 -1
  50. package/dist/providers/FunkitConfigContext.d.ts +1 -3
  51. package/dist/providers/FunkitConnectChainContext.d.ts +1 -1
  52. package/dist/providers/FunkitProvider.d.ts +1 -1
  53. package/dist/providers/FunkitThemeProvider.d.ts +9 -0
  54. package/dist/providers/GeneralWalletProvider.d.ts +6 -6
  55. package/dist/providers/SwappedProvider.d.ts +29 -0
  56. package/dist/themes/baseTheme.d.ts +3 -1
  57. package/dist/themes/baseTheme.js +1 -1
  58. package/dist/themes/darkTheme.js +2 -2
  59. package/dist/themes/lightTheme.js +2 -2
  60. package/dist/types/utils.d.ts +1 -1
  61. package/dist/utils/checkout.d.ts +1 -8
  62. package/dist/utils/flags/config.d.ts +8 -0
  63. package/dist/utils/polygonRpcCheck.d.ts +12 -0
  64. package/dist/utils/swapped.d.ts +28 -0
  65. package/dist/wagmi/actions.d.ts +10 -0
  66. package/dist/wagmi/chains.d.ts +2 -0
  67. package/dist/wagmi/connectors.d.ts +2 -0
  68. package/dist/wagmi/hooks.d.ts +4 -0
  69. package/dist/wagmi/query.d.ts +1 -0
  70. package/dist/wallets/Wallet.d.ts +2 -2
  71. package/dist/wallets/connectorsForWallets.d.ts +1 -1
  72. package/dist/wallets/getDefaultWallets.d.ts +1 -1
  73. package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +3 -2
  74. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +4 -3
  75. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +4 -3
  76. package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.js +3 -2
  77. package/dist/wallets/walletConnectors/bitverseWallet/bitverseWallet.js +3 -2
  78. package/dist/wallets/walletConnectors/bloomWallet/bloomWallet.js +3 -2
  79. package/dist/wallets/walletConnectors/braveWallet/braveWallet.js +3 -2
  80. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +4 -3
  81. package/dist/wallets/walletConnectors/{chunk-M2HGGTFE.js → chunk-34LO6Q7A.js} +1 -1
  82. package/dist/wallets/walletConnectors/{chunk-TNZJRXUQ.js → chunk-4BMUFNMT.js} +1 -1
  83. package/dist/wallets/walletConnectors/{chunk-LGT6IAXI.js → chunk-4C7ER452.js} +4 -4
  84. package/dist/wallets/walletConnectors/{chunk-QS2XIZEH.js → chunk-4R4AARTG.js} +1 -1
  85. package/dist/wallets/walletConnectors/{chunk-WNQ3NPHX.js → chunk-53VYSPXK.js} +4 -4
  86. package/dist/wallets/walletConnectors/{chunk-JTLLKY2O.js → chunk-6MFOL6EB.js} +1 -1
  87. package/dist/wallets/walletConnectors/{chunk-5AV2NSL3.js → chunk-6UCI7GM6.js} +4 -4
  88. package/dist/wallets/walletConnectors/{chunk-TLOROKED.js → chunk-6YO27XOM.js} +4 -4
  89. package/dist/wallets/walletConnectors/{chunk-75A4Q5E5.js → chunk-7OARWILZ.js} +4 -4
  90. package/dist/wallets/walletConnectors/{chunk-YMUSFW44.js → chunk-A7FNGC4A.js} +1 -1
  91. package/dist/wallets/walletConnectors/{chunk-ARYAYQ7Z.js → chunk-BAVE62IL.js} +4 -2
  92. package/dist/wallets/walletConnectors/{chunk-ADIXAKUL.js → chunk-BVX22N7L.js} +1 -1
  93. package/dist/wallets/walletConnectors/{chunk-3ZWIUCOI.js → chunk-CJJT7LMT.js} +4 -4
  94. package/dist/wallets/walletConnectors/{chunk-6677RKVT.js → chunk-EKJHJFRN.js} +4 -4
  95. package/dist/wallets/walletConnectors/{chunk-MJXPRJZT.js → chunk-G4V5B6YC.js} +1 -1
  96. package/dist/wallets/walletConnectors/{chunk-RNIMZDHW.js → chunk-GH4M6FTK.js} +4 -4
  97. package/dist/wallets/walletConnectors/{chunk-3HZRRP4Y.js → chunk-GROWFRGP.js} +1 -1
  98. package/dist/wallets/walletConnectors/{chunk-4SC3PZVM.js → chunk-GSHSWVEG.js} +4 -4
  99. package/dist/wallets/walletConnectors/{chunk-PRGCIJ7Y.js → chunk-GVOQTORD.js} +4 -4
  100. package/dist/wallets/walletConnectors/{chunk-VU2RNIQG.js → chunk-HE2LMIPD.js} +1 -1
  101. package/dist/wallets/walletConnectors/{chunk-35Q4HKAM.js → chunk-HE5J5T7X.js} +1 -1
  102. package/dist/wallets/walletConnectors/{chunk-5FWURLPF.js → chunk-HETS3KKI.js} +4 -4
  103. package/dist/wallets/walletConnectors/{chunk-CF5HOLH2.js → chunk-HKVDCVCG.js} +1 -1
  104. package/dist/wallets/walletConnectors/{chunk-O6YFVGVQ.js → chunk-HOPH3TQ3.js} +4 -4
  105. package/dist/wallets/walletConnectors/{chunk-N7475PGA.js → chunk-IICWJWGZ.js} +4 -4
  106. package/dist/wallets/walletConnectors/{chunk-7CUY5G6R.js → chunk-INNF7G5X.js} +1 -1
  107. package/dist/wallets/walletConnectors/{chunk-COZ7MIQS.js → chunk-IUVO4IN3.js} +1 -1
  108. package/dist/wallets/walletConnectors/{chunk-NP5QGWNL.js → chunk-J34FG3W4.js} +1 -1
  109. package/dist/wallets/walletConnectors/{chunk-QHC4I2FM.js → chunk-JYVLYSH3.js} +1 -1
  110. package/dist/wallets/walletConnectors/{chunk-GEMN6DM5.js → chunk-KO56HCTI.js} +4 -4
  111. package/dist/wallets/walletConnectors/chunk-KV4HGYM3.js +37 -0
  112. package/dist/wallets/walletConnectors/{chunk-ENLR4LXN.js → chunk-LI6QY2B5.js} +4 -4
  113. package/dist/wallets/walletConnectors/{chunk-23WIEY36.js → chunk-MAPXJUOO.js} +4 -2
  114. package/dist/wallets/walletConnectors/{chunk-LH7BMNFZ.js → chunk-NHLG5PVD.js} +1 -1
  115. package/dist/wallets/walletConnectors/{chunk-TMFH6GXS.js → chunk-O7RSASRH.js} +1 -1
  116. package/dist/wallets/walletConnectors/{chunk-OCM5YHT5.js → chunk-PKMAPNN6.js} +4 -4
  117. package/dist/wallets/walletConnectors/{chunk-FCG5Q6JX.js → chunk-R4S234FL.js} +1 -1
  118. package/dist/wallets/walletConnectors/{chunk-OESTDX6I.js → chunk-RVWLP4IM.js} +1 -1
  119. package/dist/wallets/walletConnectors/{chunk-H4IRCEZN.js → chunk-RZXMOPIV.js} +8 -8
  120. package/dist/wallets/walletConnectors/{chunk-EMBU4RXK.js → chunk-TFVCCI2D.js} +1 -1
  121. package/dist/wallets/walletConnectors/{chunk-GXTI2PZD.js → chunk-TTHM3WUR.js} +4 -4
  122. package/dist/wallets/walletConnectors/{chunk-S27IADFU.js → chunk-UB2SSFH7.js} +1 -1
  123. package/dist/wallets/walletConnectors/{chunk-WSQ2YJO2.js → chunk-VUOAIUZE.js} +1 -1
  124. package/dist/wallets/walletConnectors/{chunk-MQSCN4BO.js → chunk-W6MXINYY.js} +1 -1
  125. package/dist/wallets/walletConnectors/{chunk-ABQKUIUD.js → chunk-W6TXXLCO.js} +1 -1
  126. package/dist/wallets/walletConnectors/{chunk-AI55G5DD.js → chunk-WDTNOIMF.js} +1 -1
  127. package/dist/wallets/walletConnectors/{chunk-LW6S43RE.js → chunk-WFNPWKU3.js} +1 -1
  128. package/dist/wallets/walletConnectors/{chunk-BRBKM4PW.js → chunk-WKCCLGHJ.js} +1 -1
  129. package/dist/wallets/walletConnectors/{chunk-FT5BX7TL.js → chunk-XBLHZICW.js} +4 -4
  130. package/dist/wallets/walletConnectors/{chunk-3IYE623P.js → chunk-XMNVOYSJ.js} +1 -1
  131. package/dist/wallets/walletConnectors/{chunk-BQQQL6UD.js → chunk-YKVWTGU7.js} +4 -2
  132. package/dist/wallets/walletConnectors/{chunk-4ZXII3UA.js → chunk-ZRNBHLUU.js} +1 -1
  133. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +4 -3
  134. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +4 -3
  135. package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.d.ts +1 -1
  136. package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.js +2 -1
  137. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +4 -3
  138. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +3 -2
  139. package/dist/wallets/walletConnectors/desigWallet/desigWallet.js +3 -2
  140. package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.js +3 -2
  141. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +4 -3
  142. package/dist/wallets/walletConnectors/frameWallet/frameWallet.js +3 -2
  143. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +4 -3
  144. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +4 -3
  145. package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.js +3 -2
  146. package/dist/wallets/walletConnectors/index.js +67 -66
  147. package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.js +3 -2
  148. package/dist/wallets/walletConnectors/kresusWallet/kresusWallet.js +3 -2
  149. package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +3 -2
  150. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +4 -3
  151. package/dist/wallets/walletConnectors/mewWallet/mewWallet.js +3 -2
  152. package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +3 -2
  153. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +4 -3
  154. package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +3 -2
  155. package/dist/wallets/walletConnectors/oneInchWallet/oneInchWallet.js +3 -2
  156. package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.js +3 -2
  157. package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.js +3 -2
  158. package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.js +3 -2
  159. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +4 -3
  160. package/dist/wallets/walletConnectors/ramperWallet/ramperWallet.js +3 -2
  161. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +4 -3
  162. package/dist/wallets/walletConnectors/safeWallet/safeWallet.js +2 -1
  163. package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.js +3 -2
  164. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +4 -3
  165. package/dist/wallets/walletConnectors/subWallet/subWallet.js +4 -3
  166. package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.js +3 -2
  167. package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.js +3 -2
  168. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +4 -3
  169. package/dist/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.js +3 -2
  170. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +4 -3
  171. package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.js +3 -2
  172. package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.js +3 -2
  173. package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.js +3 -2
  174. package/dist/wallets/walletConnectors/zealWallet/zealWallet.js +3 -2
  175. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +4 -3
  176. package/package.json +21 -21
  177. package/dist/components/ConnectButton/formatAccountName.d.ts +0 -14
  178. package/dist/components/FunButton/FunSignInButton.d.ts +0 -8
  179. package/dist/components/FunCheckoutHistory/FunCheckoutStatus.css.d.ts +0 -1
  180. package/dist/components/FunInput/FunTextAreaInput.css copy.d.ts +0 -1
  181. package/dist/components/FunKeyValue/FunKeyValue.d.ts +0 -32
  182. package/dist/components/FunTransactionSummary/FunTxSummaryComponents.css.d.ts +0 -2
  183. package/dist/components/Icons/New/HelpIcon.d.ts +0 -2
  184. package/dist/components/Icons/New/UserIcon.d.ts +0 -4
  185. package/dist/components/index.d.ts +0 -2
  186. package/dist/hooks/queries/useClientId.d.ts +0 -3
  187. package/dist/hooks/useDynamicFont.d.ts +0 -5
  188. package/dist/modals/CheckoutModal/ConfirmationStep/DirectExecutionBrokerageAndCardAlert.d.ts +0 -2
  189. package/dist/modals/CheckoutModal/InputAmount/AvailableBalance.d.ts +0 -8
  190. /package/dist/components/{FunCheckoutModalHeightAnimationWrapper → ModalHeightAnimationLayer}/FunCheckoutModalHeightAnimationWrapper.d.ts +0 -0
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { useSwitchChain } from 'wagmi';
2
+ import type { useSwitchChain } from '../../wagmi/hooks';
3
3
  import { type BoxProps } from '../../components/Box/Box';
4
4
  interface ChainProps {
5
5
  chainId: number;
@@ -1,25 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { Address } from 'viem';
3
- declare enum BrokerageTwoFAType {
4
- unspecified = "unspecified",
5
- phone = "phone",
6
- email = "email",
7
- totp = "totp",
8
- face = "face",
9
- tradingPin = "tradingPin",
10
- mobile = "mobile"
11
- }
12
- declare enum BrokerageTwoFAStatus {
13
- succeeded = "succeeded",
14
- failed = "failed",
15
- mfaRequired = "mfaRequired",
16
- emailConfirmationRequired = "emailConfirmationRequired",
17
- emailConfirmationApprovalRequired = "emailConfirmationApprovalRequired",
18
- deviceConfirmationRequired = "deviceConfirmationRequired",
19
- mfaFailed = "mfaFailed",
20
- addressWhitelistRequired = "addressWhitelistRequired",
21
- secondMfaRequired = "secondMfaRequired"
22
- }
23
3
  import type { BluvoExchangeInfo } from '../../../consts/bluvo';
24
4
  import type { PaymentMethodBrokerageInfo } from '../../../domains/paymentMethods';
25
5
  import { type CheckoutModalCommonState, FunCheckoutStep, type ModalStepComponentProps, type ModalStepInfo } from '../stepTransition';
@@ -32,13 +12,5 @@ export type BrokerageTwoFANext = {
32
12
  depositAddress: null;
33
13
  brokerType: BluvoExchangeInfo;
34
14
  };
35
- export interface BrokerageTwoFAExecuteTransferResponse {
36
- status: BrokerageTwoFAStatus;
37
- mfaType?: BrokerageTwoFAType;
38
- verificationSteps?: BrokerageTwoFAType[];
39
- errorMessage: string | null;
40
- executeTransferResult: object | null;
41
- }
42
15
  export declare const BrokerageTwoFAInfo: ModalStepInfo<FunCheckoutStep.BROKERAGE_TWO_FA>;
43
16
  export declare function BrokerageTwoFA({ onNext, onBack, setModalState, }: ModalStepComponentProps<FunCheckoutStep.BROKERAGE_TWO_FA>): React.JSX.Element;
44
- export {};
@@ -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/hooks';
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): Promise<CheckoutConfirmationError>;
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 {};
@@ -7,7 +7,7 @@ export interface UseAmountInputResult extends AmountInputDerivedState {
7
7
  inputHeight: number;
8
8
  inputWidth: number | undefined;
9
9
  onChange(event: FunInputChangeEvent): void;
10
- ref: RefObject<HTMLInputElement>;
10
+ ref: RefObject<HTMLInputElement | null>;
11
11
  setFiatAmount(usdAmount: number): AmountInputDerivedState;
12
12
  /** Possible user action to recover from the current error */
13
13
  suggestion: InputAmountSuggestion | undefined;
@@ -12,5 +12,5 @@ export type SwappedIframeNext = {
12
12
  success?: boolean;
13
13
  };
14
14
  export declare const SwappedIframeInfo: ModalStepInfo<FunCheckoutStep.SWAPPED_IFRAME>;
15
- declare function SwappedIframe({ modalState, onNext, onBack, }: ModalStepComponentProps<FunCheckoutStep.SWAPPED_IFRAME>): React.JSX.Element;
15
+ declare function SwappedIframe({ modalState, onNext, onBack, onClose, }: ModalStepComponentProps<FunCheckoutStep.SWAPPED_IFRAME>): React.JSX.Element | null;
16
16
  export default SwappedIframe;
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ /**
3
+ * Pooled iframes that live outside the HeightAnimationWrapper.
4
+ * Renders both preloaded and on-demand iframes from the provider's pool.
5
+ * Uses absolute positioning so it never affects layout measurements.
6
+ * When an iframe is active, it overlays the dialog content area.
7
+ *
8
+ * Wrapped in React.memo to prevent re-renders from parent state changes
9
+ * (e.g., modal step transitions, tab toggles). Only re-renders when the
10
+ * SwappedContext value changes (poolUrls, activeUrl, or loadedIframeUrls).
11
+ */
12
+ declare function SwappedIframePool(): React.JSX.Element | null;
13
+ declare const _default: React.MemoExoticComponent<typeof SwappedIframePool>;
14
+ export default _default;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import type { Config, UseAccountReturnType } from 'wagmi';
3
2
  import type { FunkitUserInfo } from '../../../../consts/funkit';
3
+ import type { Config, UseAccountReturnType } from '../../../../wagmi/hooks';
4
4
  import { FunProfileView } from '../../ProfileDetails';
5
5
  export declare const ProfileTitleSection: ({ animateOut, account, userInfo, onChangeView, onLogout, onClose, }: {
6
6
  animateOut?: boolean;
@@ -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;
@@ -0,0 +1,5 @@
1
+ export declare enum WithdrawalModalStep {
2
+ ENTER_AMOUNT = "ENTER_AMOUNT",
3
+ SUCCESS = "SUCCESS",
4
+ PENDING_CALLBACK = "PENDING_CALLBACK"
5
+ }
@@ -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;
@@ -1,4 +1,4 @@
1
- import { type ComponentType, type ReactNode } from 'react';
1
+ import { type ComponentType, type JSX, type ReactNode } from 'react';
2
2
  import type { BluvoExchangeType } from '../consts/bluvo';
3
3
  import type { PaymentMethod } from '../domains/paymentMethods';
4
4
  export interface FunkitTextCustomizationsConfig {
@@ -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;
@@ -1,5 +1,5 @@
1
1
  import React, { type ReactNode } from 'react';
2
- import type { Chain } from 'wagmi/chains';
2
+ import type { Chain } from '../wagmi/chains';
3
3
  export interface FunkitConnectChain extends Chain {
4
4
  iconUrl?: string | (() => Promise<string>) | null;
5
5
  iconBackground?: string;
@@ -1,6 +1,6 @@
1
1
  import { type QueryClient } from '@tanstack/react-query';
2
2
  import React, { type ReactNode } from 'react';
3
- import type { Chain } from 'wagmi/chains';
3
+ import type { Chain } from '../wagmi/chains';
4
4
  import type { Locale } from '../locales';
5
5
  import { type CreateFunkitWagmiConfigParameters } from '../config/getDefaultConfig';
6
6
  import { type AvatarComponent } from './AvatarContext';
@@ -153,6 +153,8 @@ export declare const useActiveTheme: () => {
153
153
  modalBottomBarButtonHeight: string;
154
154
  modalBottomBarCloseButtonHeight: string;
155
155
  modalTopBarHeight: string;
156
+ modalTopbarIconSize: string;
157
+ modalTopbarIconWrapperSize: string;
156
158
  paymentAmountSkeletonBlockHeight: string;
157
159
  paymentAmountSkeletonBlockWidth: string;
158
160
  paymentAmountSkeletonCircleSize: string;
@@ -443,6 +445,7 @@ export declare const useActiveTheme: () => {
443
445
  modalOverlay: string;
444
446
  };
445
447
  moonpayTheme: string;
448
+ modalZIndex: string;
446
449
  };
447
450
  /** 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
451
  setTheme: (theme: ThemeVars) => void;
@@ -586,6 +589,8 @@ export declare const useActiveTheme: () => {
586
589
  modalBottomBarButtonHeight: string;
587
590
  modalBottomBarCloseButtonHeight: string;
588
591
  modalTopBarHeight: string;
592
+ modalTopbarIconSize: string;
593
+ modalTopbarIconWrapperSize: string;
589
594
  paymentAmountSkeletonBlockHeight: string;
590
595
  paymentAmountSkeletonBlockWidth: string;
591
596
  paymentAmountSkeletonCircleSize: string;
@@ -876,6 +881,7 @@ export declare const useActiveTheme: () => {
876
881
  modalOverlay: string;
877
882
  };
878
883
  moonpayTheme: string;
884
+ modalZIndex: string;
879
885
  } | null | undefined;
880
886
  /** 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
887
  darkTheme: {
@@ -1017,6 +1023,8 @@ export declare const useActiveTheme: () => {
1017
1023
  modalBottomBarButtonHeight: string;
1018
1024
  modalBottomBarCloseButtonHeight: string;
1019
1025
  modalTopBarHeight: string;
1026
+ modalTopbarIconSize: string;
1027
+ modalTopbarIconWrapperSize: string;
1020
1028
  paymentAmountSkeletonBlockHeight: string;
1021
1029
  paymentAmountSkeletonBlockWidth: string;
1022
1030
  paymentAmountSkeletonCircleSize: string;
@@ -1307,6 +1315,7 @@ export declare const useActiveTheme: () => {
1307
1315
  modalOverlay: string;
1308
1316
  };
1309
1317
  moonpayTheme: string;
1318
+ modalZIndex: string;
1310
1319
  } | null | undefined;
1311
1320
  /** 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
1321
  toggleTheme: (colorScheme?: ThemeColorScheme) => void;
@@ -1,7 +1,7 @@
1
1
  import type { AssetBalanceInfo } from '@funkit/api-base';
2
2
  import React, { type ReactNode } from 'react';
3
3
  import type { Address } from 'viem';
4
- import { type UseDisconnectReturnType, type UseReconnectReturnType } from 'wagmi';
4
+ import { type UseDisconnectReturnType, type UseReconnectReturnType } from '../wagmi/hooks';
5
5
  import { type FunkitUserInfo } from '../consts/funkit';
6
6
  /** AssetBalanceInfo with known price and totalUsdValue */
7
7
  export interface KnownAssetBalanceInfo extends AssetBalanceInfo {
@@ -48,7 +48,7 @@ export declare const useFunkitAccount: () => {
48
48
  addresses: readonly [Address, ...Address[]];
49
49
  chain: import("viem").Chain | undefined;
50
50
  chainId: number;
51
- connector: import("wagmi").Connector;
51
+ connector: import("../wagmi/hooks").Connector;
52
52
  isConnecting: false;
53
53
  isDisconnected: false;
54
54
  isReconnecting: false;
@@ -61,7 +61,7 @@ export declare const useFunkitAccount: () => {
61
61
  addresses: readonly Address[] | undefined;
62
62
  chain: import("viem").Chain | undefined;
63
63
  chainId: number | undefined;
64
- connector: import("wagmi").Connector | undefined;
64
+ connector: import("../wagmi/hooks").Connector | undefined;
65
65
  isConnecting: false;
66
66
  isDisconnected: false;
67
67
  isReconnecting: true;
@@ -74,7 +74,7 @@ export declare const useFunkitAccount: () => {
74
74
  addresses: readonly Address[] | undefined;
75
75
  chain: import("viem").Chain | undefined;
76
76
  chainId: number | undefined;
77
- connector: import("wagmi").Connector | undefined;
77
+ connector: import("../wagmi/hooks").Connector | undefined;
78
78
  isReconnecting: false;
79
79
  isConnecting: true;
80
80
  isDisconnected: false;
@@ -99,7 +99,7 @@ export declare const useFunkitReconnect: () => UseReconnectReturnType;
99
99
  export declare const useFunkitSwitchChains: ({ onSettled, }: {
100
100
  onSettled?: () => void;
101
101
  }) => {
102
- switchChain: import("wagmi/query").SwitchChainMutate<import("wagmi").Config, void>;
103
- switchChainAsync: import("wagmi/query").SwitchChainMutateAsync<import("wagmi").Config, void>;
102
+ switchChain: import("wagmi/query").SwitchChainMutate<import("../wagmi/hooks").Config, void>;
103
+ switchChainAsync: import("wagmi/query").SwitchChainMutateAsync<import("../wagmi/hooks").Config, void>;
104
104
  pendingChainId: number | null;
105
105
  };
@@ -0,0 +1,29 @@
1
+ import React from 'react';
2
+ import { type SwappedTheme } from '../utils/swapped';
3
+ export interface SwappedIframeCallbacks {
4
+ onReady: () => void;
5
+ onComplete: () => void;
6
+ onBack: () => void;
7
+ onExit: () => void;
8
+ onNewDeposit: () => void;
9
+ onError: (message: string) => void;
10
+ onNavigation: (step: string) => void;
11
+ }
12
+ interface SwappedContextValue {
13
+ poolUrls: string[];
14
+ loadedIframeUrls: string[];
15
+ setPreloadUrls: (urls: string[]) => void;
16
+ activeUrl: string | null;
17
+ activateIframe: (url: string) => void;
18
+ deactivateIframe: () => void;
19
+ onIframeElementLoaded: (url: string) => void;
20
+ clearIframePool: () => void;
21
+ setIframeRef: (url: string, el: HTMLIFrameElement | null) => void;
22
+ setActiveCallbacks: (cb: SwappedIframeCallbacks | null) => void;
23
+ swappedTheme: SwappedTheme;
24
+ }
25
+ export declare function SwappedProvider({ children }: {
26
+ children: React.ReactNode;
27
+ }): React.JSX.Element;
28
+ export declare function useSwappedContext(): SwappedContextValue;
29
+ export {};
@@ -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;
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  baseTheme,
4
4
  systemFontStack
5
- } from "../chunk-G4ZF44OO.js";
5
+ } from "../chunk-SC53AFEE.js";
6
6
  export {
7
7
  baseTheme,
8
8
  systemFontStack
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  darkTheme
4
- } from "../chunk-K4YHIQ6O.js";
5
- import "../chunk-G4ZF44OO.js";
4
+ } from "../chunk-WSCXOKCX.js";
5
+ import "../chunk-SC53AFEE.js";
6
6
  export {
7
7
  darkTheme
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  lightTheme
4
- } from "../chunk-GOGXF6NC.js";
5
- import "../chunk-G4ZF44OO.js";
4
+ } from "../chunk-XCM74QX2.js";
5
+ import "../chunk-SC53AFEE.js";
6
6
  export {
7
7
  lightTheme
8
8
  };
@@ -4,7 +4,7 @@ export type Evaluate<type> = {
4
4
  [key in keyof type]: type[key];
5
5
  } & unknown;
6
6
  export type WalletProviderFlags = 'isApexWallet' | 'isAvalanche' | 'isBackpack' | 'isBifrost' | 'isBitKeep' | 'isBitski' | 'isBlockWallet' | 'isBraveWallet' | 'isCoinbaseWallet' | 'isDawn' | 'isEnkrypt' | 'isExodus' | 'isFrame' | 'isFrontier' | 'isGamestop' | 'isHyperPay' | 'isImToken' | 'isKuCoinWallet' | 'isMathWallet' | 'isMetaMask' | 'isNestWallet' | 'isOkxWallet' | 'isOKExWallet' | 'isOneInchAndroidWallet' | 'isOneInchIOSWallet' | 'isOpera' | 'isPhantom' | 'isPortal' | 'isRabby' | 'isRainbow' | 'isStatus' | 'isTally' | 'isTokenPocket' | 'isTokenary' | 'isTrust' | 'isTrustWallet' | 'isXDEFI' | 'isZerion' | 'isTalisman' | 'isZeal' | 'isCoin98' | 'isMEWwallet' | 'isSafeheron' | 'isSafePal';
7
- export type WalletProvider = Evaluate<EIP1193Provider & {
7
+ export type WalletProvider = Evaluate<Partial<EIP1193Provider> & {
8
8
  [key in WalletProviderFlags]?: true | undefined;
9
9
  } & {
10
10
  providers?: any[] | undefined;
@@ -1,10 +1,9 @@
1
1
  import { type CheckoutHistoryItem, type CheckoutRefundState, CheckoutState, type DirectExecution } from '@funkit/api-base';
2
2
  import { type ApiFunkitCheckoutQuoteResult, type CheckoutQuoteResponse } from '@funkit/utils';
3
- import { type Config } from '@wagmi/core';
4
3
  import { type Address, type Hex } from 'viem';
5
- import type { UseConfigReturnType } from 'wagmi';
6
4
  import type { ServerCheckoutConfig } from '../domains/clientMetadata';
7
5
  import type { FunkitCheckoutQuoteResult } from '../domains/quote';
6
+ import type { Config, UseConfigReturnType } from '../wagmi/hooks';
8
7
  import { type FunkitCheckoutActionParams, type FunkitCheckoutConfig } from '../providers/FunkitCheckoutContext';
9
8
  export declare const MOONPAY_TIME_ESTIMATE_MS = 120000;
10
9
  export declare const BROKERAGE_TIME_ESTIMATE_MS = 0;
@@ -78,12 +77,6 @@ export declare function getCheckoutItemDisplay({ checkoutConfig, hideAmount, ove
78
77
  * _These are only the fees from our base quote, **not** including the initial transfer / brokerage / card processing fees._
79
78
  */
80
79
  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
80
  /**
88
81
  * Given the result of a quote, calculate the effective exchange rate (target asset / source asset).
89
82
  */
@@ -243,6 +243,14 @@ export declare const flagConfig: {
243
243
  readonly min_token_transfer_value: {
244
244
  readonly type: "string";
245
245
  readonly default_value: string;
246
+ readonly overrides: [{
247
+ readonly if_any: [{
248
+ readonly key: "apiKey";
249
+ readonly type: "isAnyOf";
250
+ readonly values: ["i6e1I8cfX625TTwRJlD2DshKyAoaUtO8aeoaR4i2"];
251
+ }];
252
+ readonly value: string;
253
+ }];
246
254
  };
247
255
  readonly withdrawal_exclude_tokens: {
248
256
  readonly type: "string";
@@ -0,0 +1,12 @@
1
+ import type { Connector } from '../wagmi/hooks';
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>;
@@ -1,2 +1,30 @@
1
1
  import type { SavedFormOfPayment, SwappedFormOfPayment } from '@funkit/api-base';
2
+ import type { ThemeVars } from '../css/sprinkles.css';
2
3
  export declare const isSavedFormOfPaymentType: (fop: SwappedFormOfPayment) => fop is SavedFormOfPayment;
4
+ export declare const getSavedFormOfPaymentDisplayName: (fop: SavedFormOfPayment) => string;
5
+ export declare const getSavedFormOfPaymentIcon: (fop: SavedFormOfPayment) => string;
6
+ export declare function isSwappedOrigin(origin: string): boolean;
7
+ export interface SwappedTheme {
8
+ colors: Record<string, string>;
9
+ radii: Record<string, string>;
10
+ headerHeight: string;
11
+ headerFontWeight: string;
12
+ buttonFontWeight: string;
13
+ modalBottomBarButtonHeight: string;
14
+ iframeBackground: string;
15
+ paddingPrimary: string;
16
+ paddingSecondary: string;
17
+ paddingTertiary: string;
18
+ baseFont?: string;
19
+ secondaryFont?: string;
20
+ topbarIconColor?: string;
21
+ headerIconWrapperSize?: string;
22
+ headerIconSize?: string;
23
+ topbarTextFontSize?: string;
24
+ contentPadding?: string;
25
+ boxPaddingY?: string;
26
+ }
27
+ export declare function buildSwappedTheme(activeTheme: ThemeVars, customFontFamily?: {
28
+ primary?: string;
29
+ secondary?: string;
30
+ }): SwappedTheme;
@@ -0,0 +1,10 @@
1
+ import type { Config } from 'wagmi';
2
+ import { type GetBalanceParameters, type GetBalanceReturnType } from 'wagmi/actions';
3
+ export { estimateGas, getGasPrice, getTransaction, multicall, readContract, } from 'wagmi/actions';
4
+ export type GetBalanceReturnTypeCompat = GetBalanceReturnType & {
5
+ formatted: string;
6
+ };
7
+ type GetBalanceParametersCompat = GetBalanceParameters & {
8
+ token?: `0x${string}`;
9
+ };
10
+ export declare function getBalance(config: Config, params: GetBalanceParametersCompat): Promise<GetBalanceReturnTypeCompat>;
@@ -0,0 +1,2 @@
1
+ export { arbitrum, base, mainnet, optimism, polygon, zora, } from 'wagmi/chains';
2
+ export type { Chain } from 'wagmi/chains';
@@ -0,0 +1,2 @@
1
+ export { coinbaseWallet, injected, mock, safe, walletConnect, } from 'wagmi/connectors';
2
+ export type { CoinbaseWalletParameters, MockParameters, WalletConnectParameters, } from 'wagmi/connectors';
@@ -0,0 +1,4 @@
1
+ export { useAccount, useAccountEffect, useBalance, useConfig, useConnect, useDisconnect, useEnsAvatar, useEnsName, useReconnect, useSendTransaction, useSwitchChain, useWalletClient, useWriteContract, } from 'wagmi';
2
+ export { WagmiProvider } from 'wagmi';
3
+ export { createConfig, createConnector, http } from 'wagmi';
4
+ export type { Config, Connector, CreateConfigParameters, CreateConnectorFn, UseAccountReturnType, UseConfigReturnType, UseDisconnectReturnType, UseReconnectReturnType, WagmiProviderProps, } from 'wagmi';
@@ -0,0 +1 @@
1
+ export type { SwitchChainVariables } from 'wagmi/query';
@@ -1,5 +1,5 @@
1
- import type { Connector, CreateConnectorFn } from 'wagmi';
2
- import type { WalletConnectParameters } from 'wagmi/connectors';
1
+ import type { WalletConnectParameters } from '../wagmi/connectors';
2
+ import type { Connector, CreateConnectorFn } from '../wagmi/hooks';
3
3
  import type { TransactionReceipt } from 'viem';
4
4
  import type { CoinbaseWalletOptions } from './walletConnectors/coinbaseWallet/coinbaseWallet';
5
5
  import type { WalletConnectWalletOptions } from './walletConnectors/walletConnectWallet/walletConnectWallet';
@@ -1,4 +1,4 @@
1
- import type { CreateConnectorFn } from 'wagmi';
1
+ import type { CreateConnectorFn } from '../wagmi/hooks';
2
2
  import type { FunkitConnectWalletConnectParameters, WalletList } from './Wallet';
3
3
  export interface ConnectorsForWalletsParameters {
4
4
  projectId: string;
@@ -1,4 +1,4 @@
1
- import type { CreateConnectorFn } from 'wagmi';
1
+ import type { CreateConnectorFn } from '../wagmi/hooks';
2
2
  import type { WalletList } from './Wallet';
3
3
  import { type ConnectorsForWalletsParameters } from './connectorsForWallets';
4
4
  export declare function getDefaultWallets(parameters: ConnectorsForWalletsParameters): {
@@ -1,8 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  argentWallet
4
- } from "../chunk-WSQ2YJO2.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-VUOAIUZE.js";
5
+ import "../chunk-MAPXJUOO.js";
6
+ import "../chunk-KV4HGYM3.js";
6
7
  export {
7
8
  argentWallet
8
9
  };
@@ -1,9 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  bifrostWallet
4
- } from "../chunk-6677RKVT.js";
5
- import "../chunk-ARYAYQ7Z.js";
6
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-EKJHJFRN.js";
5
+ import "../chunk-MAPXJUOO.js";
6
+ import "../chunk-BAVE62IL.js";
7
+ import "../chunk-KV4HGYM3.js";
7
8
  export {
8
9
  bifrostWallet
9
10
  };
@@ -1,9 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  bitgetWallet
4
- } from "../chunk-O6YFVGVQ.js";
5
- import "../chunk-ARYAYQ7Z.js";
6
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-HOPH3TQ3.js";
5
+ import "../chunk-MAPXJUOO.js";
6
+ import "../chunk-BAVE62IL.js";
7
+ import "../chunk-KV4HGYM3.js";
7
8
  export {
8
9
  bitgetWallet
9
10
  };
@@ -1,8 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bitskiWallet
4
- } from "../chunk-YMUSFW44.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-A7FNGC4A.js";
5
+ import "../chunk-BAVE62IL.js";
6
+ import "../chunk-KV4HGYM3.js";
6
7
  export {
7
8
  bitskiWallet
8
9
  };
@@ -1,8 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bitverseWallet
4
- } from "../chunk-3HZRRP4Y.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-GROWFRGP.js";
5
+ import "../chunk-MAPXJUOO.js";
6
+ import "../chunk-KV4HGYM3.js";
6
7
  export {
7
8
  bitverseWallet
8
9
  };
@@ -1,8 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bloomWallet
4
- } from "../chunk-S27IADFU.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-UB2SSFH7.js";
5
+ import "../chunk-MAPXJUOO.js";
6
+ import "../chunk-KV4HGYM3.js";
6
7
  export {
7
8
  bloomWallet
8
9
  };
@@ -1,8 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  braveWallet
4
- } from "../chunk-4ZXII3UA.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-ZRNBHLUU.js";
5
+ import "../chunk-BAVE62IL.js";
6
+ import "../chunk-KV4HGYM3.js";
6
7
  export {
7
8
  braveWallet
8
9
  };
@@ -1,9 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  bybitWallet
4
- } from "../chunk-5AV2NSL3.js";
5
- import "../chunk-ARYAYQ7Z.js";
6
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-6UCI7GM6.js";
5
+ import "../chunk-MAPXJUOO.js";
6
+ import "../chunk-BAVE62IL.js";
7
+ import "../chunk-KV4HGYM3.js";
7
8
  export {
8
9
  bybitWallet
9
10
  };
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-ARYAYQ7Z.js";
5
+ } from "./chunk-BAVE62IL.js";
6
6
 
7
7
  // src/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.ts
8
8
  import { isSafari } from "@funkit/utils";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-ARYAYQ7Z.js";
5
+ } from "./chunk-BAVE62IL.js";
6
6
 
7
7
  // src/wallets/walletConnectors/tahoWallet/tahoWallet.ts
8
8
  var tahoWallet = () => {