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>
17 lines
897 B
Bash
17 lines
897 B
Bash
NX_VEGA_WALLET_URL=http://localhost:1789
|
|
NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
|
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
|
NX_HOSTED_WALLET_URL=https://wallet.testnet.vega.xyz
|
|
NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/stagnet3-network.json
|
|
NX_VEGA_ENV=STAGNET3
|
|
NX_VEGA_EXPLORER_URL=https://stagnet3.explorer.vega.xyz
|
|
NX_VEGA_NETWORKS={\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://stagnet1.console.vega.xyz\",\"STAGNET3\":\"https://stagnet3.console.vega.xyz\"}
|
|
NX_VEGA_TOKEN_URL=https://token.fairground.wtf
|
|
NX_VEGA_URL=https://api.stagnet3.vega.xyz/graphql
|
|
NX_VEGA_WALLET_URL=http://localhost:1789
|
|
NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet
|
|
CYPRESS_VEGA_URL=https://api.stagnet3.vega.xyz/graphql
|
|
CYPRESS_EXPLORER_URL=https://stagnet3.explorer.vega.xyz
|
|
CYPRESS_VEGA_ENV=STAGNET3
|
|
CYPRESS_VEGA_WALLET_API_TOKEN=
|