diff --git a/package.json b/package.json index b7bb590..25b0241 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test:integration:free": "bash test/integration/test-free-tier.sh", "test:integration:free:bchn": "bash test/integration/test-free-tier-bchn.sh", "test:integration:free:testnet": "bash test/integration/testnet/test-free-tier.sh", - "test:temp": "mocha --timeout 30000 -g '#price' test/integration/", + "test:temp": "mocha --timeout 30000 -g '#hydrateUtxos' test/integration/", "test:integration:api": "RESTURL=https://api.fullstack.cash/v3/ mocha --timeout 30000 test/integration", "coverage": "nyc report --reporter=text-lcov | coveralls", "coverage:report": "nyc --reporter=html mocha --timeout 25000 test/unit/", diff --git a/test/integration/slp.js b/test/integration/slp.js index 64e03fd..685c509 100644 --- a/test/integration/slp.js +++ b/test/integration/slp.js @@ -599,9 +599,9 @@ describe(`#SLP`, () => { it("should process data directly from Electrumx", async () => { const addrs = [ - "bitcoincash:qq6mvsm7l92d77zpymmltvaw09p5uzghyuyx7spygg", - "bitcoincash:qpjdrs8qruzh8xvusdfmutjx62awcepnhyperm3g89", - "bitcoincash:qzygn28zpgeemnptkn26xzyuzzfu9l8f9vfvq7kptk" + "bitcoincash:qqnt53cfw990u6y38xgezm0lfa8hknw0wueezcpagp", + "bitcoincash:qrh3qgtax6adegzc7zxm6m4sgrv9wq28yqnfn33ce5", + "bitcoincash:qqcaee5w4ws77n8s2gzy6fwtma6uxd7ctq8553e495" ] const utxos = await bchjs.Electrumx.utxo(addrs)