fix(Basic Authentication): Adding back in

This commit is contained in:
Chris Troutner
2020-11-11 14:56:53 -08:00
parent 1e8e7b79f2
commit 731987b35b
4 changed files with 50 additions and 12 deletions
@@ -13,9 +13,9 @@ const PRO_PASS = "testpassword"
const BCHJS = require("../../../src/bch-js")
const bchjs = new BCHJS({
restURL: `https://api.fullstack.cash/v3/`,
// restURL: `http://localhost:3000/v3/`,
apiToken: JWT_TOKEN
// restURL: `https://api.fullstack.cash/v3/`,
restURL: `http://localhost:3000/v3/`,
authPass: PRO_PASS
})
describe("#full node rate limits", () => {