@funkit/connect 0.1.9 → 0.1.12

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 (389) hide show
  1. package/README.md +5 -1
  2. package/dist/__private__/index.d.ts +8 -0
  3. package/dist/chunk-7BFJCGW2.js +24994 -0
  4. package/dist/{chunk-6NU6GSSJ.js → chunk-JC32QCLG.js} +8608 -8461
  5. package/dist/{chunk-W7RO4DCA.js → chunk-Q73FKLU4.js} +1 -0
  6. package/dist/{chunk-ZKI6VFDD.js → chunk-UOUEGWLS.js} +1 -0
  7. package/dist/components/AccountModal/AccountModal.d.ts +6 -0
  8. package/dist/components/AsyncImage/AsyncImage.d.ts +19 -0
  9. package/dist/components/AsyncImage/useAsyncImage.d.ts +3 -0
  10. package/dist/components/Avatar/Avatar.d.ts +9 -0
  11. package/dist/components/Avatar/EmojiAvatar.d.ts +2 -0
  12. package/dist/components/Avatar/emojiAvatarForAddress.d.ts +106 -0
  13. package/dist/components/Box/Box.d.ts +86 -0
  14. package/dist/components/Button/ActionButton.d.ts +14 -0
  15. package/dist/components/ChainModal/ChainModal.css.d.ts +2 -0
  16. package/dist/components/ChainModal/ChainModal.d.ts +6 -0
  17. package/dist/components/CloseButton/CloseButton.d.ts +5 -0
  18. package/dist/components/ConnectButton/ConnectButton.d.ts +28 -0
  19. package/dist/components/ConnectButton/ConnectButtonRenderer.d.ts +39 -0
  20. package/dist/components/ConnectButton/abbreviateETHBalance.d.ts +2 -0
  21. package/dist/components/ConnectButton/formatAddress.d.ts +1 -0
  22. package/dist/components/ConnectButton/formatENS.d.ts +1 -0
  23. package/dist/components/ConnectOptions/ConnectDetails.d.ts +36 -0
  24. package/dist/components/ConnectOptions/DesktopOptions.css.d.ts +4 -0
  25. package/dist/components/ConnectOptions/DesktopOptions.d.ts +15 -0
  26. package/dist/components/ConnectOptions/FunConnectOptions.d.ts +11 -0
  27. package/dist/components/ConnectOptions/MobileOptions.css.d.ts +1 -0
  28. package/dist/components/ConnectOptions/MobileOptions.d.ts +4 -0
  29. package/dist/components/Dialog/Dialog.css.d.ts +5 -0
  30. package/dist/components/Dialog/Dialog.d.ts +12 -0
  31. package/dist/components/Dialog/DialogContent.css.d.ts +6 -0
  32. package/dist/components/Dialog/DialogContent.d.ts +12 -0
  33. package/dist/components/Dialog/FocusTrap.d.ts +2 -0
  34. package/dist/components/Disclaimer/DisclaimerLink.d.ts +5 -0
  35. package/dist/components/Disclaimer/DisclaimerText.d.ts +4 -0
  36. package/dist/components/FunButton/FunBackButton.d.ts +4 -0
  37. package/dist/components/FunButton/FunButton.css.d.ts +3 -0
  38. package/dist/components/FunButton/FunButton.d.ts +18 -0
  39. package/dist/components/FunButton/FunIconButton.d.ts +16 -0
  40. package/dist/components/FunButton/FunLinkButton.d.ts +9 -0
  41. package/dist/components/FunButton/FunViewTxButton.d.ts +4 -0
  42. package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryDetail.d.ts +7 -0
  43. package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryModal.d.ts +8 -0
  44. package/dist/components/FunCheckoutModal/FunCheckoutConfirmation.css.d.ts +7 -0
  45. package/dist/components/FunCheckoutModal/FunCheckoutConfirmationStep.d.ts +9 -0
  46. package/dist/components/FunCheckoutModal/FunCheckoutModal.d.ts +15 -0
  47. package/dist/components/FunCheckoutModal/FunCheckoutPrimaryInfo.d.ts +9 -0
  48. package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.css.d.ts +7 -0
  49. package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.d.ts +12 -0
  50. package/dist/components/FunCheckoutModal/FunCheckoutVerifyDetailsStep.d.ts +6 -0
  51. package/dist/components/FunConfirmDialog/FunConfirmDialog.d.ts +12 -0
  52. package/dist/components/FunConnectModal/FunConnectModal.d.ts +6 -0
  53. package/dist/components/FunContainer/FunContainer.d.ts +11 -0
  54. package/dist/components/FunDevTestModal/FunDevTestModal.d.ts +6 -0
  55. package/dist/components/FunDivider/FunDivider.d.ts +7 -0
  56. package/dist/components/FunInput/FunInput.css.d.ts +2 -0
  57. package/dist/components/FunInput/FunInput.d.ts +28 -0
  58. package/dist/components/FunKeyValue/FunKeyValue.d.ts +24 -0
  59. package/dist/components/FunMeshTwoFactorStep/FunMeshTwoFactorStep.d.ts +9 -0
  60. package/dist/components/FunModalTitleSection/FunModalTitleSection.css.d.ts +7 -0
  61. package/dist/components/FunModalTitleSection/FunModalTitleSection.d.ts +12 -0
  62. package/dist/components/FunNotification/FunCheckoutNotification.d.ts +6 -0
  63. package/dist/components/FunNotification/FunNotification.d.ts +12 -0
  64. package/dist/components/FunOnramp/FunOnramp.css.d.ts +7 -0
  65. package/dist/components/FunOnramp/FunOnrampConfirmation.css.d.ts +7 -0
  66. package/dist/components/FunOnramp/FunOnrampConfirmationStep.d.ts +17 -0
  67. package/dist/components/FunOnramp/FunOnrampInputStep.d.ts +8 -0
  68. package/dist/components/FunOnramp/FunOnrampPrimaryItem.d.ts +5 -0
  69. package/dist/components/FunOnramp/FunOnrampProcessingStep.d.ts +6 -0
  70. package/dist/components/FunPayments/FunPaymentMeshType.css.d.ts +7 -0
  71. package/dist/components/FunPayments/FunPaymentMeshType.d.ts +10 -0
  72. package/dist/components/FunPayments/FunPaymentMethods.d.ts +52 -0
  73. package/dist/components/FunPayments/FunPaymentMoonpayType.css.d.ts +10 -0
  74. package/dist/components/FunPayments/FunPaymentMoonpayType.d.ts +13 -0
  75. package/dist/components/FunPayments/FunPaymentSetup.d.ts +18 -0
  76. package/dist/components/FunPayments/FunPaymentTransferType.css.d.ts +7 -0
  77. package/dist/components/FunPayments/FunPaymentTransferType.d.ts +6 -0
  78. package/dist/components/FunPayments/FunPayments.css.d.ts +7 -0
  79. package/dist/components/FunProgressBar/FunHorizontalStepper.d.ts +7 -0
  80. package/dist/components/FunProgressBar/FunProgressBar.d.ts +6 -0
  81. package/dist/components/FunProgressBar/FunVerticalProgressBar.d.ts +14 -0
  82. package/dist/components/FunSelect/FunClickOutside.d.ts +8 -0
  83. package/dist/components/FunSelect/FunSelect.d.ts +24 -0
  84. package/dist/components/FunSignInFlow/FunSignInStep.css.d.ts +2 -0
  85. package/dist/components/FunSignInFlow/FunSignInStep.d.ts +14 -0
  86. package/dist/components/FunSignInFlow/FunWeb2ConnectingStep/FunWeb2ConnectingStep.css.d.ts +7 -0
  87. package/dist/components/FunSignInFlow/FunWeb2ConnectingStep/FunWeb2ConnectingStep.d.ts +9 -0
  88. package/dist/components/FunSignInFlow/FunWeb3ConnectingStep.css.d.ts +7 -0
  89. package/dist/components/FunSignInFlow/FunWeb3ConnectingStep.d.ts +9 -0
  90. package/dist/components/FunStates/FunErrorContent.d.ts +10 -0
  91. package/dist/components/FunTermsAndConditionsTextButton/FunTermsAndConditionsTextButton.d.ts +2 -0
  92. package/dist/components/FunToast/FunShortToast.css.d.ts +10 -0
  93. package/dist/components/FunToast/FunShortToast.d.ts +3 -0
  94. package/dist/components/FunToast/FunToast.d.ts +18 -0
  95. package/dist/components/FunTransactionSummary/FunTransactionSummary.d.ts +13 -0
  96. package/dist/components/FunkitProvider/AuthenticationContext.d.ts +35 -0
  97. package/dist/components/FunkitProvider/AvatarContext.d.ts +9 -0
  98. package/dist/components/FunkitProvider/CoolModeContext.d.ts +2 -0
  99. package/dist/components/FunkitProvider/FunToastContext.d.ts +11 -0
  100. package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +130 -0
  101. package/dist/components/FunkitProvider/FunkitConfigContext.d.ts +18 -0
  102. package/dist/components/FunkitProvider/FunkitConnectChainContext.d.ts +19 -0
  103. package/dist/components/FunkitProvider/FunkitProvider.d.ts +18 -0
  104. package/dist/components/FunkitProvider/FunkitThemeProvider.d.ts +347 -0
  105. package/dist/components/FunkitProvider/GeneralWalletProvider.d.ts +19 -0
  106. package/dist/components/FunkitProvider/I18nContext.d.ts +9 -0
  107. package/dist/components/FunkitProvider/ModalContext.d.ts +41 -0
  108. package/dist/components/FunkitProvider/ModalSizeContext.d.ts +7 -0
  109. package/dist/components/FunkitProvider/provideFunkitConnectChains.d.ts +3 -0
  110. package/dist/components/FunkitProvider/useCoolMode.d.ts +2 -0
  111. package/dist/components/FunkitProvider/useFingerprint.d.ts +1 -0
  112. package/dist/components/FunkitProvider/usePreloadImages.d.ts +1 -0
  113. package/dist/components/FunkitProvider/walletConnectDeepLink.d.ts +5 -0
  114. package/dist/components/FunkitWeb2Provider/FunkitWeb2Provider.d.ts +67 -0
  115. package/dist/components/Icons/AcornsIcon.d.ts +2 -0
  116. package/dist/components/Icons/AlpacaIcon.d.ts +2 -0
  117. package/dist/components/Icons/Assets.d.ts +3 -0
  118. package/dist/components/Icons/Back.d.ts +2 -0
  119. package/dist/components/Icons/BinanceIcon.d.ts +2 -0
  120. package/dist/components/Icons/BitFlyerIcon.d.ts +2 -0
  121. package/dist/components/Icons/BitstampIcon.d.ts +2 -0
  122. package/dist/components/Icons/BridgeIcon.d.ts +2 -0
  123. package/dist/components/Icons/BybitIcon.d.ts +2 -0
  124. package/dist/components/Icons/Cancel.d.ts +2 -0
  125. package/dist/components/Icons/CexloIcon.d.ts +2 -0
  126. package/dist/components/Icons/ClockIcon.d.ts +2 -0
  127. package/dist/components/Icons/Close.d.ts +2 -0
  128. package/dist/components/Icons/CoinIcon.d.ts +4 -0
  129. package/dist/components/Icons/Coinbase.d.ts +2 -0
  130. package/dist/components/Icons/CoinlistIcon.d.ts +2 -0
  131. package/dist/components/Icons/Connect.d.ts +3 -0
  132. package/dist/components/Icons/Copied.d.ts +2 -0
  133. package/dist/components/Icons/Copy.d.ts +2 -0
  134. package/dist/components/Icons/Create.d.ts +3 -0
  135. package/dist/components/Icons/CreditCardDots.d.ts +2 -0
  136. package/dist/components/Icons/CryptoComIcon.d.ts +2 -0
  137. package/dist/components/Icons/Disconnect.d.ts +2 -0
  138. package/dist/components/Icons/DisconnectSq.d.ts +4 -0
  139. package/dist/components/Icons/Dropdown.d.ts +2 -0
  140. package/dist/components/Icons/EthereumIcon.d.ts +4 -0
  141. package/dist/components/Icons/EtoroIcon.d.ts +2 -0
  142. package/dist/components/Icons/EtradeIcon.d.ts +2 -0
  143. package/dist/components/Icons/Explore.d.ts +2 -0
  144. package/dist/components/Icons/ExternalLink.d.ts +2 -0
  145. package/dist/components/Icons/FunArrows.d.ts +5 -0
  146. package/dist/components/Icons/FunBackIcon.d.ts +2 -0
  147. package/dist/components/Icons/GateIo.d.ts +2 -0
  148. package/dist/components/Icons/GeminiIcon.d.ts +2 -0
  149. package/dist/components/Icons/HuobiIcon.d.ts +2 -0
  150. package/dist/components/Icons/Icons.css.d.ts +3 -0
  151. package/dist/components/Icons/Info.d.ts +3 -0
  152. package/dist/components/Icons/KrakenIcon.d.ts +2 -0
  153. package/dist/components/Icons/KucoinIcon.d.ts +2 -0
  154. package/dist/components/Icons/LightningIcon.d.ts +2 -0
  155. package/dist/components/Icons/LinkIcon.d.ts +2 -0
  156. package/dist/components/Icons/Login.d.ts +3 -0
  157. package/dist/components/Icons/LogoutIcon.d.ts +2 -0
  158. package/dist/components/Icons/MastercardIcon.d.ts +2 -0
  159. package/dist/components/Icons/MmFox.d.ts +2 -0
  160. package/dist/components/Icons/NoAssetsFoundIcon.d.ts +4 -0
  161. package/dist/components/Icons/OkcoinIcon.d.ts +2 -0
  162. package/dist/components/Icons/OkxIcon.d.ts +2 -0
  163. package/dist/components/Icons/PasskeyIcon.d.ts +2 -0
  164. package/dist/components/Icons/PaymentMethodIcons.d.ts +5 -0
  165. package/dist/components/Icons/PlusIcon.d.ts +2 -0
  166. package/dist/components/Icons/ProfileIcon.d.ts +2 -0
  167. package/dist/components/Icons/PublicIcon.d.ts +2 -0
  168. package/dist/components/Icons/ReceiptIcon.d.ts +2 -0
  169. package/dist/components/Icons/Refresh.d.ts +3 -0
  170. package/dist/components/Icons/RobinhoodIcon.d.ts +2 -0
  171. package/dist/components/Icons/Scan.d.ts +3 -0
  172. package/dist/components/Icons/SearchIcon.d.ts +4 -0
  173. package/dist/components/Icons/SettingsIcon.d.ts +2 -0
  174. package/dist/components/Icons/SocialMediaIcons.d.ts +4 -0
  175. package/dist/components/Icons/Spinner.d.ts +5 -0
  176. package/dist/components/Icons/StEthIcon.d.ts +2 -0
  177. package/dist/components/Icons/StashIcon.d.ts +2 -0
  178. package/dist/components/Icons/Success.d.ts +2 -0
  179. package/dist/components/Icons/SuccessNoBorder.d.ts +2 -0
  180. package/dist/components/Icons/SwapIcon.d.ts +2 -0
  181. package/dist/components/Icons/SwitchAccount.d.ts +2 -0
  182. package/dist/components/Icons/TransferIcon.d.ts +2 -0
  183. package/dist/components/Icons/USDCIcon.d.ts +2 -0
  184. package/dist/components/Icons/WalletIcon.d.ts +3 -0
  185. package/dist/components/Icons/WeBullIcon.d.ts +2 -0
  186. package/dist/components/Icons/WhiteDotIcon.d.ts +2 -0
  187. package/dist/components/InfoButton/InfoButton.d.ts +5 -0
  188. package/dist/components/MenuButton/MenuButton.css.d.ts +1 -0
  189. package/dist/components/MenuButton/MenuButton.d.ts +9 -0
  190. package/dist/components/ModalSelection/ModalSelection.css.d.ts +1 -0
  191. package/dist/components/ModalSelection/ModalSelection.d.ts +17 -0
  192. package/dist/components/ProfileDetails/EoaProfileDetails.d.ts +15 -0
  193. package/dist/components/ProfileDetails/FunWalletProfileDetails.d.ts +19 -0
  194. package/dist/components/ProfileDetails/FunWalletProfileViews/FWActivityHistory/FWActivityHistory.css.d.ts +7 -0
  195. package/dist/components/ProfileDetails/FunWalletProfileViews/FWActivityHistory/FWActivityHistory.d.ts +5 -0
  196. package/dist/components/ProfileDetails/FunWalletProfileViews/FWBridge.d.ts +9 -0
  197. package/dist/components/ProfileDetails/FunWalletProfileViews/FWDeposit.d.ts +11 -0
  198. package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/FWHome.css.d.ts +17 -0
  199. package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/FWHomeCheckoutSection.d.ts +4 -0
  200. package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/FWHomeTokenDisplayRow.d.ts +4 -0
  201. package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/index.d.ts +6 -0
  202. package/dist/components/ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.css.d.ts +7 -0
  203. package/dist/components/ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.d.ts +10 -0
  204. package/dist/components/ProfileDetails/FunWalletProfileViews/FWSwap.d.ts +5 -0
  205. package/dist/components/ProfileDetails/FunWalletProfileViews/FunArrowItem.d.ts +4 -0
  206. package/dist/components/ProfileDetails/FunWalletProfileViews/FunSelectionSection.d.ts +11 -0
  207. package/dist/components/ProfileDetails/ProfileDetailsAction.d.ts +10 -0
  208. package/dist/components/QRCode/QRCode.d.ts +13 -0
  209. package/dist/components/SignIn/SignIn.d.ts +5 -0
  210. package/dist/components/SkeletalLoader/SkeletalLoader.css.d.ts +1 -0
  211. package/dist/components/SkeletalLoader/SkeletalLoader.d.ts +2 -0
  212. package/dist/components/Text/Text.d.ts +18 -0
  213. package/dist/components/TwoFaInputField/FunTwoFaInput.d.ts +10 -0
  214. package/dist/components/Txs/TxItem.d.ts +7 -0
  215. package/dist/components/Txs/TxList.d.ts +7 -0
  216. package/dist/components/Txs/Txs.css.d.ts +2 -0
  217. package/dist/components/index.css +1584 -513
  218. package/dist/components/index.d.ts +4 -0
  219. package/dist/components/index.js +3 -3
  220. package/dist/consts/assets.d.ts +26 -0
  221. package/dist/consts/funkit.d.ts +9 -0
  222. package/dist/css/animations.css.d.ts +9 -0
  223. package/dist/css/atoms.d.ts +6 -0
  224. package/dist/css/cssObjectFromTheme.d.ts +6 -0
  225. package/dist/css/cssStringFromTheme.d.ts +4 -0
  226. package/dist/css/reset.css.d.ts +14 -0
  227. package/dist/css/sprinkles.css.d.ts +3492 -0
  228. package/dist/css/touchableStyles.css.d.ts +4 -0
  229. package/dist/css/touchableStyles.d.ts +8 -0
  230. package/dist/hooks/useChainId.d.ts +1 -0
  231. package/dist/hooks/useCheckoutAccountBalanceTransfer.d.ts +31 -0
  232. package/dist/hooks/useCheckoutStateBooleans.d.ts +9 -0
  233. package/dist/hooks/useConnectionStatus.d.ts +7 -0
  234. package/dist/hooks/useDebouncedCallback.d.ts +1 -0
  235. package/dist/hooks/useFunListeners.d.ts +8 -0
  236. package/dist/hooks/useIsMounted.d.ts +1 -0
  237. package/dist/hooks/useMainnet.d.ts +4 -0
  238. package/dist/hooks/useMainnetEnsAvatar.d.ts +1 -0
  239. package/dist/hooks/useMainnetEnsName.d.ts +1 -0
  240. package/dist/hooks/useMesh.d.ts +32 -0
  241. package/dist/hooks/useSymbolRefresh.d.ts +7 -0
  242. package/dist/hooks/useWindowSize.d.ts +4 -0
  243. package/dist/index.css +1584 -513
  244. package/dist/index.d.ts +18 -0
  245. package/dist/index.js +3 -3
  246. package/dist/locales/index.d.ts +3 -0
  247. package/dist/themes/baseTheme.d.ts +25 -0
  248. package/dist/themes/darkTheme.d.ts +85 -0
  249. package/dist/themes/darkTheme.js +1 -1
  250. package/dist/themes/lightTheme.d.ts +85 -0
  251. package/dist/themes/lightTheme.js +1 -1
  252. package/dist/transactions/TransactionStoreContext.d.ts +151 -0
  253. package/dist/transactions/transactionStore.d.ts +21 -0
  254. package/dist/transactions/useAddRecentTransaction.d.ts +2 -0
  255. package/dist/transactions/useClearRecentTransactions.d.ts +1 -0
  256. package/dist/transactions/useRecentTransactions.d.ts +2 -0
  257. package/dist/types.d.ts +4 -0
  258. package/dist/utils/Logger.d.ts +25 -0
  259. package/dist/utils/browsers.d.ts +13 -0
  260. package/dist/utils/chainToExplorerUrl.d.ts +2 -0
  261. package/dist/utils/checkout.d.ts +99 -0
  262. package/dist/utils/colors.d.ts +3 -0
  263. package/dist/utils/emailandPhoneValidator.d.ts +5 -0
  264. package/dist/utils/flatten.d.ts +1 -0
  265. package/dist/utils/formatNumber.d.ts +53 -0
  266. package/dist/utils/formatTimestamp.d.ts +1 -0
  267. package/dist/utils/funkitProvider.d.ts +6 -0
  268. package/dist/utils/funwallet.d.ts +1 -0
  269. package/dist/utils/getWalletConnectUri.d.ts +2 -0
  270. package/dist/utils/groupBy.d.ts +1 -0
  271. package/dist/utils/indexBy.d.ts +1 -0
  272. package/dist/utils/isMobile.d.ts +5 -0
  273. package/dist/utils/isNotNullish.d.ts +1 -0
  274. package/dist/utils/locale.d.ts +1 -0
  275. package/dist/utils/mesh.d.ts +57 -0
  276. package/dist/utils/moonpay.d.ts +1 -0
  277. package/dist/utils/omitUndefinedValues.d.ts +1 -0
  278. package/dist/utils/platforms.d.ts +10 -0
  279. package/dist/wallets/Wallet.d.ts +86 -0
  280. package/dist/wallets/connectorsForWallets.d.ts +2 -0
  281. package/dist/wallets/downloadUrls.d.ts +4 -0
  282. package/dist/wallets/getDefaultWallets.d.ts +11 -0
  283. package/dist/wallets/getInjectedConnector.d.ts +10 -0
  284. package/dist/wallets/getWalletConnectConnector.d.ts +26 -0
  285. package/dist/wallets/recentWalletIds.d.ts +2 -0
  286. package/dist/wallets/useWalletConnectors.d.ts +13 -0
  287. package/dist/wallets/walletConnectors/@funkitConnectWallet/funkitConnectWallet.d.ts +7 -0
  288. package/dist/wallets/walletConnectors/argentWallet/argentWallet.d.ts +16 -0
  289. package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +2 -2
  290. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.d.ts +18 -0
  291. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  292. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.d.ts +39 -0
  293. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  294. package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.d.ts +7 -0
  295. package/dist/wallets/walletConnectors/braveWallet/braveWallet.d.ts +7 -0
  296. package/dist/wallets/walletConnectors/{chunk-WXWQQHAQ.js → chunk-363R4ANA.js} +4 -4
  297. package/dist/wallets/walletConnectors/{chunk-W4DY35PZ.js → chunk-3AGSQ2RN.js} +1 -1
  298. package/dist/wallets/walletConnectors/{chunk-PATI3A3F.js → chunk-3DY3HAMM.js} +1 -1
  299. package/dist/wallets/walletConnectors/{chunk-ECNJY6H5.js → chunk-3EHPYNDW.js} +1 -1
  300. package/dist/wallets/walletConnectors/{chunk-74BR2RAM.js → chunk-5FDGJMHJ.js} +1 -1
  301. package/dist/wallets/walletConnectors/{chunk-3YVOYNPH.js → chunk-AM2WFIQL.js} +1 -1
  302. package/dist/wallets/walletConnectors/{chunk-D76EMZT2.js → chunk-API5X5WH.js} +1 -1
  303. package/dist/wallets/walletConnectors/chunk-BBUYSZBE.js +52 -0
  304. package/dist/wallets/walletConnectors/{chunk-RLZP75FI.js → chunk-BBVH7CPS.js} +4 -4
  305. package/dist/wallets/walletConnectors/{chunk-JARWK7S5.js → chunk-BG2VHSGN.js} +4 -4
  306. package/dist/wallets/walletConnectors/{chunk-NJGDUFM2.js → chunk-BUX4O2MX.js} +1 -1
  307. package/dist/wallets/walletConnectors/{chunk-JVF24YQM.js → chunk-CJA6ERXY.js} +1 -1
  308. package/dist/wallets/walletConnectors/{chunk-YJR5S7NP.js → chunk-EHO5SY4G.js} +4 -4
  309. package/dist/wallets/walletConnectors/chunk-FCZN3LHW.js +71 -0
  310. package/dist/wallets/walletConnectors/chunk-FEDNFTC5.js +71 -0
  311. package/dist/wallets/walletConnectors/{chunk-OH3HGTQV.js → chunk-G62ST53R.js} +1 -1
  312. package/dist/wallets/walletConnectors/chunk-GAP7NFIO.js +84 -0
  313. package/dist/wallets/walletConnectors/{chunk-K4AO45B3.js → chunk-J3HOIBZW.js} +1 -1
  314. package/dist/wallets/walletConnectors/chunk-JEPFSTAY.js +71 -0
  315. package/dist/wallets/walletConnectors/{chunk-M5VGZ2QW.js → chunk-JEVYZEBJ.js} +1 -1
  316. package/dist/wallets/walletConnectors/chunk-JZNHIWCA.js +114 -0
  317. package/dist/wallets/walletConnectors/chunk-K5J2FLUB.js +226 -0
  318. package/dist/wallets/walletConnectors/{chunk-JC5DQVHX.js → chunk-KQ3NBNAM.js} +1 -1
  319. package/dist/wallets/walletConnectors/{chunk-EUSM6MRB.js → chunk-OJAMLRYU.js} +4 -4
  320. package/dist/wallets/walletConnectors/{chunk-ZGVEVXA7.js → chunk-PX5UW3Z2.js} +1 -1
  321. package/dist/wallets/walletConnectors/chunk-QEJK5CFP.js +102 -0
  322. package/dist/wallets/walletConnectors/{chunk-EBNKDT5H.js → chunk-QOK4O2YL.js} +1 -1
  323. package/dist/wallets/walletConnectors/chunk-RZE4WHVP.js +112 -0
  324. package/dist/wallets/walletConnectors/{chunk-KGIRU665.js → chunk-SMDKR4XA.js} +1 -1
  325. package/dist/wallets/walletConnectors/chunk-SMEQQ574.js +117 -0
  326. package/dist/wallets/walletConnectors/{chunk-7HTS7H5B.js → chunk-TOIRQMDJ.js} +1 -1
  327. package/dist/wallets/walletConnectors/chunk-VSCNQC5L.js +105 -0
  328. package/dist/wallets/walletConnectors/chunk-WQ5A5VAG.js +113 -0
  329. package/dist/wallets/walletConnectors/{chunk-237HEA4B.js → chunk-WSYSB5XX.js} +1 -1
  330. package/dist/wallets/walletConnectors/chunk-YK74CZ2K.js +110 -0
  331. package/dist/wallets/walletConnectors/{chunk-IVIQBLOK.js → chunk-YUE47K7K.js} +1 -1
  332. package/dist/wallets/walletConnectors/chunk-ZXXXGTCN.js +81 -0
  333. package/dist/wallets/walletConnectors/clvWallet/clvWallet.d.ts +15 -0
  334. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  335. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.d.ts +22 -0
  336. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  337. package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.d.ts +7 -0
  338. package/dist/wallets/walletConnectors/coreWallet/coreWallet.d.ts +24 -0
  339. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  340. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.d.ts +7 -0
  341. package/dist/wallets/walletConnectors/desigWallet/desigWallet.d.ts +7 -0
  342. package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.d.ts +16 -0
  343. package/dist/wallets/walletConnectors/foxWallet/foxWallet.d.ts +11 -0
  344. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  345. package/dist/wallets/walletConnectors/frameWallet/frameWallet.d.ts +7 -0
  346. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.d.ts +22 -0
  347. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  348. package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.d.ts +16 -0
  349. package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.js +2 -2
  350. package/dist/wallets/walletConnectors/index.d.ts +41 -0
  351. package/dist/wallets/walletConnectors/index.js +60 -60
  352. package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.d.ts +7 -0
  353. package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.d.ts +16 -0
  354. package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +2 -2
  355. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.d.ts +17 -0
  356. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  357. package/dist/wallets/walletConnectors/mewWallet/mewWallet.d.ts +7 -0
  358. package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.d.ts +16 -0
  359. package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +2 -2
  360. package/dist/wallets/walletConnectors/okxWallet/okxWallet.d.ts +17 -0
  361. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  362. package/dist/wallets/walletConnectors/omniWallet/omniWallet.d.ts +16 -0
  363. package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +2 -2
  364. package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.d.ts +11 -0
  365. package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.d.ts +7 -0
  366. package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.d.ts +7 -0
  367. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.d.ts +17 -0
  368. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  369. package/dist/wallets/walletConnectors/safeWallet/safeWallet.d.ts +7 -0
  370. package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.d.ts +12 -0
  371. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.d.ts +22 -0
  372. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  373. package/dist/wallets/walletConnectors/subWallet/subWallet.d.ts +16 -0
  374. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  375. package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.d.ts +12 -0
  376. package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.d.ts +12 -0
  377. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.d.ts +17 -0
  378. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  379. package/dist/wallets/walletConnectors/trustWallet/trustWallet.d.ts +22 -0
  380. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  381. package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.d.ts +16 -0
  382. package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.js +2 -2
  383. package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.d.ts +16 -0
  384. package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.js +2 -2
  385. package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.d.ts +12 -0
  386. package/dist/wallets/walletConnectors/zealWallet/zealWallet.d.ts +7 -0
  387. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.d.ts +17 -0
  388. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  389. package/package.json +7 -5
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  imTokenWallet
4
- } from "../chunk-237HEA4B.js";
5
- import "../chunk-EUSM6MRB.js";
4
+ } from "../chunk-WSYSB5XX.js";
5
+ import "../chunk-OJAMLRYU.js";
6
6
  export {
7
7
  imTokenWallet
8
8
  };
