Skip to content

Commit

Permalink
Merge pull request #19 from milaboratory/MILAB-1558-mnz-dry-run-3
Browse files Browse the repository at this point in the history
mnz: new dry-run url
  • Loading branch information
Snyssfx authored Feb 27, 2025
2 parents c4d406a + bbceb81 commit 027e689
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/large-grapes-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@platforma-open/milaboratories.software-small-binaries.mnz-client": patch
---

new dry-run url
2 changes: 1 addition & 1 deletion mnz-client/cmd/mnz-client/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func main() {
)
dryRunUrl := flag.String(
"dry-run-url",
"https://licensing-api.milaboratories.com/mnz/run-spec-dry",
"https://licensing-api.milaboratories.com/mnz/dry-run",
"Sets dry-run URL for sending blocks run statistics",
)
productKey := flag.String(
Expand Down

0 comments on commit 027e689

Please sign in to comment.