File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Thirdweb/Thirdweb.Wallets/ServerWallet Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
var privateKey = Environment . GetEnvironmentVariable ( "PRIVATE_KEY" ) ;
28
28
29
29
// Fetch timeout options are optional, default is 120000ms
30
- var client = ThirdwebClient . Create ( secretKey : "4qXoZMCqQo9SD8YkrdvO5Ci9gYKrgRADHSY84Q0wwKHZS53_R1QNcIs2XbFBWR0xE7HTQPER45T1sN1JvdFKlA" ) ;
30
+ var client = ThirdwebClient . Create ( secretKey : secretKey ) ;
31
31
32
32
// Create a private key wallet
33
33
var privateKeyWallet = await PrivateKeyWallet . Generate ( client ) ;
Original file line number Diff line number Diff line change 9
9
namespace Thirdweb ;
10
10
11
11
/// <summary>
12
- /// Enclave based secure cross ecosystem wallet .
12
+ /// Interact with vault-secured server wallets created from the Thirdweb project dashboard's Transactions tab .
13
13
/// </summary>
14
14
public partial class ServerWallet : IThirdwebWallet
15
15
{
You can’t perform that action at this time.
0 commit comments