9199c79186
* chore: ui tweaks to select market panel * chore: add close button to popover/select market panel * fix: fixing broken styling on cell data * chore: tweaked styling for fees tooltip * Revert "chore: tweaked styling for fees tooltip" This reverts commit 3f1a34d835eb0cbea82847e37e66c5a4c8bf723d. * chore: changing text case * feat: adjust styles to align with petes changes * feat: readd sticky table headers * chore: linting fixes Co-authored-by: Matthew Russell <mattrussell36@gmail.com> |
||
---|---|---|
.. | ||
src | ||
.babelrc | ||
.eslintrc.json | ||
jest.config.ts | ||
package.json | ||
project.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.lib.json | ||
tsconfig.spec.json |
environment
This library was generated with Nx.
Prerequisites
The environment variables needed to be present for any app consuming this library.
NX_VEGA_ENV
is the name of the environment.
NX_VEGA_REST
is the REST endpoint for the environment.
NX_VEGA_URL
OR NX_VEGA_CONFIG_URL
- either the network configuration url or a url to a node to directly connect to
NX_VEGA_WALLET_URL
the default vega wallet URL
For examples, see Block Explorer's .env files here
Running unit tests
Run nx test environment
to execute the unit tests via Jest.