Skip to content

Commit

Permalink
added hats top hat minting
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Dec 5, 2023
1 parent 56d2ef0 commit 7b32ab1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ contract DeployRepTokensInstanceWithLocalData is Script {
);

Hats hatsInstance = new Hats("Hats", "");

hatsInstance.mintTopHat(
0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266,
"",
""
);
vm.stopBroadcast();
return instance;
}
Expand Down

0 comments on commit 7b32ab1

Please sign in to comment.