Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Jan 7, 2025
1 parent d1ee7db commit 41f19d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/backend-to-backend/account-address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ import "dotenv/config";

const chainId = 421614;

// smart account that has already created an on-chain session
const accountAddress = process.env.TDK_ACCOUNT_ADDRESS as `0x${string}`;

(async () => {
const accountAddress = process.env.TDK_ACCOUNT_ADDRESS as `0x${string}`; // smart account that has already created an on-chain session
const { backendWallet, signature, expirationTime } =
await generateAccountSignature({
accountAddress,
Expand Down

0 comments on commit 41f19d3

Please sign in to comment.