Forcing tapi.fullstack.cash for testnet integration tests

This commit is contained in:
Chris Troutner
2020-02-25 18:48:50 -08:00
parent 8407c70d74
commit cccdcfa9cc
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
const chai = require("chai")
const assert = chai.assert
let RESTURL = `https://tapi.fullstack.cash/v3/`
if (process.env.RESTURL) RESTURL = process.env.RESTURL
const RESTURL = `https://tapi.fullstack.cash/v3/`
// if (process.env.RESTURL) RESTURL = process.env.RESTURL
const BCHJS = require("../../../src/bch-js")
// const bchjs = new BCHJS({ restURL: `https://testnet.bchjs.cash/v3/` })
+2 -2
View File
@@ -10,8 +10,8 @@
const chai = require("chai")
const assert = chai.assert
let RESTURL = `https://tapi.fullstack.cash/v3/`
if (process.env.RESTURL) RESTURL = process.env.RESTURL
const RESTURL = `https://tapi.fullstack.cash/v3/`
// if (process.env.RESTURL) RESTURL = process.env.RESTURL
const BCHJS = require("../../../src/bch-js")
// const bchjs = new BCHJS({ restURL: `https://testnet.bchjs.cash/v3/` })
+2 -2
View File
@@ -8,8 +8,8 @@
const chai = require("chai")
const assert = chai.assert
let RESTURL = `https://tapi.fullstack.cash/v3/`
if (process.env.RESTURL) RESTURL = process.env.RESTURL
const RESTURL = `https://tapi.fullstack.cash/v3/`
// if (process.env.RESTURL) RESTURL = process.env.RESTURL
const BCHJS = require("../../../src/bch-js")
// const bchjs = new BCHJS({ restURL: `https://testnet.bchjs.cash/v3/` })
+2 -2
View File
@@ -5,8 +5,8 @@
const chai = require("chai")
const assert = chai.assert
let RESTURL = `https://tapi.fullstack.cash/v3/`
if (process.env.RESTURL) RESTURL = process.env.RESTURL
const RESTURL = `https://tapi.fullstack.cash/v3/`
// if (process.env.RESTURL) RESTURL = process.env.RESTURL
const BCHJS = require("../../../src/bch-js")
// const bchjs = new BCHJS({ restURL: `https://testnet.bchjs.cash/v3/` })
+2 -2
View File
@@ -6,8 +6,8 @@
const chai = require("chai")
const assert = chai.assert
let RESTURL = `https://tapi.fullstack.cash/v3/`
if (process.env.RESTURL) RESTURL = process.env.RESTURL
const RESTURL = `https://tapi.fullstack.cash/v3/`
// if (process.env.RESTURL) RESTURL = process.env.RESTURL
const BCHJS = require("../../../src/bch-js")
// const bchjs = new BCHJS({ restURL: `https://testnet.bchjs.cash/v3/` })