vega-frontend-monorepo/libs/network-stats
botond b3a8176297
chore: migrate network stats and clean up liquidity lib (#1896)
* chore: migrate network stats and clean up liquidity lib

* fix: format

* fix: test imports

* fix: format

* fix: market info expiry format tests

* fix: format again

* fix: build
2022-10-28 12:48:42 +01:00
..
src chore: migrate network stats and clean up liquidity lib (#1896) 2022-10-28 12:48:42 +01:00
.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.