@b3dotfun/sdk 0.0.7-alpha.19 → 0.0.7-alpha.2
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/cjs/anyspend/abis/abi-usdc-base.js +97 -97
- package/dist/cjs/anyspend/abis/erc20-staking.js +51 -51
- package/dist/cjs/anyspend/constants/index.js +10 -13
- package/dist/cjs/anyspend/index.d.ts +0 -1
- package/dist/cjs/anyspend/index.js +0 -1
- package/dist/cjs/anyspend/react/components/AnySpend.d.ts +1 -1
- package/dist/cjs/anyspend/react/components/AnySpend.js +20 -20
- package/dist/cjs/anyspend/react/components/AnySpendBuySpin.d.ts +1 -1
- package/dist/cjs/anyspend/react/components/AnySpendBuySpin.js +66 -68
- package/dist/cjs/anyspend/react/components/AnySpendCustom.d.ts +4 -4
- package/dist/cjs/anyspend/react/components/AnySpendCustom.js +90 -133
- package/dist/cjs/anyspend/react/components/AnySpendNFT.d.ts +2 -3
- package/dist/cjs/anyspend/react/components/AnySpendNFT.js +5 -7
- package/dist/cjs/anyspend/react/components/AnySpendNFTButton.js +1 -1
- package/dist/cjs/anyspend/react/components/AnySpendStakeB3.d.ts +1 -1
- package/dist/cjs/anyspend/react/components/AnySpendStakeB3.js +20 -21
- package/dist/cjs/anyspend/react/components/AnySpendTournament.js +4 -7
- package/dist/cjs/anyspend/react/components/common/ChainTokenIcon.d.ts +1 -1
- package/dist/cjs/anyspend/react/components/common/ChainTokenIcon.js +1 -1
- package/dist/cjs/anyspend/react/components/common/OrderDetails.js +23 -52
- package/dist/cjs/anyspend/react/components/common/OrderToken.d.ts +1 -1
- package/dist/cjs/anyspend/react/components/common/OrderToken.js +4 -4
- package/dist/cjs/anyspend/react/components/common/OrderTokenAmount.d.ts +1 -1
- package/dist/cjs/anyspend/react/components/common/OrderTokenAmount.js +2 -2
- package/dist/cjs/anyspend/react/components/common/PanelOnramp.d.ts +1 -1
- package/dist/cjs/anyspend/react/components/common/PanelOnramp.js +2 -2
- package/dist/cjs/anyspend/react/components/common/PanelOnrampPayment.d.ts +1 -1
- package/dist/cjs/anyspend/react/components/common/PanelOnrampPayment.js +7 -7
- package/dist/cjs/anyspend/react/components/common/PaymentMethodIcons.js +1 -1
- package/dist/cjs/anyspend/react/components/common/PaymentOneClick.js +3 -3
- package/dist/cjs/anyspend/react/components/common/PaymentStripeWeb2.js +12 -12
- package/dist/cjs/anyspend/react/components/common/TokenBalance.d.ts +1 -1
- package/dist/cjs/anyspend/react/components/common/TokenBalance.js +2 -2
- package/dist/cjs/anyspend/react/components/index.d.ts +0 -1
- package/dist/cjs/anyspend/react/components/index.js +1 -3
- package/dist/cjs/anyspend/react/components/modals/EnterRecipientModal.d.ts +1 -1
- package/dist/cjs/anyspend/react/components/modals/EnterRecipientModal.js +6 -6
- package/dist/cjs/anyspend/react/components/webview/WebviewOnrampPayment.d.ts +1 -1
- package/dist/cjs/anyspend/react/components/webview/WebviewOnrampPayment.js +14 -14
- package/dist/cjs/anyspend/react/hooks/useAnyspendCreateOnrampOrder.d.ts +18 -3
- package/dist/cjs/anyspend/react/hooks/useAnyspendCreateOnrampOrder.js +6 -6
- package/dist/cjs/anyspend/react/hooks/useAnyspendCreateOrder.d.ts +0 -1
- package/dist/cjs/anyspend/react/hooks/useAnyspendCreateOrder.js +6 -6
- package/dist/cjs/anyspend/react/hooks/useAnyspendOrderAndTransactions.d.ts +0 -14
- package/dist/cjs/anyspend/react/hooks/useAnyspendOrderAndTransactions.js +2 -2
- package/dist/cjs/anyspend/react/hooks/useAnyspendOrderHistory.d.ts +0 -14
- package/dist/cjs/anyspend/react/hooks/useAnyspendOrderHistory.js +3 -3
- package/dist/cjs/anyspend/react/hooks/useAnyspendQuote.js +2 -2
- package/dist/cjs/anyspend/react/hooks/useAnyspendSendPermitData.js +3 -3
- package/dist/cjs/anyspend/react/hooks/useAnyspendTokens.js +3 -3
- package/dist/cjs/anyspend/react/hooks/useCoinbaseOnrampOptions.js +2 -2
- package/dist/cjs/anyspend/react/hooks/useGeoOnrampOptions.js +2 -2
- package/dist/cjs/anyspend/react/hooks/useGetGeo.js +1 -1
- package/dist/cjs/anyspend/react/hooks/usePermitData.js +19 -19
- package/dist/cjs/anyspend/react/hooks/useStripeClientSecret.js +2 -2
- package/dist/cjs/anyspend/react/hooks/useStripeSupport.js +2 -2
- package/dist/cjs/anyspend/react/providers/AnyspendProvider.js +3 -3
- package/dist/cjs/anyspend/services/anyspend.d.ts +2 -9
- package/dist/cjs/anyspend/services/anyspend.js +14 -14
- package/dist/cjs/anyspend/types/custom.js +2 -2
- package/dist/cjs/anyspend/types/globalWallet.js +1 -1
- package/dist/cjs/anyspend/types/index.d.ts +0 -1
- package/dist/cjs/anyspend/types/index.js +0 -1
- package/dist/cjs/anyspend/types/nft.d.ts +0 -7
- package/dist/cjs/anyspend/types/nft.js +6 -8
- package/dist/cjs/anyspend/types/onramp.d.ts +0 -3
- package/dist/cjs/anyspend/types/onramp.js +1 -2
- package/dist/cjs/anyspend/types/order.d.ts +0 -40
- package/dist/cjs/anyspend/types/order.js +7 -7
- package/dist/cjs/anyspend/types/permit.js +1 -1
- package/dist/cjs/anyspend/types/req-res/createOrder.d.ts +0 -98
- package/dist/cjs/anyspend/types/req-res/createOrder.js +9 -9
- package/dist/cjs/anyspend/types/req-res/getCoinbaseOnrampOptions.js +5 -5
- package/dist/cjs/anyspend/types/req-res/getOrderAndTransactions.d.ts +0 -63
- package/dist/cjs/anyspend/types/req-res/getOrderAndTransactions.js +4 -4
- package/dist/cjs/anyspend/types/req-res/getOrderByCreator.js +2 -2
- package/dist/cjs/anyspend/types/req-res/getOrderHistory.d.ts +0 -49
- package/dist/cjs/anyspend/types/req-res/getOrderHistory.js +1 -1
- package/dist/cjs/anyspend/types/req-res/getQuote.d.ts +0 -37
- package/dist/cjs/anyspend/types/req-res/getQuote.js +9 -14
- package/dist/cjs/anyspend/types/req-res/getTokenList.js +3 -3
- package/dist/cjs/anyspend/types/req-res/sendPermitData.js +2 -2
- package/dist/cjs/anyspend/types/swap.js +2 -2
- package/dist/cjs/anyspend/types/token.js +2 -2
- package/dist/cjs/anyspend/types/tournament.js +4 -4
- package/dist/cjs/anyspend/types/transaction.js +4 -4
- package/dist/cjs/anyspend/utils/chain.js +16 -16
- package/dist/cjs/anyspend/utils/format.js +2 -2
- package/dist/cjs/anyspend/utils/orderPayload.d.ts +3 -3
- package/dist/cjs/anyspend/utils/orderPayload.js +8 -22
- package/dist/cjs/anyspend/utils/token.js +10 -10
- package/dist/cjs/global-account/app.js +4 -4
- package/dist/cjs/global-account/app.native.js +4 -4
- package/dist/cjs/global-account/bsmnt.js +4 -4
- package/dist/cjs/global-account/bsmnt.native.js +4 -4
- package/dist/cjs/global-account/react/components/B3DynamicModal.js +1 -1
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.d.ts +3 -3
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.js +6 -6
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.native.d.ts +2 -2
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.native.js +4 -4
- package/dist/cjs/global-account/react/components/B3Provider/types.js +1 -1
- package/dist/cjs/global-account/react/components/ManageAccount/ManageAccount.d.ts +1 -1
- package/dist/cjs/global-account/react/components/ManageAccount/ManageAccount.js +5 -5
- package/dist/cjs/global-account/react/components/MintButton/MintButton.d.ts +1 -1
- package/dist/cjs/global-account/react/components/MintButton/MintButton.js +5 -5
- package/dist/cjs/global-account/react/components/RelayKitProviderWrapper.js +2 -2
- package/dist/cjs/global-account/react/components/RequestPermissions/RequestPermissions.d.ts +1 -1
- package/dist/cjs/global-account/react/components/RequestPermissions/RequestPermissions.js +5 -5
- package/dist/cjs/global-account/react/components/RequestPermissions/RequestPermissionsButton.d.ts +1 -1
- package/dist/cjs/global-account/react/components/RequestPermissions/RequestPermissionsButton.js +2 -2
- package/dist/cjs/global-account/react/components/SignInWithB3/SignInWithB3.d.ts +2 -1
- package/dist/cjs/global-account/react/components/SignInWithB3/SignInWithB3.js +17 -12
- package/dist/cjs/global-account/react/components/SignInWithB3/SignInWithB3Flow.d.ts +1 -1
- package/dist/cjs/global-account/react/components/SignInWithB3/SignInWithB3Flow.js +12 -12
- package/dist/cjs/global-account/react/components/SignInWithB3/SignInWithB3Privy.js +1 -1
- package/dist/cjs/global-account/react/components/SignInWithB3/components/AuthButton.d.ts +1 -1
- package/dist/cjs/global-account/react/components/SignInWithB3/components/AuthButton.js +1 -1
- package/dist/cjs/global-account/react/components/SignInWithB3/components/WalletRow.d.ts +1 -1
- package/dist/cjs/global-account/react/components/SignInWithB3/components/WalletRow.js +1 -1
- package/dist/cjs/global-account/react/components/SignInWithB3/steps/LoginStep.js +9 -9
- package/dist/cjs/global-account/react/components/SignInWithB3/steps/LoginStepCustom.d.ts +1 -1
- package/dist/cjs/global-account/react/components/SignInWithB3/steps/LoginStepCustom.js +2 -2
- package/dist/cjs/global-account/react/components/SignInWithB3/utils/signInUtils.js +2 -2
- package/dist/cjs/global-account/react/components/StyleRoot.js +1 -0
- package/dist/cjs/global-account/react/components/Transak/TransakModal.js +4 -4
- package/dist/cjs/global-account/react/components/custom/Button.js +5 -5
- package/dist/cjs/global-account/react/components/custom/StaggeredFadeLoader.js +3 -3
- package/dist/cjs/global-account/react/components/index.d.ts +4 -4
- package/dist/cjs/global-account/react/components/magicui/AnimatedLottie.js +1 -1
- package/dist/cjs/global-account/react/components/ui/Loading.js +2 -2
- package/dist/cjs/global-account/react/components/ui/ShinyButton.d.ts +1 -1
- package/dist/cjs/global-account/react/components/ui/ShinyButton.js +3 -3
- package/dist/cjs/global-account/react/components/ui/TabSystem.js +1 -1
- package/dist/cjs/global-account/react/components/ui/Tabs.d.ts +1 -1
- package/dist/cjs/global-account/react/components/ui/Tabs.js +1 -1
- package/dist/cjs/global-account/react/components/ui/badge.js +4 -4
- package/dist/cjs/global-account/react/components/ui/button.js +5 -5
- package/dist/cjs/global-account/react/components/ui/command.d.ts +1 -1
- package/dist/cjs/global-account/react/components/ui/dialog.d.ts +1 -1
- package/dist/cjs/global-account/react/components/ui/drawer.d.ts +1 -1
- package/dist/cjs/global-account/react/components/ui/glare-card-rounded.js +12 -12
- package/dist/cjs/global-account/react/components/ui/glare-card.js +11 -11
- package/dist/cjs/global-account/react/components/ui/input.js +1 -1
- package/dist/cjs/global-account/react/components/ui/text-loop.d.ts +1 -1
- package/dist/cjs/global-account/react/components/ui/text-loop.js +2 -2
- package/dist/cjs/global-account/react/components/ui/text-shimmer.js +2 -2
- package/dist/cjs/global-account/react/hooks/useAccountAssets.js +4 -4
- package/dist/cjs/global-account/react/hooks/useAccountWallet.js +8 -8
- package/dist/cjs/global-account/react/hooks/useAddTWSessionKey.d.ts +2 -2
- package/dist/cjs/global-account/react/hooks/useAddTWSessionKey.js +6 -6
- package/dist/cjs/global-account/react/hooks/useAuthentication.js +3 -3
- package/dist/cjs/global-account/react/hooks/useB3BalanceFromAddresses.js +7 -7
- package/dist/cjs/global-account/react/hooks/useB3EnsName.d.ts +4 -8
- package/dist/cjs/global-account/react/hooks/useB3EnsName.js +23 -32
- package/dist/cjs/global-account/react/hooks/useBestTransactionPath.d.ts +1 -1
- package/dist/cjs/global-account/react/hooks/useBestTransactionPath.js +10 -10
- package/dist/cjs/global-account/react/hooks/useBsmntProfile.js +1 -1
- package/dist/cjs/global-account/react/hooks/useChainSwitchWithAction.js +3 -3
- package/dist/cjs/global-account/react/hooks/useClaim.js +4 -4
- package/dist/cjs/global-account/react/hooks/useConnect.js +3 -3
- package/dist/cjs/global-account/react/hooks/useExchangeRate.js +3 -3
- package/dist/cjs/global-account/react/hooks/useGetAllTWSigners.js +7 -7
- package/dist/cjs/global-account/react/hooks/useGetGeo.js +1 -1
- package/dist/cjs/global-account/react/hooks/useHandleConnectWithPrivy.js +2 -2
- package/dist/cjs/global-account/react/hooks/useNativeBalance.js +6 -6
- package/dist/cjs/global-account/react/hooks/useOnchainName.js +10 -10
- package/dist/cjs/global-account/react/hooks/useOneBalance.js +2 -2
- package/dist/cjs/global-account/react/hooks/useRemoveSessionKey.d.ts +1 -1
- package/dist/cjs/global-account/react/hooks/useRemoveSessionKey.js +3 -3
- package/dist/cjs/global-account/react/hooks/useRouter.js +6 -6
- package/dist/cjs/global-account/react/hooks/useSiwe.js +4 -4
- package/dist/cjs/global-account/react/hooks/useTokenBalance.js +6 -6
- package/dist/cjs/global-account/react/hooks/useTokenBalancesByChain.d.ts +1 -1
- package/dist/cjs/global-account/react/hooks/useTokenBalancesByChain.js +9 -9
- package/dist/cjs/global-account/react/hooks/useTokenData.js +3 -3
- package/dist/cjs/global-account/react/hooks/useTokenFromUrl.js +14 -14
- package/dist/cjs/global-account/react/hooks/useTokenPrice.d.ts +1 -1
- package/dist/cjs/global-account/react/hooks/useTokenPrice.js +6 -6
- package/dist/cjs/global-account/react/hooks/useTokenPriceWithFallback.d.ts +1 -1
- package/dist/cjs/global-account/react/hooks/useTokenPriceWithFallback.js +7 -7
- package/dist/cjs/global-account/react/hooks/useTokensFromAddress.d.ts +1 -1
- package/dist/cjs/global-account/react/hooks/useTokensFromAddress.js +2 -2
- package/dist/cjs/global-account/react/hooks/useURLParams.js +1 -1
- package/dist/cjs/global-account/react/stores/index.d.ts +1 -1
- package/dist/cjs/global-account/react/stores/useAuthStore.js +3 -3
- package/dist/cjs/global-account/react/stores/useModalStore.d.ts +0 -2
- package/dist/cjs/global-account/react/stores/useModalStore.js +3 -3
- package/dist/cjs/global-account/server.js +3 -3
- package/dist/cjs/global-account/types/chain-networks.js +8 -8
- package/dist/cjs/global-account/types/feature-flags.js +1 -1
- package/dist/cjs/shared/constants/chains/b3Chain.js +35 -35
- package/dist/cjs/shared/constants/chains/chainPlatformMap.js +1 -1
- package/dist/cjs/shared/constants/chains/supported.js +1 -1
- package/dist/cjs/shared/constants/index.d.ts +0 -1
- package/dist/cjs/shared/constants/index.js +2 -3
- package/dist/cjs/shared/thirdweb/initiateClient.js +2 -2
- package/dist/cjs/shared/thirdweb/openapi-ts.config.js +1 -1
- package/dist/cjs/shared/utils/b3Ens.js +4 -4
- package/dist/cjs/shared/utils/chain-transformers.js +9 -9
- package/dist/cjs/shared/utils/fetchBalances.js +4 -4
- package/dist/cjs/shared/utils/index.d.ts +0 -9
- package/dist/cjs/shared/utils/index.js +0 -17
- package/dist/cjs/shared/utils/insights.js +28 -28
- package/dist/cjs/shared/utils/ipfs.js +1 -1
- package/dist/cjs/shared/utils/number.js +3 -3
- package/dist/cjs/shared/utils/simplehash.js +22 -22
- package/dist/cjs/shared/utils/thirdweb-insights.js +15 -15
- package/dist/esm/anyspend/abis/abi-usdc-base.js +97 -97
- package/dist/esm/anyspend/abis/erc20-staking.js +51 -51
- package/dist/esm/anyspend/constants/index.js +10 -13
- package/dist/esm/anyspend/index.d.ts +0 -1
- package/dist/esm/anyspend/index.js +0 -1
- package/dist/esm/anyspend/react/components/AnySpend.d.ts +1 -1
- package/dist/esm/anyspend/react/components/AnySpend.js +22 -22
- package/dist/esm/anyspend/react/components/AnySpendBuySpin.d.ts +1 -1
- package/dist/esm/anyspend/react/components/AnySpendBuySpin.js +39 -41
- package/dist/esm/anyspend/react/components/AnySpendCustom.d.ts +4 -4
- package/dist/esm/anyspend/react/components/AnySpendCustom.js +71 -114
- package/dist/esm/anyspend/react/components/AnySpendNFT.d.ts +2 -3
- package/dist/esm/anyspend/react/components/AnySpendNFT.js +5 -7
- package/dist/esm/anyspend/react/components/AnySpendNFTButton.js +1 -1
- package/dist/esm/anyspend/react/components/AnySpendStakeB3.d.ts +1 -1
- package/dist/esm/anyspend/react/components/AnySpendStakeB3.js +21 -22
- package/dist/esm/anyspend/react/components/AnySpendTournament.js +4 -7
- package/dist/esm/anyspend/react/components/common/ChainTokenIcon.d.ts +1 -1
- package/dist/esm/anyspend/react/components/common/ChainTokenIcon.js +1 -1
- package/dist/esm/anyspend/react/components/common/OrderDetails.js +24 -53
- package/dist/esm/anyspend/react/components/common/OrderToken.d.ts +1 -1
- package/dist/esm/anyspend/react/components/common/OrderToken.js +4 -4
- package/dist/esm/anyspend/react/components/common/OrderTokenAmount.d.ts +1 -1
- package/dist/esm/anyspend/react/components/common/OrderTokenAmount.js +2 -2
- package/dist/esm/anyspend/react/components/common/PanelOnramp.d.ts +1 -1
- package/dist/esm/anyspend/react/components/common/PanelOnramp.js +2 -2
- package/dist/esm/anyspend/react/components/common/PanelOnrampPayment.d.ts +1 -1
- package/dist/esm/anyspend/react/components/common/PanelOnrampPayment.js +8 -8
- package/dist/esm/anyspend/react/components/common/PaymentMethodIcons.js +1 -1
- package/dist/esm/anyspend/react/components/common/PaymentOneClick.js +3 -3
- package/dist/esm/anyspend/react/components/common/PaymentStripeWeb2.js +12 -12
- package/dist/esm/anyspend/react/components/common/TokenBalance.d.ts +1 -1
- package/dist/esm/anyspend/react/components/common/TokenBalance.js +2 -2
- package/dist/esm/anyspend/react/components/index.d.ts +0 -1
- package/dist/esm/anyspend/react/components/index.js +0 -1
- package/dist/esm/anyspend/react/components/modals/EnterRecipientModal.d.ts +1 -1
- package/dist/esm/anyspend/react/components/modals/EnterRecipientModal.js +2 -2
- package/dist/esm/anyspend/react/components/webview/WebviewOnrampPayment.d.ts +1 -1
- package/dist/esm/anyspend/react/components/webview/WebviewOnrampPayment.js +15 -15
- package/dist/esm/anyspend/react/hooks/useAnyspendCreateOnrampOrder.d.ts +18 -3
- package/dist/esm/anyspend/react/hooks/useAnyspendCreateOnrampOrder.js +6 -6
- package/dist/esm/anyspend/react/hooks/useAnyspendCreateOrder.d.ts +0 -1
- package/dist/esm/anyspend/react/hooks/useAnyspendCreateOrder.js +7 -7
- package/dist/esm/anyspend/react/hooks/useAnyspendOrderAndTransactions.d.ts +0 -14
- package/dist/esm/anyspend/react/hooks/useAnyspendOrderAndTransactions.js +2 -2
- package/dist/esm/anyspend/react/hooks/useAnyspendOrderHistory.d.ts +0 -14
- package/dist/esm/anyspend/react/hooks/useAnyspendOrderHistory.js +3 -3
- package/dist/esm/anyspend/react/hooks/useAnyspendQuote.js +2 -2
- package/dist/esm/anyspend/react/hooks/useAnyspendSendPermitData.js +3 -3
- package/dist/esm/anyspend/react/hooks/useAnyspendTokens.js +3 -3
- package/dist/esm/anyspend/react/hooks/useCoinbaseOnrampOptions.js +2 -2
- package/dist/esm/anyspend/react/hooks/useGeoOnrampOptions.js +2 -2
- package/dist/esm/anyspend/react/hooks/useGetGeo.js +1 -1
- package/dist/esm/anyspend/react/hooks/usePermitData.js +19 -19
- package/dist/esm/anyspend/react/hooks/useStripeClientSecret.js +2 -2
- package/dist/esm/anyspend/react/hooks/useStripeSupport.js +2 -2
- package/dist/esm/anyspend/react/providers/AnyspendProvider.js +3 -3
- package/dist/esm/anyspend/services/anyspend.d.ts +2 -9
- package/dist/esm/anyspend/services/anyspend.js +15 -15
- package/dist/esm/anyspend/types/custom.js +2 -2
- package/dist/esm/anyspend/types/globalWallet.js +1 -1
- package/dist/esm/anyspend/types/index.d.ts +0 -1
- package/dist/esm/anyspend/types/index.js +0 -1
- package/dist/esm/anyspend/types/nft.d.ts +0 -7
- package/dist/esm/anyspend/types/nft.js +6 -8
- package/dist/esm/anyspend/types/onramp.d.ts +0 -3
- package/dist/esm/anyspend/types/onramp.js +1 -2
- package/dist/esm/anyspend/types/order.d.ts +0 -40
- package/dist/esm/anyspend/types/order.js +7 -7
- package/dist/esm/anyspend/types/permit.js +1 -1
- package/dist/esm/anyspend/types/req-res/createOrder.d.ts +0 -98
- package/dist/esm/anyspend/types/req-res/createOrder.js +9 -9
- package/dist/esm/anyspend/types/req-res/getCoinbaseOnrampOptions.js +5 -5
- package/dist/esm/anyspend/types/req-res/getOrderAndTransactions.d.ts +0 -63
- package/dist/esm/anyspend/types/req-res/getOrderAndTransactions.js +4 -4
- package/dist/esm/anyspend/types/req-res/getOrderByCreator.js +2 -2
- package/dist/esm/anyspend/types/req-res/getOrderHistory.d.ts +0 -49
- package/dist/esm/anyspend/types/req-res/getOrderHistory.js +1 -1
- package/dist/esm/anyspend/types/req-res/getQuote.d.ts +0 -37
- package/dist/esm/anyspend/types/req-res/getQuote.js +9 -14
- package/dist/esm/anyspend/types/req-res/getTokenList.js +3 -3
- package/dist/esm/anyspend/types/req-res/sendPermitData.js +2 -2
- package/dist/esm/anyspend/types/swap.js +2 -2
- package/dist/esm/anyspend/types/token.js +2 -2
- package/dist/esm/anyspend/types/tournament.js +4 -4
- package/dist/esm/anyspend/types/transaction.js +4 -4
- package/dist/esm/anyspend/utils/chain.js +18 -18
- package/dist/esm/anyspend/utils/format.js +2 -2
- package/dist/esm/anyspend/utils/orderPayload.d.ts +3 -3
- package/dist/esm/anyspend/utils/orderPayload.js +9 -23
- package/dist/esm/anyspend/utils/token.js +10 -10
- package/dist/esm/global-account/app.js +4 -4
- package/dist/esm/global-account/app.native.js +4 -4
- package/dist/esm/global-account/bsmnt.js +4 -4
- package/dist/esm/global-account/bsmnt.native.js +4 -4
- package/dist/esm/global-account/react/components/B3DynamicModal.js +2 -2
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.d.ts +3 -3
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.js +6 -6
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.native.d.ts +2 -2
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.native.js +4 -4
- package/dist/esm/global-account/react/components/B3Provider/types.js +1 -1
- package/dist/esm/global-account/react/components/ManageAccount/ManageAccount.d.ts +1 -1
- package/dist/esm/global-account/react/components/ManageAccount/ManageAccount.js +6 -6
- package/dist/esm/global-account/react/components/MintButton/MintButton.d.ts +1 -1
- package/dist/esm/global-account/react/components/MintButton/MintButton.js +5 -5
- package/dist/esm/global-account/react/components/RelayKitProviderWrapper.js +2 -2
- package/dist/esm/global-account/react/components/RequestPermissions/RequestPermissions.d.ts +1 -1
- package/dist/esm/global-account/react/components/RequestPermissions/RequestPermissions.js +6 -6
- package/dist/esm/global-account/react/components/RequestPermissions/RequestPermissionsButton.d.ts +1 -1
- package/dist/esm/global-account/react/components/RequestPermissions/RequestPermissionsButton.js +2 -2
- package/dist/esm/global-account/react/components/SignInWithB3/SignInWithB3.d.ts +2 -1
- package/dist/esm/global-account/react/components/SignInWithB3/SignInWithB3.js +13 -8
- package/dist/esm/global-account/react/components/SignInWithB3/SignInWithB3Flow.d.ts +1 -1
- package/dist/esm/global-account/react/components/SignInWithB3/SignInWithB3Flow.js +13 -13
- package/dist/esm/global-account/react/components/SignInWithB3/SignInWithB3Privy.js +2 -2
- package/dist/esm/global-account/react/components/SignInWithB3/components/AuthButton.d.ts +1 -1
- package/dist/esm/global-account/react/components/SignInWithB3/components/AuthButton.js +1 -1
- package/dist/esm/global-account/react/components/SignInWithB3/components/WalletRow.d.ts +1 -1
- package/dist/esm/global-account/react/components/SignInWithB3/components/WalletRow.js +1 -1
- package/dist/esm/global-account/react/components/SignInWithB3/steps/LoginStep.js +9 -9
- package/dist/esm/global-account/react/components/SignInWithB3/steps/LoginStepCustom.d.ts +1 -1
- package/dist/esm/global-account/react/components/SignInWithB3/steps/LoginStepCustom.js +3 -3
- package/dist/esm/global-account/react/components/SignInWithB3/utils/signInUtils.js +2 -2
- package/dist/esm/global-account/react/components/StyleRoot.js +1 -0
- package/dist/esm/global-account/react/components/Transak/TransakModal.js +4 -4
- package/dist/esm/global-account/react/components/custom/Button.js +5 -5
- package/dist/esm/global-account/react/components/custom/StaggeredFadeLoader.js +3 -3
- package/dist/esm/global-account/react/components/custom/WalletConnectorIcon.js +1 -1
- package/dist/esm/global-account/react/components/index.d.ts +4 -4
- package/dist/esm/global-account/react/components/index.js +4 -4
- package/dist/esm/global-account/react/components/magicui/AnimatedLottie.js +1 -1
- package/dist/esm/global-account/react/components/ui/Loading.js +2 -2
- package/dist/esm/global-account/react/components/ui/ShinyButton.d.ts +1 -1
- package/dist/esm/global-account/react/components/ui/ShinyButton.js +3 -3
- package/dist/esm/global-account/react/components/ui/TabSystem.js +1 -1
- package/dist/esm/global-account/react/components/ui/Tabs.d.ts +1 -1
- package/dist/esm/global-account/react/components/ui/Tabs.js +1 -1
- package/dist/esm/global-account/react/components/ui/badge.js +4 -4
- package/dist/esm/global-account/react/components/ui/button.js +5 -5
- package/dist/esm/global-account/react/components/ui/command.d.ts +1 -1
- package/dist/esm/global-account/react/components/ui/command.js +1 -1
- package/dist/esm/global-account/react/components/ui/dialog.d.ts +1 -1
- package/dist/esm/global-account/react/components/ui/dialog.js +1 -1
- package/dist/esm/global-account/react/components/ui/drawer.d.ts +1 -1
- package/dist/esm/global-account/react/components/ui/drawer.js +1 -1
- package/dist/esm/global-account/react/components/ui/glare-card-rounded.js +12 -12
- package/dist/esm/global-account/react/components/ui/glare-card.js +11 -11
- package/dist/esm/global-account/react/components/ui/input.js +1 -1
- package/dist/esm/global-account/react/components/ui/text-loop.d.ts +1 -1
- package/dist/esm/global-account/react/components/ui/text-loop.js +2 -2
- package/dist/esm/global-account/react/components/ui/text-shimmer.js +2 -2
- package/dist/esm/global-account/react/hooks/useAccountAssets.js +4 -4
- package/dist/esm/global-account/react/hooks/useAccountWallet.js +8 -8
- package/dist/esm/global-account/react/hooks/useAddTWSessionKey.d.ts +2 -2
- package/dist/esm/global-account/react/hooks/useAddTWSessionKey.js +6 -6
- package/dist/esm/global-account/react/hooks/useAuthentication.js +3 -3
- package/dist/esm/global-account/react/hooks/useB3BalanceFromAddresses.js +7 -7
- package/dist/esm/global-account/react/hooks/useB3EnsName.d.ts +4 -8
- package/dist/esm/global-account/react/hooks/useB3EnsName.js +22 -34
- package/dist/esm/global-account/react/hooks/useBestTransactionPath.d.ts +1 -1
- package/dist/esm/global-account/react/hooks/useBestTransactionPath.js +10 -10
- package/dist/esm/global-account/react/hooks/useBsmntProfile.js +1 -1
- package/dist/esm/global-account/react/hooks/useChainSwitchWithAction.js +3 -3
- package/dist/esm/global-account/react/hooks/useClaim.js +4 -4
- package/dist/esm/global-account/react/hooks/useConnect.js +3 -3
- package/dist/esm/global-account/react/hooks/useExchangeRate.js +3 -3
- package/dist/esm/global-account/react/hooks/useGetAllTWSigners.js +7 -7
- package/dist/esm/global-account/react/hooks/useGetGeo.js +1 -1
- package/dist/esm/global-account/react/hooks/useHandleConnectWithPrivy.js +2 -2
- package/dist/esm/global-account/react/hooks/useNativeBalance.js +6 -6
- package/dist/esm/global-account/react/hooks/useOnchainName.js +10 -10
- package/dist/esm/global-account/react/hooks/useOneBalance.js +2 -2
- package/dist/esm/global-account/react/hooks/useRemoveSessionKey.d.ts +1 -1
- package/dist/esm/global-account/react/hooks/useRemoveSessionKey.js +3 -3
- package/dist/esm/global-account/react/hooks/useRouter.js +6 -6
- package/dist/esm/global-account/react/hooks/useSiwe.js +4 -4
- package/dist/esm/global-account/react/hooks/useTokenBalance.js +6 -6
- package/dist/esm/global-account/react/hooks/useTokenBalancesByChain.d.ts +1 -1
- package/dist/esm/global-account/react/hooks/useTokenBalancesByChain.js +9 -9
- package/dist/esm/global-account/react/hooks/useTokenData.js +3 -3
- package/dist/esm/global-account/react/hooks/useTokenFromUrl.js +13 -13
- package/dist/esm/global-account/react/hooks/useTokenPrice.d.ts +1 -1
- package/dist/esm/global-account/react/hooks/useTokenPrice.js +6 -6
- package/dist/esm/global-account/react/hooks/useTokenPriceWithFallback.d.ts +1 -1
- package/dist/esm/global-account/react/hooks/useTokenPriceWithFallback.js +7 -7
- package/dist/esm/global-account/react/hooks/useTokensFromAddress.d.ts +1 -1
- package/dist/esm/global-account/react/hooks/useTokensFromAddress.js +2 -2
- package/dist/esm/global-account/react/hooks/useURLParams.js +1 -1
- package/dist/esm/global-account/react/stores/index.d.ts +1 -1
- package/dist/esm/global-account/react/stores/useAuthStore.js +3 -3
- package/dist/esm/global-account/react/stores/useModalStore.d.ts +0 -2
- package/dist/esm/global-account/react/stores/useModalStore.js +3 -3
- package/dist/esm/global-account/server.js +3 -3
- package/dist/esm/global-account/types/chain-networks.js +8 -8
- package/dist/esm/global-account/types/feature-flags.js +1 -1
- package/dist/esm/shared/constants/chains/b3Chain.js +35 -35
- package/dist/esm/shared/constants/chains/chainPlatformMap.js +1 -1
- package/dist/esm/shared/constants/chains/supported.js +1 -1
- package/dist/esm/shared/constants/index.d.ts +0 -1
- package/dist/esm/shared/constants/index.js +1 -2
- package/dist/esm/shared/thirdweb/initiateClient.js +2 -2
- package/dist/esm/shared/thirdweb/openapi-ts.config.js +1 -1
- package/dist/esm/shared/utils/b3Ens.js +4 -4
- package/dist/esm/shared/utils/chain-transformers.js +9 -9
- package/dist/esm/shared/utils/fetchBalances.js +4 -4
- package/dist/esm/shared/utils/index.d.ts +0 -9
- package/dist/esm/shared/utils/index.js +0 -15
- package/dist/esm/shared/utils/insights.js +28 -28
- package/dist/esm/shared/utils/ipfs.js +1 -1
- package/dist/esm/shared/utils/number.js +3 -3
- package/dist/esm/shared/utils/simplehash.js +23 -23
- package/dist/esm/shared/utils/thirdweb-insights.js +15 -15
- package/dist/styles/index.css +1 -1
- package/dist/types/anyspend/index.d.ts +0 -1
- package/dist/types/anyspend/react/components/AnySpend.d.ts +1 -1
- package/dist/types/anyspend/react/components/AnySpendBuySpin.d.ts +1 -1
- package/dist/types/anyspend/react/components/AnySpendCustom.d.ts +4 -4
- package/dist/types/anyspend/react/components/AnySpendNFT.d.ts +2 -3
- package/dist/types/anyspend/react/components/AnySpendStakeB3.d.ts +1 -1
- package/dist/types/anyspend/react/components/common/ChainTokenIcon.d.ts +1 -1
- package/dist/types/anyspend/react/components/common/OrderToken.d.ts +1 -1
- package/dist/types/anyspend/react/components/common/OrderTokenAmount.d.ts +1 -1
- package/dist/types/anyspend/react/components/common/PanelOnramp.d.ts +1 -1
- package/dist/types/anyspend/react/components/common/PanelOnrampPayment.d.ts +1 -1
- package/dist/types/anyspend/react/components/common/TokenBalance.d.ts +1 -1
- package/dist/types/anyspend/react/components/index.d.ts +0 -1
- package/dist/types/anyspend/react/components/modals/EnterRecipientModal.d.ts +1 -1
- package/dist/types/anyspend/react/components/webview/WebviewOnrampPayment.d.ts +1 -1
- package/dist/types/anyspend/react/hooks/useAnyspendCreateOnrampOrder.d.ts +18 -3
- package/dist/types/anyspend/react/hooks/useAnyspendCreateOrder.d.ts +0 -1
- package/dist/types/anyspend/react/hooks/useAnyspendOrderAndTransactions.d.ts +0 -14
- package/dist/types/anyspend/react/hooks/useAnyspendOrderHistory.d.ts +0 -14
- package/dist/types/anyspend/services/anyspend.d.ts +2 -9
- package/dist/types/anyspend/types/index.d.ts +0 -1
- package/dist/types/anyspend/types/nft.d.ts +0 -7
- package/dist/types/anyspend/types/onramp.d.ts +0 -3
- package/dist/types/anyspend/types/order.d.ts +0 -40
- package/dist/types/anyspend/types/req-res/createOrder.d.ts +0 -98
- package/dist/types/anyspend/types/req-res/getOrderAndTransactions.d.ts +0 -63
- package/dist/types/anyspend/types/req-res/getOrderHistory.d.ts +0 -49
- package/dist/types/anyspend/types/req-res/getQuote.d.ts +0 -37
- package/dist/types/anyspend/utils/orderPayload.d.ts +3 -3
- package/dist/types/global-account/react/components/B3Provider/B3Provider.d.ts +3 -3
- package/dist/types/global-account/react/components/B3Provider/B3Provider.native.d.ts +2 -2
- package/dist/types/global-account/react/components/ManageAccount/ManageAccount.d.ts +1 -1
- package/dist/types/global-account/react/components/MintButton/MintButton.d.ts +1 -1
- package/dist/types/global-account/react/components/RequestPermissions/RequestPermissions.d.ts +1 -1
- package/dist/types/global-account/react/components/RequestPermissions/RequestPermissionsButton.d.ts +1 -1
- package/dist/types/global-account/react/components/SignInWithB3/SignInWithB3.d.ts +2 -1
- package/dist/types/global-account/react/components/SignInWithB3/SignInWithB3Flow.d.ts +1 -1
- package/dist/types/global-account/react/components/SignInWithB3/components/AuthButton.d.ts +1 -1
- package/dist/types/global-account/react/components/SignInWithB3/components/WalletRow.d.ts +1 -1
- package/dist/types/global-account/react/components/SignInWithB3/steps/LoginStepCustom.d.ts +1 -1
- package/dist/types/global-account/react/components/index.d.ts +4 -4
- package/dist/types/global-account/react/components/ui/ShinyButton.d.ts +1 -1
- package/dist/types/global-account/react/components/ui/Tabs.d.ts +1 -1
- package/dist/types/global-account/react/components/ui/command.d.ts +1 -1
- package/dist/types/global-account/react/components/ui/dialog.d.ts +1 -1
- package/dist/types/global-account/react/components/ui/drawer.d.ts +1 -1
- package/dist/types/global-account/react/components/ui/text-loop.d.ts +1 -1
- package/dist/types/global-account/react/hooks/useAddTWSessionKey.d.ts +2 -2
- package/dist/types/global-account/react/hooks/useB3EnsName.d.ts +4 -8
- package/dist/types/global-account/react/hooks/useBestTransactionPath.d.ts +1 -1
- package/dist/types/global-account/react/hooks/useRemoveSessionKey.d.ts +1 -1
- package/dist/types/global-account/react/hooks/useTokenBalancesByChain.d.ts +1 -1
- package/dist/types/global-account/react/hooks/useTokenPrice.d.ts +1 -1
- package/dist/types/global-account/react/hooks/useTokenPriceWithFallback.d.ts +1 -1
- package/dist/types/global-account/react/hooks/useTokensFromAddress.d.ts +1 -1
- package/dist/types/global-account/react/stores/index.d.ts +1 -1
- package/dist/types/global-account/react/stores/useModalStore.d.ts +0 -2
- package/dist/types/shared/constants/index.d.ts +0 -1
- package/dist/types/shared/utils/index.d.ts +0 -9
- package/package.json +3 -15
- package/src/anyspend/abis/abi-usdc-base.ts +97 -97
- package/src/anyspend/abis/erc20-staking.ts +51 -51
- package/src/anyspend/constants/index.ts +11 -13
- package/src/anyspend/index.ts +0 -1
- package/src/anyspend/react/components/AnySpend.tsx +32 -33
- package/src/anyspend/react/components/AnySpendBuySpin.tsx +41 -46
- package/src/anyspend/react/components/AnySpendCustom.tsx +70 -158
- package/src/anyspend/react/components/AnySpendNFT.tsx +6 -11
- package/src/anyspend/react/components/AnySpendNFTButton.tsx +1 -1
- package/src/anyspend/react/components/AnySpendStakeB3.tsx +22 -23
- package/src/anyspend/react/components/AnySpendTournament.tsx +4 -7
- package/src/anyspend/react/components/common/ChainTokenIcon.tsx +1 -1
- package/src/anyspend/react/components/common/OrderDetails.tsx +31 -75
- package/src/anyspend/react/components/common/OrderHistoryItem.tsx +3 -3
- package/src/anyspend/react/components/common/OrderToken.tsx +5 -5
- package/src/anyspend/react/components/common/OrderTokenAmount.tsx +4 -4
- package/src/anyspend/react/components/common/PanelOnramp.tsx +3 -3
- package/src/anyspend/react/components/common/PanelOnrampPayment.tsx +8 -8
- package/src/anyspend/react/components/common/PaymentMethodIcons.tsx +1 -1
- package/src/anyspend/react/components/common/PaymentOneClick.tsx +3 -3
- package/src/anyspend/react/components/common/PaymentStripeWeb2.tsx +14 -14
- package/src/anyspend/react/components/common/TokenBalance.tsx +2 -2
- package/src/anyspend/react/components/index.ts +0 -1
- package/src/anyspend/react/components/modals/EnterRecipientModal.tsx +2 -2
- package/src/anyspend/react/components/webview/WebviewOnrampPayment.tsx +18 -18
- package/src/anyspend/react/hooks/useAnyspendCreateOnrampOrder.ts +20 -10
- package/src/anyspend/react/hooks/useAnyspendCreateOrder.ts +8 -9
- package/src/anyspend/react/hooks/useAnyspendOrderAndTransactions.ts +3 -3
- package/src/anyspend/react/hooks/useAnyspendOrderHistory.ts +4 -4
- package/src/anyspend/react/hooks/useAnyspendQuote.ts +5 -5
- package/src/anyspend/react/hooks/useAnyspendSendPermitData.ts +3 -3
- package/src/anyspend/react/hooks/useAnyspendTokens.ts +4 -4
- package/src/anyspend/react/hooks/useCoinbaseOnrampOptions.ts +3 -3
- package/src/anyspend/react/hooks/useGeoOnrampOptions.ts +3 -3
- package/src/anyspend/react/hooks/useGetGeo.ts +1 -1
- package/src/anyspend/react/hooks/usePermitData.ts +19 -19
- package/src/anyspend/react/hooks/useStripeClientSecret.ts +3 -3
- package/src/anyspend/react/hooks/useStripeSupport.ts +3 -3
- package/src/anyspend/react/providers/AnyspendProvider.tsx +3 -3
- package/src/anyspend/services/anyspend.ts +25 -25
- package/src/anyspend/types/chain.ts +1 -1
- package/src/anyspend/types/custom.ts +2 -2
- package/src/anyspend/types/globalWallet.ts +1 -1
- package/src/anyspend/types/index.ts +0 -1
- package/src/anyspend/types/nft.ts +7 -10
- package/src/anyspend/types/onramp.ts +2 -3
- package/src/anyspend/types/order.ts +9 -9
- package/src/anyspend/types/permit.ts +1 -1
- package/src/anyspend/types/relay.ts +1 -1
- package/src/anyspend/types/req-res/createOrder.ts +9 -9
- package/src/anyspend/types/req-res/getCoinbaseOnrampOptions.ts +5 -5
- package/src/anyspend/types/req-res/getOrderAndTransactions.ts +4 -4
- package/src/anyspend/types/req-res/getOrderByCreator.ts +2 -2
- package/src/anyspend/types/req-res/getOrderHistory.ts +1 -1
- package/src/anyspend/types/req-res/getQuote.ts +9 -14
- package/src/anyspend/types/req-res/getTokenList.ts +4 -4
- package/src/anyspend/types/req-res/sendPermitData.ts +2 -2
- package/src/anyspend/types/swap.ts +2 -2
- package/src/anyspend/types/token.ts +2 -2
- package/src/anyspend/types/tournament.ts +4 -4
- package/src/anyspend/types/transaction.ts +4 -4
- package/src/anyspend/utils/chain.ts +25 -25
- package/src/anyspend/utils/format.ts +2 -2
- package/src/anyspend/utils/orderPayload.ts +9 -21
- package/src/anyspend/utils/token.ts +10 -10
- package/src/global-account/app.native.ts +5 -5
- package/src/global-account/app.ts +5 -5
- package/src/global-account/bsmnt.native.ts +5 -5
- package/src/global-account/bsmnt.ts +5 -5
- package/src/global-account/react/components/B3DynamicModal.tsx +3 -3
- package/src/global-account/react/components/B3Provider/B3Provider.native.tsx +4 -4
- package/src/global-account/react/components/B3Provider/B3Provider.tsx +8 -7
- package/src/global-account/react/components/B3Provider/types.ts +1 -1
- package/src/global-account/react/components/ManageAccount/ManageAccount.tsx +6 -6
- package/src/global-account/react/components/MintButton/MintButton.tsx +5 -5
- package/src/global-account/react/components/RelayKitProviderWrapper.tsx +2 -2
- package/src/global-account/react/components/RequestPermissions/RequestPermissions.tsx +7 -7
- package/src/global-account/react/components/RequestPermissions/RequestPermissionsButton.tsx +2 -2
- package/src/global-account/react/components/SignInWithB3/SignInWithB3.tsx +28 -16
- package/src/global-account/react/components/SignInWithB3/SignInWithB3Flow.tsx +14 -14
- package/src/global-account/react/components/SignInWithB3/SignInWithB3Privy.tsx +2 -2
- package/src/global-account/react/components/SignInWithB3/components/AuthButton.tsx +1 -1
- package/src/global-account/react/components/SignInWithB3/components/WalletRow.tsx +1 -1
- package/src/global-account/react/components/SignInWithB3/steps/LoginStep.tsx +10 -10
- package/src/global-account/react/components/SignInWithB3/steps/LoginStepCustom.tsx +3 -3
- package/src/global-account/react/components/SignInWithB3/utils/signInUtils.ts +2 -2
- package/src/global-account/react/components/StyleRoot.tsx +1 -0
- package/src/global-account/react/components/Transak/TransakModal.tsx +4 -4
- package/src/global-account/react/components/custom/Button.tsx +7 -7
- package/src/global-account/react/components/custom/StaggeredFadeLoader.tsx +3 -3
- package/src/global-account/react/components/custom/WalletConnectorIcon.tsx +1 -1
- package/src/global-account/react/components/index.ts +4 -4
- package/src/global-account/react/components/magicui/AnimatedLottie.tsx +5 -5
- package/src/global-account/react/components/ui/Loading.tsx +2 -2
- package/src/global-account/react/components/ui/ShinyButton.tsx +5 -5
- package/src/global-account/react/components/ui/TabSystem.tsx +2 -2
- package/src/global-account/react/components/ui/Tabs.tsx +4 -4
- package/src/global-account/react/components/ui/badge.tsx +5 -5
- package/src/global-account/react/components/ui/button.tsx +7 -7
- package/src/global-account/react/components/ui/command.tsx +5 -5
- package/src/global-account/react/components/ui/dialog.tsx +5 -5
- package/src/global-account/react/components/ui/drawer.tsx +2 -2
- package/src/global-account/react/components/ui/glare-card-rounded.tsx +12 -12
- package/src/global-account/react/components/ui/glare-card.tsx +11 -11
- package/src/global-account/react/components/ui/input.tsx +2 -2
- package/src/global-account/react/components/ui/popover.tsx +1 -1
- package/src/global-account/react/components/ui/scroll-area.tsx +1 -1
- package/src/global-account/react/components/ui/text-loop.tsx +2 -2
- package/src/global-account/react/components/ui/text-shimmer.tsx +3 -3
- package/src/global-account/react/components/ui/tooltip.tsx +1 -1
- package/src/global-account/react/hooks/useAccountAssets.ts +4 -4
- package/src/global-account/react/hooks/useAccountWallet.tsx +9 -9
- package/src/global-account/react/hooks/useAddTWSessionKey.tsx +7 -7
- package/src/global-account/react/hooks/useAuthentication.ts +3 -3
- package/src/global-account/react/hooks/useB3BalanceFromAddresses.ts +9 -9
- package/src/global-account/react/hooks/useB3EnsName.ts +31 -43
- package/src/global-account/react/hooks/useBestTransactionPath.tsx +11 -11
- package/src/global-account/react/hooks/useBsmntProfile.ts +1 -1
- package/src/global-account/react/hooks/useChainSwitchWithAction.ts +4 -4
- package/src/global-account/react/hooks/useClaim.tsx +5 -5
- package/src/global-account/react/hooks/useConnect.tsx +4 -4
- package/src/global-account/react/hooks/useExchangeRate.tsx +3 -3
- package/src/global-account/react/hooks/useGetAllTWSigners.tsx +9 -9
- package/src/global-account/react/hooks/useGetGeo.tsx +1 -1
- package/src/global-account/react/hooks/useHandleConnectWithPrivy.tsx +2 -2
- package/src/global-account/react/hooks/useMediaQuery.tsx +1 -1
- package/src/global-account/react/hooks/useNativeBalance.tsx +7 -7
- package/src/global-account/react/hooks/useOnchainName.tsx +11 -11
- package/src/global-account/react/hooks/useOneBalance.tsx +2 -2
- package/src/global-account/react/hooks/useQueryB3.ts +2 -2
- package/src/global-account/react/hooks/useQueryBSMNT.ts +2 -2
- package/src/global-account/react/hooks/useRemoveSessionKey.tsx +5 -5
- package/src/global-account/react/hooks/useRouter.tsx +6 -6
- package/src/global-account/react/hooks/useSiwe.tsx +4 -4
- package/src/global-account/react/hooks/useTokenBalance.tsx +6 -6
- package/src/global-account/react/hooks/useTokenBalancesByChain.tsx +10 -10
- package/src/global-account/react/hooks/useTokenData.ts +3 -3
- package/src/global-account/react/hooks/useTokenFromUrl.tsx +14 -14
- package/src/global-account/react/hooks/useTokenPrice.tsx +7 -7
- package/src/global-account/react/hooks/useTokenPriceWithFallback.tsx +7 -7
- package/src/global-account/react/hooks/useTokensFromAddress.ts +2 -2
- package/src/global-account/react/hooks/useURLParams.ts +2 -2
- package/src/global-account/react/stores/index.ts +1 -1
- package/src/global-account/react/stores/useAuthStore.ts +3 -3
- package/src/global-account/react/stores/useModalStore.ts +3 -5
- package/src/global-account/server.ts +3 -3
- package/src/global-account/types/chain-networks.ts +10 -10
- package/src/global-account/types/feature-flags.ts +2 -2
- package/src/shared/constants/chains/b3Chain.ts +35 -35
- package/src/shared/constants/chains/chainPlatformMap.ts +1 -1
- package/src/shared/constants/chains/supported.ts +1 -1
- package/src/shared/constants/index.ts +1 -3
- package/src/shared/thirdweb/initiateClient.ts +2 -2
- package/src/shared/thirdweb/openapi-ts.config.ts +1 -1
- package/src/shared/utils/b3Ens.ts +4 -4
- package/src/shared/utils/chain-transformers.ts +9 -9
- package/src/shared/utils/fetchBalances.ts +5 -5
- package/src/shared/utils/fetchBsmntProfile.ts +1 -1
- package/src/shared/utils/index.ts +0 -16
- package/src/shared/utils/insights.ts +31 -31
- package/src/shared/utils/ipfs.ts +1 -1
- package/src/shared/utils/number.ts +5 -5
- package/src/shared/utils/simplehash.ts +28 -28
- package/src/shared/utils/thirdweb-insights.ts +20 -20
- package/dist/cjs/anyspend/types/metadata.d.ts +0 -26
- package/dist/cjs/anyspend/types/metadata.js +0 -16
- package/dist/cjs/global-account/react/components/SignInWithB3/SignIn.d.ts +0 -14
- package/dist/cjs/global-account/react/components/SignInWithB3/SignIn.js +0 -50
- package/dist/cjs/global-account/react/components/custom/Icon.d.ts +0 -7
- package/dist/cjs/global-account/react/components/custom/Icon.js +0 -52
- package/dist/cjs/global-account/react/components/custom/ManageAccountButton.d.ts +0 -4
- package/dist/cjs/global-account/react/components/custom/ManageAccountButton.js +0 -20
- package/dist/cjs/shared/react/hooks/index.d.ts +0 -1
- package/dist/cjs/shared/react/hooks/index.js +0 -17
- package/dist/cjs/shared/react/hooks/useNavigation.d.ts +0 -17
- package/dist/cjs/shared/react/hooks/useNavigation.js +0 -57
- package/dist/cjs/shared/react/index.d.ts +0 -1
- package/dist/cjs/shared/react/index.js +0 -17
- package/dist/esm/anyspend/types/metadata.d.ts +0 -26
- package/dist/esm/anyspend/types/metadata.js +0 -11
- package/dist/esm/global-account/react/components/SignInWithB3/SignIn.d.ts +0 -14
- package/dist/esm/global-account/react/components/SignInWithB3/SignIn.js +0 -44
- package/dist/esm/global-account/react/components/custom/Icon.d.ts +0 -7
- package/dist/esm/global-account/react/components/custom/Icon.js +0 -50
- package/dist/esm/global-account/react/components/custom/ManageAccountButton.d.ts +0 -4
- package/dist/esm/global-account/react/components/custom/ManageAccountButton.js +0 -17
- package/dist/esm/shared/react/hooks/index.d.ts +0 -1
- package/dist/esm/shared/react/hooks/index.js +0 -1
- package/dist/esm/shared/react/hooks/useNavigation.d.ts +0 -17
- package/dist/esm/shared/react/hooks/useNavigation.js +0 -52
- package/dist/esm/shared/react/index.d.ts +0 -1
- package/dist/esm/shared/react/index.js +0 -1
- package/dist/types/anyspend/types/metadata.d.ts +0 -26
- package/dist/types/global-account/react/components/SignInWithB3/SignIn.d.ts +0 -14
- package/dist/types/global-account/react/components/custom/Icon.d.ts +0 -7
- package/dist/types/global-account/react/components/custom/ManageAccountButton.d.ts +0 -4
- package/dist/types/shared/react/hooks/index.d.ts +0 -1
- package/dist/types/shared/react/hooks/useNavigation.d.ts +0 -17
- package/dist/types/shared/react/index.d.ts +0 -1
- package/src/anyspend/types/metadata.ts +0 -41
- package/src/global-account/react/components/SignInWithB3/SignIn.tsx +0 -190
- package/src/global-account/react/components/custom/Icon.tsx +0 -102
- package/src/global-account/react/components/custom/ManageAccountButton.tsx +0 -33
- package/src/shared/react/hooks/index.ts +0 -1
- package/src/shared/react/hooks/useNavigation.ts +0 -61
- package/src/shared/react/index.ts +0 -1
|
@@ -21,21 +21,18 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
21
21
|
paymentMethod: z.ZodString;
|
|
22
22
|
ipAddress: z.ZodOptional<z.ZodString>;
|
|
23
23
|
redirectUrl: z.ZodString;
|
|
24
|
-
stripeAmountInCents: z.ZodOptional<z.ZodNumber>;
|
|
25
24
|
}, "strip", z.ZodTypeAny, {
|
|
26
25
|
country: string;
|
|
27
26
|
vendor: import("..").OnrampVendor;
|
|
28
27
|
paymentMethod: string;
|
|
29
28
|
redirectUrl: string;
|
|
30
29
|
ipAddress?: string | undefined;
|
|
31
|
-
stripeAmountInCents?: number | undefined;
|
|
32
30
|
}, {
|
|
33
31
|
country: string;
|
|
34
32
|
vendor: import("..").OnrampVendor;
|
|
35
33
|
paymentMethod: string;
|
|
36
34
|
redirectUrl: string;
|
|
37
35
|
ipAddress?: string | undefined;
|
|
38
|
-
stripeAmountInCents?: number | undefined;
|
|
39
36
|
}>>;
|
|
40
37
|
creatorAddress: z.ZodNullable<z.ZodString>;
|
|
41
38
|
partnerId: z.ZodNullable<z.ZodString>;
|
|
@@ -222,7 +219,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
222
219
|
paymentMethod: string;
|
|
223
220
|
redirectUrl: string;
|
|
224
221
|
ipAddress?: string | undefined;
|
|
225
|
-
stripeAmountInCents?: number | undefined;
|
|
226
222
|
} | null;
|
|
227
223
|
creatorAddress: string | null;
|
|
228
224
|
partnerId: string | null;
|
|
@@ -281,7 +277,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
281
277
|
paymentMethod: string;
|
|
282
278
|
redirectUrl: string;
|
|
283
279
|
ipAddress?: string | undefined;
|
|
284
|
-
stripeAmountInCents?: number | undefined;
|
|
285
280
|
} | null;
|
|
286
281
|
creatorAddress: string | null;
|
|
287
282
|
partnerId: string | null;
|
|
@@ -317,21 +312,18 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
317
312
|
paymentMethod: z.ZodString;
|
|
318
313
|
ipAddress: z.ZodOptional<z.ZodString>;
|
|
319
314
|
redirectUrl: z.ZodString;
|
|
320
|
-
stripeAmountInCents: z.ZodOptional<z.ZodNumber>;
|
|
321
315
|
}, "strip", z.ZodTypeAny, {
|
|
322
316
|
country: string;
|
|
323
317
|
vendor: import("..").OnrampVendor;
|
|
324
318
|
paymentMethod: string;
|
|
325
319
|
redirectUrl: string;
|
|
326
320
|
ipAddress?: string | undefined;
|
|
327
|
-
stripeAmountInCents?: number | undefined;
|
|
328
321
|
}, {
|
|
329
322
|
country: string;
|
|
330
323
|
vendor: import("..").OnrampVendor;
|
|
331
324
|
paymentMethod: string;
|
|
332
325
|
redirectUrl: string;
|
|
333
326
|
ipAddress?: string | undefined;
|
|
334
|
-
stripeAmountInCents?: number | undefined;
|
|
335
327
|
}>>;
|
|
336
328
|
creatorAddress: z.ZodNullable<z.ZodString>;
|
|
337
329
|
partnerId: z.ZodNullable<z.ZodString>;
|
|
@@ -360,18 +352,12 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
360
352
|
type: z.ZodLiteral<import("../order").OrderType.MintNFT>;
|
|
361
353
|
payload: z.ZodObject<{
|
|
362
354
|
contractAddress: z.ZodString;
|
|
363
|
-
tokenId: z.ZodNullable<z.ZodNumber>;
|
|
364
|
-
contractType: z.ZodNativeEnum<typeof import("..").NftType>;
|
|
365
355
|
nftPrice: z.ZodString;
|
|
366
356
|
}, "strip", z.ZodTypeAny, {
|
|
367
357
|
contractAddress: string;
|
|
368
|
-
tokenId: number | null;
|
|
369
|
-
contractType: import("..").NftType;
|
|
370
358
|
nftPrice: string;
|
|
371
359
|
}, {
|
|
372
360
|
contractAddress: string;
|
|
373
|
-
tokenId: number | null;
|
|
374
|
-
contractType: import("..").NftType;
|
|
375
361
|
nftPrice: string;
|
|
376
362
|
}>;
|
|
377
363
|
metadata: z.ZodObject<{
|
|
@@ -608,7 +594,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
608
594
|
paymentMethod: string;
|
|
609
595
|
redirectUrl: string;
|
|
610
596
|
ipAddress?: string | undefined;
|
|
611
|
-
stripeAmountInCents?: number | undefined;
|
|
612
597
|
} | null;
|
|
613
598
|
creatorAddress: string | null;
|
|
614
599
|
partnerId: string | null;
|
|
@@ -623,8 +608,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
623
608
|
} | null;
|
|
624
609
|
payload: {
|
|
625
610
|
contractAddress: string;
|
|
626
|
-
tokenId: number | null;
|
|
627
|
-
contractType: import("..").NftType;
|
|
628
611
|
nftPrice: string;
|
|
629
612
|
};
|
|
630
613
|
}, {
|
|
@@ -683,7 +666,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
683
666
|
paymentMethod: string;
|
|
684
667
|
redirectUrl: string;
|
|
685
668
|
ipAddress?: string | undefined;
|
|
686
|
-
stripeAmountInCents?: number | undefined;
|
|
687
669
|
} | null;
|
|
688
670
|
creatorAddress: string | null;
|
|
689
671
|
partnerId: string | null;
|
|
@@ -698,8 +680,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
698
680
|
} | null;
|
|
699
681
|
payload: {
|
|
700
682
|
contractAddress: string;
|
|
701
|
-
tokenId: number | null;
|
|
702
|
-
contractType: import("..").NftType;
|
|
703
683
|
nftPrice: string;
|
|
704
684
|
};
|
|
705
685
|
}>, z.ZodObject<{
|
|
@@ -721,21 +701,18 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
721
701
|
paymentMethod: z.ZodString;
|
|
722
702
|
ipAddress: z.ZodOptional<z.ZodString>;
|
|
723
703
|
redirectUrl: z.ZodString;
|
|
724
|
-
stripeAmountInCents: z.ZodOptional<z.ZodNumber>;
|
|
725
704
|
}, "strip", z.ZodTypeAny, {
|
|
726
705
|
country: string;
|
|
727
706
|
vendor: import("..").OnrampVendor;
|
|
728
707
|
paymentMethod: string;
|
|
729
708
|
redirectUrl: string;
|
|
730
709
|
ipAddress?: string | undefined;
|
|
731
|
-
stripeAmountInCents?: number | undefined;
|
|
732
710
|
}, {
|
|
733
711
|
country: string;
|
|
734
712
|
vendor: import("..").OnrampVendor;
|
|
735
713
|
paymentMethod: string;
|
|
736
714
|
redirectUrl: string;
|
|
737
715
|
ipAddress?: string | undefined;
|
|
738
|
-
stripeAmountInCents?: number | undefined;
|
|
739
716
|
}>>;
|
|
740
717
|
creatorAddress: z.ZodNullable<z.ZodString>;
|
|
741
718
|
partnerId: z.ZodNullable<z.ZodString>;
|
|
@@ -956,7 +933,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
956
933
|
paymentMethod: string;
|
|
957
934
|
redirectUrl: string;
|
|
958
935
|
ipAddress?: string | undefined;
|
|
959
|
-
stripeAmountInCents?: number | undefined;
|
|
960
936
|
} | null;
|
|
961
937
|
creatorAddress: string | null;
|
|
962
938
|
partnerId: string | null;
|
|
@@ -1021,7 +997,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1021
997
|
paymentMethod: string;
|
|
1022
998
|
redirectUrl: string;
|
|
1023
999
|
ipAddress?: string | undefined;
|
|
1024
|
-
stripeAmountInCents?: number | undefined;
|
|
1025
1000
|
} | null;
|
|
1026
1001
|
creatorAddress: string | null;
|
|
1027
1002
|
partnerId: string | null;
|
|
@@ -1057,21 +1032,18 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1057
1032
|
paymentMethod: z.ZodString;
|
|
1058
1033
|
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1059
1034
|
redirectUrl: z.ZodString;
|
|
1060
|
-
stripeAmountInCents: z.ZodOptional<z.ZodNumber>;
|
|
1061
1035
|
}, "strip", z.ZodTypeAny, {
|
|
1062
1036
|
country: string;
|
|
1063
1037
|
vendor: import("..").OnrampVendor;
|
|
1064
1038
|
paymentMethod: string;
|
|
1065
1039
|
redirectUrl: string;
|
|
1066
1040
|
ipAddress?: string | undefined;
|
|
1067
|
-
stripeAmountInCents?: number | undefined;
|
|
1068
1041
|
}, {
|
|
1069
1042
|
country: string;
|
|
1070
1043
|
vendor: import("..").OnrampVendor;
|
|
1071
1044
|
paymentMethod: string;
|
|
1072
1045
|
redirectUrl: string;
|
|
1073
1046
|
ipAddress?: string | undefined;
|
|
1074
|
-
stripeAmountInCents?: number | undefined;
|
|
1075
1047
|
}>>;
|
|
1076
1048
|
creatorAddress: z.ZodNullable<z.ZodString>;
|
|
1077
1049
|
partnerId: z.ZodNullable<z.ZodString>;
|
|
@@ -1292,7 +1264,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1292
1264
|
paymentMethod: string;
|
|
1293
1265
|
redirectUrl: string;
|
|
1294
1266
|
ipAddress?: string | undefined;
|
|
1295
|
-
stripeAmountInCents?: number | undefined;
|
|
1296
1267
|
} | null;
|
|
1297
1268
|
creatorAddress: string | null;
|
|
1298
1269
|
partnerId: string | null;
|
|
@@ -1357,7 +1328,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1357
1328
|
paymentMethod: string;
|
|
1358
1329
|
redirectUrl: string;
|
|
1359
1330
|
ipAddress?: string | undefined;
|
|
1360
|
-
stripeAmountInCents?: number | undefined;
|
|
1361
1331
|
} | null;
|
|
1362
1332
|
creatorAddress: string | null;
|
|
1363
1333
|
partnerId: string | null;
|
|
@@ -1393,21 +1363,18 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1393
1363
|
paymentMethod: z.ZodString;
|
|
1394
1364
|
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1395
1365
|
redirectUrl: z.ZodString;
|
|
1396
|
-
stripeAmountInCents: z.ZodOptional<z.ZodNumber>;
|
|
1397
1366
|
}, "strip", z.ZodTypeAny, {
|
|
1398
1367
|
country: string;
|
|
1399
1368
|
vendor: import("..").OnrampVendor;
|
|
1400
1369
|
paymentMethod: string;
|
|
1401
1370
|
redirectUrl: string;
|
|
1402
1371
|
ipAddress?: string | undefined;
|
|
1403
|
-
stripeAmountInCents?: number | undefined;
|
|
1404
1372
|
}, {
|
|
1405
1373
|
country: string;
|
|
1406
1374
|
vendor: import("..").OnrampVendor;
|
|
1407
1375
|
paymentMethod: string;
|
|
1408
1376
|
redirectUrl: string;
|
|
1409
1377
|
ipAddress?: string | undefined;
|
|
1410
|
-
stripeAmountInCents?: number | undefined;
|
|
1411
1378
|
}>>;
|
|
1412
1379
|
creatorAddress: z.ZodNullable<z.ZodString>;
|
|
1413
1380
|
partnerId: z.ZodNullable<z.ZodString>;
|
|
@@ -1604,7 +1571,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1604
1571
|
paymentMethod: string;
|
|
1605
1572
|
redirectUrl: string;
|
|
1606
1573
|
ipAddress?: string | undefined;
|
|
1607
|
-
stripeAmountInCents?: number | undefined;
|
|
1608
1574
|
} | null;
|
|
1609
1575
|
creatorAddress: string | null;
|
|
1610
1576
|
partnerId: string | null;
|
|
@@ -1666,7 +1632,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1666
1632
|
paymentMethod: string;
|
|
1667
1633
|
redirectUrl: string;
|
|
1668
1634
|
ipAddress?: string | undefined;
|
|
1669
|
-
stripeAmountInCents?: number | undefined;
|
|
1670
1635
|
} | null;
|
|
1671
1636
|
creatorAddress: string | null;
|
|
1672
1637
|
partnerId: string | null;
|
|
@@ -1731,7 +1696,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1731
1696
|
paymentMethod: string;
|
|
1732
1697
|
redirectUrl: string;
|
|
1733
1698
|
ipAddress?: string | undefined;
|
|
1734
|
-
stripeAmountInCents?: number | undefined;
|
|
1735
1699
|
} | null;
|
|
1736
1700
|
creatorAddress: string | null;
|
|
1737
1701
|
partnerId: string | null;
|
|
@@ -1804,7 +1768,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1804
1768
|
paymentMethod: string;
|
|
1805
1769
|
redirectUrl: string;
|
|
1806
1770
|
ipAddress?: string | undefined;
|
|
1807
|
-
stripeAmountInCents?: number | undefined;
|
|
1808
1771
|
} | null;
|
|
1809
1772
|
creatorAddress: string | null;
|
|
1810
1773
|
partnerId: string | null;
|
|
@@ -1819,8 +1782,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1819
1782
|
} | null;
|
|
1820
1783
|
payload: {
|
|
1821
1784
|
contractAddress: string;
|
|
1822
|
-
tokenId: number | null;
|
|
1823
|
-
contractType: import("..").NftType;
|
|
1824
1785
|
nftPrice: string;
|
|
1825
1786
|
};
|
|
1826
1787
|
} | {
|
|
@@ -1871,7 +1832,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1871
1832
|
paymentMethod: string;
|
|
1872
1833
|
redirectUrl: string;
|
|
1873
1834
|
ipAddress?: string | undefined;
|
|
1874
|
-
stripeAmountInCents?: number | undefined;
|
|
1875
1835
|
} | null;
|
|
1876
1836
|
creatorAddress: string | null;
|
|
1877
1837
|
partnerId: string | null;
|
|
@@ -1936,7 +1896,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1936
1896
|
paymentMethod: string;
|
|
1937
1897
|
redirectUrl: string;
|
|
1938
1898
|
ipAddress?: string | undefined;
|
|
1939
|
-
stripeAmountInCents?: number | undefined;
|
|
1940
1899
|
} | null;
|
|
1941
1900
|
creatorAddress: string | null;
|
|
1942
1901
|
partnerId: string | null;
|
|
@@ -1996,7 +1955,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
1996
1955
|
paymentMethod: string;
|
|
1997
1956
|
redirectUrl: string;
|
|
1998
1957
|
ipAddress?: string | undefined;
|
|
1999
|
-
stripeAmountInCents?: number | undefined;
|
|
2000
1958
|
} | null;
|
|
2001
1959
|
creatorAddress: string | null;
|
|
2002
1960
|
partnerId: string | null;
|
|
@@ -2062,7 +2020,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
2062
2020
|
paymentMethod: string;
|
|
2063
2021
|
redirectUrl: string;
|
|
2064
2022
|
ipAddress?: string | undefined;
|
|
2065
|
-
stripeAmountInCents?: number | undefined;
|
|
2066
2023
|
} | null;
|
|
2067
2024
|
creatorAddress: string | null;
|
|
2068
2025
|
partnerId: string | null;
|
|
@@ -2135,7 +2092,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
2135
2092
|
paymentMethod: string;
|
|
2136
2093
|
redirectUrl: string;
|
|
2137
2094
|
ipAddress?: string | undefined;
|
|
2138
|
-
stripeAmountInCents?: number | undefined;
|
|
2139
2095
|
} | null;
|
|
2140
2096
|
creatorAddress: string | null;
|
|
2141
2097
|
partnerId: string | null;
|
|
@@ -2150,8 +2106,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
2150
2106
|
} | null;
|
|
2151
2107
|
payload: {
|
|
2152
2108
|
contractAddress: string;
|
|
2153
|
-
tokenId: number | null;
|
|
2154
|
-
contractType: import("..").NftType;
|
|
2155
2109
|
nftPrice: string;
|
|
2156
2110
|
};
|
|
2157
2111
|
} | {
|
|
@@ -2202,7 +2156,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
2202
2156
|
paymentMethod: string;
|
|
2203
2157
|
redirectUrl: string;
|
|
2204
2158
|
ipAddress?: string | undefined;
|
|
2205
|
-
stripeAmountInCents?: number | undefined;
|
|
2206
2159
|
} | null;
|
|
2207
2160
|
creatorAddress: string | null;
|
|
2208
2161
|
partnerId: string | null;
|
|
@@ -2267,7 +2220,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
2267
2220
|
paymentMethod: string;
|
|
2268
2221
|
redirectUrl: string;
|
|
2269
2222
|
ipAddress?: string | undefined;
|
|
2270
|
-
stripeAmountInCents?: number | undefined;
|
|
2271
2223
|
} | null;
|
|
2272
2224
|
creatorAddress: string | null;
|
|
2273
2225
|
partnerId: string | null;
|
|
@@ -2327,7 +2279,6 @@ export declare const zGetOrderHistoryResponse: z.ZodObject<{
|
|
|
2327
2279
|
paymentMethod: string;
|
|
2328
2280
|
redirectUrl: string;
|
|
2329
2281
|
ipAddress?: string | undefined;
|
|
2330
|
-
stripeAmountInCents?: number | undefined;
|
|
2331
2282
|
} | null;
|
|
2332
2283
|
creatorAddress: string | null;
|
|
2333
2284
|
partnerId: string | null;
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import { QuoteDetails } from "@reservoir0x/relay-sdk";
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import { NftType } from "../nft";
|
|
4
3
|
import { OrderType } from "../order";
|
|
5
4
|
import { TradeType } from "../relay";
|
|
6
|
-
import { OnrampVendor } from "../onramp";
|
|
7
5
|
export declare const zGetQuoteRequest: z.ZodObject<{
|
|
8
6
|
body: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
9
7
|
srcChain: z.ZodNumber;
|
|
10
8
|
dstChain: z.ZodNumber;
|
|
11
9
|
srcTokenAddress: z.ZodString;
|
|
12
10
|
dstTokenAddress: z.ZodString;
|
|
13
|
-
onrampVendor: z.ZodOptional<z.ZodNativeEnum<typeof OnrampVendor>>;
|
|
14
11
|
} & {
|
|
15
12
|
type: z.ZodLiteral<OrderType.Swap>;
|
|
16
13
|
tradeType: z.ZodNativeEnum<typeof TradeType>;
|
|
@@ -23,7 +20,6 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
23
20
|
srcTokenAddress: string;
|
|
24
21
|
dstTokenAddress: string;
|
|
25
22
|
tradeType: TradeType;
|
|
26
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
27
23
|
}, {
|
|
28
24
|
type: OrderType.Swap;
|
|
29
25
|
amount: string;
|
|
@@ -32,47 +28,36 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
32
28
|
srcTokenAddress: string;
|
|
33
29
|
dstTokenAddress: string;
|
|
34
30
|
tradeType: TradeType;
|
|
35
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
36
31
|
}>, z.ZodObject<{
|
|
37
32
|
srcChain: z.ZodNumber;
|
|
38
33
|
dstChain: z.ZodNumber;
|
|
39
34
|
srcTokenAddress: z.ZodString;
|
|
40
35
|
dstTokenAddress: z.ZodString;
|
|
41
|
-
onrampVendor: z.ZodOptional<z.ZodNativeEnum<typeof OnrampVendor>>;
|
|
42
36
|
} & {
|
|
43
37
|
type: z.ZodLiteral<OrderType.MintNFT>;
|
|
44
38
|
contractAddress: z.ZodString;
|
|
45
|
-
tokenId: z.ZodNullable<z.ZodNumber>;
|
|
46
|
-
contractType: z.ZodNativeEnum<typeof NftType>;
|
|
47
39
|
price: z.ZodString;
|
|
48
40
|
}, "strip", z.ZodTypeAny, {
|
|
49
41
|
type: OrderType.MintNFT;
|
|
50
42
|
contractAddress: string;
|
|
51
|
-
tokenId: number | null;
|
|
52
|
-
contractType: NftType;
|
|
53
43
|
srcChain: number;
|
|
54
44
|
dstChain: number;
|
|
55
45
|
srcTokenAddress: string;
|
|
56
46
|
dstTokenAddress: string;
|
|
57
47
|
price: string;
|
|
58
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
59
48
|
}, {
|
|
60
49
|
type: OrderType.MintNFT;
|
|
61
50
|
contractAddress: string;
|
|
62
|
-
tokenId: number | null;
|
|
63
|
-
contractType: NftType;
|
|
64
51
|
srcChain: number;
|
|
65
52
|
dstChain: number;
|
|
66
53
|
srcTokenAddress: string;
|
|
67
54
|
dstTokenAddress: string;
|
|
68
55
|
price: string;
|
|
69
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
70
56
|
}>, z.ZodObject<{
|
|
71
57
|
srcChain: z.ZodNumber;
|
|
72
58
|
dstChain: z.ZodNumber;
|
|
73
59
|
srcTokenAddress: z.ZodString;
|
|
74
60
|
dstTokenAddress: z.ZodString;
|
|
75
|
-
onrampVendor: z.ZodOptional<z.ZodNativeEnum<typeof OnrampVendor>>;
|
|
76
61
|
} & {
|
|
77
62
|
type: z.ZodLiteral<OrderType.JoinTournament>;
|
|
78
63
|
contractAddress: z.ZodString;
|
|
@@ -85,7 +70,6 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
85
70
|
srcTokenAddress: string;
|
|
86
71
|
dstTokenAddress: string;
|
|
87
72
|
price: string;
|
|
88
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
89
73
|
}, {
|
|
90
74
|
type: OrderType.JoinTournament;
|
|
91
75
|
contractAddress: string;
|
|
@@ -94,13 +78,11 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
94
78
|
srcTokenAddress: string;
|
|
95
79
|
dstTokenAddress: string;
|
|
96
80
|
price: string;
|
|
97
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
98
81
|
}>, z.ZodObject<{
|
|
99
82
|
srcChain: z.ZodNumber;
|
|
100
83
|
dstChain: z.ZodNumber;
|
|
101
84
|
srcTokenAddress: z.ZodString;
|
|
102
85
|
dstTokenAddress: z.ZodString;
|
|
103
|
-
onrampVendor: z.ZodOptional<z.ZodNativeEnum<typeof OnrampVendor>>;
|
|
104
86
|
} & {
|
|
105
87
|
type: z.ZodLiteral<OrderType.FundTournament>;
|
|
106
88
|
contractAddress: z.ZodString;
|
|
@@ -113,7 +95,6 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
113
95
|
dstChain: number;
|
|
114
96
|
srcTokenAddress: string;
|
|
115
97
|
dstTokenAddress: string;
|
|
116
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
117
98
|
}, {
|
|
118
99
|
type: OrderType.FundTournament;
|
|
119
100
|
contractAddress: string;
|
|
@@ -122,13 +103,11 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
122
103
|
dstChain: number;
|
|
123
104
|
srcTokenAddress: string;
|
|
124
105
|
dstTokenAddress: string;
|
|
125
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
126
106
|
}>, z.ZodObject<{
|
|
127
107
|
srcChain: z.ZodNumber;
|
|
128
108
|
dstChain: z.ZodNumber;
|
|
129
109
|
srcTokenAddress: z.ZodString;
|
|
130
110
|
dstTokenAddress: z.ZodString;
|
|
131
|
-
onrampVendor: z.ZodOptional<z.ZodNativeEnum<typeof OnrampVendor>>;
|
|
132
111
|
} & {
|
|
133
112
|
type: z.ZodLiteral<OrderType.Custom>;
|
|
134
113
|
payload: z.ZodObject<{
|
|
@@ -159,7 +138,6 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
159
138
|
amount: string;
|
|
160
139
|
spenderAddress?: string | undefined;
|
|
161
140
|
};
|
|
162
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
163
141
|
}, {
|
|
164
142
|
type: OrderType.Custom;
|
|
165
143
|
srcChain: number;
|
|
@@ -172,7 +150,6 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
172
150
|
amount: string;
|
|
173
151
|
spenderAddress?: string | undefined;
|
|
174
152
|
};
|
|
175
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
176
153
|
}>]>;
|
|
177
154
|
}, "strip", z.ZodTypeAny, {
|
|
178
155
|
body: {
|
|
@@ -183,18 +160,14 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
183
160
|
srcTokenAddress: string;
|
|
184
161
|
dstTokenAddress: string;
|
|
185
162
|
tradeType: TradeType;
|
|
186
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
187
163
|
} | {
|
|
188
164
|
type: OrderType.MintNFT;
|
|
189
165
|
contractAddress: string;
|
|
190
|
-
tokenId: number | null;
|
|
191
|
-
contractType: NftType;
|
|
192
166
|
srcChain: number;
|
|
193
167
|
dstChain: number;
|
|
194
168
|
srcTokenAddress: string;
|
|
195
169
|
dstTokenAddress: string;
|
|
196
170
|
price: string;
|
|
197
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
198
171
|
} | {
|
|
199
172
|
type: OrderType.JoinTournament;
|
|
200
173
|
contractAddress: string;
|
|
@@ -203,7 +176,6 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
203
176
|
srcTokenAddress: string;
|
|
204
177
|
dstTokenAddress: string;
|
|
205
178
|
price: string;
|
|
206
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
207
179
|
} | {
|
|
208
180
|
type: OrderType.FundTournament;
|
|
209
181
|
contractAddress: string;
|
|
@@ -212,7 +184,6 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
212
184
|
dstChain: number;
|
|
213
185
|
srcTokenAddress: string;
|
|
214
186
|
dstTokenAddress: string;
|
|
215
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
216
187
|
} | {
|
|
217
188
|
type: OrderType.Custom;
|
|
218
189
|
srcChain: number;
|
|
@@ -225,7 +196,6 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
225
196
|
amount: string;
|
|
226
197
|
spenderAddress?: string | undefined;
|
|
227
198
|
};
|
|
228
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
229
199
|
};
|
|
230
200
|
}, {
|
|
231
201
|
body: {
|
|
@@ -236,18 +206,14 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
236
206
|
srcTokenAddress: string;
|
|
237
207
|
dstTokenAddress: string;
|
|
238
208
|
tradeType: TradeType;
|
|
239
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
240
209
|
} | {
|
|
241
210
|
type: OrderType.MintNFT;
|
|
242
211
|
contractAddress: string;
|
|
243
|
-
tokenId: number | null;
|
|
244
|
-
contractType: NftType;
|
|
245
212
|
srcChain: number;
|
|
246
213
|
dstChain: number;
|
|
247
214
|
srcTokenAddress: string;
|
|
248
215
|
dstTokenAddress: string;
|
|
249
216
|
price: string;
|
|
250
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
251
217
|
} | {
|
|
252
218
|
type: OrderType.JoinTournament;
|
|
253
219
|
contractAddress: string;
|
|
@@ -256,7 +222,6 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
256
222
|
srcTokenAddress: string;
|
|
257
223
|
dstTokenAddress: string;
|
|
258
224
|
price: string;
|
|
259
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
260
225
|
} | {
|
|
261
226
|
type: OrderType.FundTournament;
|
|
262
227
|
contractAddress: string;
|
|
@@ -265,7 +230,6 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
265
230
|
dstChain: number;
|
|
266
231
|
srcTokenAddress: string;
|
|
267
232
|
dstTokenAddress: string;
|
|
268
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
269
233
|
} | {
|
|
270
234
|
type: OrderType.Custom;
|
|
271
235
|
srcChain: number;
|
|
@@ -278,7 +242,6 @@ export declare const zGetQuoteRequest: z.ZodObject<{
|
|
|
278
242
|
amount: string;
|
|
279
243
|
spenderAddress?: string | undefined;
|
|
280
244
|
};
|
|
281
|
-
onrampVendor?: OnrampVendor | undefined;
|
|
282
245
|
};
|
|
283
246
|
}>;
|
|
284
247
|
export type GetQuoteRequest = z.infer<typeof zGetQuoteRequest.shape.body>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Nft,
|
|
1
|
+
import { Nft, OrderType, Token, Tournament } from "@b3dotfun/sdk/anyspend/types";
|
|
2
2
|
export type OrderParams = {
|
|
3
3
|
orderType: OrderType;
|
|
4
4
|
srcToken: Token;
|
|
@@ -38,13 +38,13 @@ export declare const buildMetadata: (orderType: OrderType, params: OrderParams)
|
|
|
38
38
|
} | {
|
|
39
39
|
nft: (({
|
|
40
40
|
name: string;
|
|
41
|
-
type: NftType.ERC721;
|
|
41
|
+
type: import("@b3dotfun/sdk/anyspend/types").NftType.ERC721;
|
|
42
42
|
contractAddress: string;
|
|
43
43
|
description: string;
|
|
44
44
|
imageUrl: string;
|
|
45
45
|
} | {
|
|
46
46
|
name: string;
|
|
47
|
-
type: NftType.ERC1155;
|
|
47
|
+
type: import("@b3dotfun/sdk/anyspend/types").NftType.ERC1155;
|
|
48
48
|
contractAddress: string;
|
|
49
49
|
description: string;
|
|
50
50
|
imageUrl: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { PermissionsConfig } from "@b3dotfun/sdk/global-account/types/permissions";
|
|
2
2
|
import { Account } from "thirdweb/wallets";
|
|
3
|
-
import { B3ContextType } from "./types";
|
|
4
3
|
import "@reservoir0x/relay-kit-ui/styles.css";
|
|
4
|
+
import { B3ContextType } from "./types";
|
|
5
5
|
export declare const wagmiConfig: import("wagmi").Config<readonly [import("viem").Chain, ...import("viem").Chain[]], any, readonly import("wagmi").CreateConnectorFn[]>;
|
|
6
6
|
/**
|
|
7
7
|
* Main B3Provider component
|
|
8
8
|
*/
|
|
9
|
-
export declare function B3Provider({ isMainnetAnySpend, theme, children, accountOverride, environment, automaticallySetFirstEoa
|
|
9
|
+
export declare function B3Provider({ isMainnetAnySpend, theme, children, accountOverride, environment, automaticallySetFirstEoa }: {
|
|
10
10
|
isMainnetAnySpend?: boolean;
|
|
11
11
|
theme: "light" | "dark";
|
|
12
12
|
children: React.ReactNode;
|
|
@@ -17,7 +17,7 @@ export declare function B3Provider({ isMainnetAnySpend, theme, children, account
|
|
|
17
17
|
/**
|
|
18
18
|
* Inner provider component that provides the actual B3Context
|
|
19
19
|
*/
|
|
20
|
-
export declare function InnerProvider({ children, accountOverride, environment, defaultPermissions, automaticallySetFirstEoa, theme
|
|
20
|
+
export declare function InnerProvider({ children, accountOverride, environment, defaultPermissions, automaticallySetFirstEoa, theme }: {
|
|
21
21
|
children: React.ReactNode;
|
|
22
22
|
accountOverride?: Account;
|
|
23
23
|
environment: B3ContextType["environment"];
|
|
@@ -4,7 +4,7 @@ import { B3ContextType } from "./types";
|
|
|
4
4
|
/**
|
|
5
5
|
* Main B3Provider component
|
|
6
6
|
*/
|
|
7
|
-
export declare function B3Provider({ isMainnetAnySpend, theme, children, accountOverride, environment
|
|
7
|
+
export declare function B3Provider({ isMainnetAnySpend, theme, children, accountOverride, environment }: {
|
|
8
8
|
isMainnetAnySpend?: boolean;
|
|
9
9
|
theme: "light" | "dark";
|
|
10
10
|
children: React.ReactNode;
|
|
@@ -14,7 +14,7 @@ export declare function B3Provider({ isMainnetAnySpend, theme, children, account
|
|
|
14
14
|
/**
|
|
15
15
|
* Inner provider component that provides the actual B3Context
|
|
16
16
|
*/
|
|
17
|
-
export declare function InnerProvider({ children, accountOverride, environment, defaultPermissions, theme
|
|
17
|
+
export declare function InnerProvider({ children, accountOverride, environment, defaultPermissions, theme }: {
|
|
18
18
|
children: React.ReactNode;
|
|
19
19
|
accountOverride?: Account;
|
|
20
20
|
environment: B3ContextType["environment"];
|
|
@@ -7,5 +7,5 @@ interface ManageAccountProps {
|
|
|
7
7
|
chain: Chain;
|
|
8
8
|
partnerId: string;
|
|
9
9
|
}
|
|
10
|
-
export declare function ManageAccount({ onLogout, onSwap: _onSwap, onDeposit: _onDeposit, chain, partnerId
|
|
10
|
+
export declare function ManageAccount({ onLogout, onSwap: _onSwap, onDeposit: _onDeposit, chain, partnerId }: ManageAccountProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -13,5 +13,5 @@ interface MintButtonProps {
|
|
|
13
13
|
onSuccess?: (tx: `0x${string}`) => void;
|
|
14
14
|
onError?: (error: Error) => void;
|
|
15
15
|
}
|
|
16
|
-
export declare function MintButton({ contractAddress, quantity, chain, account, to, tokenId, className, children, onSuccess, onError
|
|
16
|
+
export declare function MintButton({ contractAddress, quantity, chain, account, to, tokenId, className, children, onSuccess, onError }: MintButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
export {};
|
package/dist/types/global-account/react/components/RequestPermissions/RequestPermissions.d.ts
CHANGED
|
@@ -3,4 +3,4 @@ import { RequestPermissionsModalProps } from "@b3dotfun/sdk/global-account/react
|
|
|
3
3
|
* Component for requesting permissions to access user accounts and contracts
|
|
4
4
|
* Allows users to approve session keys with specific permission settings
|
|
5
5
|
*/
|
|
6
|
-
export declare function RequestPermissions({ onSuccess, onError, chain, sessionKeyAddress, permissions
|
|
6
|
+
export declare function RequestPermissions({ onSuccess, onError, chain, sessionKeyAddress, permissions }: RequestPermissionsModalProps): import("react/jsx-runtime").JSX.Element;
|
package/dist/types/global-account/react/components/RequestPermissions/RequestPermissionsButton.d.ts
CHANGED
|
@@ -7,5 +7,5 @@ type RequestPermissionsButtonProps = {
|
|
|
7
7
|
permissions?: PermissionsConfig;
|
|
8
8
|
closeOnSuccess?: boolean;
|
|
9
9
|
};
|
|
10
|
-
export declare function RequestPermissionsButton({ chain, sessionKeyAddress, onSuccess, onError, permissions, closeOnSuccess
|
|
10
|
+
export declare function RequestPermissionsButton({ chain, sessionKeyAddress, onSuccess, onError, permissions, closeOnSuccess }: RequestPermissionsButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { SignInWithB3ModalProps } from "@b3dotfun/sdk/global-account/react";
|
|
2
2
|
import { ReactNode } from "react";
|
|
3
|
-
|
|
3
|
+
type SignInWithB3Props = Omit<SignInWithB3ModalProps, "type" | "showBackButton"> & {
|
|
4
4
|
buttonText?: string | ReactNode;
|
|
5
5
|
loggedInButtonText?: string | ReactNode;
|
|
6
6
|
loadingButtonText?: string | ReactNode;
|
|
7
7
|
withLogo?: boolean;
|
|
8
8
|
};
|
|
9
9
|
export declare function SignInWithB3(props: SignInWithB3Props): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -3,4 +3,4 @@ import { SignInWithB3ModalProps } from "@b3dotfun/sdk/global-account/react";
|
|
|
3
3
|
* Component that manages the authentication flow for Sign In With B3
|
|
4
4
|
* Handles different login providers, authentication steps, and session key management
|
|
5
5
|
*/
|
|
6
|
-
export declare function SignInWithB3Flow({ strategies, onLoginSuccess, onSessionKeySuccess, onError, chain, sessionKeyAddress, partnerId, closeAfterLogin, loginWithSiwe, source, signersEnabled
|
|
6
|
+
export declare function SignInWithB3Flow({ strategies, onLoginSuccess, onSessionKeySuccess, onError, chain, sessionKeyAddress, partnerId, closeAfterLogin, loginWithSiwe, source, signersEnabled }: SignInWithB3ModalProps): import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -10,5 +10,5 @@ interface LoginStepCustomProps {
|
|
|
10
10
|
strategies: AllowedStrategy[];
|
|
11
11
|
maxInitialWallets?: number;
|
|
12
12
|
}
|
|
13
|
-
export declare function LoginStepCustom({ onSuccess, onError, partnerId, chain, strategies, maxInitialWallets, automaticallySetFirstEoa
|
|
13
|
+
export declare function LoginStepCustom({ onSuccess, onError, partnerId, chain, strategies, maxInitialWallets, automaticallySetFirstEoa }: LoginStepCustomProps): import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
export {};
|