Skip to content

Commit 82b0856

Browse files
committed
added routes page
1 parent 464a059 commit 82b0856

File tree

2 files changed

+62
-60
lines changed

2 files changed

+62
-60
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ For buying with crypto or swap fees, thirdweb charges a 0.3% protocol fee. Devel
2323
Network fees, also referred to as miner fees, are paid to the miner for processing crypto transactions and securing the respective network. These fees do not go to thirdweb.
2424
</Details>
2525

26-
<Details summary="What does Universal Bridge use to operate under the hood? Does it use third-party bridges?">
26+
<Details summary="What does Universal Bridge use to operate under the hood?">
2727
Universal Bridge is an asset router that combines thirdweb's own onchain infrastructure with existing bridging and swapping protocols to find the optimal route for any given transaction.
2828
This can include intents, native bridges, third party bridges, cross-chain messaging protocols, thirdweb's custom bridges, and more. All routes are monitored and planned continuously for
2929
health, price, and speed to guarantee the best path every time.
3030
</Details>
3131

3232
<Details summary="What are the KYC requirements?">
3333
Onramp options all require minimal KYC. This is done to comply with local regulations and to ensure the safety of our users.
34-
Onramping with Coinbase does not require KYC for a purchase below $500 with debit card.
34+
Please note: onramping with Coinbase does not require KYC for a purchase below $500 with debit card.
3535
</Details>
3636

3737
<Details summary="What are your transaction limits for Buy With Fiat?">

apps/portal/src/app/connect/sidebar.tsx

Lines changed: 60 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -220,63 +220,6 @@ export const sidebar: SideBar = {
220220
],
221221
},
222222
{ separator: true },
223-
// User identity
224-
{
225-
name: "User Identity",
226-
isCollapsible: false,
227-
links: [
228-
// Auth
229-
// TODO move to TS reference
230-
{
231-
name: "Sign In with Ethereum",
232-
links: [
233-
{
234-
name: "Get Started",
235-
href: `${authSlug}`,
236-
},
237-
{
238-
name: "Frameworks",
239-
isCollapsible: true,
240-
expanded: false,
241-
links: [
242-
{
243-
name: "Next.js",
244-
href: `${authSlug}/frameworks/next`,
245-
},
246-
{
247-
name: "React + Express",
248-
href: `${authSlug}/frameworks/react-express`,
249-
},
250-
],
251-
},
252-
{
253-
name: "Deploying to Production",
254-
href: `${authSlug}/deploying-to-production`,
255-
},
256-
],
257-
},
258-
{
259-
name: "Get User Profiles",
260-
href: `${walletSlug}/user-management/get-user-profiles`,
261-
},
262-
{
263-
name: "Link Multiple Identities",
264-
href: `${walletSlug}/user-management/link-multiple-identity`,
265-
},
266-
{
267-
name: "Export Private Keys",
268-
href: `${walletSlug}/user-management/export-private-key`,
269-
},
270-
// TODO:
271-
// {
272-
// name: "Deleting User Details",
273-
// href: `${walletSlug}/user-management/deleting-user-details`,
274-
// },
275-
],
276-
},
277-
{ separator: true },
278-
// Blockchain API
279-
// TODO Overview page?
280223
{
281224
name: "Universal Bridge",
282225
isCollapsible: false,
@@ -285,6 +228,10 @@ export const sidebar: SideBar = {
285228
name: "Overview",
286229
href: `${paySlug}/overview`,
287230
},
231+
{
232+
name: "Supported Routes",
233+
href: "https://thirdweb.com/routes"
234+
},
288235
{
289236
name: "Get Started",
290237
href: `${paySlug}/get-started`,
@@ -326,7 +273,6 @@ export const sidebar: SideBar = {
326273
{
327274
name: "Customization",
328275
isCollapsible: true,
329-
330276
links: [
331277
{
332278
name: "ConnectButton",
@@ -356,7 +302,63 @@ export const sidebar: SideBar = {
356302
},
357303
],
358304
},
305+
// User identity
306+
{
307+
name: "User Identity",
308+
isCollapsible: false,
309+
links: [
310+
// Auth
311+
// TODO move to TS reference
312+
{
313+
name: "Sign In with Ethereum",
314+
links: [
315+
{
316+
name: "Get Started",
317+
href: `${authSlug}`,
318+
},
319+
{
320+
name: "Frameworks",
321+
isCollapsible: true,
322+
expanded: false,
323+
links: [
324+
{
325+
name: "Next.js",
326+
href: `${authSlug}/frameworks/next`,
327+
},
328+
{
329+
name: "React + Express",
330+
href: `${authSlug}/frameworks/react-express`,
331+
},
332+
],
333+
},
334+
{
335+
name: "Deploying to Production",
336+
href: `${authSlug}/deploying-to-production`,
337+
},
338+
],
339+
},
340+
{
341+
name: "Get User Profiles",
342+
href: `${walletSlug}/user-management/get-user-profiles`,
343+
},
344+
{
345+
name: "Link Multiple Identities",
346+
href: `${walletSlug}/user-management/link-multiple-identity`,
347+
},
348+
{
349+
name: "Export Private Keys",
350+
href: `${walletSlug}/user-management/export-private-key`,
351+
},
352+
// TODO:
353+
// {
354+
// name: "Deleting User Details",
355+
// href: `${walletSlug}/user-management/deleting-user-details`,
356+
// },
357+
],
358+
},
359359
{ separator: true },
360+
// Blockchain API
361+
// TODO Overview page?
360362
{
361363
name: "API References",
362364
isCollapsible: false,

0 commit comments

Comments
 (0)