From 44bac45c3205c2a02e8b265feab76666424278a9 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 8 Aug 2021 18:42:04 -0700 Subject: [PATCH] Updating README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27bc374..8b39236 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,15 @@ const BCHJS = require("@psf/bch-js") let bchjs = new BCHJS() // Defaults to BCHN network. // testnet -bchjs = new BCHJS({ restURL: 'https://testnet3.fullstack.cash/v4/' }) +bchjs = new BCHJS({ restURL: 'https://testnet3.fullstack.cash/v5/' }) ``` This library is intended to be paired with the [bch-api](https://github.com/Permissionless-Software-Foundation/bch-api) REST API, and the infrastructure provided by [FullStack.cash](https://fullstack.cash). The `restURL` property can be changed to work with different Bitcoin Cash networks: -- BCHN Mainnet REST API server: https://bchn.fullstack.cash/v4/ -- ABC Mainnet REST API server: https://abc.fullstack.cash/v4/ -- Testnet3 REST API server: https://testnet3.fullstack.cash/v4/ +- BCHN Mainnet REST API server: https://bchn.fullstack.cash/v5/ +- ABC Mainnet REST API server: https://abc.fullstack.cash/v5/ +- Testnet3 REST API server: https://testnet3.fullstack.cash/v5/ - Check server status: https://metrics.fullstack.cash ### API Key