From 01a294b3855e898087a7aad9aed62722ce8f5f52 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 28 Jan 2020 21:00:55 -0800 Subject: [PATCH] Updating docs --- src/routes/v3/full-node/blockchain2.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/v3/full-node/blockchain2.js b/src/routes/v3/full-node/blockchain2.js index a7c103f..28db016 100644 --- a/src/routes/v3/full-node/blockchain2.js +++ b/src/routes/v3/full-node/blockchain2.js @@ -60,8 +60,8 @@ class Blockchain { * @apiDescription Returns the hash of the best (tip) block in the longest * block chain. * - * @apiExample Example usage: - * curl -X GET "https://mainnet.bchjs.cash/v3/blockchain/getBestBlockHash" -H "accept: application/json" + * @apiExample curl Example: + * curl -X GET "https://api.fullstack.cash/v3/blockchain/getBestBlockHash" -H "accept: application/json" * * @apiSuccess {String} bestBlockHash 000000000000000002bc884334336d99c9a9c616670a9244c6a8c1fc35aa91a1 */ @@ -92,7 +92,7 @@ class Blockchain { * @apiDescription Returns an object containing various state info regarding blockchain processing. * * @apiExample Example usage: - * curl -X GET "https://mainnet.bchjs.cash/v3/blockchain/getBlockchainInfo" -H "accept: application/json" + * curl -X GET "https://api.fullstack.cash/v3/blockchain/getBlockchainInfo" -H "accept: application/json" * * @apiSuccess {Object} object Object containing data * @apiSuccess {String} object.chain "main"