Fix signet and testnet docs pages
This commit is contained in:
parent
ea1b74dcef
commit
a3055e20f4
@ -9891,7 +9891,7 @@ export const restApiDocsData = [
|
|||||||
default: "<p>Returns a list of previous deposits made as prepayment for the accelerator service.</p>"
|
default: "<p>Returns a list of previous deposits made as prepayment for the accelerator service.</p>"
|
||||||
},
|
},
|
||||||
urlString: "/v1/services/accelerator/deposit-history",
|
urlString: "/v1/services/accelerator/deposit-history",
|
||||||
showConditions: bitcoinNetworks,
|
showConditions: [""],
|
||||||
showJsExamples: showJsExamplesDefaultFalse,
|
showJsExamples: showJsExamplesDefaultFalse,
|
||||||
codeExample: {
|
codeExample: {
|
||||||
default: {
|
default: {
|
||||||
@ -9939,7 +9939,7 @@ export const restApiDocsData = [
|
|||||||
default: "<p>Return your current available balance, as well as how much funds are currently locked and much you've been charged so far.</p>"
|
default: "<p>Return your current available balance, as well as how much funds are currently locked and much you've been charged so far.</p>"
|
||||||
},
|
},
|
||||||
urlString: "/v1/services/accelerator/balance",
|
urlString: "/v1/services/accelerator/balance",
|
||||||
showConditions: bitcoinNetworks,
|
showConditions: [""],
|
||||||
showJsExamples: showJsExamplesDefaultFalse,
|
showJsExamples: showJsExamplesDefaultFalse,
|
||||||
codeExample: {
|
codeExample: {
|
||||||
default: {
|
default: {
|
||||||
@ -9973,7 +9973,7 @@ export const restApiDocsData = [
|
|||||||
default: "<p>Return an estimation of the costs to accelerate a transaction.</p>"
|
default: "<p>Return an estimation of the costs to accelerate a transaction.</p>"
|
||||||
},
|
},
|
||||||
urlString: "/v1/services/accelerator/estimate",
|
urlString: "/v1/services/accelerator/estimate",
|
||||||
showConditions: bitcoinNetworks,
|
showConditions: [""],
|
||||||
showJsExamples: showJsExamplesDefaultFalse,
|
showJsExamples: showJsExamplesDefaultFalse,
|
||||||
codeExample: {
|
codeExample: {
|
||||||
default: {
|
default: {
|
||||||
@ -10017,7 +10017,7 @@ export const restApiDocsData = [
|
|||||||
default: "<p>Send a request to accelerate a transaction.</p>"
|
default: "<p>Send a request to accelerate a transaction.</p>"
|
||||||
},
|
},
|
||||||
urlString: "/v1/services/accelerator/accelerate",
|
urlString: "/v1/services/accelerator/accelerate",
|
||||||
showConditions: bitcoinNetworks,
|
showConditions: [""],
|
||||||
showJsExamples: showJsExamplesDefaultFalse,
|
showJsExamples: showJsExamplesDefaultFalse,
|
||||||
codeExample: {
|
codeExample: {
|
||||||
default: {
|
default: {
|
||||||
@ -10047,7 +10047,7 @@ export const restApiDocsData = [
|
|||||||
default: "<p>Return the history of previous acceleration requests.</p>"
|
default: "<p>Return the history of previous acceleration requests.</p>"
|
||||||
},
|
},
|
||||||
urlString: "/v1/services/accelerator/history[?status=all|requested|accelerating|mined|completed|failed]",
|
urlString: "/v1/services/accelerator/history[?status=all|requested|accelerating|mined|completed|failed]",
|
||||||
showConditions: bitcoinNetworks,
|
showConditions: [""],
|
||||||
showJsExamples: showJsExamplesDefaultFalse,
|
showJsExamples: showJsExamplesDefaultFalse,
|
||||||
codeExample: {
|
codeExample: {
|
||||||
default: {
|
default: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user