Updated tokenstats endpoint

This commit is contained in:
Chris Troutner
2020-05-12 17:40:42 -07:00
parent 299945df0d
commit 7ce8a0632a
6 changed files with 212 additions and 101 deletions
+1
View File
@@ -19,6 +19,7 @@
"test-v3": "export NETWORK=mainnet && nyc --reporter=text mocha --timeout 60000 test/v3/",
"test:temp": "export NETWORK=mainnet && mocha --timeout 25000 test/v3/slp.js",
"test:integration": "mocha test/v3/integration",
"test:integration:slpdb": "mocha --timeout 25000 test/v3/integration/slp*.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"coverage:report": "export NETWORK=mainnet && nyc --reporter=html mocha --timeout 25000 test/v3/",
"docs": "./node_modules/.bin/apidoc -i src/routes/v3 -o docs"