Skip to content

Commit 268c7ef

Browse files
committed
Pay -> Universal Bridge
1 parent 6f087b5 commit 268c7ef

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

apps/portal/src/app/connect/pay/get-started/page.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Log in to [the thirdweb dashboard](https://thirdweb.com/team). Navigate to the *
4646

4747
## Option 1: ConnectButton
4848

49-
Pay is available by default with our `ConnectButton` component. When users log in with Connect, they'll be able to onramp and purchase crypto directly from the logged in Connect interface. You can read more about `ConnectButton` [in this guide](/connect/sign-in/ConnectButton).
49+
Universal Bridge is available by default with our `ConnectButton` component. When users log in with Connect, they'll be able to onramp and purchase crypto directly from the logged in Connect interface. You can read more about `ConnectButton` [in this guide](/connect/sign-in/ConnectButton).
5050

5151
```tsx
5252
import { ThirdwebProvider, ConnectButton } from "thirdweb/react";

apps/portal/src/app/connect/pay/testing-pay/page.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createMetadata, Callout } from "@doc";
33

44
export const metadata = createMetadata({
55
image: {
6-
title: "thirdweb Pay - Test Mode",
6+
title: "thirdweb Universal Bridge - Test Mode",
77
icon: "thirdweb",
88
},
99
title: "Enable Test Mode for Universal bridge — thirdweb docs",

apps/portal/src/app/dotnet/pay/quickstart/page.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
import { Details, createMetadata } from "@doc";
22

33
export const metadata = createMetadata({
4-
title: "Thirdweb Pay Quickstart | thirdweb .NET SDK",
5-
description: "End to end examples for using the Thirdweb Pay SDK.",
4+
title: "Thirdweb Universal Bridge Quickstart | thirdweb .NET SDK",
5+
description: "End to end examples for using the Thirdweb Universal Bridge SDK.",
66
});
77

88
# Quickstart
99

10-
Thirdweb Pay is a powerful service that allows you to easily integrate fiat onramps and cross-chain crypto purchases.
10+
Thirdweb Universal Bridge is a powerful service that allows you to easily integrate fiat onramps and cross-chain crypto purchases.
1111

1212
## Cross-Chain Swaps
1313

14-
This example demonstrates how to perform a cross-chain swap using the Thirdweb Pay SDK.
14+
This example demonstrates how to perform a cross-chain swap using the Thirdweb Universal Bridge SDK.
1515

1616
```csharp
1717
using Thirdweb.Pay;
@@ -45,7 +45,7 @@ while (currentSwapStatus is not SwapStatus.COMPLETED and not SwapStatus.FAILED)
4545

4646
## Fiat Onramps
4747

48-
This example demonstrates how to use the Thirdweb Pay SDK to initiate a fiat onramp.
48+
This example demonstrates how to use the Thirdweb Universal Bridge SDK to initiate a fiat onramp.
4949

5050
```csharp
5151
// Get a Buy with Fiat quote
@@ -80,4 +80,4 @@ while (currentOnRampStatus is not OnRampStatus.ON_RAMP_TRANSFER_COMPLETED and no
8080

8181
## Learn More
8282

83-
Please refer to our official [Thirdweb Pay](/connect/pay/overview) documentation for more general information.
83+
Please refer to our official [Thirdweb Universal Bridge](/connect/pay/overview) documentation for more general information.

0 commit comments

Comments
 (0)