vega-frontend-monorepo/libs/environment
Dexter Edwards aa6c7fd376
Fix/environement checking (#892)
* fix: chain id check logic

* ci: froce build
2022-07-28 12:04:53 +01:00
..
src Fix/environement checking (#892) 2022-07-28 12:04:53 +01:00
.babelrc feat(#507): Node Discovery 2022-06-21 16:20:53 -07:00
.eslintrc.json Feat/676 node switcher hosts (#698) 2022-07-12 17:34:54 +01:00
jest.config.js feat(#507): Node Discovery 2022-06-21 16:20:53 -07:00
package.json feat(#507): Node Discovery 2022-06-21 16:20:53 -07:00
project.json feat(#507): Node Discovery 2022-06-21 16:20:53 -07:00
README.md feat: allow default wallet url to be configured (#875) 2022-07-27 11:28:29 +01:00
tsconfig.json feat(#507): Node Discovery 2022-06-21 16:20:53 -07:00
tsconfig.lib.json feat(#507): Node Discovery 2022-06-21 16:20:53 -07:00
tsconfig.spec.json Feat/718 integrate node validation (#741) 2022-07-15 12:00:57 +01:00

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.