We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccef0f4 + 71f83a8 commit 0169660Copy full SHA for 0169660
apps/portal/src/app/dotnet/wallets/providers/engine-wallet/page.mdx
@@ -16,7 +16,7 @@ Instantiate a `Engine` with a given private key. This wallet is capable of signi
16
17
```csharp
18
// EngineWallet is compatible with IThirdwebWallet and can be used with any SDK method/extension
19
-var engineWallet = await EngineWallet.Create(
+var engineWallet = EngineWallet.Create(
20
client: client,
21
engineUrl: Environment.GetEnvironmentVariable("ENGINE_URL"),
22
authToken: Environment.GetEnvironmentVariable("ENGINE_ACCESS_TOKEN"),
0 commit comments