Skip to content

Commit 30c156b

Browse files
committed
docs updates
1 parent c152db3 commit 30c156b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

apps/portal/src/app/pay/faqs/page.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ This can include intents, native bridges, third party bridges, cross-chain messa
2929
health, price, and speed to guarantee the best path every time.
3030
</Details>
3131

32+
<Details summary="How can I support a token on Universal Bridge?">
33+
Universal Bridge is able to support most token that meet the following criteria:
34+
35+
- The token must have sufficient liquidity
36+
- The token must be on a [supported Universal Bridge Chain](https://thirdweb.com/chainlist?service=pay).
37+
38+
To request support for a token, please visit the Universal Bridge tab in your project dashboard > Settings > "Don't see your token listed?" component and fill out the chain and token address information.
39+
40+
Universal Bridge will automatically kick off the token route discovery process. Please check back the Universal Bridge modal after 20-40 minutes for the requested token.
41+
</Details>
42+
3243
<Details summary="Am I able to use Universal Bridge with other wallet infrastructure providers?">
3344
Yes, Universal Bridge is designed to be agnostic to wallet infrastructure. You can use it with any wallet service.
3445
</Details>

apps/portal/src/app/pay/troubleshoot/page.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,13 @@ When using onramp providers, you may encounter an error stating "There was an is
88
This typically means that your card issuer does not allow cryptocurrency purchases.
99

1010
To work around this issue, you can try using a different card or payment method, such as debit card, if available.
11+
</Details>
12+
13+
<Details summary="Error 500: Internal Server Error">
14+
If you encounter an "Error 500: Internal Server Error" or if the modal shows "Something went wrong" it may indicate you are using an
15+
outdated version of the Universal Bridge service.
16+
17+
To resolve this issue, please upgrade your SDK to the latest version in your project. You can download the latest version with `npm install thirdweb@latest` or `yarn add thirdweb@latest`.
18+
19+
If the issue persists after upgrade, please [contact our support team](https://thirdweb.com/support) for further assistance.
1120
</Details>

0 commit comments

Comments
 (0)