Skip to content

Commit d31162f

Browse files
authored
Merge pull request #133 from ajna-finance/script-cleanup
Cleaned up grant fund script per Brian's request
2 parents b65ee3a + 4ab95d8 commit d31162f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/GrantFund.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ contract DeployGrantFund is Script {
2222
vm.stopBroadcast();
2323

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

0 commit comments

Comments
 (0)