@@ -0,0 +1,41 @@
1
+ import { argentWallet } from './argentWallet/argentWallet';
2
+ import { bifrostWallet } from './bifrostWallet/bifrostWallet';
3
+ import { bitgetWallet, bitKeepWallet } from './bitgetWallet/bitgetWallet';
4
+ import { bitskiWallet } from './bitskiWallet/bitskiWallet';
5
+ import { braveWallet } from './braveWallet/braveWallet';
6
+ import { clvWallet } from './clvWallet/clvWallet';
7
+ import { coin98Wallet } from './coin98Wallet/coin98Wallet';
8
+ import { coinbaseWallet } from './coinbaseWallet/coinbaseWallet';
9
+ import { coreWallet } from './coreWallet/coreWallet';
10
+ import { dawnWallet } from './dawnWallet/dawnWallet';
11
+ import { desigWallet } from './desigWallet/desigWallet';
12
+ import { enkryptWallet } from './enkryptWallet/enkryptWallet';
13
+ import { foxWallet } from './foxWallet/foxWallet';
14
+ import { frameWallet } from './frameWallet/frameWallet';
15
+ import { frontierWallet } from './frontierWallet/frontierWallet';
16
+ import { imTokenWallet } from './imTokenWallet/imTokenWallet';
17
+ import { injectedWallet } from './injectedWallet/injectedWallet';
18
+ import { ledgerWallet } from './ledgerWallet/ledgerWallet';
19
+ import { metaMaskWallet } from './metaMaskWallet/metaMaskWallet';
20
+ import { mewWallet } from './mewWallet/mewWallet';
21
+ import { oktoWallet } from './oktoWallet/oktoWallet';
22
+ import { okxWallet } from './okxWallet/okxWallet';
23
+ import { omniWallet } from './omniWallet/omniWallet';
24
+ import { oneKeyWallet } from './oneKeyWallet/oneKeyWallet';
25
+ import { phantomWallet } from './phantomWallet/phantomWallet';
26
+ import { rabbyWallet } from './rabbyWallet/rabbyWallet';
27
+ import { rainbowWallet } from './rainbowWallet/rainbowWallet';
28
+ import { safeheronWallet } from './safeheronWallet/safeheronWallet';
29
+ import { safepalWallet } from './safepalWallet/safepalWallet';
30
+ import { safeWallet } from './safeWallet/safeWallet';
31
+ import { subWallet } from './subWallet/subWallet';
32
+ import { tahoWallet } from './tahoWallet/tahoWallet';
33
+ import { talismanWallet } from './talismanWallet/talismanWallet';
34
+ import { tokenPocketWallet } from './tokenPocketWallet/tokenPocketWallet';
35
+ import { trustWallet } from './trustWallet/trustWallet';
36
+ import { uniswapWallet } from './uniswapWallet/uniswapWallet';
37
+ import { walletConnectWallet } from './walletConnectWallet/walletConnectWallet';
38
+ import { xdefiWallet } from './xdefiWallet/xdefiWallet';
39
+ import { zealWallet } from './zealWallet/zealWallet';
40
+ import { zerionWallet } from './zerionWallet/zerionWallet';
41
+ export { argentWallet, bifrostWallet, bitgetWallet, bitKeepWallet, bitskiWallet, braveWallet, clvWallet, coin98Wallet, coinbaseWallet, coreWallet, dawnWallet, desigWallet, enkryptWallet, foxWallet, frameWallet, frontierWallet, imTokenWallet, injectedWallet, ledgerWallet, metaMaskWallet, mewWallet, oktoWallet, okxWallet, omniWallet, oneKeyWallet, phantomWallet, rabbyWallet, rainbowWallet, safeheronWallet, safepalWallet, safeWallet, subWallet, tahoWallet, talismanWallet, tokenPocketWallet, trustWallet, uniswapWallet, walletConnectWallet, xdefiWallet, zealWallet, zerionWallet, };
@@ -4,125 +4,125 @@ import {
4
4
  } from "./chunk-QBKHMTGI.js";
