Skip to content

Commit f17a8f3

Browse files
authored
chore(spartan): update ethereum external host values (#11590)
1 parent 2da39df commit f17a8f3

15 files changed

+22
-15
lines changed

spartan/aztec-network/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Service Address Setup Container
146146
- name: OTEL_COLLECTOR_ENDPOINT
147147
value: "{{ .Values.telemetry.otelCollectorEndpoint }}"
148148
- name: EXTERNAL_ETHEREUM_HOST
149-
value: "{{ .Values.ethereum.externalHost }}"
149+
value: "{{ .Values.ethereum.execution.externalHost }}"
150150
- name: ETHEREUM_PORT
151151
value: "{{ .Values.ethereum.execution.service.port }}"
152152
- name: EXTERNAL_ETHEREUM_CONSENSUS_HOST

spartan/aztec-network/templates/eth/eth-beacon.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if not .Values.ethereum.externalHost }}
1+
{{- if not .Values.ethereum.beacon.externalHost }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

spartan/aztec-network/templates/eth/eth-execution.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if not .Values.ethereum.externalHost }}
1+
{{- if not .Values.ethereum.execution.externalHost }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

spartan/aztec-network/templates/eth/eth-validator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if not .Values.ethereum.externalHost }}
1+
{{- if not .Values.ethereum.beacon.externalHost }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

spartan/aztec-network/templates/faucet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and (not .Values.ethereum.externalHost) .Values.pxe.enabled }}
1+
{{- if and (not .Values.ethereum.execution.externalHost) .Values.pxe.enabled }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

spartan/aztec-network/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ ethereum:
240240
# 10 times the default of 131072
241241
maxTxInputSizeBytes: "1310720"
242242
args: ""
243-
externalHost: ""
244243
execution:
244+
externalHost: ""
245245
service:
246246
port: 8545
247247
targetPort: 8545

spartan/aztec-network/values/ci-sepolia.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ aztec:
88

99
ethereum:
1010
chainId: "11155111"
11-
externalHost: ""
1211
l1GasPriceMax: 500
1312
l1FixedPriorityFeePerGas: 3
13+
execution:
14+
externalHost: ""
1415
beacon:
1516
externalHost: ""
1617
apiKey: ""

spartan/aztec-network/values/ignition-testnet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ ethereum:
6868
l1GasPriceMax: 500
6969
l1FixedPriorityFeePerGas: 3
7070
deployL1ContractsPrivateKey:
71-
externalHost:
7271
execution:
72+
externalHost:
7373
resources:
7474
requests:
7575
memory: "1Gi"

spartan/aztec-network/values/rc-2.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ network:
2121
ethereum:
2222
chainId: "11155111"
2323
deployL1ContractsPrivateKey:
24-
externalHost:
24+
execution:
25+
externalHost:
2526
beacon:
2627
externalHost:
2728
apiKey: ""

spartan/aztec-network/values/sepolia-3-validators-with-metrics.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ ethereum:
1515
proverKeyIndexStart: 0
1616
validatorKeyIndexStart: 1
1717
chainId: "11155111"
18-
externalHost:
18+
execution:
19+
externalHost:
1920
beacon:
2021
externalHost:
2122
apiKey:

spartan/aztec-network/values/sepolia-48-validators-with-metrics.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ network:
1111
ethereum:
1212
chainId: "11155111"
1313
deployL1ContractsPrivateKey:
14-
externalHost:
14+
execution:
15+
externalHost:
16+
beacon:
17+
externalHost:
1518

1619
validator:
1720
l1FixedPriorityFeePerGas: 2

spartan/aztec-network/values/sepolia-48-validators-with-proving-and-metrics.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ network:
1717
ethereum:
1818
chainId: "11155111"
1919
deployL1ContractsPrivateKey:
20-
externalHost:
20+
execution:
21+
externalHost:
2122
beacon:
2223
externalHost:
2324
apiKey: ""

spartan/scripts/deploy_kind.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ helm_set_args=(
9393
# If this is a sepolia run, we need to write some values
9494
if [ "$sepolia_deployment" = "true" ]; then
9595
helm_set_args+=(
96-
--set ethereum.externalHost="$EXTERNAL_ETHEREUM_HOST"
96+
--set ethereum.execution.externalHost="$EXTERNAL_ETHEREUM_HOST"
9797
--set ethereum.beacon.externalHost="$EXTERNAL_ETHEREUM_CONSENSUS_HOST"
9898
--set aztec.l1DeploymentMnemonic="$L1_ACCOUNTS_MNEMONIC"
9999
--set ethereum.deployL1ContractsPrivateKey="$L1_DEPLOYMENT_PRIVATE_KEY"

spartan/terraform/deploy-release/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ resource "helm_release" "aztec-gke-cluster" {
7575
dynamic "set" {
7676
for_each = var.EXTERNAL_ETHEREUM_HOST != "" ? toset(["iterate"]) : toset([])
7777
content {
78-
name = "ethereum.externalHost"
78+
name = "ethereum.execution.externalHost"
7979
value = var.EXTERNAL_ETHEREUM_HOST
8080
}
8181
}

spartan/terraform/multicloud-deploy/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ resource "helm_release" "aztec-gke-cluster" {
172172

173173
# pointing Google Cloud provers to nodes in AWS
174174
set {
175-
name = "ethereum.externalHost"
175+
name = "ethereum.execution.externalHost"
176176
value = data.kubernetes_service.lb_ethereum_tcp.status.0.load_balancer.0.ingress.0.hostname
177177
}
178178

0 commit comments

Comments
 (0)