vega-frontend-monorepo/libs/network-info
macqbat d7fee66d89
feat: [console-lite] - calculate slippage (price impact) (#1173)
* feat: [console-lite] - calculate slippage (price impact)

* feat: [console-lite] - move slippage from estimates to deal-ticket-size

* feat: [console-lite] - slippage - add a bunch of unit tests

* feat: [console-lite] - slippage -

* feat: [console-lite] - slippage - fix some faillings, add enum instead text entry

* feat: [console-lite] - slippage - adjust tooltip info text

* feat: [console-lite] - slippage - fix failling cache

* feat: [console-lite] - slippage - resolve conflicts after rebase

* feat: [console-lite] - slippage - fixes after review

* feat: [console-lite] - slippage - fixes after review

* feat: [console-lite] - slippage - add memo back to the hook

* feat: [console-lite] - slippage - add back order book model outside hook

* feat: [console-lite] - slippage - adjust some int test

* feat: [console-lite] - slippage - adjust some int test

Co-authored-by: maciek <maciek@vegaprotocol.io>
2022-08-31 15:23:01 +02:00
..
src feat(#927) design update (#1201) 2022-08-30 21:35:46 -07: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.ts feat(#927) design update (#1201) 2022-08-30 21:35:46 -07:00
package.json Feat/675: Git info (#683) 2022-07-06 15:53:35 +00:00
project.json feat: [console-lite] - calculate slippage (price impact) (#1173) 2022-08-31 15:23:01 +02: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(#927) design update (#1201) 2022-08-30 21:35:46 -07:00
tsconfig.spec.json feat(#927) design update (#1201) 2022-08-30 21:35:46 -07: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.