Skip to content

Commit 787db93

Browse files
committed
[Docs] UB (#7333)
CORE-0000 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing the documentation for the `Universal Bridge` by adding troubleshooting information and FAQs regarding payment issues and token support. ### Detailed summary - Added a section for handling "Error 500: Internal Server Error" with upgrade instructions for the SDK. - Included a new FAQ on supporting tokens on the `Universal Bridge` with criteria and request instructions. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Added a new FAQ explaining how to request support for a token on Universal Bridge, including submission steps and expected processing time. - Introduced troubleshooting guidance for resolving "Error 500" or "Something went wrong" messages in Universal Bridge, with instructions to update the SDK and contact support if needed. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent c152db3 commit 787db93

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)