Skip to content

Commit ff9df49

Browse files
Update branding from Engine Cloud to Transactions (#7516)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 2d6c245 commit ff9df49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/portal/src/app/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const apisLinks = [
137137
},
138138
{
139139
href: "https://engine.thirdweb.com/reference#tag/write",
140-
name: "Engine Cloud",
140+
name: "Transactions",
141141
},
142142
{
143143
href: "https://bridge.thirdweb.com/reference",

apps/portal/src/app/dotnet/wallets/providers/engine-wallet/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const metadata = createMetadata({
88

99
# EngineWallet.Create
1010

11-
A .NET integration of thirdweb [Engine](https://thirdweb.com/engine).
11+
A .NET integration of thirdweb Transactions.
1212

1313
Instantiate a `Engine` with a given private key. This wallet is capable of signing transactions and messages, interacting with smart contracts, and performing other blockchain operations. **This wallet type is intended for backend applications only,** due to the sensitive nature of private keys.
1414

0 commit comments

Comments
 (0)