We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4aa5e commit 0d33913Copy full SHA for 0d33913
1 file changed
script/counter/DeployEVMxCounterApp.s.sol
@@ -25,9 +25,6 @@ contract CounterDeploy is Script {
25
26
CounterAppGateway gateway = new CounterAppGateway(addressResolver, fees);
27
28
- console.log("Contracts deployed:");
29
- console.log("CounterAppGateway:", address(gateway));
30
- console.log("counterId:");
31
- console.logBytes32(gateway.counter());
+ console.log("CounterAppGateway contract:", address(gateway));
32
}
33
0 commit comments