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