Skip to content

Commit

Permalink
refactor(contracts): adds MESSAGE_DISPATCHED_EVENT_SIG real value
Browse files Browse the repository at this point in the history
  • Loading branch information
allemanfredi committed Apr 23, 2024
1 parent 1424b73 commit 6f0cf57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/evm/contracts/adapters/DendrETH/DendrETHAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import { Receipt } from "../Electron/lib/Receipt.sol";
import { BlockHashAdapter } from "../BlockHashAdapter.sol";

contract DendrETHAdapter is BlockHashAdapter {
bytes32 internal constant MESSAGE_DISPATCHED_EVENT_SIG = keccak256("TODO");
bytes32 internal constant MESSAGE_DISPATCHED_EVENT_SIG =
0x218247aabc759e65b5bb92ccc074f9d62cd187259f2a0984c3c9cf91f67ff7cf; // keccak256("MessageDispatched(uint256,(uint256,uint256,uint256,address,address,bytes,address[],address[]))"); // keccak256("MessageDispatched(uint256,(uint256,uint256,uint256,address,address,bytes,address[],address[]))")

address public immutable DENDRETH_ADDRESS;
address public immutable SOURCE_YAHO;
Expand Down

0 comments on commit 6f0cf57

Please sign in to comment.