Skip to content

Commit

Permalink
use secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
arcoraven committed Apr 19, 2024
1 parent cc59ee5 commit 449e455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const thirdwebClientId = sha256HexSync(
).slice(0, 32);

export const thirdwebClient = createThirdwebClient({
clientId: thirdwebClientId,
secretKey: env.THIRDWEB_API_SECRET_KEY,
});

/**
Expand Down

0 comments on commit 449e455

Please sign in to comment.