fix(default server): Changing default server to fullstack.cash

This commit is contained in:
Chris Troutner
2020-02-22 19:41:20 -08:00
parent ecd87fc0f2
commit 44840ff0c8
+2 -1
View File
@@ -4,7 +4,8 @@
*/
// bch-api mainnet.
const DEFAULT_REST_API = "https://api.bchjs.cash/v3/"
// const DEFAULT_REST_API = "https://api.bchjs.cash/v3/"
const DEFAULT_REST_API = "https://api.fullstack.cash/v3/"
// local deps
const BitcoinCash = require("./bitcoincash")