1be1a78a69
* Feat/537: Removed old contract and branching logic for collateral bridge * Feat/537: Renamed all 'new' name instances in functions, files and types. Regenerated types. * Feat/537: Added 'creation' field to withdraw-dialog.spec.tsx test
14 lines
695 B
Bash
14 lines
695 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_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
|