d1b45a65a0
* feat(#1812): don not require ethereum connection to display collateral * feat(#1812): amend trading-account e2e tests * feat(#1812): move Web3ConnectDialog to dialogs container, fix Web3Container childrenOnly option * feat(#1812): fix withdraw e2e tests * feat(#1812): reverse DialogsContainer changes, add Web3ConnectUncontrolledDialog * feat(#1812): wrap WithdrawalDialog with Web3Container * feat(#1812): fix deposit dialog handling in ZeroBalanceError * feat(#1812): fix deposit and withdraw dialog e2e tests * feat: market proposal selector - fix failing on develop e2e tests * feat: market proposal selector - fix failing on develop e2e tests * feat: market proposal selector - fix failing on develop e2e tests Co-authored-by: maciek <maciek@vegaprotocol.io> |
||
---|---|---|
.. | ||
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_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.