b6df9a4219
* fix: #1826 fix vega docs links * chore: #1931 create single location for docs links * chore: #1931 token and wallet use react-helpers external links * chore: #1931 rename links lib, delete unused links * fix: #1931 environment links enforce url * fix: #1931 fix staking-intro.spec.tsx * fix: #1931 fix link on staking intro * fix: don't use aliases for external links * fix(#1931): restrict docsUrl type * fix: fix withdrawals tests * fix(#1931): fix staking and strading mode build * chore: remove hardcoded docs urls and unnecessary type * chore: remove stray DocsType link * chore: add docs url to token e2e env Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
18 lines
562 B
Bash
18 lines
562 B
Bash
# App configuration variables
|
|
NX_VEGA_ENV=TESTNET
|
|
NX_ETHEREUM_PROVIDER_URL=http://localhost:8545
|
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
|
NX_FAIRGROUND=false
|
|
NX_VEGA_NETWORKS={}
|
|
|
|
NX_VEGA_URL=http://localhost:3028/query
|
|
NX_ETHEREUM_CHAIN_ID=1440
|
|
NX_ETH_URL_CONNECT=1
|
|
NX_ETH_WALLET_MNEMONIC=ozone access unlock valid olympic save include omit supply green clown session
|
|
NX_LOCAL_PROVIDER_URL=http://localhost:8545/
|
|
NX_VEGA_WALLET_URL=http://localhost:1789
|
|
NX_VEGA_DOCS_URL=https://docs.vega.xyz/mainnet
|
|
|
|
#Test configuration variables
|
|
CYPRESS_FAIRGROUND=false
|