Only show audit and health faqs on official

This commit is contained in:
hunicus
2023-02-13 20:12:31 -05:00
parent 38ce8b8dc1
commit d8ebc5a92c
4 changed files with 18 additions and 7 deletions

View File

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