vega-frontend-monorepo/libs/network-info
botond c32dae6eb9
Feat/676 node switcher hosts (#698)
* feat: add node swicther

* chore: remove hook form from node switcher

* feat: generate apollo types and add tests

* fix: format

* fix: types

* fix: remove redundant wrapper

* fix: layout styles

* fix: add controlled value to radio group

* fix: flaky node hook test

* feat: hook in node switcher to the explorer & token footer info

* fix: cache key handling for env config

* fix: env type in tests

* fix: format again

* fix: use netlify git env vars

* fix: remove commented styles

* fix: replace clsx with classnames

* fix: dialog sizes

* fix: fetch config by default

* fix: format

* fix: dialog close
2022-07-12 17:34:54 +01:00
..
src Feat/676 node switcher hosts (#698) 2022-07-12 17:34:54 +01:00
.babelrc Feat/675: Git info (#683) 2022-07-06 15:53:35 +00:00
.eslintrc.json Feat/675: Git info (#683) 2022-07-06 15:53:35 +00:00
jest.config.js Feat/675: Git info (#683) 2022-07-06 15:53:35 +00:00
package.json Feat/675: Git info (#683) 2022-07-06 15:53:35 +00:00
project.json Feat/675: Git info (#683) 2022-07-06 15:53:35 +00:00
README.md Feat/675: Git info (#683) 2022-07-06 15:53:35 +00:00
tsconfig.json Feat/675: Git info (#683) 2022-07-06 15:53:35 +00:00
tsconfig.lib.json Feat/675: Git info (#683) 2022-07-06 15:53:35 +00:00
tsconfig.spec.json Feat/675: Git info (#683) 2022-07-06 15:53:35 +00:00

network-info

This library was generated with Nx.

Prerequisites

The environment variables needed to be present for any app consuming this library.

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_NETWORKS - JSON object with key-value pairs for environments and their deployed URLs

NX_GITHUB_FEEDBACK_URL - the repository's feedback URL to point to

NX_ETHEREUM_PROVIDER_URL - the Ethereum provider url

For examples, see Block Explorer's .env files here

Running unit tests

Run nx test network-info to execute the unit tests via Jest.