Skip to content

Commit d956b92

Browse files
changeset
1 parent d7c31f6 commit d956b92

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/sharp-symbols-unite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Show deposit modal for tokens that don't have any UB routes

apps/portal/src/app/pay/guides/build-a-custom-experience/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The `quote` object contains detailed transaction information including the estim
9494

9595
</Step>
9696
<Step title='Check for a Buy With Crypto Step'>
97-
The `quote` object contains `quote.onRampToken` and `quote.toToken` objects containing intermediate and detination token information.
97+
The `quote` object contains `quote.onRampToken` and `quote.toToken` objects containing intermediate and destination token information.
9898

9999
If `quote.onRampToken` is not the same as `quote.toToken`, then your users will need to onramp to intermediary token before arriving at their destination token.
100100

packages/thirdweb/src/react/core/hooks/transaction/useSendTransaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export function useSendTransactionCore(args: {
238238
!supportedDestinations ||
239239
supportedDestinations.length === 0
240240
) {
241-
// not a supported detination -> show deposit screen
241+
// not a supported destination -> show deposit screen
242242
trackPayEvent({
243243
client: tx.client,
244244
walletAddress: account.address,

0 commit comments

Comments
 (0)