From 6779975db0e27383d59a63cc07863443e1d60785 Mon Sep 17 00:00:00 2001 From: petscheit Date: Mon, 9 Sep 2024 20:08:51 +0200 Subject: [PATCH] chore: update contract deployment script --- script/HdpExecutionStore.s.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/HdpExecutionStore.s.sol b/script/HdpExecutionStore.s.sol index 31cf5b0..f1094ac 100644 --- a/script/HdpExecutionStore.s.sol +++ b/script/HdpExecutionStore.s.sol @@ -24,7 +24,7 @@ contract HdpExecutionStoreDeployer is Script { ) ); - console2.log("HdpExecutionStore proxy deployed at: ", address(proxy)); + console2.log("HdpExecutionStore: ", address(proxy)); vm.stopBroadcast(); }