5
5
  import {
6
6
  zerionWallet
7
- } from "./chunk-3YVOYNPH.js";
7
+ } from "./chunk-AM2WFIQL.js";
8
8
  import {
9
- safeheronWallet
10
- } from "./chunk-7WTKIVCW.js";
11
- import {
12
- talismanWallet
13
- } from "./chunk-5UETJ33B.js";
9
+ subWallet
10
+ } from "./chunk-JEVYZEBJ.js";
14
11
  import {
15
- trustWallet
16
- } from "./chunk-JVF24YQM.js";
12
+ tahoWallet
13
+ } from "./chunk-OOGGCCFQ.js";
17
14
  import {
18
15
  tokenPocketWallet
19
- } from "./chunk-RLZP75FI.js";
20
- import {
21
- safeWallet
22
- } from "./chunk-BNTZHUB6.js";
16
+ } from "./chunk-QEJK5CFP.js";
23
17
  import {
24
18
  uniswapWallet
25
- } from "./chunk-IVIQBLOK.js";
26
- import {
27
- xdefiWallet
28
- } from "./chunk-5ZLRNFDM.js";
19
+ } from "./chunk-YUE47K7K.js";
29
20
  import {
30
21
  walletConnectWallet
31
- } from "./chunk-D76EMZT2.js";
22
+ } from "./chunk-API5X5WH.js";
32
23
  import {
33
- omniWallet
34
- } from "./chunk-W4DY35PZ.js";
24
+ talismanWallet
25
+ } from "./chunk-5UETJ33B.js";
26
+ import {
27
+ trustWallet
28
+ } from "./chunk-CJA6ERXY.js";
29
+ import {
30
+ xdefiWallet
31
+ } from "./chunk-5ZLRNFDM.js";
35
32
  import {
36
33
  oneKeyWallet
37
34
  } from "./chunk-6CW3SAA3.js";
