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 2727var 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
3333var privateKeyWallet = await PrivateKeyWallet . Generate ( client ) ;
Original file line number Diff line number Diff line change 99namespace 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>
1414public partial class ServerWallet : IThirdwebWallet
1515{
You can’t perform that action at this time.
0 commit comments