Skip to content

Commit

Permalink
evm: Update docs to account for updated event signature
Browse files Browse the repository at this point in the history
  • Loading branch information
nvsriram committed Dec 3, 2024
1 parent b10ee1a commit 48060cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions evm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,10 @@ _Events_
/// @notice Emitted when a transfer has been redeemed
/// (either minted or unlocked on the recipient chain).
/// @dev Topic0
/// 0x504e6efe18ab9eed10dc6501a417f5b12a2f7f2b1593aed9b89f9bce3cf29a91.
/// 0x822760cb8aef838664db98515460929d89d5799b7546e9269dffdc09e2cbb995.
/// @param sourceChain The source chain.
/// @param digest The digest of the message.
event TransferRedeemed(bytes32 indexed digest);
event TransferRedeemed(uint16 indexed sourceChain, bytes32 indexed digest);
```

## Prerequisites
Expand Down

0 comments on commit 48060cd

Please sign in to comment.