38
- import {
39
- rabbyWallet
40
- } from "./chunk-TNC2B7LX.js";
41
35
  import {
42
36
  phantomWallet
43
37
  } from "./chunk-KUZFZL2D.js";
44
38
  import {
45
- safepalWallet
46
- } from "./chunk-ZGVEVXA7.js";
39
+ rabbyWallet
40
+ } from "./chunk-TNC2B7LX.js";
41
+ import {
42
+ omniWallet
43
+ } from "./chunk-3AGSQ2RN.js";
47
44
  import {
48
45
  rainbowWallet
49
- } from "./chunk-JARWK7S5.js";
46
+ } from "./chunk-GAP7NFIO.js";
50
47
  import {
51
- subWallet
52
- } from "./chunk-M5VGZ2QW.js";
48
+ safeheronWallet
49
+ } from "./chunk-7WTKIVCW.js";
53
50
  import {
54
- tahoWallet
55
- } from "./chunk-OOGGCCFQ.js";
51
+ safepalWallet
52
+ } from "./chunk-PX5UW3Z2.js";
56
53
  import {
57
- frameWallet
58
- } from "./chunk-MBFEMLUU.js";
54
+ safeWallet
55
+ } from "./chunk-BNTZHUB6.js";
56
+ import {
57
+ injectedWallet
58
+ } from "./chunk-U32TVZ7G.js";
59
59
  import {
60
60
  imTokenWallet
61
- } from "./chunk-237HEA4B.js";
61
+ } from "./chunk-WSYSB5XX.js";
62
+ import {
63
+ foxWallet
64
+ } from "./chunk-TOIRQMDJ.js";
62
65
  import {
63
66
  ledgerWallet
64
- } from "./chunk-EBNKDT5H.js";
67
+ } from "./chunk-QOK4O2YL.js";
65
68
  import {
66
- injectedWallet
67
- } from "./chunk-U32TVZ7G.js";
69
+ metaMaskWallet
70
+ } from "./chunk-K5J2FLUB.js";
68
71
  import {
69
72
  mewWallet
70
73
  } from "./chunk-BZFEDZQJ.js";
