We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe417a commit d382a99Copy full SHA for d382a99
apps/portal/src/app/payments/sidebar.tsx
@@ -37,6 +37,22 @@ export const sidebar: SideBar = {
37
href: `${paymentsSlug}/send`,
38
name: "Send a Payment",
39
},
40
+ {
41
+ href: `bridge/sell`,
42
+ name: "Sell Tokens",
43
+ },
44
45
+ href: `bridge/swap`,
46
+ name: "Swap Tokens",
47
48
49
+ href: `bridge/tokens`,
50
+ name: "Get Token Prices",
51
52
53
+ href: `bridge/routes`,
54
+ name: "Get Routes",
55
56
{
57
href: `${paymentsSlug}/webhooks`,
58
name: "Webhooks",
0 commit comments