d9e3b9de99
* feat(explorer): add panel component * feat(explorer): add info panel component * feat(explorer): change layout styles * feat(explorer): render json data in component for parties * feat(explorer): change testnet env * feat(explorer): change eslint json * feat(explorer): render staking json in info panel component * fix(explorer): pr comments
10 lines
561 B
Plaintext
10 lines
561 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
|
|
NX_VEGA_URL=https://api.n09.testnet.vega.xyz/graphql
|