Switch audit faq conditions to env.audit

From OFFICIAL_MEMPOOL_SPACE.
This commit is contained in:
hunicus
2023-02-15 01:27:43 -05:00
parent b4c30cad5c
commit 27a9622875
5 changed files with 8 additions and 6 deletions

View File

@@ -8671,7 +8671,7 @@ export const faqData = [
type: "endpoint",
category: "advanced",
showConditions: bitcoinNetworks,
options: { officialOnly: true },
options: { auditOnly: true },
fragment: "how-do-block-audits-work",
title: "How do block audits work?",
},
@@ -8679,7 +8679,7 @@ export const faqData = [
type: "endpoint",
category: "advanced",
showConditions: bitcoinNetworks,
options: { officialOnly: true },
options: { auditOnly: true },
fragment: "what-is-block-health",
title: "What is block health?",
},