We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cd794 commit 86b826eCopy full SHA for 86b826e
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