e275460c76
* feat: allow default wallet url to be configured * docs: add docs to environement package
15 lines
726 B
Bash
15 lines
726 B
Bash
# App configuration variables
|
|
NX_VEGA_ENV=TESTNET
|
|
NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/testnet-network.json
|
|
NX_VEGA_URL=https://lb.testnet.vega.xyz/query
|
|
NX_ETHEREUM_PROVIDER_URL=https://ropsten.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
|
|
NX_ETHERSCAN_URL=https://ropsten.etherscan.io
|
|
NX_FAIRGROUND=false
|
|
NX_IS_NEW_BRIDGE_CONTRACT=true
|
|
NX_VEGA_NETWORKS='{"DEVNET":"https://dev.token.vega.xyz","STAGNET":"https://dev.token.vega.xyz","STAGNET2":"staging2.token.vega.xyz","TESTNET":"token.fairground.wtf","MAINNET":"token.vega.xyz"}'
|
|
NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions
|
|
NX_VEGA_WALLET_URL=http://localhost:1789/api/v1
|
|
|
|
#Test configuration variables
|
|
CYPRESS_FAIRGROUND=false
|