Skip to content

Commit

Permalink
chore: update contract deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
petscheit committed Sep 9, 2024
1 parent d111655 commit 6779975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/HdpExecutionStore.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract HdpExecutionStoreDeployer is Script {
)
);

console2.log("HdpExecutionStore proxy deployed at: ", address(proxy));
console2.log("HdpExecutionStore: ", address(proxy));

vm.stopBroadcast();
}
Expand Down

0 comments on commit 6779975

Please sign in to comment.