diff --git a/apps/explorer/.env.validator-testnet b/apps/explorer/.env.validator-testnet index 8371a14c3..2f468bf75 100644 --- a/apps/explorer/.env.validator-testnet +++ b/apps/explorer/.env.validator-testnet @@ -2,11 +2,11 @@ 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.xyz/ +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_VEGA_GOVERNANCE_URL=https://validator-testnet.governance.vega.xyz -NX_TENDERMINT_URL=https://tm.be.validators-testnet.vega.xyz -NX_BLOCK_EXPLORER=https://be.validators-testnet.vega.xyz/rest +NX_TENDERMINT_URL=https://tm-be.validators-testnet.vega.rocks +NX_BLOCK_EXPLORER=https://be.validators-testnet.vega.rocks/ NX_TENDERMINT_WEBSOCKET_URL=wss://be.validators-testnet.vega.xyz/websocket diff --git a/apps/governance/.env.validator-testnet b/apps/governance/.env.validator-testnet index 72e0cf24d..ee1bbbcb2 100644 --- a/apps/governance/.env.validator-testnet +++ b/apps/governance/.env.validator-testnet @@ -2,7 +2,7 @@ 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.xyz/ +NX_VEGA_REST=https://api-validators-testnet.vega.rocks/ NX_VEGA_NETWORKS='{"DEVNET":"https://dev.token.vega.xyz","STAGNET3":"https://stagnet3.token.vega.xyz","TESTNET":"https://token.fairground.wtf","MAINNET":"https://token.vega.xyz"}' NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8 NX_ETHERSCAN_URL=https://sepolia.etherscan.io