From 138bf7da00d329e9656aec39ab2735a3738ef723 Mon Sep 17 00:00:00 2001 From: Edd Date: Tue, 4 Apr 2023 11:53:47 +0100 Subject: [PATCH] build(explorer): update validator testnet be url (#3357) --- apps/explorer/.env.validator-testnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/explorer/.env.validator-testnet b/apps/explorer/.env.validator-testnet index 83e3b77f1..c1666d975 100644 --- a/apps/explorer/.env.validator-testnet +++ b/apps/explorer/.env.validator-testnet @@ -9,5 +9,5 @@ NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/annou NX_VEGA_GOVERNANCE_URL=https://validator-testnet.governance.vega.xyz NX_TENDERMINT_URL=https://tm-be.validators-testnet.vega.rocks -NX_BLOCK_EXPLORER=https://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