From d9b1947aa607b721279bb842b7ea762dbda967e9 Mon Sep 17 00:00:00 2001 From: John Lotoski Date: Thu, 5 Dec 2024 10:56:15 -0600 Subject: [PATCH] add: cardano-testnet to node project binaries --- projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects.json b/projects.json index 62dfe6e..8151926 100644 --- a/projects.json +++ b/projects.json @@ -63,13 +63,13 @@ "github:IntersectMBO/cardano-node/${tag}#cardano-cli", "github:IntersectMBO/cardano-node/${tag}#cardano-node", "github:IntersectMBO/cardano-node/${tag}#cardano-submit-api", + "github:IntersectMBO/cardano-node/${tag}#cardano-testnet", "github:IntersectMBO/cardano-node/${tag}#cardano-tracer", "github:IntersectMBO/cardano-node/${tag}#db-analyser", "github:IntersectMBO/cardano-node/${tag}#db-synthesizer", "github:IntersectMBO/cardano-node/${tag}#db-truncater" ], "refs": [ - "^refs/tags/10\\.1\\.1-pre$", "^refs/tags/10\\.1\\.3$" ] },