File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -253,19 +253,13 @@ Lazer provides multiple cryptographic formats to support different blockchain ec
253
253
#### Unsigned Format (` leUnsigned ` )
254
254
255
255
- ** 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
262
257
263
258
</div >
264
259
265
260
</div >
266
261
267
262
<Callout type = " info" >
268
263
** 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.
271
265
</Callout >
You can’t perform that action at this time.
0 commit comments