Switch audit faq conditions to env.audit
From OFFICIAL_MEMPOOL_SPACE.
This commit is contained in:
@@ -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?",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user