diff --git a/apps/portal/src/app/pay/faqs/page.mdx b/apps/portal/src/app/pay/faqs/page.mdx index 2121bd85dbf..39d7ea0123e 100644 --- a/apps/portal/src/app/pay/faqs/page.mdx +++ b/apps/portal/src/app/pay/faqs/page.mdx @@ -29,6 +29,17 @@ This can include intents, native bridges, third party bridges, cross-chain messa health, price, and speed to guarantee the best path every time. +
+Universal Bridge is able to support most token that meet the following criteria: + +- The token must have sufficient liquidity +- The token must be on a [supported Universal Bridge Chain](https://thirdweb.com/chainlist?service=pay). + +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. + +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. +
+
Yes, Universal Bridge is designed to be agnostic to wallet infrastructure. You can use it with any wallet service.
diff --git a/apps/portal/src/app/pay/troubleshoot/page.mdx b/apps/portal/src/app/pay/troubleshoot/page.mdx index f0c3ce22aab..60892175f8d 100644 --- a/apps/portal/src/app/pay/troubleshoot/page.mdx +++ b/apps/portal/src/app/pay/troubleshoot/page.mdx @@ -8,4 +8,13 @@ When using onramp providers, you may encounter an error stating "There was an is This typically means that your card issuer does not allow cryptocurrency purchases. To work around this issue, you can try using a different card or payment method, such as debit card, if available. + + +
+If you encounter an "Error 500: Internal Server Error" or if the modal shows "Something went wrong" it may indicate you are using an +outdated version of the Universal Bridge service. + +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`. + +If the issue persists after upgrade, please [contact our support team](https://thirdweb.com/support) for further assistance.
\ No newline at end of file