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" } ] }