diff --git a/apps/portal/src/app/Header.tsx b/apps/portal/src/app/Header.tsx index 919c401403b..6c84c250bd2 100644 --- a/apps/portal/src/app/Header.tsx +++ b/apps/portal/src/app/Header.tsx @@ -137,7 +137,7 @@ const apisLinks = [ }, { href: "https://engine.thirdweb.com/reference#tag/write", - name: "Engine Cloud", + name: "Transactions", }, { href: "https://bridge.thirdweb.com/reference", diff --git a/apps/portal/src/app/dotnet/wallets/providers/engine-wallet/page.mdx b/apps/portal/src/app/dotnet/wallets/providers/engine-wallet/page.mdx index ddfb559574b..770c398db72 100644 --- a/apps/portal/src/app/dotnet/wallets/providers/engine-wallet/page.mdx +++ b/apps/portal/src/app/dotnet/wallets/providers/engine-wallet/page.mdx @@ -8,7 +8,7 @@ export const metadata = createMetadata({ # EngineWallet.Create -A .NET integration of thirdweb [Engine](https://thirdweb.com/engine). +A .NET integration of thirdweb Transactions. 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.