b0f1aeedae
Co-authored-by: Dexter <dexter.edwards93@gmail.com>
24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
# App configuration variables
|
|
NX_VEGA_ENV=CUSTOM
|
|
NX_ETHEREUM_PROVIDER_URL=http://localhost:8545
|
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
|
NX_FAIRGROUND=false
|
|
NX_VEGA_NETWORKS='{"DEVNET":"https://dev.token.vega.xyz","STAGNET3":"https://stagnet3.token.vega.xyz","TESTNET":"https://token.fairground.wtf","MAINNET":"https://token.vega.xyz"}'
|
|
NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions
|
|
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/test/announcements.json
|
|
NX_VEGA_CONFIG_URL=''
|
|
|
|
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/testnet
|
|
NX_DELEGATIONS_PAGINATION=50
|
|
NX_TRANCHES_SERVICE_URL=https://tranches-stagnet3-k8s.ops.vega.xyz
|
|
|
|
#Test configuration variables
|
|
CYPRESS_FAIRGROUND=false
|
|
|