Skip to content

Commit

Permalink
fix: removed test merkle root
Browse files Browse the repository at this point in the history
Signed-off-by: 0xRaccoon <[email protected]>
  • Loading branch information
0xRaccoon committed Nov 1, 2024
1 parent 028c189 commit b13bc1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ library WinddownConstants {
address constant MESSENGER = 0x97BAf688E5d0465E149d1d5B497Ca99392a6760e;

// TODO: Set the correct merkle root
bytes32 constant MERKLE_ROOT = 0;
bytes32 constant MERKLE_ROOT;
}

0 comments on commit b13bc1b

Please sign in to comment.