@funkit/connect 0.1.10 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__private__/index.d.ts +8 -0
- package/dist/{chunk-X25RSAGB.js → chunk-BQU2NRO5.js} +12577 -12351
- package/dist/{chunk-W7RO4DCA.js → chunk-Q73FKLU4.js} +1 -0
- package/dist/{chunk-ZKI6VFDD.js → chunk-UOUEGWLS.js} +1 -0
- package/dist/components/AccountModal/AccountModal.d.ts +6 -0
- package/dist/components/AsyncImage/AsyncImage.d.ts +19 -0
- package/dist/components/AsyncImage/useAsyncImage.d.ts +3 -0
- package/dist/components/Avatar/Avatar.d.ts +9 -0
- package/dist/components/Avatar/EmojiAvatar.d.ts +2 -0
- package/dist/components/Avatar/emojiAvatarForAddress.d.ts +106 -0
- package/dist/components/Box/Box.d.ts +86 -0
- package/dist/components/Button/ActionButton.d.ts +14 -0
- package/dist/components/ChainModal/ChainModal.css.d.ts +2 -0
- package/dist/components/ChainModal/ChainModal.d.ts +6 -0
- package/dist/components/CloseButton/CloseButton.d.ts +5 -0
- package/dist/components/ConnectButton/ConnectButton.d.ts +28 -0
- package/dist/components/ConnectButton/ConnectButtonRenderer.d.ts +39 -0
- package/dist/components/ConnectButton/abbreviateETHBalance.d.ts +2 -0
- package/dist/components/ConnectButton/formatAddress.d.ts +1 -0
- package/dist/components/ConnectButton/formatENS.d.ts +1 -0
- package/dist/components/ConnectOptions/ConnectDetails.d.ts +36 -0
- package/dist/components/ConnectOptions/DesktopOptions.css.d.ts +4 -0
- package/dist/components/ConnectOptions/DesktopOptions.d.ts +15 -0
- package/dist/components/ConnectOptions/FunConnectOptions.d.ts +11 -0
- package/dist/components/ConnectOptions/MobileOptions.css.d.ts +1 -0
- package/dist/components/ConnectOptions/MobileOptions.d.ts +4 -0
- package/dist/components/Dialog/Dialog.css.d.ts +5 -0
- package/dist/components/Dialog/Dialog.d.ts +12 -0
- package/dist/components/Dialog/DialogContent.css.d.ts +6 -0
- package/dist/components/Dialog/DialogContent.d.ts +12 -0
- package/dist/components/Dialog/FocusTrap.d.ts +2 -0
- package/dist/components/Disclaimer/DisclaimerLink.d.ts +5 -0
- package/dist/components/Disclaimer/DisclaimerText.d.ts +4 -0
- package/dist/components/FunButton/FunBackButton.d.ts +4 -0
- package/dist/components/FunButton/FunButton.css.d.ts +3 -0
- package/dist/components/FunButton/FunButton.d.ts +18 -0
- package/dist/components/FunButton/FunIconButton.d.ts +16 -0
- package/dist/components/FunButton/FunLinkButton.d.ts +9 -0
- package/dist/components/FunButton/FunViewTxButton.d.ts +4 -0
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryDetail.d.ts +8 -0
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryModal.d.ts +8 -0
- package/dist/components/FunCheckoutModal/FunCheckoutConfirmation.css.d.ts +7 -0
- package/dist/components/FunCheckoutModal/FunCheckoutConfirmationStep.d.ts +9 -0
- package/dist/components/FunCheckoutModal/FunCheckoutModal.d.ts +15 -0
- package/dist/components/FunCheckoutModal/FunCheckoutPrimaryInfo.d.ts +9 -0
- package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.css.d.ts +7 -0
- package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.d.ts +12 -0
- package/dist/components/FunCheckoutModal/FunCheckoutVerifyDetailsStep.d.ts +6 -0
- package/dist/components/FunConnectModal/FunConnectModal.d.ts +6 -0
- package/dist/components/FunContainer/FunContainer.d.ts +11 -0
- package/dist/components/FunDevTestModal/FunDevTestModal.d.ts +6 -0
- package/dist/components/FunDivider/FunDivider.d.ts +7 -0
- package/dist/components/FunInput/FunInput.css.d.ts +2 -0
- package/dist/components/FunInput/FunInput.d.ts +28 -0
- package/dist/components/FunKeyValue/FunKeyValue.d.ts +25 -0
- package/dist/components/FunMeshTwoFactorStep/FunMeshTwoFactorStep.d.ts +9 -0
- package/dist/components/FunModalTitleSection/FunModalTitleSection.css.d.ts +7 -0
- package/dist/components/FunModalTitleSection/FunModalTitleSection.d.ts +12 -0
- package/dist/components/FunNotification/FunCheckoutNotification.d.ts +6 -0
- package/dist/components/FunNotification/FunNotification.d.ts +12 -0
- package/dist/components/FunOnramp/FunOnramp.css.d.ts +7 -0
- package/dist/components/FunOnramp/FunOnrampConfirmation.css.d.ts +7 -0
- package/dist/components/FunOnramp/FunOnrampConfirmationStep.d.ts +18 -0
- package/dist/components/FunOnramp/FunOnrampInputStep.d.ts +10 -0
- package/dist/components/FunOnramp/FunOnrampPrimaryItem.d.ts +5 -0
- package/dist/components/FunOnramp/FunOnrampProcessingStep.d.ts +6 -0
- package/dist/components/FunOnramp/FunOnrampTokenPill.d.ts +7 -0
- package/dist/components/FunPayments/FunPaymentMeshType.css.d.ts +7 -0
- package/dist/components/FunPayments/FunPaymentMeshType.d.ts +10 -0
- package/dist/components/FunPayments/FunPaymentMethods.d.ts +55 -0
- package/dist/components/FunPayments/FunPaymentMoonpayType.css.d.ts +10 -0
- package/dist/components/FunPayments/FunPaymentMoonpayType.d.ts +13 -0
- package/dist/components/FunPayments/FunPaymentSetup.d.ts +18 -0
- package/dist/components/FunPayments/FunPaymentTransferType.css.d.ts +7 -0
- package/dist/components/FunPayments/FunPaymentTransferType.d.ts +6 -0
- package/dist/components/FunPayments/FunPayments.css.d.ts +7 -0
- package/dist/components/FunProgressBar/FunHorizontalStepper.d.ts +7 -0
- package/dist/components/FunProgressBar/FunProgressBar.d.ts +6 -0
- package/dist/components/FunProgressBar/FunVerticalProgressBar.d.ts +14 -0
- package/dist/components/FunSelect/FunClickOutside.d.ts +8 -0
- package/dist/components/FunSelect/FunSelect.d.ts +26 -0
- package/dist/components/FunSignInFlow/FunSignInStep.css.d.ts +2 -0
- package/dist/components/FunSignInFlow/FunSignInStep.d.ts +14 -0
- package/dist/components/FunSignInFlow/FunWeb2ConnectingStep/FunWeb2ConnectingStep.css.d.ts +7 -0
- package/dist/components/FunSignInFlow/FunWeb2ConnectingStep/FunWeb2ConnectingStep.d.ts +9 -0
- package/dist/components/FunSignInFlow/FunWeb3ConnectingStep.css.d.ts +7 -0
- package/dist/components/FunSignInFlow/FunWeb3ConnectingStep.d.ts +9 -0
- package/dist/components/FunStates/FunErrorContent.d.ts +10 -0
- package/dist/components/FunTermsAndConditionsTextButton/FunTermsAndConditionsTextButton.d.ts +2 -0
- package/dist/components/FunToast/FunShortToast.css.d.ts +10 -0
- package/dist/components/FunToast/FunShortToast.d.ts +3 -0
- package/dist/components/FunToast/FunToast.d.ts +18 -0
- package/dist/components/FunTransactionSummary/FunTransactionSummary.d.ts +22 -0
- package/dist/components/FunkitProvider/AuthenticationContext.d.ts +35 -0
- package/dist/components/FunkitProvider/AvatarContext.d.ts +9 -0
- package/dist/components/FunkitProvider/CoolModeContext.d.ts +2 -0
- package/dist/components/FunkitProvider/FunToastContext.d.ts +11 -0
- package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +142 -0
- package/dist/components/FunkitProvider/FunkitConfigContext.d.ts +20 -0
- package/dist/components/FunkitProvider/FunkitConnectChainContext.d.ts +19 -0
- package/dist/components/FunkitProvider/FunkitProvider.d.ts +18 -0
- package/dist/components/FunkitProvider/FunkitThemeProvider.d.ts +347 -0
- package/dist/components/FunkitProvider/GeneralWalletProvider.d.ts +24 -0
- package/dist/components/FunkitProvider/I18nContext.d.ts +9 -0
- package/dist/components/FunkitProvider/ModalContext.d.ts +37 -0
- package/dist/components/FunkitProvider/ModalSizeContext.d.ts +7 -0
- package/dist/components/FunkitProvider/provideFunkitConnectChains.d.ts +3 -0
- package/dist/components/FunkitProvider/useCoolMode.d.ts +2 -0
- package/dist/components/FunkitProvider/useFingerprint.d.ts +1 -0
- package/dist/components/FunkitProvider/usePreloadImages.d.ts +1 -0
- package/dist/components/FunkitProvider/walletConnectDeepLink.d.ts +5 -0
- package/dist/components/FunkitWeb2Provider/FunkitWeb2Provider.d.ts +68 -0
- package/dist/components/Icons/AcornsIcon.d.ts +2 -0
- package/dist/components/Icons/AlpacaIcon.d.ts +2 -0
- package/dist/components/Icons/Assets.d.ts +3 -0
- package/dist/components/Icons/Back.d.ts +2 -0
- package/dist/components/Icons/BinanceIcon.d.ts +2 -0
- package/dist/components/Icons/BitFlyerIcon.d.ts +2 -0
- package/dist/components/Icons/BitstampIcon.d.ts +2 -0
- package/dist/components/Icons/BridgeIcon.d.ts +2 -0
- package/dist/components/Icons/BybitIcon.d.ts +2 -0
- package/dist/components/Icons/Cancel.d.ts +2 -0
- package/dist/components/Icons/CexloIcon.d.ts +2 -0
- package/dist/components/Icons/ClockIcon.d.ts +2 -0
- package/dist/components/Icons/Close.d.ts +2 -0
- package/dist/components/Icons/CoinIcon.d.ts +4 -0
- package/dist/components/Icons/Coinbase.d.ts +2 -0
- package/dist/components/Icons/CoinlistIcon.d.ts +2 -0
- package/dist/components/Icons/Connect.d.ts +3 -0
- package/dist/components/Icons/Copied.d.ts +2 -0
- package/dist/components/Icons/Copy.d.ts +2 -0
- package/dist/components/Icons/Create.d.ts +3 -0
- package/dist/components/Icons/CreditCardDots.d.ts +2 -0
- package/dist/components/Icons/CryptoComIcon.d.ts +2 -0
- package/dist/components/Icons/Disconnect.d.ts +2 -0
- package/dist/components/Icons/DisconnectSq.d.ts +4 -0
- package/dist/components/Icons/Dropdown.d.ts +2 -0
- package/dist/components/Icons/EthereumIcon.d.ts +4 -0
- package/dist/components/Icons/EtoroIcon.d.ts +2 -0
- package/dist/components/Icons/EtradeIcon.d.ts +2 -0
- package/dist/components/Icons/Explore.d.ts +2 -0
- package/dist/components/Icons/ExternalLink.d.ts +2 -0
- package/dist/components/Icons/FunArrows.d.ts +5 -0
- package/dist/components/Icons/FunBackIcon.d.ts +2 -0
- package/dist/components/Icons/GateIo.d.ts +2 -0
- package/dist/components/Icons/GeminiIcon.d.ts +2 -0
- package/dist/components/Icons/HuobiIcon.d.ts +2 -0
- package/dist/components/Icons/Icons.css.d.ts +3 -0
- package/dist/components/Icons/Info.d.ts +3 -0
- package/dist/components/Icons/KrakenIcon.d.ts +2 -0
- package/dist/components/Icons/KucoinIcon.d.ts +2 -0
- package/dist/components/Icons/LightningIcon.d.ts +2 -0
- package/dist/components/Icons/LinkIcon.d.ts +2 -0
- package/dist/components/Icons/Login.d.ts +3 -0
- package/dist/components/Icons/LogoutIcon.d.ts +2 -0
- package/dist/components/Icons/MastercardIcon.d.ts +2 -0
- package/dist/components/Icons/MmFox.d.ts +2 -0
- package/dist/components/Icons/NoAssetsFoundIcon.d.ts +4 -0
- package/dist/components/Icons/OkcoinIcon.d.ts +2 -0
- package/dist/components/Icons/OkxIcon.d.ts +2 -0
- package/dist/components/Icons/PasskeyIcon.d.ts +2 -0
- package/dist/components/Icons/PaymentMethodIcons.d.ts +5 -0
- package/dist/components/Icons/PlusIcon.d.ts +2 -0
- package/dist/components/Icons/ProfileIcon.d.ts +2 -0
- package/dist/components/Icons/PublicIcon.d.ts +2 -0
- package/dist/components/Icons/ReceiptIcon.d.ts +2 -0
- package/dist/components/Icons/RedirectIcon.d.ts +2 -0
- package/dist/components/Icons/Refresh.d.ts +3 -0
- package/dist/components/Icons/RobinhoodIcon.d.ts +2 -0
- package/dist/components/Icons/Scan.d.ts +3 -0
- package/dist/components/Icons/SearchIcon.d.ts +4 -0
- package/dist/components/Icons/SettingsIcon.d.ts +2 -0
- package/dist/components/Icons/SocialMediaIcons.d.ts +4 -0
- package/dist/components/Icons/Spinner.d.ts +5 -0
- package/dist/components/Icons/StEthIcon.d.ts +2 -0
- package/dist/components/Icons/StashIcon.d.ts +2 -0
- package/dist/components/Icons/Success.d.ts +2 -0
- package/dist/components/Icons/SuccessNoBorder.d.ts +2 -0
- package/dist/components/Icons/SwapIcon.d.ts +2 -0
- package/dist/components/Icons/SwitchAccount.d.ts +2 -0
- package/dist/components/Icons/TransferIcon.d.ts +2 -0
- package/dist/components/Icons/USDCIcon.d.ts +2 -0
- package/dist/components/Icons/WalletIcon.d.ts +3 -0
- package/dist/components/Icons/WeBullIcon.d.ts +2 -0
- package/dist/components/Icons/WhiteDotIcon.d.ts +2 -0
- package/dist/components/InfoButton/InfoButton.d.ts +5 -0
- package/dist/components/MenuButton/MenuButton.css.d.ts +1 -0
- package/dist/components/MenuButton/MenuButton.d.ts +9 -0
- package/dist/components/ModalSelection/ModalSelection.css.d.ts +1 -0
- package/dist/components/ModalSelection/ModalSelection.d.ts +17 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWActivityHistory/FWActivityHistory.css.d.ts +7 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWActivityHistory/FWActivityHistory.d.ts +5 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWBridge.d.ts +9 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWDeposit.d.ts +14 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/FWHome.css.d.ts +17 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/FWHomeCheckoutSection.d.ts +4 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/FWHomeTokenDisplayRow.d.ts +4 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/index.d.ts +6 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.css.d.ts +7 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.d.ts +10 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWSwap.d.ts +5 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FunArrowItem.d.ts +4 -0
- package/dist/components/ProfileDetails/FunWalletProfileViews/FunSelectionSection.d.ts +11 -0
- package/dist/components/ProfileDetails/ProfileDetailsAction.d.ts +10 -0
- package/dist/components/ProfileDetails/WalletProfileDetails.d.ts +19 -0
- package/dist/components/QRCode/QRCode.d.ts +13 -0
- package/dist/components/SignIn/SignIn.d.ts +5 -0
- package/dist/components/SkeletalLoader/SkeletalLoader.css.d.ts +1 -0
- package/dist/components/SkeletalLoader/SkeletalLoader.d.ts +2 -0
- package/dist/components/Text/Text.d.ts +18 -0
- package/dist/components/TwoFaInputField/FunTwoFaInput.d.ts +10 -0
- package/dist/components/Txs/TxItem.d.ts +7 -0
- package/dist/components/Txs/TxList.d.ts +7 -0
- package/dist/components/Txs/Txs.css.d.ts +2 -0
- package/dist/components/index.css +1816 -707
- package/dist/components/index.d.ts +4 -0
- package/dist/components/index.js +3 -3
- package/dist/consts/assets.d.ts +26 -0
- package/dist/consts/funkit.d.ts +9 -0
- package/dist/css/animations.css.d.ts +9 -0
- package/dist/css/atoms.d.ts +6 -0
- package/dist/css/cssObjectFromTheme.d.ts +6 -0
- package/dist/css/cssStringFromTheme.d.ts +4 -0
- package/dist/css/reset.css.d.ts +14 -0
- package/dist/css/sprinkles.css.d.ts +3492 -0
- package/dist/css/touchableStyles.css.d.ts +4 -0
- package/dist/css/touchableStyles.d.ts +8 -0
- package/dist/hooks/useChainId.d.ts +1 -0
- package/dist/hooks/useCheckoutAccountBalanceTransfer.d.ts +31 -0
- package/dist/hooks/useCheckoutStateBooleans.d.ts +9 -0
- package/dist/hooks/useConnectionStatus.d.ts +7 -0
- package/dist/hooks/useDebouncedCallback.d.ts +1 -0
- package/dist/hooks/useFunListeners.d.ts +8 -0
- package/dist/hooks/useIsMounted.d.ts +1 -0
- package/dist/hooks/useMainnet.d.ts +4 -0
- package/dist/hooks/useMainnetEnsAvatar.d.ts +1 -0
- package/dist/hooks/useMainnetEnsName.d.ts +1 -0
- package/dist/hooks/useMesh.d.ts +32 -0
- package/dist/hooks/useSymbolRefresh.d.ts +7 -0
- package/dist/hooks/useWindowSize.d.ts +4 -0
- package/dist/index.css +1800 -691
- package/dist/index.d.ts +18 -0
- package/dist/index.js +3 -3
- package/dist/locales/index.d.ts +3 -0
- package/dist/themes/baseTheme.d.ts +25 -0
- package/dist/themes/darkTheme.d.ts +85 -0
- package/dist/themes/darkTheme.js +1 -1
- package/dist/themes/lightTheme.d.ts +85 -0
- package/dist/themes/lightTheme.js +1 -1
- package/dist/transactions/TransactionStoreContext.d.ts +151 -0
- package/dist/transactions/transactionStore.d.ts +21 -0
- package/dist/transactions/useAddRecentTransaction.d.ts +2 -0
- package/dist/transactions/useClearRecentTransactions.d.ts +1 -0
- package/dist/transactions/useRecentTransactions.d.ts +2 -0
- package/dist/types.d.ts +4 -0
- package/dist/utils/Logger.d.ts +25 -0
- package/dist/utils/browsers.d.ts +13 -0
- package/dist/utils/chainToExplorerUrl.d.ts +2 -0
- package/dist/utils/checkout.d.ts +104 -0
- package/dist/utils/colors.d.ts +3 -0
- package/dist/utils/emailandPhoneValidator.d.ts +5 -0
- package/dist/utils/flatten.d.ts +1 -0
- package/dist/utils/formatNumber.d.ts +53 -0
- package/dist/utils/formatTimestamp.d.ts +1 -0
- package/dist/utils/funkitProvider.d.ts +6 -0
- package/dist/utils/funwallet.d.ts +1 -0
- package/dist/utils/getWalletConnectUri.d.ts +2 -0
- package/dist/utils/groupBy.d.ts +1 -0
- package/dist/utils/indexBy.d.ts +1 -0
- package/dist/utils/isMobile.d.ts +5 -0
- package/dist/utils/isNotNullish.d.ts +1 -0
- package/dist/utils/locale.d.ts +1 -0
- package/dist/utils/mesh.d.ts +58 -0
- package/dist/utils/moonpay.d.ts +1 -0
- package/dist/utils/omitUndefinedValues.d.ts +1 -0
- package/dist/utils/platforms.d.ts +10 -0
- package/dist/wallets/Wallet.d.ts +86 -0
- package/dist/wallets/connectorsForWallets.d.ts +2 -0
- package/dist/wallets/downloadUrls.d.ts +4 -0
- package/dist/wallets/getDefaultWallets.d.ts +11 -0
- package/dist/wallets/getInjectedConnector.d.ts +10 -0
- package/dist/wallets/getWalletConnectConnector.d.ts +26 -0
- package/dist/wallets/recentWalletIds.d.ts +2 -0
- package/dist/wallets/useWalletConnectors.d.ts +13 -0
- package/dist/wallets/walletConnectors/@funkitConnectWallet/funkitConnectWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/argentWallet/argentWallet.d.ts +16 -0
- package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +2 -2
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.d.ts +18 -0
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.d.ts +39 -0
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/braveWallet/braveWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/{chunk-BYGJDC6Y.js → chunk-2XHTO74O.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-OV2JRO7A.js → chunk-3XLDPS4Y.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-4CGDJKUJ.js → chunk-4EKX7Z25.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-EXTKISYU.js → chunk-4WS4ZSRN.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-Y4EWYKDM.js → chunk-6FQF7H7H.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-EUSM6MRB.js → chunk-6T5K52ZY.js} +5 -5
- package/dist/wallets/walletConnectors/{chunk-TBZII4VB.js → chunk-77KYAV4P.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-237HEA4B.js → chunk-7EOFWORX.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-IVIQBLOK.js → chunk-APZ6YBCA.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-DS2NHYCT.js → chunk-BDKAIAQA.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-G2HR4ZFS.js → chunk-DBMFZSXN.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-OH3HGTQV.js → chunk-EHO4MJZJ.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-2T67SC63.js → chunk-FTTYELWN.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-THH76QKN.js → chunk-GHYJ56FA.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-TT2SHVBF.js → chunk-GLB4HFDR.js} +4 -4
- package/dist/wallets/walletConnectors/chunk-IEAKLGB6.js +84 -0
- package/dist/wallets/walletConnectors/chunk-JJICTRJY.js +114 -0
- package/dist/wallets/walletConnectors/chunk-KUXG7P5Q.js +102 -0
- package/dist/wallets/walletConnectors/{chunk-AFMQLXY2.js → chunk-LBSWP7R6.js} +1 -1
- package/dist/wallets/walletConnectors/chunk-LEWQ7DQV.js +71 -0
- package/dist/wallets/walletConnectors/chunk-LL6T7V77.js +81 -0
- package/dist/wallets/walletConnectors/{chunk-JC5DQVHX.js → chunk-LVMQKSKW.js} +1 -1
- package/dist/wallets/walletConnectors/chunk-MDDT3PSR.js +110 -0
- package/dist/wallets/walletConnectors/chunk-MOWIPEYK.js +226 -0
- package/dist/wallets/walletConnectors/{chunk-4FQ2OCM4.js → chunk-NEDPCNTA.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-M5VGZ2QW.js → chunk-PTF3JKWO.js} +1 -1
- package/dist/wallets/walletConnectors/chunk-Q6N2YWW4.js +112 -0
- package/dist/wallets/walletConnectors/chunk-RL5OHS6R.js +113 -0
- package/dist/wallets/walletConnectors/{chunk-PATI3A3F.js → chunk-T3RIVRAX.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-7HTS7H5B.js → chunk-TG2HN6KW.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-4LHUAGGQ.js → chunk-TORM2ZGA.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-ZGVEVXA7.js → chunk-TZR3P22N.js} +1 -1
- package/dist/wallets/walletConnectors/chunk-VAR774R5.js +105 -0
- package/dist/wallets/walletConnectors/chunk-VW5SMBMG.js +71 -0
- package/dist/wallets/walletConnectors/chunk-X6A7D2EA.js +71 -0
- package/dist/wallets/walletConnectors/chunk-XXTDCRCW.js +52 -0
- package/dist/wallets/walletConnectors/chunk-YWKKNHO3.js +117 -0
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.d.ts +15 -0
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.d.ts +22 -0
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
- package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/coreWallet/coreWallet.d.ts +24 -0
- package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
- package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/desigWallet/desigWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.d.ts +16 -0
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.d.ts +11 -0
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
- package/dist/wallets/walletConnectors/frameWallet/frameWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.d.ts +22 -0
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.d.ts +16 -0
- package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.d.ts +41 -0
- package/dist/wallets/walletConnectors/index.js +68 -68
- package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.d.ts +16 -0
- package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +2 -2
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.d.ts +17 -0
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
- package/dist/wallets/walletConnectors/mewWallet/mewWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.d.ts +16 -0
- package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.d.ts +17 -0
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
- package/dist/wallets/walletConnectors/omniWallet/omniWallet.d.ts +16 -0
- package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +2 -2
- package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.d.ts +11 -0
- package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.d.ts +17 -0
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
- package/dist/wallets/walletConnectors/safeWallet/safeWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.d.ts +12 -0
- package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.d.ts +22 -0
- package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
- package/dist/wallets/walletConnectors/subWallet/subWallet.d.ts +16 -0
- package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
- package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.d.ts +12 -0
- package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.d.ts +12 -0
- package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.d.ts +17 -0
- package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
- package/dist/wallets/walletConnectors/trustWallet/trustWallet.d.ts +22 -0
- package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
- package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.d.ts +16 -0
- package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.js +2 -2
- package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.d.ts +16 -0
- package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.js +2 -2
- package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.d.ts +12 -0
- package/dist/wallets/walletConnectors/zealWallet/zealWallet.d.ts +7 -0
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.d.ts +17 -0
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
- package/package.json +4 -5
|
@@ -1,128 +1,128 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import {
|
|
6
|
-
walletConnectWallet
|
|
7
|
-
} from "./chunk-G2HR4ZFS.js";
|
|
8
|
-
import {
|
|
9
|
-
subWallet
|
|
10
|
-
} from "./chunk-M5VGZ2QW.js";
|
|
3
|
+
rainbowWallet
|
|
4
|
+
} from "./chunk-IEAKLGB6.js";
|
|
11
5
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
6
|
+
trustWallet
|
|
7
|
+
} from "./chunk-YWKKNHO3.js";
|
|
14
8
|
import {
|
|
15
9
|
tokenPocketWallet
|
|
16
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-3XLDPS4Y.js";
|
|
17
11
|
import {
|
|
18
|
-
|
|
19
|
-
} from "./chunk-
|
|
12
|
+
uniswapWallet
|
|
13
|
+
} from "./chunk-APZ6YBCA.js";
|
|
20
14
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
15
|
+
walletConnectWallet
|
|
16
|
+
} from "./chunk-XXTDCRCW.js";
|
|
23
17
|
import {
|
|
24
18
|
xdefiWallet
|
|
25
19
|
} from "./chunk-5ZLRNFDM.js";
|
|
26
|
-
import {
|
|
27
|
-
uniswapWallet
|
|
28
|
-
} from "./chunk-IVIQBLOK.js";
|
|
29
20
|
import {
|
|
30
21
|
zealWallet
|
|
31
22
|
} from "./chunk-QBKHMTGI.js";
|
|
32
23
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
35
|
-
import {
|
|
36
|
-
oneKeyWallet
|
|
37
|
-
} from "./chunk-6CW3SAA3.js";
|
|
24
|
+
zerionWallet
|
|
25
|
+
} from "./chunk-77KYAV4P.js";
|
|
38
26
|
import {
|
|
39
|
-
|
|
40
|
-
} from "./chunk-
|
|
27
|
+
coinbaseWallet
|
|
28
|
+
} from "./chunk-WFTAXMQP.js";
|
|
29
|
+
import "./chunk-UZ5XLPAW.js";
|
|
41
30
|
import {
|
|
42
|
-
|
|
43
|
-
} from "./chunk-
|
|
31
|
+
imTokenWallet
|
|
32
|
+
} from "./chunk-7EOFWORX.js";
|
|
44
33
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
34
|
+
injectedWallet
|
|
35
|
+
} from "./chunk-U32TVZ7G.js";
|
|
47
36
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
37
|
+
oktoWallet
|
|
38
|
+
} from "./chunk-VW5SMBMG.js";
|
|
50
39
|
import {
|
|
51
40
|
safeheronWallet
|
|
52
41
|
} from "./chunk-7WTKIVCW.js";
|
|
42
|
+
import {
|
|
43
|
+
safeWallet
|
|
44
|
+
} from "./chunk-BNTZHUB6.js";
|
|
53
45
|
import {
|
|
54
46
|
safepalWallet
|
|
55
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-TZR3P22N.js";
|
|
56
48
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
49
|
+
subWallet
|
|
50
|
+
} from "./chunk-PTF3JKWO.js";
|
|
59
51
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
52
|
+
tahoWallet
|
|
53
|
+
} from "./chunk-OOGGCCFQ.js";
|
|
62
54
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
55
|
+
talismanWallet
|
|
56
|
+
} from "./chunk-5UETJ33B.js";
|
|
65
57
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
58
|
+
frontierWallet
|
|
59
|
+
} from "./chunk-4EKX7Z25.js";
|
|
68
60
|
import {
|
|
69
61
|
metaMaskWallet
|
|
70
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-MOWIPEYK.js";
|
|
71
63
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
64
|
+
mewWallet
|
|
65
|
+
} from "./chunk-BZFEDZQJ.js";
|
|
74
66
|
import {
|
|
75
67
|
okxWallet
|
|
76
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-GHYJ56FA.js";
|
|
77
69
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
70
|
+
omniWallet
|
|
71
|
+
} from "./chunk-NEDPCNTA.js";
|
|
80
72
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
73
|
+
oneKeyWallet
|
|
74
|
+
} from "./chunk-6CW3SAA3.js";
|
|
83
75
|
import {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
} from "./chunk-Y4EWYKDM.js";
|
|
76
|
+
phantomWallet
|
|
77
|
+
} from "./chunk-KUZFZL2D.js";
|
|
87
78
|
import {
|
|
88
|
-
|
|
89
|
-
} from "./chunk-
|
|
79
|
+
rabbyWallet
|
|
80
|
+
} from "./chunk-TNC2B7LX.js";
|
|
81
|
+
import {
|
|
82
|
+
coin98Wallet
|
|
83
|
+
} from "./chunk-LVMQKSKW.js";
|
|
84
|
+
import {
|
|
85
|
+
coreWallet
|
|
86
|
+
} from "./chunk-T3RIVRAX.js";
|
|
90
87
|
import {
|
|
91
88
|
dawnWallet
|
|
92
89
|
} from "./chunk-QJNS6IE4.js";
|
|
93
90
|
import {
|
|
94
|
-
|
|
95
|
-
} from "./chunk-
|
|
91
|
+
desigWallet
|
|
92
|
+
} from "./chunk-SXUVHZCG.js";
|
|
96
93
|
import {
|
|
97
94
|
enkryptWallet
|
|
98
95
|
} from "./chunk-ND76X5A2.js";
|
|
96
|
+
import {
|
|
97
|
+
foxWallet
|
|
98
|
+
} from "./chunk-TG2HN6KW.js";
|
|
99
99
|
import {
|
|
100
100
|
frameWallet
|
|
101
101
|
} from "./chunk-MBFEMLUU.js";
|
|
102
102
|
import {
|
|
103
|
-
|
|
104
|
-
} from "./chunk-
|
|
103
|
+
ledgerWallet
|
|
104
|
+
} from "./chunk-GLB4HFDR.js";
|
|
105
105
|
import {
|
|
106
106
|
argentWallet
|
|
107
|
-
} from "./chunk-
|
|
107
|
+
} from "./chunk-LEWQ7DQV.js";
|
|
108
108
|
import {
|
|
109
109
|
bifrostWallet
|
|
110
|
-
} from "./chunk-
|
|
110
|
+
} from "./chunk-LL6T7V77.js";
|
|
111
111
|
import {
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
bitKeepWallet,
|
|
113
|
+
bitgetWallet
|
|
114
|
+
} from "./chunk-6FQF7H7H.js";
|
|
115
|
+
import "./chunk-ZOLACFTK.js";
|
|
114
116
|
import {
|
|
115
117
|
braveWallet
|
|
116
118
|
} from "./chunk-INSQDNCE.js";
|
|
117
119
|
import {
|
|
118
|
-
|
|
119
|
-
} from "./chunk-
|
|
120
|
-
import "./chunk-
|
|
120
|
+
clvWallet
|
|
121
|
+
} from "./chunk-EHO4MJZJ.js";
|
|
122
|
+
import "./chunk-6T5K52ZY.js";
|
|
121
123
|
import {
|
|
122
|
-
|
|
123
|
-
} from "./chunk-
|
|
124
|
-
import "./chunk-UZ5XLPAW.js";
|
|
125
|
-
import "./chunk-ZOLACFTK.js";
|
|
124
|
+
bitskiWallet
|
|
125
|
+
} from "./chunk-FL3REGA5.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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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-
|
|
5
|
-
import "../chunk-EUSM6MRB.js";
|
|
4
|
+
} from "../chunk-IEAKLGB6.js";
|
|
6
5
|
import "../chunk-UZ5XLPAW.js";
|
|
7
6
|
import "../chunk-ZOLACFTK.js";
|
|
7
|
+
import "../chunk-6T5K52ZY.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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
trustWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-EUSM6MRB.js";
|
|
4
|
+
} from "../chunk-YWKKNHO3.js";
|
|
6
5
|
import "../chunk-UZ5XLPAW.js";
|
|
7
6
|
import "../chunk-ZOLACFTK.js";
|
|
7
|
+
import "../chunk-6T5K52ZY.js";
|
|
8
8
|
export {
|
|
9
9
|
trustWallet
|
|
10
10
|
};
|
|
@@ -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 UniswapWalletLegacyOptions {
|
|
5
|
+
projectId?: string;
|
|
6
|
+
chains: Chain[];
|
|
7
|
+
walletConnectVersion: '1';
|
|
8
|
+
walletConnectOptions?: WalletConnectLegacyConnectorOptions;
|
|
9
|
+
}
|
|
10
|
+
export interface UniswapWalletOptions {
|
|
11
|
+
projectId: string;
|
|
12
|
+
chains: Chain[];
|
|
13
|
+
walletConnectVersion?: '2';
|
|
14
|
+
walletConnectOptions?: WalletConnectConnectorOptions;
|
|
15
|
+
}
|
|
16
|
+
export declare const uniswapWallet: ({ chains, projectId, walletConnectOptions, walletConnectVersion, }: UniswapWalletLegacyOptions | UniswapWalletOptions) => Wallet;
|