Merge pull request #4859 from mempool/nymkappa/accel-copy
[accelerator] deposit -> top up
This commit is contained in:
commit
bd359fdd31
@ -9152,18 +9152,18 @@ export const restApiDocsData = [
|
|||||||
type: "endpoint",
|
type: "endpoint",
|
||||||
category: "accelerator-private",
|
category: "accelerator-private",
|
||||||
httpRequestMethod: "GET",
|
httpRequestMethod: "GET",
|
||||||
fragment: "accelerator-deposit-history",
|
fragment: "accelerator-top-up-history",
|
||||||
title: "GET Deposit History",
|
title: "GET Top Up History",
|
||||||
description: {
|
description: {
|
||||||
default: "<p>Returns a list of deposits the user has made as prepayment for the accelerator service.</p>"
|
default: "<p>Returns a list of top ups the user has made as prepayment for the accelerator service.</p>"
|
||||||
},
|
},
|
||||||
urlString: "/v1/services/accelerator/deposit-history",
|
urlString: "/v1/services/accelerator/top-up-history",
|
||||||
showConditions: [""],
|
showConditions: [""],
|
||||||
showJsExamples: showJsExamplesDefaultFalse,
|
showJsExamples: showJsExamplesDefaultFalse,
|
||||||
codeExample: {
|
codeExample: {
|
||||||
default: {
|
default: {
|
||||||
codeTemplate: {
|
codeTemplate: {
|
||||||
curl: `/api/v1/services/accelerator/deposit-history`,
|
curl: `/api/v1/services/accelerator/top-up-history`,
|
||||||
commonJS: ``,
|
commonJS: ``,
|
||||||
esModule: ``
|
esModule: ``
|
||||||
},
|
},
|
||||||
|
@ -14,7 +14,7 @@ const MempoolErrors = {
|
|||||||
'mempool_rejected_raw_tx': `Our mempool rejected this transaction`,
|
'mempool_rejected_raw_tx': `Our mempool rejected this transaction`,
|
||||||
'no_mining_pool_available': `No mining pool available at the moment`,
|
'no_mining_pool_available': `No mining pool available at the moment`,
|
||||||
'not_available': `You current subscription does not allow you to access this feature.`,
|
'not_available': `You current subscription does not allow you to access this feature.`,
|
||||||
'not_enough_balance': `Your account balance is too low. Please make a <a style="color:#105fb0" href="/services/accelerator/overview">deposit.</a>`,
|
'not_enough_balance': `Your balance is too low. Please <a style="color:#105fb0" href="/services/accelerator/overview">top up your account</a>.`,
|
||||||
'not_verified': `You must verify your account to use this feature.`,
|
'not_verified': `You must verify your account to use this feature.`,
|
||||||
'recommended_fees_not_available': `Recommended fees are not available right now.`,
|
'recommended_fees_not_available': `Recommended fees are not available right now.`,
|
||||||
'too_many_relatives': `This transaction has too many relatives.`,
|
'too_many_relatives': `This transaction has too many relatives.`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user