@b3dotfun/sdk 0.0.88-alpha.10 → 0.0.88-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/constants/index.d.ts +0 -2
- package/dist/cjs/anyspend/constants/index.js +1 -3
- package/dist/cjs/anyspend/index.d.ts +0 -2
- package/dist/cjs/anyspend/index.js +0 -3
- package/dist/cjs/anyspend/react/components/AnySpend.d.ts +0 -6
- package/dist/cjs/anyspend/react/components/AnySpend.js +6 -9
- package/dist/cjs/anyspend/react/components/AnySpendCollectorClubPurchase.d.ts +1 -5
- package/dist/cjs/anyspend/react/components/AnySpendCollectorClubPurchase.js +2 -2
- package/dist/cjs/anyspend/react/components/AnySpendCustom.d.ts +0 -1
- package/dist/cjs/anyspend/react/components/AnySpendCustom.js +3 -3
- package/dist/cjs/anyspend/react/components/AnySpendCustomExactIn.d.ts +0 -6
- package/dist/cjs/anyspend/react/components/AnySpendCustomExactIn.js +20 -24
- package/dist/cjs/anyspend/react/components/AnySpendDeposit.d.ts +1 -7
- package/dist/cjs/anyspend/react/components/AnySpendDeposit.js +3 -3
- package/dist/cjs/anyspend/react/components/AnyspendDepositHype.d.ts +0 -4
- package/dist/cjs/anyspend/react/components/common/CryptoPaymentMethod.js +1 -14
- package/dist/cjs/anyspend/react/components/common/CryptoReceiveSection.d.ts +1 -3
- package/dist/cjs/anyspend/react/components/common/CryptoReceiveSection.js +2 -3
- package/dist/cjs/anyspend/react/components/common/OrderDetails.d.ts +0 -4
- package/dist/cjs/anyspend/react/components/common/OrderDetails.js +6 -34
- package/dist/cjs/anyspend/react/components/common/PanelOnramp.d.ts +1 -3
- package/dist/cjs/anyspend/react/components/common/PanelOnramp.js +2 -3
- package/dist/cjs/anyspend/react/components/common/PaymentStripeWeb2.js +4 -3
- package/dist/cjs/anyspend/react/hooks/index.d.ts +0 -1
- package/dist/cjs/anyspend/react/hooks/index.js +0 -1
- package/dist/cjs/anyspend/react/hooks/useAnyspendCreateOnrampOrder.js +1 -1
- package/dist/cjs/anyspend/react/hooks/useAnyspendCreateOrder.js +1 -1
- package/dist/cjs/anyspend/react/hooks/useCreateDepositFirstOrder.js +1 -1
- package/dist/cjs/anyspend/react/hooks/useValidatedClientReferenceId.js +1 -1
- package/dist/cjs/global-account/react/components/B3DynamicModal.js +3 -2
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.d.ts +18 -2
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.js +57 -35
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.native.d.ts +5 -5
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.native.js +35 -38
- package/dist/cjs/global-account/react/components/B3Provider/RelayKitProviderWrapper.js +1 -3
- package/dist/cjs/global-account/react/components/B3Provider/types.d.ts +27 -0
- package/dist/cjs/global-account/react/components/B3Provider/types.js +24 -0
- package/dist/cjs/global-account/react/components/B3Provider/useB3.d.ts +4 -14
- package/dist/cjs/global-account/react/components/B3Provider/useB3.js +11 -4
- package/dist/cjs/global-account/react/components/B3Provider/useB3Account.js +2 -5
- package/dist/cjs/global-account/react/components/B3Provider/useB3Config.d.ts +2 -10
- package/dist/cjs/global-account/react/components/B3Provider/useB3Config.js +17 -18
- package/dist/cjs/global-account/react/components/ManageAccount/ProfileSection.js +2 -1
- package/dist/cjs/global-account/react/components/ManageAccount/channels/DiscordChannel.js +6 -6
- package/dist/cjs/global-account/react/components/ManageAccount/channels/EmailChannel.js +7 -7
- package/dist/cjs/global-account/react/components/ManageAccount/channels/PhoneChannel.js +7 -7
- package/dist/cjs/global-account/react/components/ManageAccount/channels/TelegramChannel.js +5 -5
- package/dist/cjs/global-account/react/components/RequestPermissions/RequestPermissions.js +9 -8
- package/dist/cjs/global-account/react/components/SignInWithB3/SignIn.js +1 -1
- package/dist/cjs/global-account/react/components/SignInWithB3/SignInWithB3Flow.js +20 -76
- package/dist/cjs/global-account/react/components/SignInWithB3/SignInWithB3Privy.js +1 -1
- package/dist/cjs/global-account/react/components/SignInWithB3/steps/LoginStep.js +1 -1
- package/dist/cjs/global-account/react/components/SignInWithB3/steps/LoginStepCustom.js +1 -1
- package/dist/cjs/global-account/react/components/StyleRoot.js +3 -3
- package/dist/cjs/global-account/react/components/TurnkeyAuthModal.js +1 -3
- package/dist/cjs/global-account/react/components/custom/ManageAccountButton.js +2 -1
- package/dist/cjs/global-account/react/components/index.d.ts +2 -1
- package/dist/cjs/global-account/react/components/index.js +6 -3
- package/dist/cjs/global-account/react/hooks/index.d.ts +0 -2
- package/dist/cjs/global-account/react/hooks/index.js +1 -5
- package/dist/cjs/global-account/react/hooks/useClient.js +1 -1
- package/dist/cjs/global-account/react/hooks/useHandleConnectWithPrivy.js +1 -1
- package/dist/cjs/global-account/react/hooks/useNotifications.js +14 -14
- package/dist/cjs/global-account/react/hooks/useTWAuth.d.ts +0 -3
- package/dist/cjs/global-account/react/hooks/useTWAuth.js +0 -8
- package/dist/cjs/global-account/react/hooks/useTokenBalance.js +5 -5
- package/dist/cjs/global-account/react/hooks/useTokenBalancesByChain.js +2 -4
- package/dist/cjs/global-account/react/hooks/useTurnkeyAuth.js +22 -50
- package/dist/cjs/global-account/react/hooks/useUserQuery.js +35 -9
- package/dist/cjs/global-account/react/index.native.d.ts +2 -0
- package/dist/cjs/global-account/react/index.native.js +5 -1
- package/dist/cjs/global-account/react/stores/index.d.ts +0 -1
- package/dist/cjs/global-account/react/stores/index.js +1 -3
- package/dist/cjs/global-account/react/stores/useModalStore.d.ts +0 -10
- package/dist/esm/anyspend/constants/index.d.ts +0 -2
- package/dist/esm/anyspend/constants/index.js +0 -2
- package/dist/esm/anyspend/index.d.ts +0 -2
- package/dist/esm/anyspend/index.js +0 -3
- package/dist/esm/anyspend/react/components/AnySpend.d.ts +0 -6
- package/dist/esm/anyspend/react/components/AnySpend.js +8 -11
- package/dist/esm/anyspend/react/components/AnySpendCollectorClubPurchase.d.ts +1 -5
- package/dist/esm/anyspend/react/components/AnySpendCollectorClubPurchase.js +2 -2
- package/dist/esm/anyspend/react/components/AnySpendCustom.d.ts +0 -1
- package/dist/esm/anyspend/react/components/AnySpendCustom.js +3 -3
- package/dist/esm/anyspend/react/components/AnySpendCustomExactIn.d.ts +0 -6
- package/dist/esm/anyspend/react/components/AnySpendCustomExactIn.js +4 -8
- package/dist/esm/anyspend/react/components/AnySpendDeposit.d.ts +1 -7
- package/dist/esm/anyspend/react/components/AnySpendDeposit.js +3 -3
- package/dist/esm/anyspend/react/components/AnyspendDepositHype.d.ts +0 -4
- package/dist/esm/anyspend/react/components/common/CryptoPaymentMethod.js +1 -14
- package/dist/esm/anyspend/react/components/common/CryptoReceiveSection.d.ts +1 -3
- package/dist/esm/anyspend/react/components/common/CryptoReceiveSection.js +2 -3
- package/dist/esm/anyspend/react/components/common/OrderDetails.d.ts +0 -4
- package/dist/esm/anyspend/react/components/common/OrderDetails.js +8 -36
- package/dist/esm/anyspend/react/components/common/PanelOnramp.d.ts +1 -3
- package/dist/esm/anyspend/react/components/common/PanelOnramp.js +2 -3
- package/dist/esm/anyspend/react/components/common/PaymentStripeWeb2.js +4 -3
- package/dist/esm/anyspend/react/hooks/index.d.ts +0 -1
- package/dist/esm/anyspend/react/hooks/index.js +0 -1
- package/dist/esm/anyspend/react/hooks/useAnyspendCreateOnrampOrder.js +2 -2
- package/dist/esm/anyspend/react/hooks/useAnyspendCreateOrder.js +2 -2
- package/dist/esm/anyspend/react/hooks/useCreateDepositFirstOrder.js +2 -2
- package/dist/esm/anyspend/react/hooks/useValidatedClientReferenceId.js +2 -2
- package/dist/esm/global-account/react/components/B3DynamicModal.js +4 -3
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.d.ts +18 -2
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.js +58 -34
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.native.d.ts +5 -5
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.native.js +36 -36
- package/dist/esm/global-account/react/components/B3Provider/RelayKitProviderWrapper.js +1 -3
- package/dist/esm/global-account/react/components/B3Provider/types.d.ts +27 -0
- package/dist/esm/global-account/react/components/B3Provider/types.js +21 -0
- package/dist/esm/global-account/react/components/B3Provider/useB3.d.ts +4 -14
- package/dist/esm/global-account/react/components/B3Provider/useB3.js +11 -4
- package/dist/esm/global-account/react/components/B3Provider/useB3Account.js +2 -5
- package/dist/esm/global-account/react/components/B3Provider/useB3Config.d.ts +2 -10
- package/dist/esm/global-account/react/components/B3Provider/useB3Config.js +17 -18
- package/dist/esm/global-account/react/components/ManageAccount/ProfileSection.js +3 -2
- package/dist/esm/global-account/react/components/ManageAccount/channels/DiscordChannel.js +2 -2
- package/dist/esm/global-account/react/components/ManageAccount/channels/EmailChannel.js +2 -2
- package/dist/esm/global-account/react/components/ManageAccount/channels/PhoneChannel.js +2 -2
- package/dist/esm/global-account/react/components/ManageAccount/channels/TelegramChannel.js +2 -2
- package/dist/esm/global-account/react/components/RequestPermissions/RequestPermissions.js +3 -2
- package/dist/esm/global-account/react/components/SignInWithB3/SignIn.js +2 -2
- package/dist/esm/global-account/react/components/SignInWithB3/SignInWithB3Flow.js +20 -76
- package/dist/esm/global-account/react/components/SignInWithB3/SignInWithB3Privy.js +2 -2
- package/dist/esm/global-account/react/components/SignInWithB3/steps/LoginStep.js +2 -2
- package/dist/esm/global-account/react/components/SignInWithB3/steps/LoginStepCustom.js +2 -2
- package/dist/esm/global-account/react/components/StyleRoot.js +3 -3
- package/dist/esm/global-account/react/components/TurnkeyAuthModal.js +3 -5
- package/dist/esm/global-account/react/components/custom/ManageAccountButton.js +3 -2
- package/dist/esm/global-account/react/components/index.d.ts +2 -1
- package/dist/esm/global-account/react/components/index.js +2 -1
- package/dist/esm/global-account/react/hooks/index.d.ts +0 -2
- package/dist/esm/global-account/react/hooks/index.js +0 -2
- package/dist/esm/global-account/react/hooks/useClient.js +2 -2
- package/dist/esm/global-account/react/hooks/useHandleConnectWithPrivy.js +2 -2
- package/dist/esm/global-account/react/hooks/useNotifications.js +2 -2
- package/dist/esm/global-account/react/hooks/useTWAuth.d.ts +0 -3
- package/dist/esm/global-account/react/hooks/useTWAuth.js +0 -8
- package/dist/esm/global-account/react/hooks/useTokenBalance.js +6 -6
- package/dist/esm/global-account/react/hooks/useTokenBalancesByChain.js +2 -4
- package/dist/esm/global-account/react/hooks/useTurnkeyAuth.js +22 -50
- package/dist/esm/global-account/react/hooks/useUserQuery.js +27 -1
- package/dist/esm/global-account/react/index.native.d.ts +2 -0
- package/dist/esm/global-account/react/index.native.js +2 -0
- package/dist/esm/global-account/react/stores/index.d.ts +0 -1
- package/dist/esm/global-account/react/stores/index.js +0 -1
- package/dist/esm/global-account/react/stores/useModalStore.d.ts +0 -10
- package/dist/styles/index.css +1 -1
- package/dist/types/anyspend/constants/index.d.ts +0 -2
- package/dist/types/anyspend/index.d.ts +0 -2
- package/dist/types/anyspend/react/components/AnySpend.d.ts +0 -6
- package/dist/types/anyspend/react/components/AnySpendCollectorClubPurchase.d.ts +1 -5
- package/dist/types/anyspend/react/components/AnySpendCustom.d.ts +0 -1
- package/dist/types/anyspend/react/components/AnySpendCustomExactIn.d.ts +0 -6
- package/dist/types/anyspend/react/components/AnySpendDeposit.d.ts +1 -7
- package/dist/types/anyspend/react/components/AnyspendDepositHype.d.ts +0 -4
- package/dist/types/anyspend/react/components/common/CryptoReceiveSection.d.ts +1 -3
- package/dist/types/anyspend/react/components/common/OrderDetails.d.ts +0 -4
- package/dist/types/anyspend/react/components/common/PanelOnramp.d.ts +1 -3
- package/dist/types/anyspend/react/hooks/index.d.ts +0 -1
- package/dist/types/global-account/react/components/B3Provider/B3Provider.d.ts +18 -2
- package/dist/types/global-account/react/components/B3Provider/B3Provider.native.d.ts +5 -5
- package/dist/types/global-account/react/components/B3Provider/types.d.ts +27 -0
- package/dist/types/global-account/react/components/B3Provider/useB3.d.ts +4 -14
- package/dist/types/global-account/react/components/B3Provider/useB3Config.d.ts +2 -10
- package/dist/types/global-account/react/components/index.d.ts +2 -1
- package/dist/types/global-account/react/hooks/index.d.ts +0 -2
- package/dist/types/global-account/react/hooks/useTWAuth.d.ts +0 -3
- package/dist/types/global-account/react/index.native.d.ts +2 -0
- package/dist/types/global-account/react/stores/index.d.ts +0 -1
- package/dist/types/global-account/react/stores/useModalStore.d.ts +0 -10
- package/package.json +1 -1
- package/src/anyspend/constants/index.ts +0 -3
- package/src/anyspend/index.ts +0 -4
- package/src/anyspend/react/components/AnySpend.tsx +2 -28
- package/src/anyspend/react/components/AnySpendCollectorClubPurchase.tsx +0 -6
- package/src/anyspend/react/components/AnySpendCustom.tsx +47 -52
- package/src/anyspend/react/components/AnySpendCustomExactIn.tsx +0 -23
- package/src/anyspend/react/components/AnySpendDeposit.tsx +1 -18
- package/src/anyspend/react/components/AnyspendDepositHype.tsx +0 -4
- package/src/anyspend/react/components/common/CryptoPaymentMethod.tsx +1 -15
- package/src/anyspend/react/components/common/CryptoReceiveSection.tsx +1 -5
- package/src/anyspend/react/components/common/OrderDetails.tsx +42 -60
- package/src/anyspend/react/components/common/PanelOnramp.tsx +1 -5
- package/src/anyspend/react/components/common/PaymentStripeWeb2.tsx +4 -3
- package/src/anyspend/react/hooks/index.ts +0 -1
- package/src/anyspend/react/hooks/useAnyspendCreateOnrampOrder.ts +2 -2
- package/src/anyspend/react/hooks/useAnyspendCreateOrder.ts +2 -2
- package/src/anyspend/react/hooks/useCreateDepositFirstOrder.ts +2 -2
- package/src/anyspend/react/hooks/useValidatedClientReferenceId.ts +2 -2
- package/src/global-account/react/components/B3DynamicModal.tsx +4 -3
- package/src/global-account/react/components/B3Provider/B3Provider.native.tsx +54 -43
- package/src/global-account/react/components/B3Provider/B3Provider.tsx +117 -44
- package/src/global-account/react/components/B3Provider/RelayKitProviderWrapper.tsx +1 -4
- package/src/global-account/react/components/B3Provider/types.ts +50 -0
- package/src/global-account/react/components/B3Provider/useB3.ts +13 -4
- package/src/global-account/react/components/B3Provider/useB3Account.ts +2 -6
- package/src/global-account/react/components/B3Provider/useB3Config.ts +31 -18
- package/src/global-account/react/components/ManageAccount/ProfileSection.tsx +4 -2
- package/src/global-account/react/components/ManageAccount/channels/DiscordChannel.tsx +2 -2
- package/src/global-account/react/components/ManageAccount/channels/EmailChannel.tsx +2 -2
- package/src/global-account/react/components/ManageAccount/channels/PhoneChannel.tsx +2 -2
- package/src/global-account/react/components/ManageAccount/channels/TelegramChannel.tsx +2 -2
- package/src/global-account/react/components/RequestPermissions/RequestPermissions.tsx +4 -4
- package/src/global-account/react/components/SignInWithB3/SignIn.tsx +2 -2
- package/src/global-account/react/components/SignInWithB3/SignInWithB3Flow.tsx +100 -168
- package/src/global-account/react/components/SignInWithB3/SignInWithB3Privy.tsx +2 -2
- package/src/global-account/react/components/SignInWithB3/steps/LoginStep.tsx +2 -2
- package/src/global-account/react/components/SignInWithB3/steps/LoginStepCustom.tsx +2 -2
- package/src/global-account/react/components/StyleRoot.tsx +3 -3
- package/src/global-account/react/components/TurnkeyAuthModal.tsx +4 -7
- package/src/global-account/react/components/custom/ManageAccountButton.tsx +3 -2
- package/src/global-account/react/components/index.ts +2 -1
- package/src/global-account/react/hooks/index.ts +0 -2
- package/src/global-account/react/hooks/useClient.ts +2 -2
- package/src/global-account/react/hooks/useHandleConnectWithPrivy.tsx +2 -2
- package/src/global-account/react/hooks/useNotifications.ts +2 -2
- package/src/global-account/react/hooks/useTWAuth.tsx +0 -10
- package/src/global-account/react/hooks/useTokenBalance.tsx +7 -8
- package/src/global-account/react/hooks/useTokenBalancesByChain.tsx +2 -4
- package/src/global-account/react/hooks/useTurnkeyAuth.ts +23 -54
- package/src/global-account/react/hooks/useUserQuery.ts +40 -1
- package/src/global-account/react/index.native.ts +2 -0
- package/src/global-account/react/stores/index.ts +0 -1
- package/src/global-account/react/stores/useModalStore.ts +0 -10
- package/dist/cjs/anyspend/react/components/common/GasIndicator.d.ts +0 -6
- package/dist/cjs/anyspend/react/components/common/GasIndicator.js +0 -34
- package/dist/cjs/anyspend/react/hooks/useGasPrice.d.ts +0 -37
- package/dist/cjs/anyspend/react/hooks/useGasPrice.js +0 -43
- package/dist/cjs/anyspend/services/gas.d.ts +0 -21
- package/dist/cjs/anyspend/services/gas.js +0 -65
- package/dist/cjs/anyspend/types/gas.d.ts +0 -61
- package/dist/cjs/anyspend/types/gas.js +0 -2
- package/dist/cjs/global-account/react/components/B3Provider/AuthenticationProvider.d.ts +0 -5
- package/dist/cjs/global-account/react/components/B3Provider/AuthenticationProvider.js +0 -12
- package/dist/cjs/global-account/react/hooks/useAuth.d.ts +0 -76
- package/dist/cjs/global-account/react/hooks/useAuth.js +0 -337
- package/dist/cjs/global-account/react/hooks/useUser.d.ts +0 -60
- package/dist/cjs/global-account/react/hooks/useUser.js +0 -20
- package/dist/cjs/global-account/react/stores/configStore.d.ts +0 -24
- package/dist/cjs/global-account/react/stores/configStore.js +0 -30
- package/dist/cjs/global-account/react/stores/userStore.d.ts +0 -22
- package/dist/cjs/global-account/react/stores/userStore.js +0 -30
- package/dist/esm/anyspend/react/components/common/GasIndicator.d.ts +0 -6
- package/dist/esm/anyspend/react/components/common/GasIndicator.js +0 -31
- package/dist/esm/anyspend/react/hooks/useGasPrice.d.ts +0 -37
- package/dist/esm/anyspend/react/hooks/useGasPrice.js +0 -40
- package/dist/esm/anyspend/services/gas.d.ts +0 -21
- package/dist/esm/anyspend/services/gas.js +0 -59
- package/dist/esm/anyspend/types/gas.d.ts +0 -61
- package/dist/esm/anyspend/types/gas.js +0 -1
- package/dist/esm/global-account/react/components/B3Provider/AuthenticationProvider.d.ts +0 -5
- package/dist/esm/global-account/react/components/B3Provider/AuthenticationProvider.js +0 -10
- package/dist/esm/global-account/react/hooks/useAuth.d.ts +0 -76
- package/dist/esm/global-account/react/hooks/useAuth.js +0 -331
- package/dist/esm/global-account/react/hooks/useUser.d.ts +0 -60
- package/dist/esm/global-account/react/hooks/useUser.js +0 -17
- package/dist/esm/global-account/react/stores/configStore.d.ts +0 -24
- package/dist/esm/global-account/react/stores/configStore.js +0 -27
- package/dist/esm/global-account/react/stores/userStore.d.ts +0 -22
- package/dist/esm/global-account/react/stores/userStore.js +0 -27
- package/dist/types/anyspend/react/components/common/GasIndicator.d.ts +0 -6
- package/dist/types/anyspend/react/hooks/useGasPrice.d.ts +0 -37
- package/dist/types/anyspend/services/gas.d.ts +0 -21
- package/dist/types/anyspend/types/gas.d.ts +0 -61
- package/dist/types/global-account/react/components/B3Provider/AuthenticationProvider.d.ts +0 -5
- package/dist/types/global-account/react/hooks/useAuth.d.ts +0 -76
- package/dist/types/global-account/react/hooks/useUser.d.ts +0 -60
- package/dist/types/global-account/react/stores/configStore.d.ts +0 -24
- package/dist/types/global-account/react/stores/userStore.d.ts +0 -22
- package/src/anyspend/react/components/common/GasIndicator.tsx +0 -59
- package/src/anyspend/react/hooks/useGasPrice.ts +0 -70
- package/src/anyspend/services/gas.test.ts +0 -31
- package/src/anyspend/services/gas.ts +0 -73
- package/src/anyspend/types/gas.ts +0 -66
- package/src/global-account/react/components/B3Provider/AuthenticationProvider.tsx +0 -19
- package/src/global-account/react/hooks/useAuth.ts +0 -379
- package/src/global-account/react/hooks/useUser.ts +0 -20
- package/src/global-account/react/stores/configStore.ts +0 -51
- package/src/global-account/react/stores/userStore.ts +0 -41
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { B3DynamicModal } from "./B3DynamicModal";
|
|
2
|
-
export { B3Provider } from "./B3Provider/B3Provider";
|
|
2
|
+
export { B3Provider, InnerProvider } from "./B3Provider/B3Provider";
|
|
3
3
|
export { RelayKitProviderWrapper } from "./B3Provider/RelayKitProviderWrapper";
|
|
4
|
+
export { B3Context, type B3ContextType } from "./B3Provider/types";
|
|
4
5
|
export { useB3 } from "./B3Provider/useB3";
|
|
5
6
|
export { useB3Account } from "./B3Provider/useB3Account";
|
|
6
7
|
export { useB3Config } from "./B3Provider/useB3Config";
|
|
@@ -3,17 +3,20 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.WalletImage = exports.useToastContext = exports.ToastProvider = exports.ToastContainer = exports.Toast = void 0;
|
|
6
|
+
exports.DialogClose = exports.Dialog = exports.CommandShortcut = exports.CommandSeparator = exports.CommandList = exports.CommandItem = exports.CommandInput = exports.CommandGroup = exports.CommandEmpty = exports.CommandDialog = exports.Command = exports.buttonVariants = exports.Button = exports.badgeVariants = exports.Badge = exports.WalletConnectorIcon = exports.StaggeredFadeLoader = exports.CopyToClipboard = exports.ClientOnly = exports.customButtonVariants = exports.CustomButton = exports.SendERC20Button = exports.SendETHButton = exports.MintButton = exports.AccountAssets = exports.RequestPermissionsButton = exports.RequestPermissions = exports.IPFSMediaRenderer = exports.Send = exports.Deposit = exports.ManageAccount = exports.TurnkeyAuthModal = exports.isWalletType = exports.getConnectOptionsFromStrategy = exports.LoginStepContainer = exports.SignInWithB3Privy = exports.SignInWithB3Flow = exports.SignInWithB3 = exports.WalletRow = exports.PermissionItem = exports.AuthButton = exports.StyleRoot = exports.useB3Config = exports.useB3Account = exports.useB3 = exports.B3Context = exports.RelayKitProviderWrapper = exports.InnerProvider = exports.B3Provider = exports.B3DynamicModal = void 0;
|
|
7
|
+
exports.TransitionPanel = exports.TooltipTrigger = exports.TooltipProvider = exports.TooltipContent = exports.Tooltip = exports.TextShimmer = exports.TextLoop = exports.TabTrigger = exports.TabsTransitionWrapper = exports.TabsList = exports.TabsContent = exports.Tabs = exports.TabTriggerPrimitive = exports.TabsPrimitive = exports.TabsListPrimitive = exports.TabsContentPrimitive = exports.Skeleton = exports.ShinyButton = exports.ScrollBar = exports.ScrollArea = exports.PopoverTrigger = exports.PopoverContent = exports.Popover = exports.Loading = exports.Input = exports.GlareCardRounded = exports.GlareCard = exports.DropdownMenuTrigger = exports.DropdownMenuSeparator = exports.DropdownMenuItem = exports.DropdownMenuContent = exports.DropdownMenu = exports.DrawerTrigger = exports.DrawerTitle = exports.DrawerPortal = exports.DrawerOverlay = exports.DrawerHeader = exports.DrawerFooter = exports.DrawerDescription = exports.DrawerContent = exports.DrawerClose = exports.Drawer = exports.DialogTrigger = exports.DialogTitle = exports.DialogPortal = exports.DialogOverlay = exports.DialogHeader = exports.DialogFooter = exports.DialogDescription = exports.DialogContent = void 0;
|
|
8
|
+
exports.WalletImage = exports.useToastContext = exports.ToastProvider = exports.ToastContainer = exports.Toast = exports.toast = exports.AnimatedLottie = void 0;
|
|
9
9
|
// TODO woj: Barrel file for all components, this might be reason of bundle size issues
|
|
10
10
|
// Core Components
|
|
11
11
|
var B3DynamicModal_1 = require("./B3DynamicModal");
|
|
12
12
|
Object.defineProperty(exports, "B3DynamicModal", { enumerable: true, get: function () { return B3DynamicModal_1.B3DynamicModal; } });
|
|
13
13
|
var B3Provider_1 = require("./B3Provider/B3Provider");
|
|
14
14
|
Object.defineProperty(exports, "B3Provider", { enumerable: true, get: function () { return B3Provider_1.B3Provider; } });
|
|
15
|
+
Object.defineProperty(exports, "InnerProvider", { enumerable: true, get: function () { return B3Provider_1.InnerProvider; } });
|
|
15
16
|
var RelayKitProviderWrapper_1 = require("./B3Provider/RelayKitProviderWrapper");
|
|
16
17
|
Object.defineProperty(exports, "RelayKitProviderWrapper", { enumerable: true, get: function () { return RelayKitProviderWrapper_1.RelayKitProviderWrapper; } });
|
|
18
|
+
var types_1 = require("./B3Provider/types");
|
|
19
|
+
Object.defineProperty(exports, "B3Context", { enumerable: true, get: function () { return types_1.B3Context; } });
|
|
17
20
|
var useB3_1 = require("./B3Provider/useB3");
|
|
18
21
|
Object.defineProperty(exports, "useB3", { enumerable: true, get: function () { return useB3_1.useB3; } });
|
|
19
22
|
var useB3Account_1 = require("./B3Provider/useB3Account");
|
|
@@ -3,7 +3,6 @@ export { useAccountAssets } from "./useAccountAssets";
|
|
|
3
3
|
export { useAccountWallet } from "./useAccountWallet";
|
|
4
4
|
export { useAddTWSessionKey } from "./useAddTWSessionKey";
|
|
5
5
|
export { useAnalytics } from "./useAnalytics";
|
|
6
|
-
export { useAuth } from "./useAuth";
|
|
7
6
|
export { useAuthentication } from "./useAuthentication";
|
|
8
7
|
export { useB3BalanceFromAddresses } from "./useB3BalanceFromAddresses";
|
|
9
8
|
export { useB3EnsName } from "./useB3EnsName";
|
|
@@ -43,4 +42,3 @@ export { useTokensFromAddress } from "./useTokensFromAddress";
|
|
|
43
42
|
export { useTurnkeyAuth } from "./useTurnkeyAuth";
|
|
44
43
|
export { useUnifiedChainSwitchAndExecute } from "./useUnifiedChainSwitchAndExecute";
|
|
45
44
|
export { useURLParams } from "./useURLParams";
|
|
46
|
-
export { useUser } from "./useUser";
|
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.
|
|
17
|
+
exports.useURLParams = exports.useUnifiedChainSwitchAndExecute = exports.useTurnkeyAuth = exports.useTokensFromAddress = exports.useTokenPriceWithFallback = exports.useTokenPrice = exports.useTokenFromUrl = exports.useTokenData = exports.useTokenBalancesByChain = exports.useTokenBalanceDirect = exports.useTokenBalance = exports.useSiwe = exports.useSimSvmBalance = exports.useSimBalance = exports.useSearchParamsSSR = exports.useRouter = exports.useRemoveSessionKey = exports.useQueryBSMNT = exports.useQueryB3 = exports.useProfileSettings = exports.useProfilePreference = exports.useProfile = exports.useDisplayName = exports.useOneBalance = exports.useNotifications = exports.useNativeBalanceFromRPC = exports.useNativeBalance = exports.useMediaQuery = exports.useIsomorphicLayoutEffect = exports.useIsMobile = exports.useHasMounted = exports.useHandleConnectWithPrivy = exports.useGlobalAccount = exports.useGetGeo = exports.useGetAllTWSigners = exports.useFirstEOA = exports.useExchangeRate = exports.useConnect = exports.useClient = exports.useChainSwitchWithAction = exports.useB3EnsName = exports.useB3BalanceFromAddresses = exports.useAuthentication = exports.useAnalytics = exports.useAddTWSessionKey = exports.useAccountWallet = exports.useAccountAssets = exports.createWagmiConfig = void 0;
|
|
18
18
|
var createWagmiConfig_1 = require("../utils/createWagmiConfig");
|
|
19
19
|
Object.defineProperty(exports, "createWagmiConfig", { enumerable: true, get: function () { return createWagmiConfig_1.createWagmiConfig; } });
|
|
20
20
|
var useAccountAssets_1 = require("./useAccountAssets");
|
|
@@ -25,8 +25,6 @@ var useAddTWSessionKey_1 = require("./useAddTWSessionKey");
|
|
|
25
25
|
Object.defineProperty(exports, "useAddTWSessionKey", { enumerable: true, get: function () { return useAddTWSessionKey_1.useAddTWSessionKey; } });
|
|
26
26
|
var useAnalytics_1 = require("./useAnalytics");
|
|
27
27
|
Object.defineProperty(exports, "useAnalytics", { enumerable: true, get: function () { return useAnalytics_1.useAnalytics; } });
|
|
28
|
-
var useAuth_1 = require("./useAuth");
|
|
29
|
-
Object.defineProperty(exports, "useAuth", { enumerable: true, get: function () { return useAuth_1.useAuth; } });
|
|
30
28
|
var useAuthentication_1 = require("./useAuthentication");
|
|
31
29
|
Object.defineProperty(exports, "useAuthentication", { enumerable: true, get: function () { return useAuthentication_1.useAuthentication; } });
|
|
32
30
|
var useB3BalanceFromAddresses_1 = require("./useB3BalanceFromAddresses");
|
|
@@ -109,5 +107,3 @@ var useUnifiedChainSwitchAndExecute_1 = require("./useUnifiedChainSwitchAndExecu
|
|
|
109
107
|
Object.defineProperty(exports, "useUnifiedChainSwitchAndExecute", { enumerable: true, get: function () { return useUnifiedChainSwitchAndExecute_1.useUnifiedChainSwitchAndExecute; } });
|
|
110
108
|
var useURLParams_1 = require("./useURLParams");
|
|
111
109
|
Object.defineProperty(exports, "useURLParams", { enumerable: true, get: function () { return useURLParams_1.useURLParams; } });
|
|
112
|
-
var useUser_1 = require("./useUser");
|
|
113
|
-
Object.defineProperty(exports, "useUser", { enumerable: true, get: function () { return useUser_1.useUser; } });
|
|
@@ -8,7 +8,7 @@ const client_manager_1 = require("../../client-manager");
|
|
|
8
8
|
* Hook to access the current FeathersJS client and client management utilities
|
|
9
9
|
*/
|
|
10
10
|
function useClient() {
|
|
11
|
-
const { clientType } = (0, react_1.
|
|
11
|
+
const { clientType } = (0, react_1.useB3)();
|
|
12
12
|
const getCurrentClient = (0, react_2.useCallback)(() => {
|
|
13
13
|
return (0, client_manager_1.getClient)();
|
|
14
14
|
}, []);
|
|
@@ -11,7 +11,7 @@ const debug = (0, debug_1.debugB3React)("@@b3:useHandleConnectWithPrivy");
|
|
|
11
11
|
* Currently, this is for the basement-privy strategy
|
|
12
12
|
*/
|
|
13
13
|
function useHandleConnectWithPrivy(chain, onSuccess) {
|
|
14
|
-
const { partnerId } = (0, react_1.
|
|
14
|
+
const { partnerId } = (0, react_1.useB3)();
|
|
15
15
|
if (!chain) {
|
|
16
16
|
throw new Error("Chain is required");
|
|
17
17
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useNotifications = useNotifications;
|
|
4
|
-
const react_1 = require("../../../global-account/react");
|
|
5
4
|
const auth_token_1 = require("../../../shared/utils/auth-token");
|
|
6
5
|
const debug_1 = require("../../../shared/utils/debug");
|
|
7
|
-
const
|
|
6
|
+
const react_1 = require("react");
|
|
7
|
+
const components_1 = require("../components");
|
|
8
8
|
const notificationsAPI_1 = require("../utils/notificationsAPI");
|
|
9
9
|
const useUserQuery_1 = require("./useUserQuery");
|
|
10
10
|
const debug = (0, debug_1.debugB3React)("useNotifications");
|
|
@@ -30,14 +30,14 @@ const debug = (0, debug_1.debugB3React)("useNotifications");
|
|
|
30
30
|
*/
|
|
31
31
|
function useNotifications() {
|
|
32
32
|
const { user } = (0, useUserQuery_1.useUserQuery)();
|
|
33
|
-
const { partnerId } = (0,
|
|
34
|
-
const [userData, setUserData] = (0,
|
|
35
|
-
const [loading, setLoading] = (0,
|
|
36
|
-
const [error, setError] = (0,
|
|
37
|
-
const [telegramStatus, setTelegramStatus] = (0,
|
|
33
|
+
const { partnerId } = (0, components_1.useB3)();
|
|
34
|
+
const [userData, setUserData] = (0, react_1.useState)(null);
|
|
35
|
+
const [loading, setLoading] = (0, react_1.useState)(true);
|
|
36
|
+
const [error, setError] = (0, react_1.useState)(null);
|
|
37
|
+
const [telegramStatus, setTelegramStatus] = (0, react_1.useState)("idle");
|
|
38
38
|
const userId = user?.userId;
|
|
39
39
|
const jwtToken = (0, auth_token_1.getAuthToken)();
|
|
40
|
-
const loadUserData = (0,
|
|
40
|
+
const loadUserData = (0, react_1.useCallback)(async () => {
|
|
41
41
|
if (!userId || !jwtToken) {
|
|
42
42
|
setLoading(false);
|
|
43
43
|
return;
|
|
@@ -66,10 +66,10 @@ function useNotifications() {
|
|
|
66
66
|
setLoading(false);
|
|
67
67
|
}
|
|
68
68
|
}, [userId, jwtToken]);
|
|
69
|
-
(0,
|
|
69
|
+
(0, react_1.useEffect)(() => {
|
|
70
70
|
loadUserData();
|
|
71
71
|
}, [loadUserData]);
|
|
72
|
-
const createDefaultNotificationSettings = (0,
|
|
72
|
+
const createDefaultNotificationSettings = (0, react_1.useCallback)(async () => {
|
|
73
73
|
if (!userId || !jwtToken)
|
|
74
74
|
return;
|
|
75
75
|
try {
|
|
@@ -80,7 +80,7 @@ function useNotifications() {
|
|
|
80
80
|
debug("Error creating default notification settings:", err);
|
|
81
81
|
}
|
|
82
82
|
}, [userId, jwtToken, partnerId]);
|
|
83
|
-
const connectEmail = (0,
|
|
83
|
+
const connectEmail = (0, react_1.useCallback)(async (email) => {
|
|
84
84
|
if (!userId || !jwtToken) {
|
|
85
85
|
throw new Error("User not authenticated");
|
|
86
86
|
}
|
|
@@ -94,7 +94,7 @@ function useNotifications() {
|
|
|
94
94
|
throw new Error("Failed to connect email");
|
|
95
95
|
}
|
|
96
96
|
}, [userId, jwtToken, loadUserData, createDefaultNotificationSettings]);
|
|
97
|
-
const connectTelegram = (0,
|
|
97
|
+
const connectTelegram = (0, react_1.useCallback)(async () => {
|
|
98
98
|
if (!userId || !jwtToken) {
|
|
99
99
|
throw new Error("User not authenticated");
|
|
100
100
|
}
|
|
@@ -138,7 +138,7 @@ function useNotifications() {
|
|
|
138
138
|
throw new Error("Failed to connect Telegram");
|
|
139
139
|
}
|
|
140
140
|
}, [userId, jwtToken, loadUserData, createDefaultNotificationSettings]);
|
|
141
|
-
const disconnectChannel = (0,
|
|
141
|
+
const disconnectChannel = (0, react_1.useCallback)(async (channelType) => {
|
|
142
142
|
if (!userId || !jwtToken) {
|
|
143
143
|
throw new Error("User not authenticated");
|
|
144
144
|
}
|
|
@@ -154,7 +154,7 @@ function useNotifications() {
|
|
|
154
154
|
throw new Error(`Failed to disconnect ${channelType}`);
|
|
155
155
|
}
|
|
156
156
|
}, [userId, jwtToken, loadUserData]);
|
|
157
|
-
const sendTestNotification = (0,
|
|
157
|
+
const sendTestNotification = (0, react_1.useCallback)(async () => {
|
|
158
158
|
if (!userId || !jwtToken) {
|
|
159
159
|
throw new Error("User not authenticated");
|
|
160
160
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { Wallet } from "thirdweb/wallets";
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated Use useAuth() with Turnkey authentication instead
|
|
4
|
-
*/
|
|
5
2
|
export declare function useTWAuth(): {
|
|
6
3
|
authenticate: (wallet: Wallet, partnerId: string) => Promise<import("@feathersjs/authentication").AuthenticationResult>;
|
|
7
4
|
};
|
|
@@ -4,19 +4,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.useTWAuth = useTWAuth;
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated This hook is deprecated. Use useAuth() with Turnkey authentication instead.
|
|
9
|
-
* This file is kept for backward compatibility but should not be used in new code.
|
|
10
|
-
*/
|
|
11
7
|
const app_1 = __importDefault(require("../../../global-account/app"));
|
|
12
8
|
const debug_1 = __importDefault(require("../../../shared/utils/debug"));
|
|
13
9
|
const react_1 = require("react");
|
|
14
10
|
const useSearchParamsSSR_1 = require("./useSearchParamsSSR");
|
|
15
|
-
/**
|
|
16
|
-
* @deprecated Use useAuth() with Turnkey authentication instead
|
|
17
|
-
*/
|
|
18
11
|
function useTWAuth() {
|
|
19
|
-
console.warn("useTWAuth is deprecated. Please migrate to useAuth() with Turnkey authentication. See useTurnkeyAuth.ts for the new implementation.");
|
|
20
12
|
const referralCode = (0, useSearchParamsSSR_1.useSearchParam)("referralCode");
|
|
21
13
|
const authenticate = (0, react_1.useCallback)(async (wallet, partnerId) => {
|
|
22
14
|
if (!wallet || !wallet?.getAuthToken?.())
|
|
@@ -9,7 +9,7 @@ const thirdweb_insights_1 = require("../../../shared/utils/thirdweb-insights");
|
|
|
9
9
|
const react_query_1 = require("@tanstack/react-query");
|
|
10
10
|
const react_2 = require("react");
|
|
11
11
|
function useTokenBalance({ token, address }) {
|
|
12
|
-
const
|
|
12
|
+
const { ready } = (0, react_1.useB3)();
|
|
13
13
|
const account = (0, react_1.useAccountWallet)();
|
|
14
14
|
const effectiveAddress = address || account?.address;
|
|
15
15
|
const { data: tokenBalance, isLoading, isFetching, refetch, } = (0, react_query_1.useQuery)({
|
|
@@ -41,7 +41,7 @@ function useTokenBalance({ token, address }) {
|
|
|
41
41
|
}
|
|
42
42
|
return { formatted: "0", raw: null };
|
|
43
43
|
},
|
|
44
|
-
enabled:
|
|
44
|
+
enabled: ready && !!effectiveAddress,
|
|
45
45
|
staleTime: 30000,
|
|
46
46
|
gcTime: 5 * 60 * 1000,
|
|
47
47
|
retry: 2,
|
|
@@ -49,12 +49,12 @@ function useTokenBalance({ token, address }) {
|
|
|
49
49
|
});
|
|
50
50
|
// Force a refetch when the wallet or token changes
|
|
51
51
|
(0, react_2.useEffect)(() => {
|
|
52
|
-
if (
|
|
52
|
+
if (ready && effectiveAddress) {
|
|
53
53
|
refetch();
|
|
54
54
|
}
|
|
55
|
-
}, [
|
|
55
|
+
}, [ready, effectiveAddress, token.address, token.chainId, token.symbol, refetch]);
|
|
56
56
|
// Determine if we're actually loading
|
|
57
|
-
const isActuallyLoading = !
|
|
57
|
+
const isActuallyLoading = !ready || !effectiveAddress || isLoading || (isFetching && !tokenBalance);
|
|
58
58
|
return {
|
|
59
59
|
rawBalance: tokenBalance?.raw || BigInt(0),
|
|
60
60
|
formattedBalance: tokenBalance?.formatted || "0",
|
|
@@ -10,8 +10,8 @@ const react_query_1 = require("@tanstack/react-query");
|
|
|
10
10
|
const b3Chain_1 = require("../../../shared/constants/chains/b3Chain");
|
|
11
11
|
const chains_1 = require("../../../shared/utils/chains");
|
|
12
12
|
const thirdweb_1 = require("../../../shared/utils/thirdweb");
|
|
13
|
-
const invariant_1 = __importDefault(require("invariant"));
|
|
14
13
|
const wallets_1 = require("thirdweb/wallets");
|
|
14
|
+
const invariant_1 = __importDefault(require("invariant"));
|
|
15
15
|
function useTokenBalancesByChain({ address, chainsIds, enabled = true, }) {
|
|
16
16
|
// Normalize chains to array
|
|
17
17
|
const chainIds = Array.isArray(chainsIds) ? chainsIds : [chainsIds];
|
|
@@ -52,9 +52,7 @@ function useTokenBalancesByChain({ address, chainsIds, enabled = true, }) {
|
|
|
52
52
|
staleTime: 30000, // Consider data fresh for 30 seconds
|
|
53
53
|
gcTime: 5 * 60 * 1000, // Keep in cache for 5 minutes
|
|
54
54
|
retry: 2, // Limit retries on failure
|
|
55
|
-
|
|
56
|
-
// This ensures we only get new references when data actually changes
|
|
57
|
-
structuralSharing: true,
|
|
55
|
+
structuralSharing: false,
|
|
58
56
|
});
|
|
59
57
|
return {
|
|
60
58
|
nativeTokens: combinedData?.nativeTokens ?? [],
|
|
@@ -9,7 +9,7 @@ const react_1 = require("react");
|
|
|
9
9
|
const app_1 = __importDefault(require("../../app"));
|
|
10
10
|
const components_1 = require("../components");
|
|
11
11
|
const stores_1 = require("../stores");
|
|
12
|
-
const
|
|
12
|
+
const useAuthentication_1 = require("./useAuthentication");
|
|
13
13
|
const debug = (0, debug_1.debugB3React)("useTurnkeyAuth");
|
|
14
14
|
/**
|
|
15
15
|
* Hook for Turnkey email-based OTP authentication
|
|
@@ -25,54 +25,29 @@ function useTurnkeyAuth() {
|
|
|
25
25
|
const setIsAuthenticating = (0, stores_1.useAuthStore)(state => state.setIsAuthenticating);
|
|
26
26
|
const setIsAuthenticated = (0, stores_1.useAuthStore)(state => state.setIsAuthenticated);
|
|
27
27
|
const { partnerId } = (0, components_1.useB3Config)();
|
|
28
|
-
const {
|
|
28
|
+
const { user } = (0, useAuthentication_1.useAuthentication)(partnerId);
|
|
29
29
|
/**
|
|
30
30
|
* Step 1: Initiate login with email
|
|
31
|
-
* - Calls backend
|
|
31
|
+
* - Calls backend to create sub-org (if needed) and send OTP
|
|
32
32
|
* - Returns otpId to use in verification step
|
|
33
|
-
*
|
|
34
|
-
* Note: Uses the turnkey-jwt authentication strategy, not the service directly.
|
|
35
|
-
* The turnkey-jwt strategy handles both OTP flow (init/verify) and final authentication.
|
|
36
33
|
*/
|
|
37
34
|
const initiateLogin = (0, react_1.useCallback)(async (email) => {
|
|
38
35
|
setIsLoading(true);
|
|
39
36
|
setError(null);
|
|
40
37
|
setIsAuthenticating(true);
|
|
41
38
|
try {
|
|
39
|
+
if (!user?.userId) {
|
|
40
|
+
throw new Error("User ID is required to initiate Turnkey login.");
|
|
41
|
+
}
|
|
42
42
|
debug(`Initiating login for: ${email}`);
|
|
43
|
-
//
|
|
44
|
-
|
|
45
|
-
// Backend will get userId from _params.user?.userId if authenticated, or handle unauthenticated case
|
|
46
|
-
// So we only need to send email
|
|
47
|
-
debug(`Calling app.authenticate with turnkey-jwt strategy (init action)`, { email });
|
|
48
|
-
const response = await app_1.default.authenticate({
|
|
49
|
-
strategy: "turnkey-jwt",
|
|
50
|
-
action: "init",
|
|
51
|
-
email,
|
|
52
|
-
});
|
|
53
|
-
// The strategy returns the TurnkeyAuthInitResponse directly
|
|
54
|
-
const data = response;
|
|
43
|
+
// Call FeathersJS service to initialize OTP
|
|
44
|
+
const data = await app_1.default.service("turnkey-auth").init({ email, userId: user.userId });
|
|
55
45
|
debug(`OTP initialized successfully. OtpId: ${data.otpId}`);
|
|
56
46
|
return data;
|
|
57
47
|
}
|
|
58
48
|
catch (err) {
|
|
59
49
|
debug("Error initiating login:", err);
|
|
60
|
-
|
|
61
|
-
let errorMessage = "Failed to send OTP email. Please try again.";
|
|
62
|
-
if (err.message) {
|
|
63
|
-
errorMessage = err.message;
|
|
64
|
-
}
|
|
65
|
-
else if (err.name === "TypeError" && err.message?.includes("fetch")) {
|
|
66
|
-
errorMessage = "Network error: Unable to reach the server. Please check your connection and try again.";
|
|
67
|
-
}
|
|
68
|
-
else if (err.code === "ECONNREFUSED" || err.code === "ENOTFOUND") {
|
|
69
|
-
errorMessage = "Connection error: Unable to reach the server. Please check your internet connection.";
|
|
70
|
-
}
|
|
71
|
-
else if (err.response) {
|
|
72
|
-
// FeathersJS error response
|
|
73
|
-
errorMessage = err.response.message || err.message || errorMessage;
|
|
74
|
-
debug("FeathersJS error response:", err.response);
|
|
75
|
-
}
|
|
50
|
+
const errorMessage = err.message || "Failed to send OTP email. Please try again.";
|
|
76
51
|
setError(errorMessage);
|
|
77
52
|
throw err;
|
|
78
53
|
}
|
|
@@ -80,11 +55,11 @@ function useTurnkeyAuth() {
|
|
|
80
55
|
setIsLoading(false);
|
|
81
56
|
setIsAuthenticating(false);
|
|
82
57
|
}
|
|
83
|
-
}, [setIsAuthenticating]);
|
|
58
|
+
}, [user, setIsAuthenticating]);
|
|
84
59
|
/**
|
|
85
60
|
* Step 2: Verify OTP and authenticate
|
|
86
|
-
* - Verifies OTP with backend
|
|
87
|
-
* - Gets Turnkey session JWT
|
|
61
|
+
* - Verifies OTP with backend
|
|
62
|
+
* - Gets Turnkey session JWT
|
|
88
63
|
* - Authenticates with b3-api using "turnkey-jwt" strategy
|
|
89
64
|
* - JWT automatically stored in cookies by SDK
|
|
90
65
|
*/
|
|
@@ -93,22 +68,19 @@ function useTurnkeyAuth() {
|
|
|
93
68
|
setError(null);
|
|
94
69
|
setIsAuthenticating(true);
|
|
95
70
|
try {
|
|
96
|
-
debug(`Verifying OTP...`, {
|
|
97
|
-
// Step 1: Verify OTP
|
|
98
|
-
|
|
99
|
-
const response = await app_1.default.authenticate({
|
|
100
|
-
strategy: "turnkey-jwt",
|
|
101
|
-
action: "verify",
|
|
71
|
+
debug(`Verifying OTP...`, { userId: user?.userId });
|
|
72
|
+
// Step 1: Verify OTP and get Turnkey session JWT
|
|
73
|
+
const { turnkeySessionJwt } = await app_1.default.service("turnkey-auth").verify({
|
|
102
74
|
otpId,
|
|
103
75
|
otpCode,
|
|
104
76
|
});
|
|
105
|
-
|
|
106
|
-
const verifyResult = response;
|
|
107
|
-
const { turnkeySessionJwt } = verifyResult;
|
|
108
|
-
debug(`OTP verified! Got Turnkey session JWT. Authenticating with b3-api...`);
|
|
77
|
+
debug(`OTP verified! Authenticating with b3-api...`);
|
|
109
78
|
// Step 2: Authenticate with b3-api using Turnkey JWT
|
|
110
|
-
//
|
|
111
|
-
const authResult = await authenticate(
|
|
79
|
+
// The SDK will automatically store the b3-api JWT in cookies
|
|
80
|
+
const authResult = await app_1.default.authenticate({
|
|
81
|
+
strategy: "turnkey-jwt",
|
|
82
|
+
accessToken: turnkeySessionJwt,
|
|
83
|
+
});
|
|
112
84
|
debug(`Successfully authenticated with b3-api!`, authResult);
|
|
113
85
|
// Update auth store to reflect authenticated state
|
|
114
86
|
setIsAuthenticated(true);
|
|
@@ -128,7 +100,7 @@ function useTurnkeyAuth() {
|
|
|
128
100
|
setIsLoading(false);
|
|
129
101
|
setIsAuthenticating(false);
|
|
130
102
|
}
|
|
131
|
-
}, [
|
|
103
|
+
}, [user, setIsAuthenticating, setIsAuthenticated]);
|
|
132
104
|
const clearError = (0, react_1.useCallback)(() => {
|
|
133
105
|
setError(null);
|
|
134
106
|
}, []);
|
|
@@ -1,9 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useUserQuery = useUserQuery;
|
|
4
|
+
const debug_1 = require("../../../shared/utils/debug");
|
|
4
5
|
const react_1 = require("react");
|
|
5
|
-
const
|
|
6
|
+
const zustand_1 = require("zustand");
|
|
7
|
+
const middleware_1 = require("zustand/middleware");
|
|
8
|
+
const debug = (0, debug_1.debugB3React)("useUserQuery");
|
|
6
9
|
const USER_QUERY_KEY = ["b3-user"];
|
|
10
|
+
/**
|
|
11
|
+
* Zustand store for managing user state
|
|
12
|
+
* Persists user data to localStorage
|
|
13
|
+
*/
|
|
14
|
+
const useUserStore = (0, zustand_1.create)()((0, middleware_1.persist)(set => ({
|
|
15
|
+
user: null,
|
|
16
|
+
setUser: (newUser) => {
|
|
17
|
+
const userToSave = newUser ?? null;
|
|
18
|
+
set({ user: userToSave });
|
|
19
|
+
debug("User updated", userToSave);
|
|
20
|
+
},
|
|
21
|
+
clearUser: () => {
|
|
22
|
+
set({ user: null });
|
|
23
|
+
debug("User cleared");
|
|
24
|
+
},
|
|
25
|
+
}), {
|
|
26
|
+
name: "b3-user",
|
|
27
|
+
onRehydrateStorage: () => (_, error) => {
|
|
28
|
+
if (error) {
|
|
29
|
+
console.warn("Failed to rehydrate user store:", error);
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
}));
|
|
7
33
|
/**
|
|
8
34
|
* NOTE: THIS IS ONLY MEANT FOR INTERNAL USE, from useOnConnect
|
|
9
35
|
*
|
|
@@ -11,9 +37,9 @@ const USER_QUERY_KEY = ["b3-user"];
|
|
|
11
37
|
* This allows for invalidation and refetching of user data
|
|
12
38
|
*/
|
|
13
39
|
function useUserQuery() {
|
|
14
|
-
const user =
|
|
15
|
-
const setUserStore =
|
|
16
|
-
const clearUserStore =
|
|
40
|
+
const user = useUserStore(state => state.user);
|
|
41
|
+
const setUserStore = useUserStore(state => state.setUser);
|
|
42
|
+
const clearUserStore = useUserStore(state => state.clearUser);
|
|
17
43
|
// Listen for storage events from other tabs/windows
|
|
18
44
|
(0, react_1.useEffect)(() => {
|
|
19
45
|
const handleStorageChange = (e) => {
|
|
@@ -25,14 +51,14 @@ function useUserQuery() {
|
|
|
25
51
|
const parsed = JSON.parse(stored);
|
|
26
52
|
// Zustand persist format: { state: { user: ... }, version: ... }
|
|
27
53
|
const userData = parsed?.state?.user ?? parsed?.user ?? null;
|
|
28
|
-
|
|
54
|
+
useUserStore.setState({ user: userData });
|
|
29
55
|
}
|
|
30
56
|
catch (error) {
|
|
31
57
|
console.warn("Failed to parse user from storage event:", error);
|
|
32
58
|
}
|
|
33
59
|
}
|
|
34
60
|
else {
|
|
35
|
-
|
|
61
|
+
useUserStore.setState({ user: null });
|
|
36
62
|
}
|
|
37
63
|
}
|
|
38
64
|
};
|
|
@@ -55,16 +81,16 @@ function useUserQuery() {
|
|
|
55
81
|
const parsed = JSON.parse(stored);
|
|
56
82
|
// Zustand persist format: { state: { user: ... }, version: ... }
|
|
57
83
|
const userData = parsed?.state?.user ?? parsed?.user ?? null;
|
|
58
|
-
|
|
84
|
+
useUserStore.setState({ user: userData });
|
|
59
85
|
return userData ?? undefined;
|
|
60
86
|
}
|
|
61
87
|
catch (error) {
|
|
62
88
|
console.warn("Failed to refetch user from localStorage:", error);
|
|
63
89
|
// Fallback to current store state
|
|
64
|
-
return
|
|
90
|
+
return useUserStore.getState().user ?? undefined;
|
|
65
91
|
}
|
|
66
92
|
}
|
|
67
|
-
|
|
93
|
+
useUserStore.setState({ user: null });
|
|
68
94
|
return undefined;
|
|
69
95
|
};
|
|
70
96
|
// Helper function to clear user
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export { B3Provider } from "./components/B3Provider/B3Provider.native";
|
|
2
|
+
export { B3Context, type B3ContextType } from "./components/B3Provider/types";
|
|
3
|
+
export { useB3 } from "./components/B3Provider/useB3";
|
|
2
4
|
export { useAccountWallet } from "./hooks/useAccountWallet";
|
|
3
5
|
export { useAuthentication } from "./hooks/useAuthentication";
|
|
4
6
|
export { useProfile } from "./hooks/useProfile";
|
|
@@ -3,10 +3,14 @@
|
|
|
3
3
|
// export * from "./hooks";
|
|
4
4
|
// export * from "./stores";
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.useAuthStore = exports.useSiwe = exports.useProfile = exports.useAuthentication = exports.useAccountWallet = exports.B3Provider = void 0;
|
|
6
|
+
exports.useAuthStore = exports.useSiwe = exports.useProfile = exports.useAuthentication = exports.useAccountWallet = exports.useB3 = exports.B3Context = exports.B3Provider = void 0;
|
|
7
7
|
// We only export the components and hooks that are needed for the native app
|
|
8
8
|
var B3Provider_native_1 = require("./components/B3Provider/B3Provider.native");
|
|
9
9
|
Object.defineProperty(exports, "B3Provider", { enumerable: true, get: function () { return B3Provider_native_1.B3Provider; } });
|
|
10
|
+
var types_1 = require("./components/B3Provider/types");
|
|
11
|
+
Object.defineProperty(exports, "B3Context", { enumerable: true, get: function () { return types_1.B3Context; } });
|
|
12
|
+
var useB3_1 = require("./components/B3Provider/useB3");
|
|
13
|
+
Object.defineProperty(exports, "useB3", { enumerable: true, get: function () { return useB3_1.useB3; } });
|
|
10
14
|
var useAccountWallet_1 = require("./hooks/useAccountWallet");
|
|
11
15
|
Object.defineProperty(exports, "useAccountWallet", { enumerable: true, get: function () { return useAccountWallet_1.useAccountWallet; } });
|
|
12
16
|
var useAuthentication_1 = require("./hooks/useAuthentication");
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export { useAuthStore } from "./useAuthStore";
|
|
2
|
-
export { useB3ConfigStore } from "./configStore";
|
|
3
2
|
export { useModalStore } from "./useModalStore";
|
|
4
3
|
export { useRecentAddressesStore } from "./useRecentAddressesStore";
|
|
5
4
|
export type { AnySpendBuySpinProps, AnySpendFundTournamentProps, AnySpendJoinTournamentProps, AnySpendModalProps, AnySpendNftProps, AnySpendOrderHistoryProps, AnySpendStakeB3Props, AnyspendOrderDetailsProps, ManageAccountModalProps, ModalContentType, RequestPermissionsModalProps, SignInWithB3ModalProps, } from "./useModalStore";
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.useRecentAddressesStore = exports.useModalStore = exports.
|
|
3
|
+
exports.useRecentAddressesStore = exports.useModalStore = exports.useAuthStore = void 0;
|
|
4
4
|
var useAuthStore_1 = require("./useAuthStore");
|
|
5
5
|
Object.defineProperty(exports, "useAuthStore", { enumerable: true, get: function () { return useAuthStore_1.useAuthStore; } });
|
|
6
|
-
var configStore_1 = require("./configStore");
|
|
7
|
-
Object.defineProperty(exports, "useB3ConfigStore", { enumerable: true, get: function () { return configStore_1.useB3ConfigStore; } });
|
|
8
6
|
var useModalStore_1 = require("./useModalStore");
|
|
9
7
|
Object.defineProperty(exports, "useModalStore", { enumerable: true, get: function () { return useModalStore_1.useModalStore; } });
|
|
10
8
|
var useRecentAddressesStore_1 = require("./useRecentAddressesStore");
|
|
@@ -403,12 +403,6 @@ export interface AnySpendDepositHypeProps extends BaseModalProps {
|
|
|
403
403
|
customUsdInputValues?: string[];
|
|
404
404
|
/** prefer eoa wallet */
|
|
405
405
|
preferEoa?: boolean;
|
|
406
|
-
/** Custom URL to redirect to when clicking "Return to Home" on complete order screen */
|
|
407
|
-
returnToHomeUrl?: string;
|
|
408
|
-
/** Custom label for recipient display (e.g., "OBSN Telegram Bot") */
|
|
409
|
-
customRecipientLabel?: string;
|
|
410
|
-
/** Custom label for the return home button (overrides "Return to Home" / "Close") */
|
|
411
|
-
returnHomeLabel?: string;
|
|
412
406
|
}
|
|
413
407
|
export interface AvatarEditorModalProps extends BaseModalProps {
|
|
414
408
|
/** Modal type identifier */
|
|
@@ -477,10 +471,6 @@ export interface AnySpendCollectorClubPurchaseProps extends BaseModalProps {
|
|
|
477
471
|
vendingMachineId: string;
|
|
478
472
|
/** The pack type */
|
|
479
473
|
packType: string;
|
|
480
|
-
/** Active tab */
|
|
481
|
-
activeTab?: "crypto" | "fiat";
|
|
482
|
-
/** Force fiat payment */
|
|
483
|
-
forceFiatPayment?: boolean;
|
|
484
474
|
}
|
|
485
475
|
/**
|
|
486
476
|
* Union type of all possible modal content types
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { components } from "../types/api";
|
|
2
2
|
export declare const ANYSPEND_MAINNET_BASE_URL: string;
|
|
3
3
|
export declare const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000";
|
|
4
|
-
export declare const GAS_ORACLE_BASE_URL: string;
|
|
5
|
-
export declare const RELAY_ETH_ADDRESS = "0x0000000000000000000000000000000000000000";
|
|
6
4
|
export declare const RELAY_SOL_ADDRESS = "11111111111111111111111111111111";
|
|
7
5
|
export declare const RELAY_SOLANA_MAINNET_CHAIN_ID = 792703809;
|
|
8
6
|
export declare const SOLANA_ASSOCIATED_TOKEN_ACCOUNT_PROGRAM_ID = "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL";
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { base } from "viem/chains";
|
|
2
2
|
export const ANYSPEND_MAINNET_BASE_URL = process.env.NEXT_PUBLIC_ANYSPEND_BASE_URL || "https://mainnet.anyspend.com";
|
|
3
3
|
export const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000";
|
|
4
|
-
export const GAS_ORACLE_BASE_URL = process.env.NEXT_PUBLIC_GAS_ORACLE_URL || "https://gas-oracle.sean-430.workers.dev";
|
|
5
|
-
export const RELAY_ETH_ADDRESS = "0x0000000000000000000000000000000000000000";
|
|
6
4
|
export const RELAY_SOL_ADDRESS = "11111111111111111111111111111111";
|
|
7
5
|
export const RELAY_SOLANA_MAINNET_CHAIN_ID = 792703809;
|
|
8
6
|
export const SOLANA_ASSOCIATED_TOKEN_ACCOUNT_PROGRAM_ID = "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export * from "./types/api";
|
|
2
|
-
export * from "./types/gas";
|
|
3
2
|
export * from "./utils/address";
|
|
4
3
|
export * from "./utils/chain";
|
|
5
4
|
export * from "./utils/format";
|
|
@@ -9,6 +8,5 @@ export * from "./utils/string";
|
|
|
9
8
|
export * from "./utils/token";
|
|
10
9
|
export * from "./utils/validation";
|
|
11
10
|
export * from "./constants";
|
|
12
|
-
export * from "./services/gas";
|
|
13
11
|
export * from "./abis/abiUsdcBase";
|
|
14
12
|
export * from "./abis/erc20Staking";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// Types
|
|
2
2
|
export * from "./types/api.js";
|
|
3
|
-
export * from "./types/gas.js";
|
|
4
3
|
// Utils
|
|
5
4
|
export * from "./utils/address.js";
|
|
6
5
|
export * from "./utils/chain.js";
|
|
@@ -12,8 +11,6 @@ export * from "./utils/token.js";
|
|
|
12
11
|
export * from "./utils/validation.js";
|
|
13
12
|
// Constants
|
|
14
13
|
export * from "./constants/index.js";
|
|
15
|
-
// Services
|
|
16
|
-
export * from "./services/gas.js";
|
|
17
14
|
// Abis
|
|
18
15
|
export * from "./abis/abiUsdcBase.js";
|
|
19
16
|
export * from "./abis/erc20Staking.js";
|
|
@@ -39,10 +39,4 @@ export declare function AnySpend(props: {
|
|
|
39
39
|
hideBottomNavigation?: boolean;
|
|
40
40
|
/** When true, disables URL parameter management for swap configuration */
|
|
41
41
|
disableUrlParamManagement?: boolean;
|
|
42
|
-
/** Custom URL to redirect to when clicking "Return to Home" on complete order screen */
|
|
43
|
-
returnToHomeUrl?: string;
|
|
44
|
-
/** Custom label for recipient display (e.g., "OBSN Telegram Bot") */
|
|
45
|
-
customRecipientLabel?: string;
|
|
46
|
-
/** Custom label for the return home button (overrides "Return to Home" / "Close") */
|
|
47
|
-
returnHomeLabel?: string;
|
|
48
42
|
}): import("react/jsx-runtime").JSX.Element;
|