Skip to content

Commit f0aac86

Browse files
committed
1 parent b5cdaf2 commit f0aac86

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

charts/evm-rollup/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 4.0.1
18+
version: 4.1.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/evm-rollup/files/genesis/flame-mainnet.genesis.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@
136136
"startHeight": 5203606,
137137
"searchHeightMaxLookAhead": 43200
138138
}
139+
},
140+
"end": {
141+
"height": 12832467,
142+
"halt": true
139143
}
140144
}
141145
},

charts/evm-rollup/templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ files/genesis/{{ include "rollup.type" . }}.genesis.json
4747
{{- define "rollup.tags.conductor" -}}
4848
{{- $rollupType := (include "rollup.type" . ) -}}
4949
{{- if or (eq $rollupType "custom") .Values.global.dev -}}{{ .Values.images.conductor.tag }}
50-
{{- else if eq $rollupType "flame-mainnet" -}}3.0.0
50+
{{- else if eq $rollupType "flame-mainnet" -}}2.0.0
5151
{{- else if eq $rollupType "flame-testnet" -}}3.0.0
5252
{{- else if eq $rollupType "flame-devnet" -}}2.0.0
53-
{{- else if eq $rollupType "forma-mainnet" -}}3.0.0
53+
{{- else if eq $rollupType "forma-mainnet" -}}2.0.0
5454
{{- else if eq $rollupType "forma-testnet" -}}3.0.0
5555
{{- end -}}
5656
{{- end }}

charts/evm-stack/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
version: 0.7.1
55
- name: evm-rollup
66
repository: file://../evm-rollup
7-
version: 4.0.1
7+
version: 4.1.0
88
- name: flame-rollup
99
repository: file://../flame-rollup
1010
version: 0.1.3
@@ -26,5 +26,5 @@ dependencies:
2626
- name: blockscout-stack
2727
repository: https://blockscout.github.io/helm-charts
2828
version: 1.6.8
29-
digest: sha256:ae2659c2aaeea1a991b7f0cb5d1abc74ab14ce38f151b183bd194f1d7b13f681
30-
generated: "2025-10-08T21:31:23.657881+03:00"
29+
digest: sha256:d9847fa49ad45e1cadc174918c9f2c69fff471bffc5e29c5530b6973dabb5667
30+
generated: "2025-10-10T14:46:41.958239-07:00"

charts/evm-stack/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 5.0.2
18+
version: 5.0.3
1919

2020
dependencies:
2121
- name: celestia-node
2222
version: 0.7.1
2323
repository: "file://../celestia-node"
2424
condition: celestia-node.enabled
2525
- name: evm-rollup
26-
version: 4.0.1
26+
version: 4.1.0
2727
repository: "file://../evm-rollup"
2828
condition: evm-rollup.enabled
2929
- name: flame-rollup

0 commit comments

Comments
 (0)