Skip to content

Commit 188aadd

Browse files
committed
evm: Updated topic hashes for TransferRedeemed and MessageAttestedTo events
1 parent 22ce4b6 commit 188aadd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

evm/src/interfaces/IManagerBase.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

evm/src/interfaces/INttManager.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)