From f964d056a058faae473d63e76bb2761ddc46c25d Mon Sep 17 00:00:00 2001 From: Maximiliano Duthey Date: Tue, 5 May 2026 13:32:32 -0300 Subject: [PATCH] feat: add preflight to toolchain manifests --- manifest-beta.json | 7 +++++++ manifest-nightly.json | 7 +++++++ manifest-stable.json | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/manifest-beta.json b/manifest-beta.json index 762c2de..f06712a 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -44,6 +44,13 @@ "repo_name": "cshell", "repo_owner": "txpipe", "version": "^0.14.0" + }, + { + "name": "preflight", + "description": "Aiken smart contract vulnerability auditor", + "repo_name": "preflight", + "repo_owner": "tx3-lang", + "version": "^0.1" } ] } diff --git a/manifest-nightly.json b/manifest-nightly.json index 3a793b1..796bdfa 100644 --- a/manifest-nightly.json +++ b/manifest-nightly.json @@ -44,6 +44,13 @@ "repo_name": "cshell", "repo_owner": "txpipe", "version": "^0" + }, + { + "name": "preflight", + "description": "Aiken smart contract vulnerability auditor", + "repo_name": "preflight", + "repo_owner": "tx3-lang", + "version": "^0" } ] } diff --git a/manifest-stable.json b/manifest-stable.json index 762c2de..f06712a 100644 --- a/manifest-stable.json +++ b/manifest-stable.json @@ -44,6 +44,13 @@ "repo_name": "cshell", "repo_owner": "txpipe", "version": "^0.14.0" + }, + { + "name": "preflight", + "description": "Aiken smart contract vulnerability auditor", + "repo_name": "preflight", + "repo_owner": "tx3-lang", + "version": "^0.1" } ] }