Skip to content

Commit f77fe6f

Browse files
committed
chore: adding predeployed address to be defined
1 parent 0d964c4 commit f77fe6f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

specs/protocol/rollback-inboxes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
The rollback inbox contracts are responsible for storing the hashes of messages that failed on the other domain. They are built with the purpose of allowing contracts on the same domain to have the capability of handling what actions to perform when a message failed on the other domain and was rolled-back to it's origin domain.
1616

17+
The `L2RollbackInbox` is a predeploy contract located at TO BE DEFINED.
18+
1719
```solidity
1820
interface RollbackInbox {
1921
event MessageHashReceived(bytes32 indexed messageHash, uint256 indexed timestamp);

0 commit comments

Comments
 (0)