fix(testnet): Fixing testnet integration tests

This commit is contained in:
Chris Troutner
2020-12-08 18:28:30 -08:00
parent fd9f399f41
commit 10f6f58ec5
9 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const RESTURL = process.env.RESTURL
: `https://testnet3.fullstack.cash/v4/`
// if (process.env.RESTURL) RESTURL = process.env.RESTURL
const BCHJS = require("../../../src/bch-js")
const BCHJS = require("../../../../src/bch-js")
// const bchjs = new BCHJS({ restURL: `https://testnet.bchjs.cash/v4/` })
const bchjs = new BCHJS({ restURL: RESTURL, apiToken: process.env.BCHJSTOKEN })