994bb4cf2b
* test: allow connecting to a local ganache node by signing transactions in brower * chore: update environment variables * fix: disassocaition * chore: remove redundant code * chore: rewrite promise as async/await * fix: approval amount too low * chore: address PR comments * test: fix tets * revert changes to env file * chore: changes as per pr comments
13 lines
602 B
Bash
13 lines
602 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"}'
|
|
|
|
#Test configuration variables
|
|
CYPRESS_FAIRGROUND=false
|