feat(REST): Added REST API endpoint to bch-api for the psf-slp-indexer

This commit is contained in:
Daniel Gonzalez
2022-01-13 13:05:03 -04:00
parent 8946b414e8
commit cd9f2b5292
5 changed files with 300 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
"coverage:report": "export NETWORK=mainnet && nyc --reporter=html mocha --timeout 25000 test/v4/",
"docs": "./node_modules/.bin/apidoc -i src/routes/v5 -o docs",
"test:temp1": "export NETWORK=mainnet && export TEST=integration && mocha -g '#utxosBulk' --exit --timeout 30000 test/v5/",
"test:temp2": "export NETWORK=mainnet && mocha -g '#utxosBulk' --exit --timeout 30000 test/v5/"
"test:temp2": "export SLP_INDEXER_API=http://fakeurl/api/ && export NETWORK=mainnet && mocha --exit --timeout 30000 test/v5/psf-slp-indexer"
},
"engines": {
"node": ">=10.15.1"