Skip to content

Commit

Permalink
Merge pull request #20 from HerodotusDev/fix/deploy-script
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 authored Aug 19, 2024
2 parents 2c40bc1 + 97f2001 commit 36c8879
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/HdpLocal.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ contract HdpLocalDeployer is Script {
)
);

console2.log("HdpExecutionStore proxy deployed at: ", address(proxy));
// Please dont remove. These are used to parse the contract addresses in hdp-server scripts
console2.log("MockedSharpFactsRegistry: ", factsRegistryAddress);
console2.log("HdpExecutionStore: ", address(proxy));

vm.stopBroadcast();
}
Expand Down

0 comments on commit 36c8879

Please sign in to comment.