f15259de3f
* chore(explorer): add urls for mainnet explorer api
11 lines
590 B
Plaintext
11 lines
590 B
Plaintext
# App configuration variables
|
|
NX_CHAIN_EXPLORER_URL=https://explorer.vega.trading/.netlify/functions/chain-explorer-api
|
|
NX_TENDERMINT_URL=https://be.explorer.vega.xyz
|
|
NX_TENDERMINT_WEBSOCKET_URL=wss://be.explorer.vega.xyz
|
|
NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/mainnet-network.json
|
|
NX_VEGA_URL=https://api.vega.xyz/query
|
|
NX_VEGA_NETWORKS={\"MAINNET"\:\"https://explorer.vega.xyz"\,\"TESTNET\":\"https://explorer.fairground.wtf\"}
|
|
NX_VEGA_ENV=MAINNET
|
|
NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions
|
|
NX_BLOCK_EXPLORER=https://be.explorer.vega.xyz/rest/
|