mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
Forcing tapi.fullstack.cash for testnet integration tests
This commit is contained in:
@@ -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/` })
|
||||
|
||||
@@ -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/` })
|
||||
|
||||
@@ -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/` })
|
||||
|
||||
@@ -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/` })
|
||||
|
||||
@@ -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/` })
|
||||
|
||||
Reference in New Issue
Block a user