71
- import {
72
- metaMaskWallet
73
- } from "./chunk-YJR5S7NP.js";
74
74
  import {
75
75
  okxWallet
76
- } from "./chunk-KGIRU665.js";
76
+ } from "./chunk-SMDKR4XA.js";
77
77
  import {
78
78
  oktoWallet
79
- } from "./chunk-ECNJY6H5.js";
80
- import {
81
- coinbaseWallet
82
- } from "./chunk-WFTAXMQP.js";
83
- import "./chunk-UZ5XLPAW.js";
79
+ } from "./chunk-3EHPYNDW.js";
84
80
  import {
85
81
  clvWallet
86
- } from "./chunk-OH3HGTQV.js";
82
+ } from "./chunk-G62ST53R.js";
87
83
  import {
88
- coreWallet
89
- } from "./chunk-PATI3A3F.js";
84
+ dawnWallet
85
+ } from "./chunk-QJNS6IE4.js";
90
86
  import {
91
87
  enkryptWallet
92
88
  } from "./chunk-ND76X5A2.js";
93
- import {
94
- dawnWallet
95
- } from "./chunk-QJNS6IE4.js";
96
89
  import {
97
90
  desigWallet
98
91
  } from "./chunk-SXUVHZCG.js";
99
92
  import {
100
- foxWallet
101
- } from "./chunk-7HTS7H5B.js";
93
+ frameWallet
94
+ } from "./chunk-MBFEMLUU.js";
95
+ import {
96
+ coin98Wallet
97
+ } from "./chunk-KQ3NBNAM.js";
98
+ import {
99
+ coinbaseWallet
100
+ } from "./chunk-WFTAXMQP.js";
101
+ import "./chunk-UZ5XLPAW.js";
102
102
  import {
103
103
  frontierWallet
104
- } from "./chunk-K4AO45B3.js";
104
+ } from "./chunk-J3HOIBZW.js";
105
105
  import {
106
106
  argentWallet
107
- } from "./chunk-NJGDUFM2.js";
107
+ } from "./chunk-BUX4O2MX.js";
108
108
  import {
109
109
  bifrostWallet
110
- } from "./chunk-WXWQQHAQ.js";
110
+ } from "./chunk-ZXXXGTCN.js";
111
111
  import {
112
112
  bitKeepWallet,
113
113
  bitgetWallet
114
- } from "./chunk-74BR2RAM.js";
114
+ } from "./chunk-5FDGJMHJ.js";
115
115
  import "./chunk-ZOLACFTK.js";
