AddressAliasHelper.md 295 Bytes
Newer Older
Ratimon's avatar
Ratimon committed
1 2 3
# `AddressAliasHelper` Invariants

## Address aliases are always able to be undone.
4
**Test:** [`AddressAliasHelper.t.sol#L46`](../test/invariants/AddressAliasHelper.t.sol#L46)
Ratimon's avatar
Ratimon committed
5

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