Skip to content

Commit

Permalink
deploy v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spengrah committed Sep 14, 2024
1 parent 07feb5b commit 8c5a417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/DeployHatControlledModule.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { HatControlledModule } from "../src/HatControlledModule.sol";

contract Deploy is Script {
HatControlledModule public implementation;
bytes32 public constant SALT = bytes32(abi.encode(0x4a75)); // ~ H(4) A(a) T(7) S(5)
bytes32 public constant SALT = bytes32(abi.encode(0x4a76));

// default values
bool internal _verbose = true;
Expand Down

0 comments on commit 8c5a417

Please sign in to comment.