Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrajath committed Dec 7, 2023
1 parent 890ad6c commit 2e2a4ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/DeployLlamaTokenVotingFactory.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ contract DeployLlamaFactory is Script {
LlamaTokenVotingFactory tokenVotingFactory;

function run() public {
DeployUtils.print(string.concat("Deploying Llama token voting factory to chain:", vm.toString(block.chainid)));
DeployUtils.print(
string.concat("Deploying Llama token voting factory and logic contracts to chain:", vm.toString(block.chainid))
);

vm.broadcast();
erc20TokenholderActionCreatorLogic = new ERC20TokenholderActionCreator();
Expand Down

0 comments on commit 2e2a4ca

Please sign in to comment.