Skip to content

Commit

Permalink
cleaned up grant fund script per Brian's request
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Harvey committed Sep 26, 2023
1 parent c657492 commit 4ab95d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/GrantFund.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ contract DeployGrantFund is Script {
vm.stopBroadcast();

console.log("GrantFund deployed to %s", grantFund);
console.log("Please transfer %s AJNA (%s WAD) into the treasury", treasury / 1e18, treasury);
console.log("Please transfer %s AJNA (%s WAD) to the treasury using the fundTreasury() method found in GrantFund.sol", treasury / 1e18, treasury);
}
}

0 comments on commit 4ab95d8

Please sign in to comment.