From a3055e20f43252bb3ce49571f42a7f348261e919 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Mon, 29 Jan 2024 01:56:45 -0500 Subject: [PATCH] Fix signet and testnet docs pages --- frontend/src/app/docs/api-docs/api-docs-data.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/docs/api-docs/api-docs-data.ts b/frontend/src/app/docs/api-docs/api-docs-data.ts index 8998ec59a..6b765e5c6 100644 --- a/frontend/src/app/docs/api-docs/api-docs-data.ts +++ b/frontend/src/app/docs/api-docs/api-docs-data.ts @@ -9891,7 +9891,7 @@ export const restApiDocsData = [ default: "

Returns a list of previous deposits made as prepayment for the accelerator service.

" }, urlString: "/v1/services/accelerator/deposit-history", - showConditions: bitcoinNetworks, + showConditions: [""], showJsExamples: showJsExamplesDefaultFalse, codeExample: { default: { @@ -9939,7 +9939,7 @@ export const restApiDocsData = [ default: "

Return your current available balance, as well as how much funds are currently locked and much you've been charged so far.

" }, urlString: "/v1/services/accelerator/balance", - showConditions: bitcoinNetworks, + showConditions: [""], showJsExamples: showJsExamplesDefaultFalse, codeExample: { default: { @@ -9973,7 +9973,7 @@ export const restApiDocsData = [ default: "

Return an estimation of the costs to accelerate a transaction.

" }, urlString: "/v1/services/accelerator/estimate", - showConditions: bitcoinNetworks, + showConditions: [""], showJsExamples: showJsExamplesDefaultFalse, codeExample: { default: { @@ -10017,7 +10017,7 @@ export const restApiDocsData = [ default: "

Send a request to accelerate a transaction.

" }, urlString: "/v1/services/accelerator/accelerate", - showConditions: bitcoinNetworks, + showConditions: [""], showJsExamples: showJsExamplesDefaultFalse, codeExample: { default: { @@ -10047,7 +10047,7 @@ export const restApiDocsData = [ default: "

Return the history of previous acceleration requests.

" }, urlString: "/v1/services/accelerator/history[?status=all|requested|accelerating|mined|completed|failed]", - showConditions: bitcoinNetworks, + showConditions: [""], showJsExamples: showJsExamplesDefaultFalse, codeExample: { default: {