Skip to content

Commit 4d339d1

Browse files
committed
chore: add changeset
1 parent 84c1b12 commit 4d339d1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.changeset/two-mangos-lead.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@lit-protocol/lit-client': minor
3+
'@lit-protocol/contracts': minor
4+
'@lit-protocol/networks': minor
5+
'@lit-protocol/e2e': minor
6+
---
7+
8+
introduce `litClient.utils.getDerivedKeyId` - a little helper to resolve the Lit Action public key outside of the Action runtime

docs/guides/lit-action-sign-as-action.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This approach keeps the derivation entirely within the Lit Action context. Becau
7272

7373
## Derive the Same Public Key from Client Code
7474

75-
If you prefer to resolve the Lit Action public key outside of the Action runtimee.g., inside tests or other tooling—the SDK now exposes a helper that calls the on-chain PubkeyRouter contract.
75+
If you prefer to resolve the Lit Action public key outside of the Action runtime - e.g., inside tests or other tooling—the SDK now exposes a helper that calls the on-chain PubkeyRouter contract.
7676

7777
```ts
7878
import { createLitClient } from "@lit-protocol/lit-client";

0 commit comments

Comments
 (0)