Skip to content

Commit

Permalink
Remove NAME from contract
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Oct 29, 2024
1 parent 4a93ed0 commit aa4d6a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/DecentHats.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {ModuleProxyFactory} from "@gnosis.pm/zodiac/contracts/factory/ModuleProx
import {ISablierV2LockupLinear} from "./interfaces/sablier/ISablierV2LockupLinear.sol";

contract DecentHats {
string public constant NAME = "DecentHats";
bytes32 public constant SALT =
0x5d0e6ce4fd951366cc55da93f6e79d8b81483109d79676a04bcc2bed6a4b5072;

Expand Down

0 comments on commit aa4d6a6

Please sign in to comment.