Skip to content

Commit 8e09479

Browse files
committed
Update ServerWallet description
and remove deleted project's secretKey
1 parent 8c8a2b4 commit 8e09479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Thirdweb.Console/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
var privateKey = Environment.GetEnvironmentVariable("PRIVATE_KEY");
2828

2929
// Fetch timeout options are optional, default is 120000ms
30-
var client = ThirdwebClient.Create(secretKey: "4qXoZMCqQo9SD8YkrdvO5Ci9gYKrgRADHSY84Q0wwKHZS53_R1QNcIs2XbFBWR0xE7HTQPER45T1sN1JvdFKlA");
30+
var client = ThirdwebClient.Create(secretKey: secretKey);
3131

3232
// Create a private key wallet
3333
var privateKeyWallet = await PrivateKeyWallet.Generate(client);

Thirdweb/Thirdweb.Wallets/ServerWallet/ServerWallet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
namespace Thirdweb;
1010

1111
/// <summary>
12-
/// Enclave based secure cross ecosystem wallet.
12+
/// Interact with vault-secured server wallets created from the Thirdweb project dashboard's Transactions tab.
1313
/// </summary>
1414
public partial class ServerWallet : IThirdwebWallet
1515
{

0 commit comments

Comments
 (0)