Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specs/deposits.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ The deposit contract handles two special cases:

If the caller is a contract, the address will be transformed by adding
`0x1111000000000000000000000000000000001111` to it. This is the reverse of the
transformation described in the [deposits spec](./withdrawals.md#address-aliasing). This prevents attacks in which a
transformation described in the [withdrawal spec](./withdrawals.md#address-aliasing). This prevents attacks in which a
contract on L1 has the same address as a contract on L2 but doesn't have the same code. We can safely ignore this
for EOAs because they're guaranteed to have the same "code" (i.e. no code at all). This also makes
it possible for users to interact with contracts on L2 even when the Sequencer is down.
Expand Down