diff --git a/apps/explorer/.env.validator-testnet b/apps/explorer/.env.validator-testnet index aa6f58e93..38acc6b7a 100644 --- a/apps/explorer/.env.validator-testnet +++ b/apps/explorer/.env.validator-testnet @@ -1,7 +1,7 @@ # App configuration variables NX_VEGA_ENV=VALIDATOR_TESTNET NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/validator-testnet-network.json -NX_VEGA_URL=https://api.validators-testnet.vega.xyz/graphql +NX_VEGA_URL=https://api-validators-testnet.vega.rocks/graphql NX_VEGA_REST=https://api.validators-testnet.vega.xyz/ NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8 NX_ETHERSCAN_URL=https://sepolia.etherscan.io diff --git a/apps/governance/.env.validator-testnet b/apps/governance/.env.validator-testnet index 8b16e1c58..fef01803c 100644 --- a/apps/governance/.env.validator-testnet +++ b/apps/governance/.env.validator-testnet @@ -1,7 +1,7 @@ # App configuration variables NX_VEGA_ENV=VALIDATOR_TESTNET NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/validator-testnet-network.json -NX_VEGA_URL=https://api.validators-testnet.vega.xyz/graphql +NX_VEGA_URL=https://api-validators-testnet.vega.rocks/graphql NX_VEGA_REST=https://api.validators-testnet.vega.xyz/ 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 diff --git a/apps/multisig-signer/.env.validator-testnet b/apps/multisig-signer/.env.validator-testnet index 31a4b06e0..238965336 100644 --- a/apps/multisig-signer/.env.validator-testnet +++ b/apps/multisig-signer/.env.validator-testnet @@ -1,5 +1,5 @@ # App configuration variables NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/validator-testnet-network.json -NX_VEGA_URL=https://api.validators-testnet.vega.xyz/graphql +NX_VEGA_URL=https://api-validators-testnet.vega.rocks/graphql NX_VEGA_NETWORKS='{"TESTNET":"https://multisig-signer.fairground.wtf","MAINNET":"https://multisig-signer.vega.xyz"}' NX_VEGA_ENV=VALIDATOR_TESTNET diff --git a/apps/static/src/assets/validator-testnet-network.json b/apps/static/src/assets/validator-testnet-network.json index 1875dbd1d..619004096 100644 --- a/apps/static/src/assets/validator-testnet-network.json +++ b/apps/static/src/assets/validator-testnet-network.json @@ -1,3 +1,6 @@ { - "hosts": ["https://api.validators-testnet.vega.xyz/graphql"] + "hosts": [ + "https://api-validators-testnet.vega.rocks/graphql", + "https://vega-testnet.anyvalid.com/query" + ] }