e598cd1247
* fix: migrate queries to latest apis * fix: remove oracles section for now * fix: dive in to fields correctly * fix: update queries * fix: fragment for stats fields * fix: rename triple underscore generated * chore: refactor types that have moved * chore(explorer): disable e2e test that asserts json structure
12 lines
654 B
Plaintext
12 lines
654 B
Plaintext
# App configuration variables
|
|
NX_CHAIN_EXPLORER_URL=https://explorer.vega.trading/.netlify/functions/chain-explorer-api
|
|
NX_TENDERMINT_URL=https://be.testnet.vega.xyz
|
|
NX_BLOCK_EXPLORER=https://be.testnet.vega.xyz/rest
|
|
NX_TENDERMINT_WEBSOCKET_URL=wss://be.testnet.vega.xyz/
|
|
NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/testnet-network.json
|
|
NX_VEGA_NETWORKS={\"MAINNET"\:\"https://explorer.vega.xyz"\,\"TESTNET\":\"https://explorer.fairground.wtf\"}
|
|
NX_VEGA_ENV=TESTNET
|
|
NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions
|
|
NX_VEGA_URL=https://api.n09.testnet.vega.xyz/graphql
|
|
NX_HOSTED_WALLET_URL=https://wallet.testnet.vega.xyz
|