116
116
  import {
117
117
  bitskiWallet
118
118
  } from "./chunk-FL3REGA5.js";
119
- import {
120
- coin98Wallet
121
- } from "./chunk-JC5DQVHX.js";
122
- import "./chunk-EUSM6MRB.js";
123
119
  import {
124
120
  braveWallet
125
121
  } from "./chunk-INSQDNCE.js";
122
+ import {
123
+ coreWallet
124
+ } from "./chunk-3DY3HAMM.js";
125
+ import "./chunk-OJAMLRYU.js";
126
126
  export {
127
127
  argentWallet,
128
128
  bifrostWallet,
@@ -0,0 +1,7 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import { Wallet } from '../../Wallet';
4
+ export interface InjectedWalletOptions {
5
+ chains: Chain[];
6
+ }
7
+ export declare const injectedWallet: ({ chains, ...options }: InjectedWalletOptions & InjectedConnectorOptions) => Wallet;
@@ -0,0 +1,16 @@
1
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
2
+ import type { WalletConnectConnectorOptions, WalletConnectLegacyConnectorOptions } from '../../getWalletConnectConnector';
3
+ import { Wallet } from '../../Wallet';
4
+ export interface LedgerWalletLegacyOptions {
5
+ projectId?: string;
6
+ chains: Chain[];
7
+ walletConnectVersion: '1';
8
+ walletConnectOptions?: WalletConnectLegacyConnectorOptions;
9
+ }
10
+ export interface LedgerWalletOptions {
11
+ projectId: string;
12
+ chains: Chain[];
13
+ walletConnectVersion?: '2';
14
+ walletConnectOptions?: WalletConnectConnectorOptions;
15
+ }
16
+ export declare const ledgerWallet: ({ chains, projectId, walletConnectOptions, walletConnectVersion, }: LedgerWalletLegacyOptions | LedgerWalletOptions) => Wallet;
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  ledgerWallet
4
- } from "../chunk-EBNKDT5H.js";
4
+ } from "../chunk-QOK4O2YL.js";
5
5
  import "../chunk-ZOLACFTK.js";
6
- import "../chunk-EUSM6MRB.js";
6
+ import "../chunk-OJAMLRYU.js";
7
7
  export {
8
8
  ledgerWallet
9
9
  };
