Skip to content

Commit

Permalink
Merge pull request #133 from ajna-finance/script-cleanup
Browse files Browse the repository at this point in the history
Cleaned up grant fund script per Brian's request
  • Loading branch information
EdNoepel authored Oct 13, 2023
2 parents b65ee3a + 4ab95d8 commit d31162f
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 d31162f

Please sign in to comment.