We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45eeef3 commit 3b8692aCopy full SHA for 3b8692a
specs/deposits.md
@@ -89,7 +89,7 @@ The `sourceHash` of a deposit transaction is computed based on the origin:
89
Where the `l1BlockHash`, and `l1LogIndex` all refer to the inclusion of the deposit log event on L1.
90
`l1LogIndex` is the index of the deposit event log in the combined list of log events of the block.
91
- L1 attributes deposited:
92
- `keccak256(bytes32(uint256(1)), keccak256(l1BlockHash), bytes32(uint256(seqNumber)))`.
+ `keccak256(bytes32(uint256(1)), keccak256(l1BlockHash, bytes32(uint256(seqNumber))))`.
93
Where `l1BlockHash` refers to the L1 block hash of which the info attributes are deposited.
94
And `seqNumber = l2BlockNum - l2EpochStartBlockNum`,
95
where `l2BlockNum` is the L2 block number of the inclusion of the deposit tx in L2,
0 commit comments