@@ -0,0 +1,17 @@
1
+ import type { MetaMaskConnectorOptions } from '@wagmi/core/connectors/metaMask';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import type { WalletConnectConnectorOptions, WalletConnectLegacyConnectorOptions } from '../../getWalletConnectConnector';
4
+ import { Wallet } from '../../Wallet';
5
+ export interface MetaMaskWalletLegacyOptions {
6
+ projectId?: string;
7
+ chains: Chain[];
8
+ walletConnectVersion: '1';
9
+ walletConnectOptions?: WalletConnectLegacyConnectorOptions;
10
+ }
11
+ export interface MetaMaskWalletOptions {
12
+ projectId: string;
13
+ chains: Chain[];
14
+ walletConnectVersion?: '2';
15
+ walletConnectOptions?: WalletConnectConnectorOptions;
16
+ }
17
+ export declare const metaMaskWallet: ({ chains, projectId, walletConnectOptions, walletConnectVersion, ...options }: (MetaMaskWalletLegacyOptions | MetaMaskWalletOptions) & MetaMaskConnectorOptions) => Wallet;
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-YJR5S7NP.js";
4
+ } from "../chunk-K5J2FLUB.js";
5
5
  import "../chunk-ZOLACFTK.js";
6
- import "../chunk-EUSM6MRB.js";
6
+ import "../chunk-OJAMLRYU.js";
7
7
  export {
8
8
  metaMaskWallet
9
9
  };
@@ -0,0 +1,7 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import { Wallet } from '../../Wallet';
4
+ export interface MewWalletOptions {
5
+ chains: Chain[];
6
+ }
7
+ export declare const mewWallet: ({ chains, ...options }: MewWalletOptions & InjectedConnectorOptions) => Wallet;
@@ -0,0 +1,16 @@
1
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
2
+ import type { WalletConnectConnectorOptions, WalletConnectLegacyConnectorOptions } from '../../getWalletConnectConnector';
3
+ import { Wallet } from '../../Wallet';
4
+ export interface OktoWalletLegacyOptions {
5
+ projectId?: string;
6
+ chains: Chain[];
7
+ walletConnectVersion: '1';
8
+ walletConnectOptions?: WalletConnectLegacyConnectorOptions;
9
+ }
10
+ export interface OktoWalletOptions {
11
+ projectId: string;
12
+ chains: Chain[];
13
+ walletConnectVersion?: '2';
14
+ walletConnectOptions?: WalletConnectConnectorOptions;
15
+ }
16
+ export declare const oktoWallet: ({ chains, projectId, walletConnectOptions, walletConnectVersion, }: OktoWalletLegacyOptions | OktoWalletOptions) => Wallet;
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  oktoWallet
4
- } from "../chunk-ECNJY6H5.js";
4
+ } from "../chunk-3EHPYNDW.js";
5
5
  import "../chunk-ZOLACFTK.js";
6
- import "../chunk-EUSM6MRB.js";
6
+ import "../chunk-OJAMLRYU.js";
7
7
  export {
8
8
  oktoWallet
9
9
  };
@@ -0,0 +1,17 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core/connectors/injected';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import type { WalletConnectConnectorOptions, WalletConnectLegacyConnectorOptions } from '../../getWalletConnectConnector';
4
+ import { Wallet } from '../../Wallet';
5
+ export interface OKXWalletLegacyOptions {
6
+ projectId?: string;
7
+ chains: Chain[];
8
+ walletConnectVersion: '1';
9
+ walletConnectOptions?: WalletConnectLegacyConnectorOptions;
10
+ }
11
+ export interface OKXWalletOptions {
12
+ projectId: string;
13
+ chains: Chain[];
14
+ walletConnectVersion?: '2';
15
+ walletConnectOptions?: WalletConnectConnectorOptions;
16
+ }
17
+ export declare const okxWallet: ({ chains, projectId, walletConnectOptions, walletConnectVersion, ...options }: (OKXWalletLegacyOptions | OKXWalletOptions) & InjectedConnectorOptions) => Wallet;
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-KGIRU665.js";
4
+ } from "../chunk-SMDKR4XA.js";
5
5
  import "../chunk-ZOLACFTK.js";
6
- import "../chunk-EUSM6MRB.js";
6
+ import "../chunk-OJAMLRYU.js";
7
7
  export {
8
8
  okxWallet
9
9
  };
@@ -0,0 +1,16 @@
1
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
2
+ import type { WalletConnectConnectorOptions, WalletConnectLegacyConnectorOptions } from '../../getWalletConnectConnector';
3
+ import { Wallet } from '../../Wallet';
4
+ export interface OmniWalletLegacyOptions {
5
+ projectId?: string;
6
+ chains: Chain[];
7
+ walletConnectVersion: '1';
8
+ walletConnectOptions?: WalletConnectLegacyConnectorOptions;
9
+ }
10
+ export interface OmniWalletOptions {
11
+ projectId: string;
12
+ chains: Chain[];
13
+ walletConnectVersion?: '2';
14
+ walletConnectOptions?: WalletConnectConnectorOptions;
15
+ }
16
+ export declare const omniWallet: ({ chains, projectId, walletConnectOptions, walletConnectVersion, }: OmniWalletLegacyOptions | OmniWalletOptions) => Wallet;
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  omniWallet
4
- } from "../chunk-W4DY35PZ.js";
4
+ } from "../chunk-3AGSQ2RN.js";
5
5
  import "../chunk-ZOLACFTK.js";
6
- import "../chunk-EUSM6MRB.js";
6
+ import "../chunk-OJAMLRYU.js";
7
7
  export {
8
8
  omniWallet
9
9
  };
@@ -0,0 +1,11 @@
1
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
2
+ import { Wallet } from '../../Wallet';
3
+ export interface OnekeyWalletOptions {
4
+ chains: Chain[];
5
+ }
6
+ declare global {
7
+ interface Window {
8
+ $onekey: any;
9
+ }
10
+ }
11
+ export declare const oneKeyWallet: ({ chains }: OnekeyWalletOptions) => Wallet;
@@ -0,0 +1,7 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core/connectors/injected';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import { Wallet } from '../../Wallet';
4
+ export interface PhantomWalletOptions {
5
+ chains: Chain[];
6
+ }
7
+ export declare const phantomWallet: ({ chains, ...options }: PhantomWalletOptions & InjectedConnectorOptions) => Wallet;
@@ -0,0 +1,7 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core/connectors/injected';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import { Wallet } from '../../Wallet';
4
+ export interface RabbyWalletOptions {
5
+ chains: Chain[];
6
+ }
7
+ export declare const rabbyWallet: ({ chains, ...options }: RabbyWalletOptions & InjectedConnectorOptions) => Wallet;
@@ -0,0 +1,17 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import type { WalletConnectConnectorOptions, WalletConnectLegacyConnectorOptions } from '../../getWalletConnectConnector';
4
+ import { Wallet } from '../../Wallet';
5
+ export interface RainbowWalletLegacyOptions {
6
+ projectId?: string;
7
+ chains: Chain[];
8
+ walletConnectVersion: '1';
9
+ walletConnectOptions?: WalletConnectLegacyConnectorOptions;
10
+ }
11
+ export interface RainbowWalletOptions {
12
+ projectId: string;
13
+ chains: Chain[];
14
+ walletConnectVersion?: '2';
15
+ walletConnectOptions?: WalletConnectConnectorOptions;
16
+ }
17
+ export declare const rainbowWallet: ({ chains, projectId, walletConnectOptions, walletConnectVersion, ...options }: (RainbowWalletLegacyOptions | RainbowWalletOptions) & InjectedConnectorOptions) => Wallet;
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-JARWK7S5.js";
4
+ } from "../chunk-GAP7NFIO.js";
5
5
  import "../chunk-UZ5XLPAW.js";
