diff --git a/apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx b/apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx index a0e0e915245..7deb08ac606 100644 --- a/apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx +++ b/apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx @@ -47,7 +47,7 @@ export function AnnouncementBanner() { return ( ); diff --git a/apps/dashboard/src/app/(app)/(dashboard)/(bridge)/routes/page.tsx b/apps/dashboard/src/app/(app)/(dashboard)/(bridge)/routes/page.tsx index d7b9d07a96a..5ab227d5e3b 100644 --- a/apps/dashboard/src/app/(app)/(dashboard)/(bridge)/routes/page.tsx +++ b/apps/dashboard/src/app/(app)/(dashboard)/(bridge)/routes/page.tsx @@ -10,7 +10,7 @@ import { type SearchParams, } from "./components/server/routes-table"; -const title = "Universal Bridge Routes: Swap, Bridge, and Onramp"; +const title = "Payments Routes: Swap, Bridge, and Onramp"; const description = "A list of token routes for swapping, bridging, and on-ramping between EVM chains with thirdweb."; @@ -66,7 +66,7 @@ export default async function RoutesPage(props: {

- Get Started with Universal Bridge + Get Started with thirdweb Payments

Simple, instant, and secure payments across any token and chain. diff --git a/apps/dashboard/src/app/bridge/page.tsx b/apps/dashboard/src/app/bridge/page.tsx index 609ef9a3d6a..6d4cd71505e 100644 --- a/apps/dashboard/src/app/bridge/page.tsx +++ b/apps/dashboard/src/app/bridge/page.tsx @@ -7,9 +7,9 @@ import { getCurrencyMetadata } from "thirdweb/extensions/erc20"; import { UniversalBridgeEmbed } from "./components/client/UniversalBridgeEmbed"; import { bridgeAppThirdwebClient } from "./constants"; -const title = "Universal Bridge: Swap, Bridge, and Onramp"; +const title = "thirdweb Payments: Swap, Bridge, and Onramp"; const description = - "Swap, bridge, and on-ramp to any EVM chain with thirdweb's Universal Bridge."; + "Swap, bridge, and on-ramp to any EVM chain with thirdweb's Payments."; export const metadata: Metadata = { description, @@ -80,7 +80,7 @@ export default async function BridgePage({

- Get Started with Universal Bridge + Get Started with thirdweb Payments

Simple, instant, and secure payments across any token and diff --git a/apps/playground-web/src/app/connect/pay/backend/layout.tsx b/apps/playground-web/src/app/connect/pay/backend/layout.tsx index cba4df70052..3698b5f17c5 100644 --- a/apps/playground-web/src/app/connect/pay/backend/layout.tsx +++ b/apps/playground-web/src/app/connect/pay/backend/layout.tsx @@ -9,7 +9,7 @@ export default function Layout(props: { children: React.ReactNode }) { <>HTTP API to bridge, swap and onramp to and from any currency } docsLink="https://portal.thirdweb.com/connect/pay/overview?utm_source=playground" - title="Universal Bridge API" + title="Payments API" /> {props.children} diff --git a/apps/playground-web/src/app/connect/pay/backend/page.tsx b/apps/playground-web/src/app/connect/pay/backend/page.tsx index 7659a6bdff0..930a76763e7 100644 --- a/apps/playground-web/src/app/connect/pay/backend/page.tsx +++ b/apps/playground-web/src/app/connect/pay/backend/page.tsx @@ -11,11 +11,11 @@ export default async function Page() {

- Universal Bridge REST API + thirdweb Payments REST API

- Directly interact with the Universal Bridge API from your backend, - using standard REST APIs. + Directly interact with the thirdweb Payments API from your + backend, using standard REST APIs.

diff --git a/apps/playground-web/src/app/connect/pay/backend/reference/page.tsx b/apps/playground-web/src/app/connect/pay/backend/reference/page.tsx index 6d24142dc36..aadf9847e17 100644 --- a/apps/playground-web/src/app/connect/pay/backend/reference/page.tsx +++ b/apps/playground-web/src/app/connect/pay/backend/reference/page.tsx @@ -64,7 +64,7 @@ function Breadcrumbs() { - Universal Bridge API + Payments API diff --git a/apps/playground-web/src/app/connect/pay/commerce/page.tsx b/apps/playground-web/src/app/connect/pay/commerce/page.tsx index 96f404e89d3..5ef0c963666 100644 --- a/apps/playground-web/src/app/connect/pay/commerce/page.tsx +++ b/apps/playground-web/src/app/connect/pay/commerce/page.tsx @@ -9,7 +9,7 @@ export const metadata: Metadata = { description: "The easiest way for users to transact in your app. Onramp users in clicks and generate revenue for each user transaction. Integrate for free.", metadataBase, - title: "Integrate Fiat & Cross-Chain Crypto Payments | Universal Bridge", + title: "Integrate Fiat & Cross-Chain Crypto Payments | thirdweb Payments", }; export default function Page() { diff --git a/apps/playground-web/src/app/connect/pay/fund-wallet/page.tsx b/apps/playground-web/src/app/connect/pay/fund-wallet/page.tsx index 5a456d02b2a..b9b2a28ee88 100644 --- a/apps/playground-web/src/app/connect/pay/fund-wallet/page.tsx +++ b/apps/playground-web/src/app/connect/pay/fund-wallet/page.tsx @@ -9,7 +9,7 @@ export const metadata: Metadata = { description: "The easiest way for users to fund their wallets. Onramp users in clicks and generate revenue for each user transaction. Integrate for free.", metadataBase, - title: "Buy Crypto | thirdweb Universal Bridge", + title: "Buy Crypto | thirdweb Payments", }; export default function Page() { diff --git a/apps/playground-web/src/app/connect/pay/page.tsx b/apps/playground-web/src/app/connect/pay/page.tsx index d822fbefe3a..9f51064d019 100644 --- a/apps/playground-web/src/app/connect/pay/page.tsx +++ b/apps/playground-web/src/app/connect/pay/page.tsx @@ -8,8 +8,7 @@ export const metadata: Metadata = { description: "The easiest way for users to transact in your app. Onramp users, pay with any token and generate revenue for each user transaction. Integrate for free.", metadataBase, - title: - "Integrate Fiat & Cross-Chain Crypto Payments | thirdweb Universal Bridge", + title: "Integrate Fiat & Cross-Chain Crypto Payments | thirdweb Payments", }; export default function Page(props: { @@ -25,7 +24,7 @@ export default function Page(props: { } docsLink="https://portal.thirdweb.com/connect/pay/get-started?utm_source=playground" - title="Universal Bridge UI component" + title="Payments UI component" > diff --git a/apps/playground-web/src/app/navLinks.ts b/apps/playground-web/src/app/navLinks.ts index 29a6be8169a..a2b3a75ba99 100644 --- a/apps/playground-web/src/app/navLinks.ts +++ b/apps/playground-web/src/app/navLinks.ts @@ -109,7 +109,7 @@ const universalBridgeSidebarLinks: SidebarLink = { name: "Backend API", }, ], - name: "Universal Bridge", + name: "Payments", }; const engineSidebarLinks: SidebarLink = { diff --git a/apps/portal/src/app/Header.tsx b/apps/portal/src/app/Header.tsx index 86d36a3df9b..dd70096965e 100644 --- a/apps/portal/src/app/Header.tsx +++ b/apps/portal/src/app/Header.tsx @@ -133,7 +133,7 @@ const apisLinks = [ }, { href: "https://bridge.thirdweb.com/reference", - name: "Universal Bridge", + name: "Payments", }, ]; diff --git a/apps/portal/src/app/account/create-account/page.mdx b/apps/portal/src/app/account/create-account/page.mdx index 3d5f6105aa1..71ae289796f 100644 --- a/apps/portal/src/app/account/create-account/page.mdx +++ b/apps/portal/src/app/account/create-account/page.mdx @@ -16,7 +16,7 @@ export const metadata = createMetadata({ # Create Account -Learn how to get started with thirdweb by creating an account and setting up your first project. +Learn how to get started with thirdweb by creating an account and setting up your first project. @@ -41,21 +41,21 @@ Sign-in and connect to thirdweb using any of the following wallet options: -Upon signing up, you will be prompted to create your team by entering a team name and avatar. These will be used to identify your team in the dashboard and appear on shared projects. +Upon signing up, you will be prompted to create your team by entering a team name and avatar. These will be used to identify your team in the dashboard and appear on shared projects. -Invite team members to collaborate on projects by entering their email addresses. This step does require you to provide billing information so you may opt to do this later. +Invite team members to collaborate on projects by entering their email addresses. This step does require you to provide billing information so you may opt to do this later. -Create your first thirdweb project by selecting the "Create Project" button. You will be prompted to enter a project name and allowed domains. +Create your first thirdweb project by selecting the "Create Project" button. You will be prompted to enter a project name and allowed domains. Allowed domains restrict which websites can access your project's API Key and is highly recommended to set up for security purposes. @@ -77,7 +77,7 @@ Keep your Secret Key confidential—never share it or leave it exposed. It authe -Your API Key is now ready to begin accessing thirdweb services such as RPC, Account Abstraction, In-App Wallets, Universal Bridge, Storage, and more. +Your API Key is now ready to begin accessing thirdweb services such as RPC, Account Abstraction, In-App Wallets, Payments, Storage, and more. You can access the API documentation and other get started resources in the [thirdweb developer portal](https://portal.thirdweb.com). diff --git a/apps/portal/src/app/dotnet/sidebar.tsx b/apps/portal/src/app/dotnet/sidebar.tsx index 6725ad5e394..793bd19f9f5 100644 --- a/apps/portal/src/app/dotnet/sidebar.tsx +++ b/apps/portal/src/app/dotnet/sidebar.tsx @@ -308,10 +308,10 @@ export const sidebar: SideBar = { }, { href: "https://thirdweb-dev.github.io/dotnet/docs/Thirdweb.Bridge.ThirdwebBridge.html", - name: "Universal Bridge Full Reference", + name: "Full Reference", }, ], - name: "Bridge", + name: "Payments", }, { separator: true, diff --git a/apps/portal/src/app/dotnet/universal-bridge/quickstart/page.mdx b/apps/portal/src/app/dotnet/universal-bridge/quickstart/page.mdx index cbad5f6fce5..e096496bd09 100644 --- a/apps/portal/src/app/dotnet/universal-bridge/quickstart/page.mdx +++ b/apps/portal/src/app/dotnet/universal-bridge/quickstart/page.mdx @@ -1,15 +1,16 @@ import { Details, createMetadata } from "@doc"; export const metadata = createMetadata({ - title: "ThirdwebBridge | Thirdweb .NET SDK", + title: "Payments | Thirdweb .NET SDK", description: - "Instantiate Universal Bridge to use any asset on any chain.", + "Enable your users to trade assets across any supported chain using any token.", }); -# Universal Bridge .NET Integration -We've built Universal Bridge to allow your users to use any asset on any chain, and it's ready for you to try. +# Payments .NET Integration -This integration simplifies onchain asset trading, and we've added extensions in .NET to integrate with any `IThirdwebWallet` nicely. +Payments enables your users to trade assets across any supported chain using any token. + +To streamline onchain asset trading, we've added .NET extensions that work seamlessly with any `IThirdwebWallet` nicely. ## Core APIs diff --git a/apps/portal/src/app/page.tsx b/apps/portal/src/app/page.tsx index 0d03b246ce2..9f757100bc2 100644 --- a/apps/portal/src/app/page.tsx +++ b/apps/portal/src/app/page.tsx @@ -133,7 +133,7 @@ function ReferenceSection() { icon={BridgeIcon} iconClassName="text-muted-foreground" isExternal - title="Universal Bridge" + title="Payments" /> group.name === name) - ?.links.push({ links: bridgeLinkGroups, name: "Universal Bridge" }); + ?.links.push({ links: bridgeLinkGroups, name: "Payments" }); } } diff --git a/apps/portal/src/app/unity/v5/sidebar.tsx b/apps/portal/src/app/unity/v5/sidebar.tsx index 4fa429c592a..97d266092d4 100644 --- a/apps/portal/src/app/unity/v5/sidebar.tsx +++ b/apps/portal/src/app/unity/v5/sidebar.tsx @@ -108,7 +108,7 @@ export const sidebar: SideBar = { { href: "/dotnet/universal-bridge/quickstart", icon: , - name: "Universal Bridge", + name: "Payments", }, ], name: "Advanced Functionality", diff --git a/packages/service-utils/src/core/services.ts b/packages/service-utils/src/core/services.ts index 80adf4b7106..189d0483977 100644 --- a/packages/service-utils/src/core/services.ts +++ b/packages/service-utils/src/core/services.ts @@ -50,7 +50,7 @@ export const SERVICE_DEFINITIONS = { description: "Bridge, swap, and purchase cryptocurrencies and execute transactions with any fiat or tokens via cross-chain routing", name: "pay", - title: "Universal Bridge", + title: "Payments", }, relayer: { // all actions allowed