Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 293 Bytes

AddressAliasing.md

File metadata and controls

6 lines (4 loc) · 293 Bytes

AddressAliasing Invariants

Address aliases are always able to be undone.

Test: FuzzAddressAliasing.sol#L32

Asserts that an address that has been aliased with applyL1ToL2Alias can always be unaliased with undoL1ToL2Alias.