Skip to content

Commit a7ccbfe

Browse files
authored
chore: top-level testnet DNS record (#24194)
.
2 parents 939ba4c + d741f0b commit a7ccbfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • spartan/terraform/deploy-rpc/environments/testnet

spartan/terraform/deploy-rpc/environments/testnet/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ locals {
5656
rpcs = {
5757
v5 = merge(local.l1_secret_names, {
5858
aztec_docker_image = var.CANONICAL_AZTEC_DOCKER_IMAGE
59-
hosts = ["v5.testnet.rpc.aztec-labs.com", "canonical.testnet.rpc.aztec-labs.com", "testnet.rpc.aztec-labs.com"]
59+
hosts = ["v5.testnet.rpc.aztec-labs.com", "canonical.testnet.rpc.aztec-labs.com"]
6060
storage_size = "8Gi"
6161
env = merge(local.env, {
6262
ROLLUP_VERSION = "4239416255"
6363
})
6464
})
6565
v4 = merge(local.l1_secret_names, {
6666
aztec_docker_image = var.V4_AZTEC_DOCKER_IMAGE
67-
hosts = ["v4.testnet.rpc.aztec-labs.com"]
67+
hosts = ["v4.testnet.rpc.aztec-labs.com", "testnet.rpc.aztec-labs.com"]
6868
storage_size = "8Gi"
6969
env = merge(local.env, {
7070
ROLLUP_VERSION = "4127419662"

0 commit comments

Comments
 (0)