Skip to content

Commit

Permalink
fix: include the flow path and version of the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Dec 3, 2024
1 parent 1090a29 commit 153ab22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/DeploymentLogger.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ contract DeploymentLogger is BaseScript {
contractAddress,
") | [",
version,
"](https://github.com/sablier-labs/v2-deployments/tree/main/",
"](https://github.com/sablier-labs/v2-deployments/tree/main/flow/",
version,
") |"
);
}
Expand Down

0 comments on commit 153ab22

Please sign in to comment.