45adac2932
Co-authored-by: Edd <edd@vega.xyz>
16 lines
945 B
Plaintext
16 lines
945 B
Plaintext
# App configuration variables
|
|
NX_VEGA_ENV=VALIDATOR_TESTNET
|
|
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks/master/testnet2/testnet2.toml
|
|
NX_VEGA_URL=https://api-validators-testnet.vega.rocks/graphql
|
|
NX_VEGA_REST=https://api-validators-testnet.vega.rocks/
|
|
NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
|
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
|
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/fairground/announcements.json
|
|
|
|
NX_TENDERMINT_URL=https://tm.be.validators-testnet.vega.rocks
|
|
NX_BLOCK_EXPLORER=https://be.validators-testnet.vega.rocks/rest
|
|
NX_TENDERMINT_WEBSOCKET_URL=wss://be.validators-testnet.vega.xyz/websocket
|
|
NX_VEGA_GOVERNANCE_URL=https://governance.validators-testnet.vega.rocks
|
|
NX_VEGA_EXPLORER_URL=https://explorer.validators-testnet.vega.rocks/
|
|
NX_VEGA_CONSOLE_URL=https://trading.validators-testnet.vega.rocks/
|