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
18 lines
715 B
Plaintext
18 lines
715 B
Plaintext
# App configuration variables
|
|
NX_VEGA_ENV=TESTNET
|
|
NX_ETHEREUM_PROVIDER_URL=http://localhost:8545
|
|
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_VEGA_URL=http://localhost:3028/query
|
|
NX_VEGA_REST=http://localhost:3029
|
|
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/
|
|
|
|
#Test configuration variables
|
|
CYPRESS_FAIRGROUND=false
|