6
6
  import "../chunk-ZOLACFTK.js";
7
- import "../chunk-EUSM6MRB.js";
7
+ import "../chunk-OJAMLRYU.js";
8
8
  export {
9
9
  rainbowWallet
10
10
  };
@@ -0,0 +1,7 @@
1
+ import type { SafeConnectorOptions } from 'wagmi/connectors/safe';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import { Wallet } from '../../Wallet';
4
+ export interface SafeWalletOptions {
5
+ chains: Chain[];
6
+ }
7
+ export declare const safeWallet: ({ chains, ...options }: SafeWalletOptions & SafeConnectorOptions) => Wallet;
@@ -0,0 +1,12 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import { Wallet } from '../../Wallet';
4
+ export interface SafeheronWalletOptions {
5
+ chains: Chain[];
6
+ }
7
+ declare global {
8
+ interface Window {
9
+ safeheron: any;
10
+ }
11
+ }
12
+ export declare const safeheronWallet: ({ chains, ...options }: SafeheronWalletOptions & InjectedConnectorOptions) => Wallet;
@@ -0,0 +1,22 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core/connectors/injected';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import type { WalletConnectConnectorOptions, WalletConnectLegacyConnectorOptions } from '../../getWalletConnectConnector';
4
+ import { Wallet } from '../../Wallet';
5
+ declare global {
6
+ interface Window {
7
+ safepalProvider: Window['ethereum'];
8
+ }
9
+ }
10
+ export interface SafepalWalletLegacyOptions {
11
+ projectId?: string;
12
+ chains: Chain[];
13
+ walletConnectVersion: '1';
14
+ walletConnectOptions?: WalletConnectLegacyConnectorOptions;
15
+ }
16
+ export interface SafepalWalletOptions {
17
+ projectId: string;
18
+ chains: Chain[];
19
+ walletConnectVersion?: '2';
20
+ walletConnectOptions?: WalletConnectConnectorOptions;
21
+ }
22
+ export declare const safepalWallet: ({ chains, projectId, walletConnectOptions, walletConnectVersion, ...options }: (SafepalWalletLegacyOptions | SafepalWalletOptions) & InjectedConnectorOptions) => Wallet;
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  safepalWallet
4
- } from "../chunk-ZGVEVXA7.js";
5
- import "../chunk-EUSM6MRB.js";
4
+ } from "../chunk-PX5UW3Z2.js";
5
+ import "../chunk-OJAMLRYU.js";
6
6
  export {
7
7
  safepalWallet
8
8
  };
@@ -0,0 +1,16 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core/connectors/injected';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import { WalletConnectConnectorOptions } from '../../getWalletConnectConnector';
4
+ import { Wallet } from '../../Wallet';
5
+ declare global {
6
+ interface Window {
7
+ SubWallet: Window['ethereum'];
8
+ }
9
+ }
10
+ export interface SubWalletOptions {
11
+ projectId: string;
12
+ chains: Chain[];
13
+ walletConnectVersion?: '2';
14
+ walletConnectOptions?: WalletConnectConnectorOptions;
15
+ }
16
+ export declare const subWallet: ({ chains, projectId, walletConnectOptions, walletConnectVersion, ...options }: SubWalletOptions & InjectedConnectorOptions) => Wallet;
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  subWallet
4
- } from "../chunk-M5VGZ2QW.js";
5
- import "../chunk-EUSM6MRB.js";
4
+ } from "../chunk-JEVYZEBJ.js";
5
+ import "../chunk-OJAMLRYU.js";
6
6
  export {
7
7
  subWallet
8
8
  };
@@ -0,0 +1,12 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core/connectors/injected';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import { Wallet } from '../../Wallet';
4
+ export interface TahoWalletOptions {
5
+ chains: Chain[];
6
+ }
7
+ declare global {
8
+ interface Window {
9
+ tally: any;
10
+ }
11
+ }
12
+ export declare const tahoWallet: ({ chains, ...options }: TahoWalletOptions & InjectedConnectorOptions) => Wallet;
@@ -0,0 +1,12 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core/connectors/injected';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import { Wallet } from '../../Wallet';
4
+ declare global {
5
+ interface Window {
6
+ talismanEth: Window['ethereum'];
7
+ }
8
+ }
9
+ export interface TalismanWalletOptions {
10
+ chains: Chain[];
11
+ }
12
+ export declare const talismanWallet: ({ chains, ...options }: TalismanWalletOptions & InjectedConnectorOptions) => Wallet;
@@ -0,0 +1,17 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core/connectors/injected';
2
+ import type { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import type { WalletConnectConnectorOptions, WalletConnectLegacyConnectorOptions } from '../../getWalletConnectConnector';
4
+ import type { Wallet } from '../../Wallet';
5
+ export interface TokenPocketWalletLegacyOptions {
6
+ projectId?: string;
7
+ chains: Chain[];
8
+ walletConnectVersion: '1';
9
+ walletConnectOptions?: WalletConnectLegacyConnectorOptions;
10
+ }
11
+ export interface TokenPocketWalletOptions {
12
+ projectId: string;
13
+ chains: Chain[];
14
+ walletConnectVersion?: '2';
15
+ walletConnectOptions?: WalletConnectConnectorOptions;
16
+ }
17
+ export declare const tokenPocketWallet: ({ chains, projectId, walletConnectOptions, walletConnectVersion, }: (TokenPocketWalletLegacyOptions | TokenPocketWalletOptions) & InjectedConnectorOptions) => Wallet;
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenPocketWallet
4
- } from "../chunk-RLZP75FI.js";
4
+ } from "../chunk-QEJK5CFP.js";
5
5
  import "../chunk-ZOLACFTK.js";
6
- import "../chunk-EUSM6MRB.js";
6
+ import "../chunk-OJAMLRYU.js";
7
7
  export {
8
8
  tokenPocketWallet
9
9
  };
@@ -0,0 +1,22 @@
1
+ import type { InjectedConnectorOptions } from '@wagmi/core/connectors/injected';
2
+ import { Chain } from '../../../components/FunkitProvider/FunkitConnectChainContext';
3
+ import type { WalletConnectConnectorOptions, WalletConnectLegacyConnectorOptions } from '../../getWalletConnectConnector';
4
+ import { Wallet } from '../../Wallet';
5
+ declare global {
6
+ interface Window {
7
+ trustwallet: Window['ethereum'];
8
+ }
9
+ }
10
+ export interface TrustWalletLegacyOptions {
11
+ projectId?: string;
12
+ chains: Chain[];
13
+ walletConnectVersion: '1';
14
+ walletConnectOptions?: WalletConnectLegacyConnectorOptions;
15
+ }
16
+ export interface TrustWalletOptions {
17
+ projectId: string;
18
+ chains: Chain[];
19
+ walletConnectVersion?: '2';
20
+ walletConnectOptions?: WalletConnectConnectorOptions;
21
+ }
22
+ export declare const trustWallet: ({ chains, projectId, walletConnectOptions, walletConnectVersion, ...options }: (TrustWalletLegacyOptions | TrustWalletOptions) & InjectedConnectorOptions) => Wallet;