777d330f8e
* chore: clean jsonrpc wallet api methods - remove permission methods * chore: clean jsonrpc wallet api methods - remove permission methods * chore: clean jsonrpc wallet api methods - remove permission methods * chore: clean jsonrpc wallet api methods - fix failing unit test * chore: update vega_version * chore: update vega to v0.63.0 in workflows * chore: mock api-token in connect wallet response * chore: fix token env in workflow * chore: remove dummy wallet leftovers * chore: fix asset tests * chore: fix remaining explorer tests * chore: increase tx timeout * chore: remove smoke test temporarily * chore: remove other governance smoke test * chore: remove smoke staking test * chore: move validator tests to regression * chore: revert regression change because they are also running * chore: move vega wallet tests to slow * chore: skip tests instead Co-authored-by: maciek <maciek@vegaprotocol.io> Co-authored-by: Rado <szpiechrados@gmail.com>
19 lines
593 B
Bash
19 lines
593 B
Bash
# App configuration variables
|
|
NX_VEGA_ENV=TESTNET
|
|
NX_ETHEREUM_PROVIDER_URL=http://localhost:8545
|
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
|
NX_FAIRGROUND=false
|
|
NX_VEGA_NETWORKS={}
|
|
|
|
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/mainnet
|
|
|
|
#Test configuration variables
|
|
CYPRESS_FAIRGROUND=false
|
|
CYPRESS_VEGA_WALLET_API_TOKEN=
|