Skip to content

Commit

Permalink
Update arbitrum-docs/how-arbitrum-works/10-l1-to-l2-messaging.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Gaël Blanchemain <[email protected]>
  • Loading branch information
pete-vielhaber and anegg0 authored Feb 6, 2025
1 parent cccd2e4 commit 4b46856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrum-docs/how-arbitrum-works/10-l1-to-l2-messaging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function sendL2MessageFromOrigin(

Unsigned messages allow a Parent chain sender to specify transaction parameters without an EOA signature. Because there is no signature, **the sender's address must be aliased on the child chain** (see the [Address aliasing](#address-aliasing) section for the rationale.). The delayed inbox provides four main methods for unsigned messages, divided based on whether the sender is an EOA or a contract and whether it includes parent chain funds:

1. **Unsigned from EOAs**: These methods incorporate a none for replay protection, similar to standard EOA-based transaction on Ethereum.
1. **Unsigned from EOAs**: These methods incorporate a none-for replay protection, similar to standard EOA-based Ethereum transactions.

- `sendL1FundedUnsignedTransaction`
- Tranfers value from the parent to child chain along with the transaction
Expand Down

0 comments on commit 4b46856

Please sign in to comment.