f133200c7f
* fix(2380): fixed block duration field to account for the new api format * fix(2380): removed unneeded import * fix(2380): a little more hardened against duration being undefined and different environments returning different data * fix(2380): improved comment |
||
---|---|---|
.. | ||
src | ||
.babelrc | ||
.eslintrc.json | ||
jest.config.ts | ||
package.json | ||
project.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.lib.json | ||
tsconfig.spec.json |
network-stats
This library was generated with Nx.
Prerequisites
Two environment variables need to be present for any app consuming this library.
NX_VEGA_ENV
is the name of the environment.
For examples, see Block Explorer's .env files here
Running unit tests
Run nx test network-stats
to execute the unit tests via Jest.