Skip to content

Commit

Permalink
Update SALT
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Jun 26, 2024
1 parent 8a24d96 commit 27c6b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/DecentHats.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contract DecentHats {
IERC6551Registry public registry;
address public hatsAccountImplementation;

bytes32 public constant SALT = bytes32(abi.encode(0xdece974a75));
bytes32 public constant SALT = keccak256("DecentHats");

constructor(
IHats _hats,
Expand Down

0 comments on commit 27c6b7a

Please sign in to comment.