Skip to content

Commit

Permalink
fix: log order
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Dec 6, 2024
1 parent 7815a72 commit ccf736f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ contract CounterDeploy is Script {
);

console.log("Contracts deployed:");
console.log("CounterDeployer:", address(deployer));
console.log("CounterAppGateway:", address(gateway));
console.log("Counter Deployer:", address(deployer));
}
}

0 comments on commit ccf736f

Please sign in to comment.