Skip to content

Commit b73d175

Browse files
committed
update unsigned usecase
1 parent 719e43c commit b73d175

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pages/lazer/payload-reference.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -253,19 +253,13 @@ Lazer provides multiple cryptographic formats to support different blockchain ec
253253
#### Unsigned Format (`leUnsigned`)
254254

255255
- **Signature**: None (raw payload)
256-
- **Use Cases**: Testing, development, trusted environments
257-
258-
<Callout type="warning">
259-
**Security**: Never use in production
260-
261-
</Callout>
256+
- **Use Cases**: Off-chain use, testing and development
262257

263258
</div>
264259

265260
</div>
266261

267262
<Callout type="info">
268263
**How to Choose**: Use `evm` for Ethereum-compatible chains, `solana` for
269-
Solana, `leEcdsa` for custom implementations, and `leUnsigned` only for
270-
testing.
264+
Solana, `leEcdsa` for custom implementations, and `leUnsigned` for off-chain.
271265
</Callout>

0 commit comments

Comments
 (0)