diff --git a/apps/explorer-e2e/.env.devnet b/apps/explorer-e2e/.env.devnet index 836acdd28..2453be412 100644 --- a/apps/explorer-e2e/.env.devnet +++ b/apps/explorer-e2e/.env.devnet @@ -12,7 +12,7 @@ NX_EXPLORER_GENESIS=1 NX_EXPLORER_GOVERNANCE=1 NX_EXPLORER_MARKETS=1 NX_EXPLORER_ORACLES=1 -NX_EXPLORER_TXS_LIST=1 +NX_EXPLORER_TXS_LIST=0 NX_EXPLORER_NETWORK_PARAMETERS=1 NX_EXPLORER_PARTIES=1 NX_EXPLORER_VALIDATORS=1 diff --git a/apps/explorer-e2e/.env.stagnet3 b/apps/explorer-e2e/.env.stagnet3 index 0906be0b4..ddaf1d24f 100644 --- a/apps/explorer-e2e/.env.stagnet3 +++ b/apps/explorer-e2e/.env.stagnet3 @@ -12,7 +12,7 @@ NX_EXPLORER_GENESIS=1 NX_EXPLORER_GOVERNANCE=1 NX_EXPLORER_MARKETS=1 NX_EXPLORER_ORACLES=1 -NX_EXPLORER_TXS_LIST=1 +NX_EXPLORER_TXS_LIST=0 NX_EXPLORER_NETWORK_PARAMETERS=1 NX_EXPLORER_PARTIES=1 NX_EXPLORER_VALIDATORS=1 diff --git a/apps/explorer-e2e/.env.testnet b/apps/explorer-e2e/.env.testnet index 0878cdcd6..f4e9db066 100644 --- a/apps/explorer-e2e/.env.testnet +++ b/apps/explorer-e2e/.env.testnet @@ -12,7 +12,7 @@ NX_EXPLORER_GENESIS=1 NX_EXPLORER_GOVERNANCE=1 NX_EXPLORER_MARKETS=1 NX_EXPLORER_ORACLES=1 -NX_EXPLORER_TXS_LIST=1 +NX_EXPLORER_TXS_LIST=0 NX_EXPLORER_NETWORK_PARAMETERS=1 NX_EXPLORER_PARTIES=1 NX_EXPLORER_VALIDATORS=1 diff --git a/apps/explorer/.env b/apps/explorer/.env index 0671f6c90..1f3fc8951 100644 --- a/apps/explorer/.env +++ b/apps/explorer/.env @@ -22,4 +22,4 @@ NX_EXPLORER_PARTIES=1 NX_EXPLORER_VALIDATORS=1 NX_EXPLORER_MARKETS=1 NX_EXPLORER_ORACLES=1 -NX_EXPLORER_TXS_LIST=1 +NX_EXPLORER_TXS_LIST=0 diff --git a/apps/explorer/.env.capsule b/apps/explorer/.env.capsule index f360272cc..e41cf2045 100644 --- a/apps/explorer/.env.capsule +++ b/apps/explorer/.env.capsule @@ -13,7 +13,7 @@ NX_EXPLORER_GENESIS=1 NX_EXPLORER_GOVERNANCE=1 NX_EXPLORER_MARKETS=1 NX_EXPLORER_ORACLES=1 -NX_EXPLORER_TXS_LIST=1 +NX_EXPLORER_TXS_LIST=0 NX_EXPLORER_NETWORK_PARAMETERS=1 NX_EXPLORER_PARTIES=1 NX_EXPLORER_VALIDATORS=1 diff --git a/apps/static/src/assets/stagnet3-network.json b/apps/static/src/assets/stagnet3-network.json index 70919e034..9c25b5386 100644 --- a/apps/static/src/assets/stagnet3-network.json +++ b/apps/static/src/assets/stagnet3-network.json @@ -1,3 +1,14 @@ { - "hosts": ["https://api.n01.stagnet3.vega.xyz/graphql"] + "hosts": [ + "https://api.n01.stagnet3.vega.xyz/graphql", + "https://api.n02.stagnet3.vega.xyz/graphql", + "https://api.n03.stagnet3.vega.xyz/graphql", + "https://api.n04.stagnet3.vega.xyz/graphql", + "https://api.n05.stagnet3.vega.xyz/graphql", + "https://api.n06.stagnet3.vega.xyz/graphql", + "https://api.n07.stagnet3.vega.xyz/graphql", + "https://api.n08.stagnet3.vega.xyz/graphql", + "https://api.n09.stagnet3.vega.xyz/graphql", + "https://api.n10.stagnet3.vega.xyz/graphql" + ] } diff --git a/apps/static/src/assets/testnet-network.json b/apps/static/src/assets/testnet-network.json index 4e8c841da..b74889e4c 100644 --- a/apps/static/src/assets/testnet-network.json +++ b/apps/static/src/assets/testnet-network.json @@ -1,3 +1,11 @@ { - "hosts": ["https://api.n09.testnet.vega.xyz/graphql"] + "hosts": [ + "https://api.n06.testnet.vega.xyz/graphql", + "https://api.n07.testnet.vega.xyz/graphql", + "https://api.n08.testnet.vega.xyz/graphql", + "https://api.n09.testnet.vega.xyz/graphql", + "https://api.n10.testnet.vega.xyz/graphql", + "https://api.n11.testnet.vega.xyz/graphql", + "https://api.n12.testnet.vega.xyz/graphql" + ] } diff --git a/apps/token/.env.stagnet3 b/apps/token/.env.stagnet3 index 4de89da81..f4b2fccd3 100644 --- a/apps/token/.env.stagnet3 +++ b/apps/token/.env.stagnet3 @@ -18,4 +18,4 @@ NX_EXPLORER_PARTIES=1 NX_EXPLORER_VALIDATORS=1 NX_EXPLORER_MARKETS=1 NX_EXPLORER_ORACLES=1 -NX_EXPLORER_TXS_LIST=1 +NX_EXPLORER_TXS_LIST=0