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: {