File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ interface IManagerBase {
3232 }
3333
3434 /// @notice Emitted when a message has been attested to.
35- /// @dev
36- ///
35+ /// @dev Topic0
36+ /// 0xf1ec44311dd9bf51a389c38e415716ad070edf9e303ea55ed7ae11472a5f031d.
3737 /// @param sourceChain The source chain.
3838 /// @param digest The digest of the message.
3939 /// @param transceiver The address of the transceiver.
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ interface INttManager is IManagerBase {
5656
5757 /// @notice Emitted when a transfer has been redeemed
5858 /// (either minted or unlocked on the recipient chain).
59- /// @dev
60- ///
59+ /// @dev Topic0
60+ /// 0x822760cb8aef838664db98515460929d89d5799b7546e9269dffdc09e2cbb995.
6161 /// @param sourceChain The source chain.
6262 /// @param digest The digest of the message.
6363 event TransferRedeemed (uint16 indexed sourceChain , bytes32 indexed digest );
You can’t perform that action at this time.
0 commit comments