e8d110d207
* chore: remove vega URL as no longer needed * chore: remove bad env config * chore: remove config caching * chore: remove silly text * style: lint * chore: style lint * test: remove test for removed functionality
9 lines
508 B
Plaintext
9 lines
508 B
Plaintext
# App configuration variables
|
|
NX_CHAIN_EXPLORER_URL=https://explorer.vega.trading/.netlify/functions/chain-explorer-api
|
|
NX_TENDERMINT_URL=https://tm.n07.testnet.vega.xyz
|
|
NX_TENDERMINT_WEBSOCKET_URL=wss://tm.n07.testnet.vega.xyz/websocket
|
|
NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/testnet-network.json
|
|
NX_VEGA_NETWORKS='{"TESTNET":"https://explorer.fairground.wtf","MAINNET":"https://explorer.vega.xyz"}'
|
|
NX_VEGA_ENV=TESTNET
|
|
NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions
|