File tree Expand file tree Collapse file tree
spartan/terraform/deploy-rpc/environments/mainnet Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,6 +112,16 @@ module "environment" {
112112 gcp_secret_manager_secret_name = " mainnet-rpc-consumer-client5"
113113 rate_limit_minute = 0
114114 }
115+ client6 = {
116+ username = " mainnet-rpc-consumer-client6"
117+ gcp_secret_manager_secret_name = " mainnet-rpc-consumer-client6"
118+ rate_limit_minute = 0
119+ }
120+ client7 = {
121+ username = " mainnet-rpc-consumer-client7"
122+ gcp_secret_manager_secret_name = " mainnet-rpc-consumer-client7"
123+ rate_limit_minute = 0
124+ }
115125 }
116126
117127 IRM_METRICS_ENABLED = true
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ variable "K8S_CLUSTER_CONTEXT" {
1919variable "V4_AZTEC_DOCKER_IMAGE" {
2020 description = " Aztec Docker image to deploy for the v4 RPC."
2121 type = string
22- default = " 4.4.0"
22+ default = " aztecprotocol/aztec: 4.4.0"
2323}
2424
2525variable "CANONICAL_AZTEC_DOCKER_IMAGE" {
2626 description = " Aztec Docker image to deploy for the canonical RPC once that route is enabled."
2727 type = string
28- default = " 5.0.0"
28+ default = " aztecprotocol/aztec: 5.0.0"
2929}
You can’t perform that action at this time.
0 commit comments